It's quite common to need to connect a new device to your home network but have forgotten the Wi-Fi password. Luckily, the operating system Windows 10 Stores access keys to previously connected networks in encrypted form, making this information easy to recover. You won't need to reset your router or search for your ISP contract if you have a laptop that's already successfully connected to the desired access point.
There are several ways to recover your security key, from standard graphical interfaces to advanced command line tools. Each method has its own characteristics and is suitable for different user skill levels. In this article, we'll cover all the current options in detail so you can quickly resolve your security key access issue. Internet.
Before attempting any technical modifications, ensure your laptop is within range of the network or is already connected. If the device has never connected to the router before, it will be impossible to recover the password from this computer using software. However, if you've entered your login credentials at least once, the system will remember them, and our task is simply to retrieve them from storage.
Viewing a password through the Windows graphical interface
The easiest and safest way to find a saved key is to use the operating system's default settings. This method doesn't require any additional software and is accessible to anyone with mouse and menu skills. The steps may vary slightly depending on the Windows version, but the general logic has remained the same for many years.
First, open the Network and Sharing Control Panel. You can do this by right-clicking the connection icon in the system tray (near the clock) and selecting "Network and Internet settings." Next, find the "Network and Sharing Center" link or go to "Change adapter settings." In the window that opens, select your active wireless connection.
After opening the network status, click the "Wireless Network Properties" button. In the dialog box that appears, go to the "Security" tab. This is where the main encryption settings and the access key are located. By default, the "Network Security Key" field is hidden behind symbols, but you can easily display it by checking the corresponding box.
- 🔑 Right-click the Wi-Fi icon in the tray and select "Open Network & Internet settings."
- 🔑 Go to "Network and Sharing Center" through the advanced options.
- 🔑 Click on your network name, then select “Wireless Network Properties”.
- 🔑 On the "Security" tab, check the "Show entered characters" box.
⚠️ Attention: If the Security tab is missing or the Properties button is grayed out, your account may not have administrator privileges. In this case, ask the computer owner to perform these steps or log in using an administrator account.
Using the command line to recover the key
For more experienced users who prefer speed and precision, the console method is ideal. Command line CMD or PowerShell allow you to interact directly with Windows system services, bypassing the graphical shell. This method is especially useful if the graphical interface isn't working correctly or if you need to copy a password in plain text without unnecessary characters.
The first step is to launch the console as an administrator. This is critical, as accessing the security key store requires elevated privileges. You can find the command prompt by searching in the Start menu, right-clicking it, and selecting the appropriate launcher. Once a black window opens, you can begin entering commands.
First, you need to know the exact network profile name that the system uses to identify the connection. Enter the command netsh wlan show profiles and press Enter. In the list of displayed profiles, find the name of your network. Then, use the command to display all details, including the password, replacing "NetworkName" with the current name.
netsh wlan show profile name="Network_Name" key=clear
After running the command, the system will generate a detailed profile report. You're looking for the "Security Settings" section, and within it, the "Key Content" line. The value next to this line is the password you're looking for. This method works reliably on all versions of Windows 10 and 11.
Checking saved passwords in the router settings
If none of the operating system methods work, there's always the hardware option: checking the router's settings. The Wi-Fi password is stored in the router's configuration, and if you have access to its web interface (usually via a cable or if the device is already connected), you can not only view but also change the access key.
To access the control panel, you need to open a browser and enter the router's IP address in the address bar. Most often, this 192.168.0.1 or 192.168.1.1However, the exact address depends on the device model and may be indicated on a sticker on the bottom of the device. After entering the address, the system will request a username and password to access the admin panel.
The default login credentials are often "admin/admin" or "admin/password," but if you've changed them previously, you'll need to remember these. Once inside the interface, look for a section related to Wireless, WLAN, or Wi-Fi Settings. There will be a field containing the current security key (Pre-Shared Key or Password).
| Router brand | Standard IP | Settings section |
|---|---|---|
| TP-Link | 192.168.0.1 | Wireless -> Wireless Security |
| Asus | 192.168.1.1 | Wireless -> General |
| D-Link | 192.168.0.1 | Wi-Fi -> Security Settings |
| Zyxel | 192.168.1.1 | Network -> Wireless |
| Tenda | 192.168.0.1 | Wireless Settings |
It's important to understand that router interfaces can vary significantly depending on the firmware and manufacturer. Some modern models use cloud services for management, and settings can be accessed through a mobile app. In this case, the password can be found in the Wi-Fi settings section of the app on a smartphone that is already connected to the network.
What should I do if the default router password doesn't work?
If the default login and password (admin/admin) don't work, they were previously changed. In this case, the only solution is to perform a full factory reset of the router using the Reset button on the device. After this, the device will be accessible using the default login credentials, but you'll have to re-enter all internet settings.
Restoring access via PowerShell
An alternative to the classic command line is a more powerful tool - PowerShellIt's built into modern versions of Windows and provides advanced system management capabilities. Although the commands for viewing Wi-Fi profiles are similar to those in CMD, PowerShell's syntax makes it easier to manipulate and export the output.
You can launch PowerShell by searching in the Start menu. As with CMD, it's recommended to run it as administrator to avoid access rights issues with system storage. The interface will have a different color (usually a blue background), but the command-line interface remains the same.
To get a list of all saved profiles, enter the command netsh wlan show profilesTo view the password for a specific profile, use the same command as in CMD, as netsh is a system utility that works the same in both shells. However, PowerShell allows you to filter the output, displaying only the desired line containing the key.
Using PowerShell is especially useful if you plan to automate the process or save the results to a file for later analysis. This makes this method convenient for system administrators managing multiple computers on an office network, where frequent security configuration checks are required.
- 💻 Open PowerShell as administrator using Windows Search.
- 💻 Enter the command to view profiles:
netsh wlan show profiles. - 💻 Use the command with the clear switch to display the password.
- 💻 Copy the value from the "Key Content" line.
Third-party utilities for viewing passwords
There are many specialized programs on the software market designed to manage wireless connections. Programs like WirelessKeyView from NirSoft or WiFi Password Decoder Allows you to view all keys stored in the system with one click. They scan the registry and system files, displaying the information in a convenient table format.
The main advantage of such programs is speed and clarity. You don't need to remember commands or navigate settings menus. However, using third-party software carries certain risks. Downloading programs from untrusted sources can introduce viruses or spyware onto your computer, which can steal not only Wi-Fi passwords but also bank card information.
It is recommended to use only time-tested utilities from reputable developers and download them from official websites. Be sure to scan executable files with an antivirus before running them. It's also worth keeping in mind that some antivirus programs may classify such programs as potentially unwanted programs (PUPs), as their functionality could be exploited by malicious users.
⚠️ Attention: Be extremely careful when downloading password crackers. Many of them are fakes designed to steal data. Use only viewing tools. already saved in the password system, and not for brute-force key guessing.
☑️ Security when using third-party software
Problems and limitations when recovering a password
Despite numerous methods, users sometimes encounter situations where they cannot find the password. This may be due to corporate network security policies, where access to the key storage is restricted by group policies. Problems can also arise if Windows system files or the user profile are corrupted.
Another common issue is the use of WPA3 encryption or corporate certificates. In such cases, the password may not be displayed in its usual format, as authentication occurs via a certificate or one-time code. If you are trying to restore access to a corporate network, it's best to contact your system administrator.
It's also worth keeping in mind that interfaces and commands may change with operating system updates. Microsoft periodically makes changes to menu structures and security settings, so some paths may appear different in new Windows 10 builds or in Windows 11.
⚠️ Attention: Operating system and router interfaces may be updated. If the menu paths described don't match yours, look for similar section names related to "Security" or "Wireless."
Frequently Asked Questions (FAQ)
Is it possible to find out the Wi-Fi password if the laptop has never connected to this network?
No, it's impossible to use Windows software to find the password for a network the device has never connected to. The system doesn't store keys for unknown networks. In this case, the only solution is to know the password, find a note on the router (if it hasn't been changed), or access the router settings via a cable.
Where can I find my password if I reset Windows?
After resetting or reinstalling Windows, all saved Wi-Fi profiles and passwords are deleted. They cannot be restored through the system. You will need to use other devices that remain connected or review the router settings.
Is it safe to save a password in Windows?
Yes, Windows stores passwords encrypted. However, if an attacker with administrator rights gains access to your computer, they can extract these passwords. For a typical home network, this level of protection is quite sufficient.
What should I do if the "Show characters" field is inactive?
This means your current account doesn't have administrator privileges. You need to log in as an administrator or ask the computer owner to show you the password.
Can a virus steal saved Wi-Fi passwords?
Theoretically, yes, if the virus gains administrator privileges. Therefore, it's important to use antivirus software and avoid running suspicious programs that may request access to system network settings.