How to check your Wi-Fi password on a Windows 10 laptop: all the working methods

Forgot your home Wi-Fi password and the sticker on your router has worn off? Or do you need to connect a new device but don't have the network security key written down anywhere? On a laptop running Windows 10 There are several ways to view your saved Wi-Fi password—and you don't have to go into your router's settings or reset it to factory settings.

In this article we will look at 5 proven methodsHow to find out the Wi-Fi password on a computer Windows 10 — from standard system tools to third-party utilities. You'll learn how to find your security key using Network parameters, Control Panel, Command line And even without administrator rights. We'll also tell you what to do if your laptop has never connected to the desired network or the password isn't displayed.

All instructions are valid for Windows 10 (including the latest updates) and work on most laptops - ASUS, Lenovo, HP, Acer, Dell and others. If you use Windows 11, the principles are the same, but the path to some settings may be slightly different.

📊 How often do you forget your Wi-Fi password?
Often, almost every month
Sometimes, once every six months
There is always a note nearby
I never forget
I store it in a password manager.

1. How to view your Wi-Fi password using Windows Settings (the easiest way)

If your laptop is already connected to the desired network (or has been connected before), the fastest way to find out the password is through standard "Windows Settings"This method does not require administrator rights and works even on accounts with limited rights.

Here are the step-by-step instructions:

  1. Open the menu Start and select Parameters (gear icon) or click Win + I.
  2. Go to the section Network and Internet.
  3. In the left menu, select Wi-Fi, then click on the right Managing known networks.
  4. Find the required network in the list and click on its name.
  5. Click the button Properties (or Additional options in some versions).
  6. Scroll down to the block Network properties and find the field Network security keyThe password will be hidden by dots.
  7. Click on the eye (Show symbols) next to the field to see the password.

If the buttons Show symbols If there isn't one or the field is grayed out, your account doesn't have sufficient rights. In this case, try the next method or log in as an administrator.

2. Viewing the password through the Control Panel (alternative method)

Another built-in method is to use "Control Panel"This method takes a little longer, but is more reliable, especially if the interface Windows settings works intermittently. Suitable for Windows 10 and older versions (for example, Windows 7/8).

Follow the instructions:

  • 🖥️ Click Win + R, enter ncpa.cpl and press Enter (a window will open) Network connections).
  • 🔍 Find an active connection Wi-Fi (or Wireless network), right-click on it and select State.
  • 📋 In the new window, click the button Wireless network properties.
  • 🔐 Go to the tab Security and check the box Show entered characters. The password will appear in the field. Network security key.

If the tab Security If the password field is missing or empty, this may mean that:

  • The laptop is connected to a network without a password (open Wi-Fi).
  • Used WPS connection (Press the WPS button on the router to connect a new device).
  • The password is saved in the system, but is only displayed after Command line (see next section).

Open Control Panel (ncpa.cpl) | Find your active Wi-Fi connection | Check the "Security" tab | Check "Show characters as you type" -->

3. Finding the Wi-Fi password via the Command Prompt (for advanced users)

If the graphical interface does not show the password, help will come Command line (CMD). This method works even if the network is not currently active, but the laptop has connected to it before. Required administrator rights.

