It's quite common to need to connect a new device to a wireless network but lose or forget the password. Fortunately, if you're already connected to Wi-Fi on your PC or laptop, the operating system Windows Stores this data securely. Access can be restored without reinstalling drivers or resetting the router.
There are several proven methods that allow remove the security key from system storage. You can use the graphical settings interface, the command line for deeper analysis, or even access your router's control panel. The specific method you choose depends on your operating system version and your access level to the hardware.
In this article, we'll cover all the current options in detail, including working with the registry and third-party software. You'll learn how to quickly find saved keys for your current and previously used networks. This knowledge will help you avoid unnecessary calls to your provider or trips to your neighbor's to copy data from their router.
Using default settings in Windows 10 and 11
The easiest and most secure way to find out your current password is to access the standard network properties in your operating system. This method doesn't require complex commands and is accessible to anyone. Simply navigate to a specific path in the settings menu to reveal hidden characters.
To get started, open the Start menu and select Settings (the gear icon). Next, go to the Network & Internet section, and from the list of active connections, select Network and Sharing CenterIn the window that opens, find the name of your wireless network and click on it to open the connection status.
In the dialog box that appears, click "Wireless Network Properties." Go to the "Security" tab. This is where the "Network Security Key" field is located, where the password is hidden by dots. To view it clearly, check the "Show entered characters" box.
If you want to find out the password for another saved network, you will have to use other tools, such as the command line.
⚠️ Attention: Administrator privileges may be required to display your password. If prompted, enter your account password or confirm the action in the UAC prompt.
This method is preferred by regular users, as it eliminates the risk of accidentally changing system settings. The interfaces of Windows 10 and 11 are virtually identical in this regard, so the instructions are universal.
Password recovery via command line
The Command Prompt (CMD) provides a more flexible tool for managing network connections. It not only lets you view the password for the current network, but also retrieve keys for all Wi-Fi networks your computer has ever connected to. This is a powerful tool for system administrators and advanced users.
To launch the command line, right-click the Start menu and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)". First, we need to find out the exact name of the network profile. Enter the command netsh wlan show profiles and press Enter. You will see a list of all saved profiles.
Once you have found the network name you want (e.g. "Home_WiFi"), enter the following command to display the details, including the password:
netsh wlan show profile name="Network_Name" key=clear
In the command output, find the "Security settings" section. The "Key Content" line will contain your password in cleartext. Note that if your network uses enterprise authentication (802.1x), the password may not be displayed, as it is not stored statically.
What to do if the command doesn't work?
If you receive the error "Group parameter not found," check the spelling of the profile name. It must match exactly, including spaces and case. Also, make sure you're running the console as an administrator.
Searching for saved keys through the registry
The Windows registry is a central settings database that stores numerous parameters, including wireless network configurations. While this method is more complex than the previous ones, it allows access to information even when standard interfaces fail.
To access the registry, press the key combination Win + R, enter regedit and press Enter. You need to navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
Here you'll see a multitude of folders named using GUIDs (character strings). To find the network you need, you'll need to check the parameter ProfileName in each folder. However, the password itself is stored in the registry in encrypted form and is not displayed in plain text, even here. This section is more suitable for deleting old profiles than for viewing keys.
A more efficient registry path for viewing security keys is:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\Unmanaged
But even here, the data is often inaccessible for direct reading without special decryption utilities. Therefore, although the registry is a configuration repository, it is less informative for the average user regarding passwords than the command line.
Using third-party recovery utilities
There is specialized software that automates the process of password extraction. One of the most well-known and time-tested programs is WirelessKeyView from NirSoft. It requires no installation and works immediately after launch.
The program scans your system storage and displays a list of all wireless networks, their SSIDs, encryption types, and, most importantly, keys in text format. The utility's interface is minimalist: you simply see a table with the data.
Other popular analogues include WiFi Password Decryptor And Free WiFi Password ViewerThey work on a similar principle, but may have a more modern interface or additional features, such as QR codes for quickly connecting phones.
Using third-party software requires caution. Download programs only from the developers' official websites to avoid infecting your computer with viruses or miners.
⚠️ Attention: Antivirus programs may report password recovery tools as "HackTool" or "RiskWare." This is normal, as these tools can be used by hackers. Use them only on your own hardware.
The main advantage of such utilities is the ability to copy all passwords at once into a text file or HTML report, which is convenient when migrating to a new computer or setting up a new network.
How to find out the password through the router's web interface
If you don't have access to any connected computers, but you do have physical access to the router (or are connected via cable), you can find the password in the device's settings. To do this, you'll need the gateway IP address and the admin panel login information.
Open your browser and enter your router's IP address into the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address is indicated on the sticker on the bottom of the device. Enter the administrator login and password (often admin/admin by default).
After logging in, find the "Wireless" or "Wi-Fi" section. Under "Security" or "Security Settings," you'll see a field labeled "PSK Password," "WPA Key," or "Password." Here, you can view your current password and change it to a new one.
Router interfaces from different manufacturers (TP-Link, ASUS, D-Link, Keenetic) vary, but the settings layout is the same. If you've changed your router password and forgotten it, you'll need to perform a reset using the button on the router's body, which will restore all factory settings, including the Wi-Fi password.
Comparison of methods and compatibility table
The method you choose depends on your situation: whether you have access to a working PC, administrator rights, or physical access to the router. Below is a table to help you navigate the available methods.
| Method | Necessary rights | Complexity | Available networks |
|---|---|---|---|
| Windows settings | User | Low | Active only |
| Command line | Administrator | Average | All saved |
| Windows Registry | Administrator | High | Configuration (without password) |
| Web interface | The owner of the router | Average | Current setting |
As the table shows, the command line is the most versatile tool for managing connection history on the computer itself. However, changing network security settings still requires logging into the router.
Remember that knowing someone else's network password without the owner's permission is illegal. Use the information you gain only to restore access to your own networks.
☑️ Check before resetting your router
Frequently Asked Questions (FAQ)
Is it possible to find out the Wi-Fi password on an Android phone?
This is possible on Android 10 and above. Go to Wi-Fi settings, select the network, and tap "Share" (QR code). The password is often displayed below the QR code, or you can scan it with another device with a camera and a QR code scanner if the password is hidden.
What to do if netsh command returns access denied error?
An access denied error means the command prompt is not running as an administrator. Close the CMD window, right-click "Command Prompt" in the Start menu, and select "Run as administrator."
Where can I find my password if I'm using a Mac (macOS)?
On macOS, passwords are stored in Keychain Access. Open Keychain Access via Spotlight, find your network name, double-click it, and check the "Show password" box. The system will prompt you for the password for your Mac user account.
Is it safe to save passwords in your browser?
Modern browsers offer the option to save Wi-Fi passwords to a cloud account (Google, Apple, Microsoft). This is convenient for syncing between devices, but requires reliable account security (two-factor authentication).