How to View WiFi Password on Windows 10: Complete Instructions

It's common to have friends over or need to connect a new gadget, but you've completely forgotten your wireless network password. Fortunately, the operating system Windows 10 Stores access keys to previously connected networks in its memory, allowing you to recover lost data in just a few minutes. You won't need to hack the router or use third-party software, as all the necessary tools are already built into the system.

There are several proven methods for finding a saved key, ranging from simply viewing network properties in the graphical interface to using console commands for advanced users. The method you choose depends on whether you're currently connected to the network or trying to remember the details of a network you've previously connected to. In this article, we'll cover all the current options.

Before you begin, it's worth noting that some actions require administrator rights. This is a standard security measure. Microsoft, which protects sensitive user data from unauthorized access. If you're working on a corporate computer, ensure your account has the necessary privileges.

Viewing your password through network and internet settings

The simplest and most obvious method available to every user is to use the operating system's standard graphical interface. This method is ideal if your device connected right now to the desired Wi-Fi network. You don't need to download anything or enter complex commands—just a few clicks.

To get started, open the Start menu and go to Settings (gear icon), or simply press the key combination Win + INext, select the "Network and Internet" category, then find "Status" in the side menu. In the right part of the window, click the "Change adapter settings" link.

The classic network connections window will open. Find the "Wireless Network" icon. Double-click it to open the status window. In the dialog box that appears, click "Wireless Network Properties."

In the new window, switch to the "Connection" tab. This is where you'll find the information you're looking for. Find the "Network Security Key" field and check the "Show characters" box. Hidden characters will be converted to readable text that you can copy or rewrite.

⚠️ Important: If the "Connection" tab is missing or the "Properties" button is grayed out, this may mean that your organization's current security policy or group policy settings prohibit viewing saved keys.

This method is the most intuitive for beginners, but it has a limitation: you won't be able to see the password for a network you're not currently connected to. For such cases, there are other, more flexible system tools.

📊 How often do you forget your WiFi passwords?
Once a week
Once a month
Only when purchasing a new router
Never, I use a password manager

Using Command Prompt (CMD) to Recover the Key

If the graphical interface is unavailable for some reason or you prefer to work with the console, the command line Windows will be a great help. This method allows you to see passwords not only for the current network, but also for all previously saved networks. To do this, we'll need a utility netsh.

Launch Command Prompt as administrator. To do this, right-click the Start button and select Windows PowerShell (Administrator) or search for cmd, right-click, and select Run as administrator.

First, you need to get a list of all profiles that have ever been saved on this computer. Enter the following command and press Enter:

netsh wlan show profiles

Find the name of your network in the list. Make sure to spell the name exactly, including spaces and special characters. Next, enter the command to display a specific profile, adding the parameter key=clear, which is responsible for displaying the security key in clear text:

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

In the resulting report, look for the "Security settings" section. The "Key Content" line will contain the password you're looking for in plain text. This is one of the most reliable methods, and it works even if the network adapter is temporarily disabled.

☑️ Check before entering commands

Completed: 0 / 4

Using the console gives you more control over the process. You can copy the network name directly from the output of the first command to avoid typing errors in the second command. This is especially useful for networks with complex names.

Retrieving data via PowerShell

Modern shell PowerShell offers more powerful tools for managing network settings than the classic CMD. While the basic principles of working with Wi-Fi profiles are similar, the command syntax and output filtering capabilities are significantly broader.

Run PowerShell as administrator. To list all saved profiles, use the following command:

netsh wlan show profiles

To extract the password directly, you can use the same utility. netsh Within PowerShell, since it's a system-wide option, or use specific cmdlets if they're installed. However, the most universal and quickest method in PowerShell is as follows:

(Get-NetConnectionProfile).Name

This command will show the name of the active profile. But to get the password itself, the best way is to use netsh. Enter:

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

Where SSID — this is the name of your network. PowerShell is convenient because you can copy the network name from the output of previous commands and paste it into the input line using a keyboard shortcut. Ctrl + V or Shift + Insert.

