It's common to need to connect a new device to a network but forget the access key. Often, we connect automatically from a phone or tablet and simply don't remember the character set we entered once. Fortunately, if your computer or laptop is already connected to the network or has connected before, the password is saved in the system and it can be easily removed.
There are several proven methods for obtaining this information, ranging from standard operating system tools to using the command line. Windows stores this data in encrypted form, but the user is allowed to access it. Below, we'll discuss the most effective methods that will help you solve the problem in just a few minutes.
Finding a password through Windows network settings
The easiest and safest way is to use the operating system's graphical interface. This method doesn't require complex commands and is accessible even to inexperienced users. However, keep in mind that the path to the settings may vary slightly depending on the version. Windows 10 or Windows 11.
First, you need to open the Network and Sharing Center. Right-click the Wi-Fi icon in the system tray (near the clock) and select "Network and Internet settings." Next, look for the link "Advanced network settings" or "Network and Sharing Center." This displays your active connection.
⚠️ Attention: If you use Windows 11The settings interface has been completely redesigned. Some items may have different names, such as "Properties" instead of "Status."
In the window that opens, find the "Wireless Network Properties" button or the link with the name of your Wi-Fi network. Go to the "Security" tab. The necessary symbols are hidden here, in the "Network Security Key" field. By default, they appear as dots.
To see your password, check the box next to "Show entered characters." The system may request administrator privileges—confirm this action. You can now copy or write down the character combination.
Using the command line to extract the key
For those who prefer faster and more professional methods, the command line is a great option. CMDThis method is universal and works even when the graphical interface isn't working correctly. You don't need any third-party programs, just the standard Windows terminal.
First, open the command prompt. Click Win + R, enter cmd and press Enter. To gain administrator rights, it's best to launch the console through the Start menu search, right-click, and select the appropriate option.
Enter the command to view all saved profiles:
netsh wlan show profiles
The list will show the names of all networks the computer has ever connected to. Find the desired name and use the following command to display the password in plaintext:
netsh wlan show profile name="Network_Name" key=clear
Instead of Network_name Enter the exact name of your Wi-Fi network. If the name contains spaces, be sure to enclose it in quotation marks. In the "Security Settings" section, find the "Key Contents" line—this is your password.
Receiving data via the router's web interface
If your computer isn't currently connected to the network, but you have access to the router (for example, via cable or phone), you can find the password in the router's settings. This method requires entering the gateway address in your browser.
Standard login addresses usually look like this: 192.168.0.1 or 192.168.1.1The exact address, username, and password for access are often indicated on a sticker on the bottom of the device. Popular brands such as TP-Link, Asus or Keenetic, use standard combinations, most often admin/admin.
After logging in, you need to find the section related to wireless networking. It may be called "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN." Within this section, look for the "Security" or "Security Settings" subsection.
| 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 | my.keenetic.net | admin | indicated on the sticker |
In the "Password" (PSK Key, WPA Key) field, you'll see the current access key. You can also change it to a more complex one if you suspect your network has been hacked.
☑️ Checking access to the router
Third-party password recovery utilities
There is specialized software that automates the process of extracting saved keys. These programs scan the registry and system files, producing results in a convenient format. One popular tool is WirelessKeyView from NirSoft.
This utility requires no installation and works immediately after launch. It displays a list of all networks, the SSID, the encryption type, and the key itself in text format. This is especially convenient if you need to quickly copy a password to enter on another device.
⚠️ Attention: Antivirus programs may react to password recovery utilities as a threat (HackTool), since they have access to personal system data.
You should only use such programs from trusted sources. Downloading software from dubious sites can infect your computer with real viruses. Always verify the developer's digital signature.
Third-party software security
Use programs only from official developer websites. Scan files with VirusTotal before running. Don't disable your antivirus unless absolutely necessary.
Resetting your router as a last resort
If none of these methods work, or you've changed your router password and forgotten it, there's a more radical solution: a hard reset. This will restore the device to factory settings, including the Wi-Fi password, which will be found on the sticker.
On the back of the router, find a small hole labeled Reset or RestorePress it with a paperclip or toothpick and hold it there for about 10-15 seconds until the lights flash. After rebooting, the network will be accessible with the factory key.
Please note that you will need to reconfigure your internet connection (enter your ISP login and password) if this information isn't transferred automatically. Make sure you have your ISP contract handy.
Frequently Asked Questions (FAQ)
Is it possible to find out a Wi-Fi password if the computer has never connected to this network?
No, this can't be done using standard Windows tools. The password is only stored on devices that have successfully logged into the network. The only option is to look it up on the router or ask the owner.
Where are Wi-Fi passwords stored in the Windows registry?
They are in the branch HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles, but in encrypted form. Directly reading the registry will not yield results without the use of special decoders.
Is it safe to save a password in Windows?
Yes, the system uses strong encryption. However, if an attacker with administrator rights gains access to your computer, they can extract the stored keys, so be sure to ensure the physical security of your device.
What should I do if the "Show characters" field is inactive?
This means your account doesn't have administrator privileges. You need to log in as an administrator or ask the computer owner to enter the password for you.