How to Find Your Wi-Fi Password in Windows 10: All the Working Methods

Forgot your home or office Wi-Fi password, but your computer is connected to the network? Windows 10 There are several ways to retrieve a saved security key, from standard system tools to specialized utilities. You don't need administrator rights (if you're already connected to the network), and the process takes no more than 5 minutes.

In this article we will analyze 5 reliable methods, including work through Command line, Windows Settings, Control Panel and third-party programs. We will pay special attention to the nuances: what to do if the network is hidden (SSID not broadcast), how to export all saved passwords at once, and why some methods may not work on corporate networks with WPA2-Enterprise.

⚠️ Important: Extracting passwords is only possible for networks to which your computer is connected. I've already connected beforeIf the network is new or the data has been cleared (for example, after resetting Windows), these methods will not help.

1. View your password through Windows Settings (the easiest way)

This method doesn't require any knowledge of commands or software installation—everything is done through a graphical interface. Suitable for Windows 10 all assemblies (including 22H2).

Instructions:

  • 🖱️ Open Start → Settings (⚙️) → Network & Internet.
  • 📶 Go to the tab Wi-Fi and press Managing known networks.
  • 🔍 Select the desired network from the list and click Properties.
  • 🔑 Scroll down to the section Security parameters and check the box Show entered characters — the password will become visible.

If the button Properties inactive or section Security parameters absent, then:

  • 🚫 You don't have administrator rights (an account with the appropriate permissions is required).
  • 🔒 The network uses authentication 802.1X (corporate networks with logins/passwords).
  • 🗑️ Network data was deleted from the system (for example, after resetting network settings).

2. How to find out the password through the Control Panel (alternative method)

The good old way through Control Panel works even in cases where the new interface Windows 10 crashes. Suitable for networks with WPA2-Personal And WPA3-Personal.

Step-by-step instructions:

  1. Click Win + R, enter ncpa.cpl and press Enter (a list of network connections will open).
  2. Find your active wireless connection (usually named Wireless network or Wi-Fi), right-click on it and select State.
  3. In the window that opens, click Wireless network properties.
  4. Go to the tab Security and check the box Show entered characters.

⚠️ Attention: If asterisks are displayed instead of a password (••••••••) even after enabling the display, try:

  • 🔄 Reconnect to the network (sometimes resets the password cache).
  • 🛠️ Launch Control Panel as administrator (right-click on the icon → Run as administrator).
Why can't I see my network in Control Panel?

If on the list ncpa.cpl your Wi-Fi is not working, check:

1. Are you connected to the network via an adapter (not via a USB modem or Ethernet).

2. Is the wireless adapter disabled? Device Manager (Win + X → Device Manager → Network Adapters).

3. Is it not used? VPN or proxies that can mask the connection.

3. Extracting the password via the command line (for advanced users)

Method through CMD It's versatile and even works in safe mode. It's suitable for automation (for example, if you need to retrieve passwords for all saved networks at once).

Instructions:

  1. Launch Command line as administrator (Win + X → Command Prompt (Administrator)).
  2. Enter the command to view all saved networks:
    netsh wlan show profiles

    Remember the name of the network you need (for example, MyWiFi_5G).

  3. Display network details including password:
    netsh wlan show profile name="MyWiFi_5G" key=clear

    The password you are looking for will be in the line Key content (Key Content).

If there is no line in the command output Key content, this means that the password is not saved in the system (for example, connecting via WPS or temporary profile).

Examples of errors and solutions:

ErrorCauseSolution
Failed to execute commandNo administrator rightsLaunch CMD on behalf of the administrator
Profile not foundTypo in the network nameCheck the network name with the command netsh wlan show profiles
Key content: missingPassword not savedReconnect to the network and enter the password
The request is not supported.Outdated version of WindowsPlease update your system or use PowerShell

Windows Settings|Control Panel|Command Prompt|Third-Party Programs|Don't know-->

4. Using PowerShell to Export All Passwords

PowerShell Allows you to not only find the password for a single network but also export all saved keys to a file. Useful for backing up or transferring settings to another PC.

Commands for work:

  1. Launch PowerShell on behalf of the administrator.
  2. Enter the command to view all networks:
    (netsh wlan show profiles) | Select-String "\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name="$name" key=clear)} | Select-String "Key contents\W+\:(.+)$" | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{PROFILE_NAME=$name;PASSWORD=$pass}} | Format-Table -AutoSize

    The result will be a table with network names and passwords.

  3. To save data to a file WiFi_passwords.txt on the desktop:
    (netsh wlan show profiles) | Select-String "\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name="$name" key=clear)} | Select-String "Key contents\W+\:(.+)$" | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{PROFILE_NAME=$name;PASSWORD=$pass}} | Export-Csv -Path "$env:USERPROFILE\Desktop\WiFi_passwords.csv" -Delimiter ";" -NoTypeInformation -Encoding UTF8

⚠️ Attention: The password file stores confidential data. After use:

  • 🔐 Delete the file from your desktop or move it to a secure location (e.g. BitLocker or VeraCrypt).
  • 🚫 Do not transfer the file via unsecured channels (email, instant messengers).

Run PowerShell as administrator|Check free space on drive C:|Disable antivirus (may block scripts)|Create a backup copy of the file after exporting-->

5. Third-party programs for viewing Wi-Fi passwords