Method Complexity Requires admin rights Works without connection
Windows Settings Low No No
Command line Average Yes Yes
PowerShell Average Yes Yes
Third-party software Low Yes Yes

Choosing between CMD and PowerShell is often a matter of taste. PowerShell may be preferable for system administrators who need to automate a process or output data in a specific format, but for a one-off task, both methods are equally effective.

What to do if the command fails?

If the system says "Access Denied," make sure you're running the console as an administrator. If there's a syntax error, check the quotes around the network name—they should be straight, not herringbone.

Viewing the password through the router's web interface

If none of the operating system methods work (for example, you've changed the operating system or forgotten the password on a device that's not nearby), the only option is to access the router's settings. To do this, the router must be connected to the computer via a cable or Wi-Fi (if you have the password written down somewhere).

Open any browser and enter the router's IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address, as well as the login and password for accessing the admin panel, are usually indicated on a sticker on the bottom of the device. The default login credentials are often admin/admin.

After logging in, find the section responsible for the wireless network. It may be called Wireless, Wi-Fi"Wireless" or "WLAN." Within this section, look for the subsection "Wireless Security" or simply "Security Settings."

The "Password" (PSK Password, WPA Key) field will display the current access key. Here you can change it to a more complex one and save the settings. Afterwards, all devices will need to be reconnected with the new password.

⚠️ Note: The interfaces of routers from different manufacturers (Asus, TP-Link, D-Link, Zyxel) may vary significantly. Look for sections labeled "Wireless," "Security," or "WLAN."

This method is useful because it allows you not only to find out but also to change the password if you suspect someone has connected to your network. However, it requires the device to be physically or logically connected to the router.

Using third-party utilities

For those who don't want to mess around with the command line, there are specialized programs that can recover saved passwords. One of the most popular and time-tested utilities is WirelessKeyView from NirSoft.

This program requires no installation (it's portable), is free for personal use, and instantly displays all keys stored in the system. After launching, you'll see a list of networks, and the "Key (ASCII)" column will display the password in plain text.

Another option is - WiFi Password Decoder or similar tools. They operate on the same principle: they access the system registry and Windows configuration files, extracting encrypted keys from there and decoding them.

Using third-party software carries certain risks. Download such programs only from the developers' official websites to avoid viruses. Antivirus software may report such utilities as false positives, as their behavior resembles that of password-stealing malware.

If you're sure of the file's source, you can add the program to your antivirus exclusions. This is a safe option if you need to quickly access dozens of saved profiles at once.

Common problems and their solutions

When recovering passwords, users often encounter various errors. One of the most common is a lack of administrator rights. Without them, the system simply won't allow you to view the security key's contents, displaying an access error or hiding the input field.

It's also possible that the "Network Security Key" field remains blank or grayed out even though you have permission. This can happen if the network profile has become corrupted or if you're using an enterprise version of Windows with strict security policies that prohibit key export.

Sometimes the problem lies in the encoding. If the network name contains international characters or special symbols, the command line may not process the request correctly. In this case, try renaming the network on the router using only Latin letters and numbers.

Why is the password not displayed in the network properties?

You're most likely trying to view the password for a network you're not currently connected to. The Windows GUI only shows the key for the active connection. For other networks, use the command line.

Is it possible to find out someone else's WiFi password?

No, if you haven't previously connected to this network from this computer and don't have physical access to the router, it's impossible to find the password programmatically. This violates the basic security principles of WPA2/WPA3.

What should I do if I forgot my router admin password?

If the default admin/admin passwords aren't working, and you've changed them and forgotten, the only solution is a full reset of the router to factory settings (use the Reset button on the router). After that, you'll have to set up your internet connection again.

Where are WiFi passwords stored in Windows 10?

They are stored in a protected section of the system registry and in profile configuration files. Only the system and users with administrator rights can access them, preventing data theft by common programs.

Restoring access to your network is a solvable task. The key is to act consistently and utilize the system's built-in capabilities, which often prove more effective than complex third-party solutions.