Follow these steps:

  1. Open Command line as administrator:
    • Click Win + X and select Command Prompt (Administrator) or Windows PowerShell (Administrator).
    • Or enter cmd in the search, right-click and select Run as administrator.
  • Enter the command to view all saved networks:
    netsh wlan show profiles

    Remember the exact name of the network you need (case is important!).

  • Enter the command to display the password (replace NETWORK_NAME to the real name):
    netsh wlan show profile name="NETWORK_NAME" key=clear
  • Find the line Key content - this is the password.
  • If you see a blank line or the message "Missing" instead of a password, this means that the key is not saved in the system (for example, the connection was via WPS or guest access).

    What to do if the command doesn't work?

    If you see the error "Failed to execute command" after entering the command, check:

    1. The network name is correct (case is important!).

    2. Is Command Prompt run as administrator?

    3. Does your version of Windows support this command (Windows 10 Home may have limitations).

    4. Is the "WLAN Auto Configuration" service disabled (check in services.msc).

    4. Use PowerShell to extract the password (an alternative to CMD)

    PowerShell — a more powerful tool than Command line, and also allows you to extract saved Wi-Fi passwords. This method is useful if netsh didn't work or you prefer scripts.

    Instructions:

    1. Open PowerShell as administrator (similar to CMD).
    2. Enter the command to view all Wi-Fi profiles:
      (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
    3. Wait for the script to run—it will output a table with all networks and their passwords.

    The advantage of this method is that it immediately reveals passwords. for all saved networks, not just one. The downside is that the command looks complicated and needs to be entered correctly.

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

    If the built-in Windows tools do not help, you can use specialized utilitiesThey are convenient because they display passwords in a user-friendly interface and often offer additional features (such as exporting to a file).

    Top 3 Free Wi-Fi Password Viewers:

    Program Peculiarities Link (official website)
    WirelessKeyView (from NirSoft) Shows all saved passwords, supports export to .txt/.html, does not require installation. nirsoft.net
    WiFi Password Revealer Simple interface, displays SSID and passwords, works without administrator rights (but not always). magicaljellybean.com
    NetPass Shows passwords for Wi-Fi and other networks, supports key recovery from backups. nirsoft.net

    How to use WirelessKeyView:

    1. Download the program from the official website (check the file for viruses!).
    2. Unzip the archive and run WirelessKeyView.exe (administrator rights are not required).
    3. The program will automatically display all saved networks and their passwords in the column Key (Ascii).
    4. Export data via if necessary File → Save All Items.
    5. ⚠️ Attention: Download programs only from the developers' official websites! Many "cracked" versions of password viewing utilities contain viruses or spyware.

      6. What to do if the password is not displayed or the laptop was not connected to the network

      Sometimes, even after all these steps, the password still doesn't appear. Let's look at possible causes and solutions:

      • 🔌 The laptop has never connected to this network:
        If the device did not save the password (for example, you connected through another gadget), the only way out is to look at the key on router or reset it to factory settings (button Reset on the back panel).
      • 🔒 The password is hidden due to security policy:
        On corporate networks or guest Wi-Fi (such as in hotels), the password may not be saved on the device. Please check with your network administrator.
      • 🛠️ Corrupted system files:
        If none of the methods work, check the integrity of system files using the command:
        sfc /scannow

        After scanning, restart your laptop and try again.

      If you not an administrator on this laptop, but you urgently need the password:

      • Ask the device owner to temporarily grant administrator rights.
      • Use LiveCD With Linux (For example, Ubuntu) - some distributions allow you to extract passwords from Windows without logging in.
      • Connect to the router via cable and log into its web interface (usually at 192.168.1.1 or 192.168.0.1, login/password — admin/admin).
      ⚠️ Attention: Extracting passwords from other people's devices without the owner's permission may violate the law (Article 272 of the Russian Criminal Code, "Unauthorized access to computer information"). Use these methods only for your own networks!

      FAQ: Frequently asked questions about viewing Wi-Fi passwords in Windows 10

      Is it possible to find out the password for the Wi-Fi network my laptop was connected to a year ago?

      Yes, if the network is saved in Windows profiles. Passwords are stored in the system until you manually delete the network or reset the settings. Check the list of saved networks via netsh wlan show profiles.

      Why is there no "Show Characters" button in Windows Settings?

      This means your account does not have sufficient rights. Log in as an administrator or use Command line/PowerShell with elevated rights.

      Is it possible to find out your neighbors' Wi-Fi password using your laptop?

      No, not if your laptop has never connected to their network. Passwords are only stored for networks the device has previously connected to. Attempting to hack someone else's Wi-Fi is illegal!

      How to save your Wi-Fi password so you don't forget it?

      We recommend:

      • Take a photo of the sticker from the router and save the photo in the cloud (for example, Google Drive).
      • Write the password in password manager (KeePass, 1Password).
      • Attach a sticker with the password to the bottom of the router (if you have one at home).
    Do these methods work on Windows 11?

    Yes, all the methods described (via "Settings", "Control Panel", CMD And PowerShell) work in Windows 11The path to some settings may differ slightly, but the principles are the same.