If standard methods don't work (for example, due to corporate policy restrictions), specialized software can help. Let's consider 3 proven utilities, which do not require installation and work on Windows 10/11.

Comparison table of programs:

ProgramAdvantagesFlawsLink (official)
WirelessKeyViewPortable, shows all saved passwords, export to .txtHasn't been updated since 2018 and may not see the network. WPA3nirsoft.net
WiFi Password RevealerSimple interface, support WPA3, Russian languageRequires installation, ads in the free versionmagicaljellybean.com
NetSpotSignal analysis + password viewing, Wi-Fi coverage mapsPaid version for advanced featuresnetspotapp.com

Instructions for WirelessKeyView (the easiest option):

  1. Download the archive from WirelessKeyView from the official website NirSoft.
  2. Unzip and run the file WirelessKeyView.exe (no installation required).
  3. Find the required network in the table - the password will be in the column Key (Ascii).
  4. To save all passwords: File → Save All Items (select format Text File).

⚠️ Attention: Antiviruses (for example, Avast or Kaspersky) can block WirelessKeyView as "potentially unwanted software." This is a false positive—the utility doesn't contain any viruses, but it does access system data. To avoid problems:

  • 🛡️ Add the file to your antivirus exclusions.
  • 🔗 Download the program only from the official website NirSoft.

6. Features of working with hidden networks (SSID is not broadcast)

If your network is hidden (broadcast is disabled in the router settings) SSID), standard methods may not show it in the list of saved ones. In this case:

Method 1: Manual connection

  • 📡 Open the list of networks (Win + A → Wi-Fi).
  • 🔍 Click Hidden networkConnect.
  • 🔑 Enter the network name (SSID) and the password manually. After connecting, the password will be saved in the system and can be retrieved using any of the methods described above.

Method 2: Viewing via the Windows Registry

If the network has been connected previously, its data is stored in the registry:

  1. Click Win + R, enter regedit and press Enter.
  2. Follow the path:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces\{GUID}\Profiles

    (Where {GUID} — unique adapter identifier).

  3. Find the folder with your network name and open the setting MSMSecurity — the password will be encrypted in the line PreSharedKey.
  4. 🔐 Use the utility to decrypt WirelessKeyView (it automatically reads data from the registry).

7. Common mistakes and their solutions

Even following the instructions, users are still encountering problems. Let's take a look. top 5 mistakes and ways to fix them:

1. "No access to network profile"

  • 🔹 Cause: An account without administrator rights.
  • 🔹 Solution: Launch CMD/PowerShell as an administrator or temporarily increase your account rights.

2. The password is displayed as an empty string

  • 🔹 Cause: Connection via WPS (button on the router) or a temporary guest profile.
  • 🔹 Solution: Reconnect to the network by entering the password manually.

3. Teams netsh don't work

  • 🔹 Cause: Corrupt system files or outdated Windows version.
  • 🔹 Solution: Run System File Checker:
    sfc /scannow

    Or update Windows via Settings → Update & Security.

4. The required network is not in the list

  • 🔹 Cause: Network data has been deleted (for example, after a factory reset or reinstallation of Windows).
  • 🔹 Solution: Please reconnect to the network or restore a system backup.

5. Antivirus blocks utilities

  • 🔹 Cause: Programs like WirelessKeyView They work with system data, which raises suspicions among antivirus programs.
  • 🔹 Solution: Temporarily disable your antivirus or add the utility to the exceptions.
Is it possible to find out the password for someone else's network?

Technically yes, but:

1. This is a violation Article 272 of the Criminal Code of the Russian Federation ("Unauthorized access to computer information").

2. Modern networks with WPA3 And 802.1X It is practically impossible to hack without physical access to the router.

3. Legal methods: ask the owner for the password or use guest access (if configured).

FAQ: Answers to frequently asked questions

Is it possible to find out the Wi-Fi password without administrator rights?

Yes, but only for networks you're already connected to. Use the method via Windows Settings (section 1) - it does not require admin rights. If you need a command netsh, run it through the standard CMD (without admin rights it will only show passwords for the current user).

How do I find out the Wi-Fi password on my laptop if it's not connected to the network?

If the laptop has previously connected to the network, the password can be retrieved from saved profiles (see Section 3 or 5). If not, you will have to reset the password on the router (usually by pressing the Reset on the back panel) or check with your network administrator.

Do these methods work on Windows 11?

Yes, all the methods described (except Control panels in the classical form) work in Windows 11. Interface Parameters slightly changed, but the path remained the same: Settings → Network & Internet → Wi-Fi → Manage known networks.

Is it possible to recover a password if it has been erased from the system?

No. If the network data has been deleted (for example, after the command netsh wlan delete profile name="..." or resetting Windows), you can only recover your password:

  • Through the router settings (usually at the address 192.168.0.1 or 192.168.1.1).
  • Using a system backup (if one was created before deletion).
How to protect your Wi-Fi from password theft?

To make it more difficult to extract passwords from connected devices:

  • 🔒 Use WPA3-Personal instead of WPA2 (in the router settings).
  • 🔄 Change your password regularly (for example, once every 3 months).
  • 🚫 Turn it off WPS - This protocol is vulnerable to brute force.
  • 📱 Set up a guest network for temporary users.

However, it is impossible to completely protect against password extraction from an already connected device - this is a feature of the operation Windows.