The situation where you need to connect a new device to your home wireless network, but the password has long been forgotten or written down on a piece of paper that has been lost, is one of the most common in everyday life.
Fortunately, the operating system Windows 10 Stores access keys to networks to which the computer has previously connected, making it easy to recover lost information.
In this article, we'll cover all the current password extraction methods, from standard interface settings to advanced console commands that every user should know.
Password recovery via graphical interface
The easiest and most accessible way to view a saved password is to dig deep into the network's system settings, which you can access even without administrator rights, although they may be required to confirm actions.
To get started, you need to open the Start menu and select the gear icon to get to the Settings section, then go to the Network and Internet category and select Status.
In the window that opens, find the "Network and Sharing Center" link—this is where the information we need about the current connection is hidden.
Click on the name of your active wireless network (blue text next to the connection type), and in the dialog box that appears, select the "Wireless Network Properties" button.
Go to the "Security" tab and check the "Show entered characters" box to turn hidden characters into readable text.
This method works flawlessly for the currently active network, but will not reveal passwords for other networks the PC has connected to in the past.
⚠️ Important: If the Security tab is unavailable or the buttons are locked, make sure you are logged in as an administrator, as your organization's security policies may restrict access.
Using the Windows Command Prompt
For more advanced users or in situations where the graphical interface does not work correctly, the ideal solution is to use the built-in utility. netsh.
Run Command Prompt as Administrator by typing cmd in the search and select the appropriate item, then enter the command to display a list of all saved profiles: netsh wlan show profiles.
In the list, find the name of the desired network and use the following construction to obtain detailed information, including the security key:
netsh wlan show profile name="Network_Name" key=clear
In the security information block, find the line "Key Content", where the password you are looking for will be displayed in clear text.
This method is especially useful if you need to find out the password for a network to which the computer is not currently connected, but has connected previously.
What should I do if the command prompt gives an access error?
Make sure you're running the console as an administrator. If the error persists, check the Windows services responsible for WLAN AutoConfig and make sure they're running.
Viewing the password through the router's web interface
If none of the methods on the computer itself work, there's always the "gold standard" - accessing the router's settings, where all network parameters are stored.
Open any browser and in the address bar enter the IP address of the router, which most often looks like this: 192.168.0.1 or 192.168.1.1, although the exact address depends on the device model.
After entering your login and password (often this is admin/admin(if you haven't changed them) go to the wireless network section, which may be called "Wireless", "Wi-Fi" or "Wireless Mode".
Here in the "Wireless Network Password" or "PSK Key" field, you can see the current key or change it to a new one that will be easier to remember.
| Router brand | Standard IP | Default login | Default password |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| Asus | 192.168.1.1 | admin | admin |
| D-Link | 192.168.0.1 | admin | (empty) |
| Keenetic | 192.168.1.1 | admin | 1234 |
⚠️ Note: Router firmware interfaces are frequently updated by manufacturers, so the menu layout may differ from that described above; look for sections labeled "Wireless" or "Security."
Specialized utilities and programs
There are many third-party programs that automate the password recovery process by collecting data from the Windows registry in an easy-to-read format.
One of the popular utilities is WirelessKeyView from NirSoft, which does not require installation and immediately displays all saved keys in a table.
When using such software, it is important to be aware of security risks, as antivirus programs may react to attempts to access system data as suspicious activity.
Also, download such tools only from the developers' official websites to avoid the introduction of malicious code disguised as a useful tool.
Resetting your router as a last resort
If none of these methods work, or you don't know the router's password to access the settings, there's a radical but effective option: a full reset of the device.
On the back of most routers there is a small hole labeled Reset, where you need to press with a paper clip and hold for about 10-15 seconds until the indicators reboot.
After this procedure, the router will return to factory settings, and the Wi-Fi password will be the one indicated on the sticker on the bottom of the device.
Please note that after the reset, you will have to reconfigure your connection to your provider (enter your PPPoE/L2TP login and password) if this information was not automatically linked.
This method is guaranteed to provide access, but requires time to reconfigure the entire home network.
☑️ Preparing to reset your router
Security measures and network protection
Once you have regained access, it is recommended that you consider the security of your wireless network to prevent unauthorized access by unauthorized persons.
Use a modern encryption protocol WPA2-PSK or WPA3, since the outdated WEP standard can be cracked in a matter of minutes even by a novice.
The password must be complex and contain letters of different upper and lower case, numbers, and special characters to prevent brute-force attacks.
Regularly update your router firmware to patch vulnerabilities that could allow hackers to access your data or traffic.
Disable the WPS feature, which is often the weakest point in home network security, allowing password bypass through physical proximity.
⚠️ Please note: Encryption protocols and security standards are constantly evolving; be sure to check your router manufacturer's website for the latest Wi-Fi setup recommendations.
Frequently Asked Questions (FAQ)
Is it possible to find out a Wi-Fi password if the computer has never connected to it?
No, Windows doesn't store passwords for networks the device has never connected to. In this case, the only solution is to use the router sticker or access its settings via a cable.
Where can I find the password if I'm connected via Ethernet cable?
If you're connected via a cable, the GUI may not display your wireless network password. Use the command line with the command netsh wlan show profileto see a list of all saved Wi-Fi profiles.
Is it safe to save passwords in Windows?
Yes, they are stored encrypted in the system registry. However, if an attacker gains physical access to your PC with administrator rights, they can retrieve them.
What should I do if the netsh command returns an error?
Most often, this error occurs due to a lack of administrator rights. Try running the command prompt as an administrator or check the spelling of the network profile name.