Have you forgotten your home Wi-Fi password, and is it hidden under a sticker on your router that's long since worn off? Or do you need to connect a new gadget but can't remember the password combination? This situation is familiar to many people—especially if the network was set up a long time ago or the password was entered automatically. Luckily, Windows 10 There are several ways to retrieve a saved Wi-Fi password without resetting the router or calling the provider.
In this article we will look at all current methods — from standard system tools to advanced utilities that will come in handy if conventional methods fail. You'll learn how to find a password using Windows Settings, Command line and even using free programs. Also, why some networks may not appear in the list of saved networks and what to do in such cases.
Important: All described methods only work for networks to which your computer is connected. I've already connected beforeIf you're trying to hack someone else's Wi-Fi, it's illegal and technically impossible without specialized equipment. We're exclusively talking about legal recovery. own data.
Method 1: View your password through Windows Settings (the easiest way)
This method doesn't require installing any additional software or knowing any commands—everything is done through a graphical interface. It's suitable for most users, even if you've never messed around with network settings before.
Instructions:
- 🖱️ Open the menu
Startand selectParameters(gear icon) or clickWin + I. - 🌐 Go to the section
Network and Internet→Wi-Fi. - 🔍 Scroll down and click
Managing known networks. - 📋 Select the desired network from the list and click
Properties. - 👁️ In the field
Network passwordclickShow symbols— the system will require you to enter your Windows account password.
If the button Show symbols is inactive or the password field is empty, then:
- ❌ The network was connected manually without saving the password (for example, through
netshor third-party utilities). - ❌ You do not have administrator rights on this PC.
- ❌ The password was changed on the router after last time the computer was connected.
Method 2: Command Line - A Universal Method for Advanced Users
If the graphical interface does not show the password or the required network is not in the list, it will help Command line (CMD). This method works even on older versions of Windows and does not require administrator rights to view. already saved passwords.
Step-by-step instructions:
- Launch
Command lineas administrator (clickWin + X→Command Prompt (Administrator)orWindows PowerShell (Administrator)). - Enter the command to view all saved networks:
netsh wlan show profilesFind the name of the desired network in the list (
Profile name). - Copy the network name (eg.
MyWiFi_5G) and enter:netsh wlan show profile name="MyWiFi_5G" key=clearReplace
MyWiFi_5Gto the current name. - Find the line in the results
Key content- this is the password.
If the command returned an error Failed to execute command:
- 🔄 Make sure the network name is entered exactly (taking into account case and symbols).
- 🛡️ Launch
CMDon behalf of the administrator. - 🔧 Check if the service is disabled
Automatic WLAN configuration(enterservices.mscin the search bar and find the service in the list).
What to do if the command does not show the password?
If the line Key content If it's empty, this means the password wasn't saved in the system. Possible reasons:
1. The connection was configured via WPS (button on the router) without entering a password.
2. The network was added via a third-party utility (for example, Intel PROSet/Wireless).
3. The password was changed on the router after the last PC connection.
In such cases, try the method with the registry or third-party programs.
Method 3: View the password in the Windows registry (for hidden networks)
The Windows registry stores information about all connected networks, including those not displayed in the default settings. This method is useful if a network has been removed from the list of known networks, but its information still remains in the system.
⚠️ Attention: Incorrectly editing the registry may disrupt system operation. Follow the instructions carefully and do not edit other parameters.
Instructions:
- Click
Win + R, enterregeditand confirm the launch. - Follow the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces\{GUID}\ProfilesInstead of
{GUID}there will be different identifiers - open each folderProfilesinside. - In each folder
Profilesfind the parameterProfileName— this is the network name. Open the folder with the desired name. - Double click on the parameter
MSMUserData→ in the fieldMeaningfind the linePskValue=The characters after it are the password in hexadecimal format. - Copy the value (eg.
3132333435) and convert it to text using an online service (for example, CyberChef).
Conversion example:
| Hexadecimal code | Password |
|---|---|
3132333435 | 12345 |
5061737377307264 | Password |
4D795769466932303234 | MyWiFi2026 |
Via Windows Settings|Command Prompt|Registry|Third-party programs-->
Method 4: Third-party Wi-Fi password recovery programs
If standard methods fail, free utilities can help. They scan system files and display all saved passwords in a convenient format. We tested several programs and selected the most reliable.
Top 3 Wi-Fi Password Viewing Utilities:
- 🔧 WirelessKeyView (from NirSoft) - shows all saved networks and passwords, supports export to
.txt. - 🔍 WiFi Password Revealer - simple interface, works without installation.
- 🛡️ Magical Jelly Bean WiFi Password Revealer — displays passwords in a table with the ability to copy.
⚠️ Attention: download programs only from official websites of developers (For example, nirsoft.net). Utilities from unknown sources may contain malicious code.
Instructions for WirelessKeyView:
- Download the archive with the program and unzip it.
- Run the file
WirelessKeyView.exe(administrator rights are not required). - Find the required network in the table - the password will be in the column
Key (Ascii). - Export data via if necessary
File → Save All Items.
Download the program from the official website|Check the file on VirusTotal|Run without administrator rights (if possible)|Do not enter personal data in the program-->
Why might the network I need not be in the list of saved networks?
Sometimes users encounter the problem that the network they were definitely connected to is not displayed in any Parameters, not in netshLet's look at the main causes and solutions:
Possible reasons:
- 🗑️ The network was removed from the list of known networks manually or by clearing the cache.
- 🔄 Connection configured via WPS (button on the router) without saving the password.
- 🖥️ A VPN or proxy was used that masked the real network name.
- 🔧 The network was added via proprietary software (for example, utilities from Intel, Broadcom or Qualcomm).
Solutions:
- 🔍 Check the list of networks in the registry (method 3).
- 📋 Try connecting to the network again - Windows may save the password when you reconnect.
- 🖱️ If the network was added via a third-party utility, open its settings (usually in the tray next to the clock).
How to secure your Wi-Fi after resetting your password?
If you were able to recover your password, but it turned out to be too simple (for example, 12345678 or password), we recommend changing it to a more secure one. This will protect your network from hacking and unauthorized access.
Safety tips:
- 🔐 Use a password that is long at least 12 characters with letters, numbers and special characters (for example,
MyWiFi@2026#Secure!). - 🔄 Change your password every 6-12 months.
- 📵 Turn off WPS in the router settings - this protocol is vulnerable to hacking.
- 🛡️ Enable encryption
WPA3(orWPA2-PSK, IfWPA3(not supported). - 👥 Limit the number of connected devices in your router settings.
To change your password:
- Open the router's web interface (usually at
192.168.0.1or192.168.1.1). - Log in (default logins/passwords are indicated on the router sticker).
- Go to the section
Wi-Fi→Security(orWireless Security). - In the field
Password(PasswordorPre-Shared Key) enter a new password. - Save the settings and reconnect all devices.
Common mistakes and how to avoid them
Users often encounter common problems when trying to view their Wi-Fi password. We've compiled a list of the most common errors and solutions.
Error 1: "You don't have permission to view this setting"
⚠️ Attention: This means your Windows account does not have administrator rights. To fix this:
- 👤 Temporarily log in as an administrator.
- 🔑 Ask your PC administrator to grant you rights.
- 🛠️ Use it
Command linewithout administrator rights - sometimes it shows passwords without them.
Error 2: The network is listed, but the password is not displayed.
This happens if:
- The password was changed on the router. after last PC connection.
- The network was connected via guest access (for example, in a cafe or hotel).
- Was used safety certificate instead of a password (in corporate networks).
Error 3: Command netsh returns an empty result
Possible reasons:
- 📡 The network was connected via Ethernet (cable), not Wi-Fi.
- 🔌 The network adapter is disabled in
Device Manager. - 🔧 Service
Automatic WLAN configurationdisabled (check inservices.msc).
FAQ: Answers to frequently asked questions
Is it possible to find out the password for a Wi-Fi network I've never connected to?
No, this is impossible without hacking the router or using specialized equipment (which is illegal). Windows only stores passwords for networks the computer has previously connected to.
Why are there names in the list of networks that I don't recognize?
These could be:
- Old networks that you connected to in cafes, hotels, or at friends' houses.
- Hidden Networks (
Hidden Network), added manually. - Service networks from the provider (for example, for IPTV).
To remove them, use the command:
netsh wlan delete profile name="NETWORK_NAME"
How to view a Wi-Fi password on Windows 11?
IN Windows 11 the process is similar, but the path has changed slightly:
- Open
Parameters→Network and Internet→Wi-Fi. - Click
Managing known networks. - Select a network →
Viewing wireless network properties. - In the section
Security parameterscheck the boxShow entered characters.
Is it possible to recover a password if Windows is reinstalled?
No. When you reinstall Windows, all saved network data is deleted. In this case, you can find the password:
- On the router sticker (if it hasn’t been changed).
- In the router's web interface (
192.168.0.1or192.168.1.1). - From the provider (if the router is rented).
Do these methods work on Windows 7/8?
Yes, but with some reservations:
- Windows 7: the registry path is different -
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces(withoutProfilesinside). - Windows 8/8.1: methods with
netshAndParametersthey work identically Windows 10.
For Windows 7 the utility will also work WirelessKeyView.