Authorized use only. This tool is for recovering YOUR OWN forgotten passwords only. Unauthorized network access is illegal.
Windows Guide

How to Find Your WiFi Password on Windows 11 — Without Admin Rights

If you're locked out of your WiFi network and don't have the admin password for your Windows 11 PC, don't worry — there are still several ways to view saved WiFi passwords even without administrator privileges. This guide covers every method available on Windows 11, from built-in command-line tools (which may work without admin depending on your group policy) to the Settings GUI, PowerShell, and third-party tools that read the Wireless Profile Store. Important: these methods only work for WiFi networks your PC has already connected to at least once. If you need the password for a network that has never been used on this machine, you'll need to access the router admin panel instead.

Method 1 — Command Prompt (netsh wlan show profile)

Works without admin if the current user created the profile

Open Command Prompt by typing 'cmd' in the Start menu. Right-click and select 'Run as administrator' if you have admin access — but even without it, the netsh wlan show profile command may still return saved profiles if you were the user who originally connected.

Step 1: Type netsh wlan show profiles and press Enter. This lists every WiFi network the PC has ever connected to. Note the exact name (SSID) of your network.

Step 2: Type netsh wlan show profile name='YourNetworkName' key=clear, replacing YourNetworkName with the exact SSID from step 1.

Step 3: Look for the line labeled 'Key Content' — this is your WiFi password in plain text.

If you get an 'Access is denied' error when trying key=clear, your user account doesn't have permission to view the saved security key. Try running as administrator, or use one of the methods below.

Does netsh wlan require admin?

On standard Windows 11 installations, any user can list profiles with netsh wlan show profiles, but viewing the password (key=clear) requires administrator privileges or that the user profile that originally connected to the network is the one running the command. If your account created the WiFi profile, you can see the password without admin rights.

Method 2 — PowerShell (Get-NetConnectionProfile)

PowerShell offers an alternative to netsh that works similarly. Open PowerShell (typing 'powershell' in Start).

Step 1: Run netsh wlan show profiles | Select-String ':' to list all saved WiFi networks.

Step 2: For each network, run (netsh wlan show profile name='YourNetworkName' key=clear) | Select-String 'Key Content' to extract just the password line.

PowerShell doesn't bypass the admin restriction — it uses the same netsh engine underneath. However, PowerShell scripts can read the Wireless Profile Store directly via the wlanapi.dll interface if you run with the right privileges.

Alternative: Use the Get-WiFiPassword script from the PowerShell Gallery (requires admin): Install-Module -Name WiFiPasswordViewer, then Get-WiFiPassword -SSID 'YourNetworkName'.

Method 3 — Windows 11 Settings GUI (No Command Line)

Windows 11's Settings app provides a graphical way to view the WiFi password, but it does require administrator access to navigate to the right screen.

Step 1: Open Settings (Win + I) > Network & Internet > Advanced network settings > More network adapter options.

Step 2: In the Network Connections window, right-click your active WiFi adapter and select Status.

Step 3: Click Wireless Properties > Security tab > Check 'Show characters' next to Network security key.

The GUI method requires admin access at the step of opening Network Connections, which can be restricted by IT policy on corporate-managed devices.

Settings GUI on managed PCs

If your Windows 11 PC is managed by an employer or school, group policy may hide the 'Show characters' checkbox entirely. In that case, use the command-line methods described above.

Method 4 — Use a Saved WiFi Password Viewer (Third Party)

Several free third-party tools can read saved WiFi passwords on Windows 11 without requiring the Command Prompt. These tools access the same Wireless Profile Store that netsh reads, but present the information in a user-friendly GUI.

WiFiKeyView by NirSoft: A portable executable (no installation needed) that displays all saved WiFi profiles and their passwords in a sortable table. Download from the official NirSoft website. Runs as a standalone .exe file — no admin required for viewing, though some antivirus tools may flag it (false positive, as it reads stored credentials).

WirelessKeyView (also NirSoft): Similar to WiFiKeyView but focuses on the Windows native Wireless Key Store. Extracts WEP/WPA keys stored by Windows. Also portable and lightweight.

Important: Download these tools only from the official developer website. Avoid third-party download sites that bundle adware or malware.

Method 5 — Check the Router Sticker or Admin Panel

If no Windows method works and you don't have admin access, the WiFi password is also visible from the router's admin panel — if you can log in.

Open a web browser and go to 192.168.1.1 or 192.168.0.1. Log in with the admin username and password (check the sticker on your router). Under Wireless Settings or WiFi Settings, the current password (WPA key) is displayed in plain text or as a masked field you can reveal.

If you changed the admin password and forgot it, a factory reset (hold the Reset button for 10-30 seconds) restores factory defaults. The default credentials are printed on the router sticker.

Search our router password database for your specific model's default admin login.

Windows 11 WiFi password recovery flow

  1. 1

    Try netsh wlan show profile

    Open CMD, run 'netsh wlan show profiles', then 'netsh wlan show profile name="SSID" key=clear'. Look for Key Content.

  2. 2

    Try Windows Settings GUI

    Settings > Network & Internet > Advanced > More network adapter options > Wireless Properties > Security tab > Show characters.

  3. 3

    Try a third-party viewer

    Download WiFiKeyView (NirSoft) or WirelessKeyView — portable tools that read the Wireless Profile Store.

  4. 4

    Access router admin panel

    Go to 192.168.1.1, log in with admin credentials, check Wireless Settings for the WPA key.

  5. 5

    Factory reset as last resort

    Hold the Reset button for 10-30 seconds. Restores factory defaults from the sticker.

Frequently Asked Questions

Can I see a WiFi password on Windows 11 without admin rights?
Yes, if your user account originally created the WiFi profile (you connected to the network), netsh wlan show profile name='SSID' key=clear will show the password. If the profile was created by another admin account, you need admin rights or a third-party tool.
Does netsh wlan show profile work in Windows 11?
Yes. The netsh wlan command set works identically on Windows 11 as it did on Windows 10. Both the show profiles and show profile key=clear commands are supported.
Is WiFiKeyView safe to use?
WiFiKeyView by NirSoft is safe when downloaded from the official NirSoft website. Some antivirus tools flag it as a false positive because it reads stored credentials — this is expected behavior for any tool that accesses the Windows credential store.
What if 'Key Content' is blank?
The WiFi profile may be using a different authentication method (e.g., WPA2-Enterprise with certificates). Check the Authentication field in the netsh output. Enterprise WiFi networks do not have a shared password to display.
Can I recover a WiFi password for a network my PC has never connected to?
No. Windows only stores passwords for networks it has successfully connected to. If the PC has never joined the network, use the router admin panel instead.

Can't find the WiFi password another way?

If every other method failed, capture a WPA handshake on your own network and let our GPU cluster handle the rest. Dictionary + rules attack, 2B+ candidates, pay only on success.

Open Recovery Tool

Related Reading