How to View WiFi Password on Windows 10: A Complete Guide

Users often need to find the saved access key for a wireless network. This may be necessary when connecting a new device, smartphone, or tablet, when physical access to the router is restricted, and the sticker with the factory data has been erased or lost. Windows 10 stores all keys ever used in its secure storage, making them easy to retrieve with administrator rights.

There are several proven methods for accomplishing this task, ranging from the graphical settings interface to entering commands in the console. Each method has its own characteristics and is suitable for different use cases. For example, if you're directly within range of the network, the process will take a couple of seconds, but if you need to remember the password for a network the computer has previously connected to, the procedure will be different.

In this guide, we'll cover all the available options for recovering lost data in detail. We'll cover both standard operating system tools and specialized utilities. It's important to understand that most operations will require administrator rights, as information about network security is considered confidential.

⚠️ Important: Make sure you are only recovering the password for your own network or a network you are officially authorized to access. Unauthorized access to other people's wireless access points may be illegal.

View your password through network settings in Windows 10

The easiest and most accessible way to find a forgotten code is to use the operating system's standard graphical interface. This method is ideal if your computer or laptop is currently connected to the desired Wi-Fi network. You won't need to download additional software or enter complex commands.

First, you need to open the Network and Sharing Center. There are several ways to do this, but the most common method works on all Windows builds. Press the following key combination Win + Rto open the Run window. In the field that opens, enter the command ncpa.cpl and press Enter. This action will immediately open the Network Connections window, displaying all available adapters.

Find your wireless connection icon in the list. It's usually labeled "Wireless Network" or "Wi-Fi." Right-click it and select "Status." In the dialog box that appears, find the "Wireless Network Properties" button and click it. A new window with multiple tabs will open.

Go to the "Connection" tab. Here you'll see the "Wireless Network Properties" button, which will take you to the security settings. However, there's a quicker way: click the "Wireless Network Properties" button in the status window, then go to the "Security" tab. This is where the key you're looking for is hidden.

In the "Security Settings" section, you'll see the "Network Security Key" field, where the characters are hidden behind asterisks or periods. To see them, check the "Show entered characters" box. Once you do this, the system will display the password in plain text. You can copy it or write it down.

It's worth noting that this method only works for the network the device is currently connected to. If you need to find the password for a network you've previously connected to but are currently out of range, this method won't work. In that case, you'll need to use more advanced tools.

Using the command line to recover the key

The Windows Command Prompt (CMD) is a powerful tool for managing network settings. It not only allows you to view the password for the current network, but also list all saved profiles and retrieve keys for networks the computer has connected to in the past. This makes it indispensable for system administrators and advanced users.

To get started, you need to launch the command prompt with administrator privileges. Right-click the Start button and select "Windows PowerShell (Administrator)" or "Command Prompt (Administrator)." If you use normal mode, commands may fail due to insufficient privileges.

The first step is to get a list of all saved Wi-Fi profiles. Enter the following command and press Enter:

netsh wlan show profiles

The system will display a list of all networks whose profiles are saved on this computer. Find the name of the network you need in the list. Be careful to spell the name exactly, as it is case-sensitive and space-sensitive. Next, to view the password for a specific network, use the command followed by the profile name.

Enter the command in the following format, replacing "Network_Name" with the actual name of your Wi-Fi:

netsh wlan show profile name="Network_Name" key=clear

After executing the command, scroll to the "Security settings" section. The "Key Content" line will display the password you're looking for in clear text. This method works even if you're not currently connected to the network, as long as the profile is saved in the system.

☑️ Check before entering a command

Completed: 0 / 4

Using the command line is especially convenient when you need to quickly copy a password without unnecessary mouse clicks. This method is also often used in automation scripts or for remote computer control, when the graphical interface may be unavailable or malfunctioning.

Viewing saved passwords through the Control Panel

The classic Control Panel in Windows 10, despite being gradually replaced by the new Settings, still retains many useful features, including network key management. This method is an alternative to the first one and can be useful if the modern Settings interface is experiencing issues.

To access the desired section, open Control Panel. You can do this by typing "Control Panel" in the search bar next to the Start button. In Large Icons view, find and select "Network and Sharing Center." The rest of the process is similar to the first method, but with some navigational nuances.

In the left pane of the window, select "Manage known networks." This will display a list of all wireless networks the computer has ever connected to. Right-click the desired profile and select "Properties." In the window that opens, go to the "Security" tab.

As with network settings, you'll need to check the "Show characters" box. After that, the password will appear in the "Network security key" field. The only difference is that this interface can sometimes be more convenient for managing the list of known networks, deleting old or unnecessary profiles.

It's important to understand the difference between an active connection and a saved profile. An active connection is the network you're currently connected to. A saved profile is a network record that allows your device to automatically connect when a signal appears. Deleting a profile will require you to re-enter the password to reconnect.

What happens if I delete a network profile?

If you remove a network profile from the list of known networks, Windows will "forget" the password. The next time you connect to this access point, the system will prompt you to enter the security key again. This is a useful feature if you've changed the password on your router and the old password is preventing you from connecting.

This method is advantageous for its clarity. You see the full list of networks and can manage them centrally. However, if the list is very large (hundreds of profiles, which can happen after frequently moving a laptop), finding the right name can take time. In such cases, the command line is more efficient.

