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.
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:
- Open the menu
Startand selectParameters(gear icon) or clickWin + I. - Go to the section
Network and Internet. - In the left menu, select
Wi-Fi, then click on the rightManaging known networks. - Find the required network in the list and click on its name.
- Click the button
Properties(orAdditional optionsin some versions). - Scroll down to the block
Network propertiesand find the fieldNetwork security keyThe password will be hidden by dots. - 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, enterncpa.cpland pressEnter(a window will open)Network connections). - 🔍 Find an active connection
Wi-Fi(orWireless network), right-click on it and selectState. - 📋 In the new window, click the button
Wireless network properties. - 🔐 Go to the tab
Securityand check the boxShow 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:
- Open
Command lineas administrator:- Click
Win + Xand selectCommand Prompt (Administrator)orWindows PowerShell (Administrator). - Or enter
cmdin the search, right-click and selectRun as administrator.
- Click
netsh wlan show profiles
Remember the exact name of the network you need (case is important!).
NETWORK_NAME to the real name):
netsh wlan show profile name="NETWORK_NAME" key=clear
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:
- Open
PowerShellas administrator (similar to CMD). - 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 - 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:
- Download the program from the official website (check the file for viruses!).
- Unzip the archive and run
WirelessKeyView.exe(administrator rights are not required). - The program will automatically display all saved networks and their passwords in the column
Key (Ascii). - Export data via if necessary
File → Save All Items. - 🔌 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 (buttonReseton 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 /scannowAfter scanning, restart your laptop and try again.
- 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.1or192.168.0.1, login/password —admin/admin). - 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).
⚠️ 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:
If you not an administrator on this laptop, but you urgently need the password:
⚠️ 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:
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.