How to Find Your Wi-Fi Password on Windows 10: A Complete Guide

The situation when it is necessary to find out a forgotten password from a wireless network occurs for many users of the operating system Windows 10This often happens when connecting a new device to your home network or when guests ask for access credentials. Fortunately, if your computer is already connected to Wi-Fi or has been connected before, the system stores this data in encrypted form and can be easily retrieved.

In this article, we'll take a detailed look at all available methods for recovering your security key. We'll cover the operating system's built-in tools, capabilities, and more. command line and logging into the router's web interface. Each method has its own peculiarities, and the choice of a specific method depends on whether you're currently connected to the network or not, as well as the model of your equipment.

It is important to understand that access to saved passwords requires administrator rightsIf you're working on a corporate computer or device restricted by group policies, some methods may be unavailable. In this case, the only solution is to reset the router or contact your system administrator.

Finding a password through the Windows 10 graphical interface

The easiest and most secure way to find the access key is to use the standard network connection windows. This method doesn't require complex commands and is suitable for most users. However, it's important to note that this method is only applicable if your computer currently connected to the desired wireless network.

First, you need to open the network connections menu. Right-click the Wi-Fi icon in the lower-right corner of the screen (in the notification area) and select Open "Network and Internet Settings"In the settings window that opens, find the link Network and Sharing Center, which is usually located at the bottom of the Status tab.

In the window that opens, find your active connection (usually labeled "Wireless Network" with your router's name) and click on it. A small status window will open, where you need to click the button. Wireless network properties. Go to the tab SecurityThis is where the key you are looking for is located.

⚠️ Attention: By default, the "Network Security Key" field is hidden by asterisks. To see the characters, check the "Show entered characters" box. If the system asks for administrator permissions, click "Yes" or enter your account password.

If the security tab is empty or the buttons are grayed out, this may indicate a problem with the network adapter drivers. In this case, try updating the drivers via device Manager or use the alternative methods described below.

Using the command line to recover the key

For more advanced users or in situations where the graphical interface does not work correctly, it is ideal command lineThis method allows you to not only view the password for the current network, but also find saved profiles for other networks to which the computer has connected in the past.

To launch the command line, press Win + R, enter cmd and press Enter. It's best to run the console as administrator to avoid access rights issues. The first step is to get a list of all saved Wi-Fi profiles.

netsh wlan show profiles

You will see the names of all networks in the list. Find the desired network name and enter the following command, replacing Network_name to the real name of your router:

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

In the command output, scroll down to the section Security parametersThe "Key Contents" line will contain the desired password in clear text. This method is universal and works on all versions. Windows 10 And Windows 11.

What to do if the command returns an error?

If you receive the error message "Group policy not found" when entering the command, it means the network profile isn't saved in the system. This often happens if you connected to the network as a guest and didn't check the "Connect automatically" box. In this case, you won't be able to find the password through the command line, and you'll have to use the router settings.

Finding the password in the router settings

If your computer isn't connected to the network or you want to find out the password for a new device, the most secure way is to access the router's settings. The router's web interface stores all wireless network settings, including encryption type and an access key.

To log in, you need to know the IP address of the default gateway. Most often, this is 192.168.0.1 or 192.168.1.1Enter this address into the address bar of any browser. If you haven't changed your default login details, your username and password are usually the same. adminThis information may also be indicated on a sticker on the bottom of the device.

After logging in, find the section responsible for your wireless network. Depending on your router model, it may be called Wireless, Wi-Fi, Wireless mode or WLAN. Within this section, look for the subsection Wireless Security or Security settingsThis is where the current password value will be indicated.

Interfaces vary greatly between manufacturers. Below is a table with sample navigation paths for popular equipment models to help you navigate them more quickly.

Router model Menu section Subsection Field name
TP-Link Wireless Wireless Security Wireless Password
ASUS Wireless network General WPA-PSK key
D-Link Wi-Fi Security settings PSK encryption key
Keenetic My Networks and Wi-Fi Home network Network password

Using PowerShell for System Administrators

An alternative to the classic command line is the shell PowerShell. It provides more powerful tools for managing network configurations and is often used by system administrators. Its operating principles are similar to CMD, but the syntax may differ.

To use this method, run PowerShell as administrator. Enter the following command to display all profiles:

netsh wlan show profiles

Next, using the same syntax as in CMD, output information about a specific network. PowerShell is convenient because the output can be easily copied to the clipboard by selecting the text and pressing Enter (in older versions) or simply Ctrl+C.

This method is especially useful if the standard console is unavailable for some reason or is blocked by antivirus software. However, it duplicates the functionality for viewing passwords. netsh.

☑️ Check before entering commands

Completed: 0 / 4

Third-party password recovery utilities

There are many programs that automate the process of finding saved passwords. Popular utilities like WirelessKeyView from NirSoft or WiFi Password Revealer They can instantly display all keys stored in the system. However, using third-party software carries its own risks.

The main drawback of such programs is the need to download and install them (or run a portable version). Antivirus programs often react to such utilities as potentially unwanted programs (PUA), as their operating principle is similar to stealer viruses. You'll have to add the program to the exceptions list each time.

However, if you need to quickly export a list of all your passwords to a text file to transfer to another device, such programs can be very convenient. Just make sure you download them from the developers' official websites to avoid infection with real viruses.

⚠️ Attention: Be extremely careful when downloading cracked versions of paid Wi-Fi hacking programs. In 99% of cases, such files contain Trojans or miners that will steal not only your Wi-Fi passwords but also your bank card details.
📊 What is your preferred method for finding a password?
Through Windows settings
Command line
Via a router
Third-party programs

What to do if none of the methods helped

There are situations when the computer doesn't remember the network, there's no access to the router settings (the password is lost), and the command line doesn't display the required data. In this case, the last, but guaranteed, method remains: resetting the router settings to factory settings.

There is a small hole with an inscription on the router body. Reset or RestorePress it with a paperclip for 10-15 seconds until the lights blink. After this, the router will reboot to factory settings. The Wi-Fi password will be set to the one on the sticker on the bottom of the device.

After the reset, you'll need to reconfigure your connection to your provider (enter your internet login and password) if these details weren't picked up automatically. Therefore, before resetting, make sure you have your contract with your provider handy.

Frequently Asked Questions (FAQ)

Is it possible to find out the Wi-Fi password if the computer is not connected to it?

Yes, this is possible if the network profile is saved in Windows. Use the command netsh wlan show profile name="Name" key=clearIf the profile isn't saved, the only solution is to access the router settings via a LAN cable or reset the device.

Where can I find my router's IP address if the default one isn't working?

Open command prompt and type ipconfigFind the "Default Gateway" line. The IP address listed there is your router's address for logging into the web interface.

Is it safe to save passwords in Windows?

Yes, Windows stores them securely. However, if attackers with administrator rights gain physical access to your computer, they can extract these passwords using specialized software.

Why is the "Show entered characters" field inactive?

This may be due to access rights. Try running the network properties window as an administrator or using the command prompt, which requires elevated privileges.