Using PowerShell for Network Administration

PowerShell is a more modern and powerful replacement for the classic command line, providing access to deep system settings through an object-oriented interface. For networking tasks, Windows 10 offers dedicated modules that allow you to obtain detailed connection information.

Although for basic viewing of passwords the command is often sufficient netshPowerShell allows you to automate the process. For example, you can create a script that will output all saved passwords to a text file. This is useful for backing up settings before reinstalling the system.

To run a command via PowerShell, run it as administrator. The syntax for calling netsh commands remains the same, as PowerShell supports legacy commands. However, using native cmdlets, you can get structured output.

An example command for getting profile information in PowerShell looks the same as in CMD, but the result can be processed immediately:

(netsh wlan show profile name="WiFi_Name" key=clear) | Select-String "Key Contents"

This command will filter the output and show only the password line, which is very useful when working with large amounts of data. You can replace "WiFi_Name" with the name of the desired profile. Please note that in some versions of PowerShell or depending on the language locale, the keywords in the output may differ.

Using PowerShell requires greater care, as syntax errors can lead to unexpected results, although reading data is generally safe. This tool is for those who want to do more than just view passwords, but integrate this operation into a more complex PC maintenance scenario.

Third-party password recovery programs

If Windows' built-in tools seem too complex or inconvenient, there are specialized third-party utilities available. These programs are designed specifically to display saved keys in a user-friendly graphical interface, often with just one click.

One of the most popular and secure utilities is WirelessKeyView from NirSoft. This is a free, portable program that requires no installation. It scans your system storage and displays a list of all networks with their cleartext passwords, encryption type, and profile creation date.

Another famous instrument is WiFi Password DecoderIts operating principle is similar: the program reads data from the registry and Windows system files. Such utilities are often used by IT professionals to quickly diagnose connection issues or migrate settings to a new computer.

However, caution is required when using third-party software. Download programs only from the developers' official websites. Antivirus programs may react to such utilities as "HackTools" or "RiskWare" because they access confidential information. This is a normal reaction, but it requires the user to understand what the program actually does.

Name of the program Type of distribution Availability of installation Peculiarities
WirelessKeyView Freeware Portable Minimalistic interface, export to HTML/TXT
WiFi Password Decoder Freeware Required Support for older versions of Windows
Magical Jelly Bean Freeware Required Shows Windows product keys as well.

The main advantage of third-party programs is their speed and data export capabilities. You can save all passwords to a text file, which is impossible with standard Windows tools without scripting. This makes them an excellent choice for backing up settings before a system reset.

📊 Which password recovery method do you find most convenient?
Via Windows settings (GUI)
Via the command line (CMD)
Third-party programs
I always write down passwords in a notebook.

Wi-Fi network security and protection

Understanding how easy it is to view your saved Windows 10 password highlights the importance of your device's physical security. If someone with administrator rights gains access to your computer, they could gain access to all your networks. Therefore, it's crucial to protect your Windows account with a strong password.

Additionally, it's a good idea to regularly update your router's firmware. Manufacturers are constantly improving encryption algorithms and patching vulnerabilities. Using an outdated encryption protocol WEP or WPA makes the network vulnerable not only through local access to the PC, but also through remote hacking over the air.

It is recommended to use the protocol WPA3 or at least WPA2-AES. These standards provide reliable protection for transmitted data. It's also a good practice to create a guest network for visitors to prevent them from accessing the main home network, where shared files and printers may be located.

⚠️ Note: Router interfaces and Windows versions are constantly updated. The layout of menu items or the exact syntax of commands may differ slightly in new builds. Always check the official documentation from Microsoft or your router manufacturer for the most up-to-date information.

Remember, your Wi-Fi password is your home network's first line of defense. If you suspect your password has been compromised, change it immediately in your router settings. After changing the password, you'll be required to re-enter the new key on all devices.

Frequently Asked Questions (FAQ)

Is it possible to find out the Wi-Fi password if I have never connected to this network from this computer?

No, this is not possible using standard Windows tools. The operating system only stores passwords previously entered by the user. If the computer has never connected to the network, it has no data to display. In this case, the password can only be viewed on a device that is already connected or on the router itself.

Why does the netsh command say "Element not found"?

This error most often occurs for two reasons: either you entered the profile name incorrectly (incorrect case or with extra spaces), or you ran the command prompt without administrator rights. Check the exact profile name with the command netsh wlan show profiles and make sure you run the console as administrator.

Is it safe to save passwords in Windows?

In general, yes, Windows uses encryption to store keys. However, if an attacker gains physical access to your unlocked computer or is able to run malicious code with administrator privileges, they can extract these passwords. Therefore, do not leave your computer unattended with the screen unlocked.

How do I view my password on Windows 11 if the interface has changed?

The operating principle in Windows 11 remains the same. You can use the same commands in the command line (netsh). In the graphical interface, the path may be slightly different: Settings -> Network & Internet -> Wi-Fi -> Manage known networks -> select a network -> "View" button (eye).

Will resetting network settings reset the password?

Yes, resetting Windows network settings will remove all installed network adapters and restore them to factory settings. This will also delete all saved Wi-Fi profiles and passwords. After the reset, you will have to reconnect to networks and enter passwords.