How to Find a Wi-Fi Password on Windows: Proven Methods

It's common to need to connect a new device to a wireless network but lose or forget the password. Fortunately, the operating system Windows Stores access keys to previously used networks in a special storage, making it easy to recover forgotten character combinations.

In this article, we'll explore several effective ways to view your Wi-Fi password on a computer or laptop running Windows 10 or 11. You can use both the standard graphical interface and more advanced methods using console commands.

Restoring network access doesn't require installing third-party software if you have physical access to an already connected PC. This is a safe and quick way to resolve the issue without having to reset your router or negotiate a contract with your ISP.

Viewing a password through the Windows graphical interface

The simplest and most accessible method, requiring no special knowledge, is to use the standard wireless network properties window. This method is useful if your device is currently connected to Wi-Fi or has previously connected.

First, you need to open the network connections menu. In the operating system Windows 10 And Windows 11 The paths may differ slightly, but the logic remains the same. You'll need to find the active connection and access its security properties.

Right-click the Wi-Fi icon in the system tray (near the clock) and select "Network & Internet settings." Then, look for the "Advanced network settings" or "Network and Sharing Center" link to open the classic connections window.

In the list that opens, find your wireless connection, click it, and select "Wireless Network Status." In the new dialog box, click "Wireless Network Properties," then go to the "Security" tab.

⚠️ Note: To display your password, you will need administrator rights on the current computer. If your account is restricted, the system will ask you to confirm your action.

On the security tab, you will see a "Network Security Key" field with the symbols hidden by dots. To find out the password, simply check the box next to "Show entered characters." The character combination will become readable, and you can copy or write it down.

Using the command line to recover the key

For more experienced users or in situations where the graphical interface isn't working correctly, the console is the ideal solution. The command line allows you to interact directly with the system's Wi-Fi profile storage.

Run the command prompt as administrator. To do this, click Win + X and select "Terminal (Administrator)" or "Command Prompt (Administrator)". The first step is to get a list of all saved network profiles.

netsh wlan show profiles

Find the exact name of your network (SSID) in the list. If the name contains spaces, you must enclose it in quotation marks when entering further commands. This is an important technical detail; ignoring it will result in a syntax error.

To display information about a specific network, including the security key, use the following command, substituting your profile name:

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

In the command output, find the "Security settings" section. The "Key Content" line will contain the password you're looking for in cleartext. This method works on all modern versions. Windows, including server editions.

What to do if the command returns an error?

The "Group parameter not found" error means that a profile with that name doesn't exist in the system memory. Please check the spelling of the network name, including capitalization and spaces.

How to view the password through the router settings

If your computer isn't connected to the network or you want to change the password for all devices, the most logical option is to access the router's settings. To do this, you'll need the default gateway IP address and web interface login information.

Open any browser and enter the router's address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address and authorization data (login and password) are usually indicated on a sticker on the bottom of the device.

After logging into the control panel (interfaces TP-Link, Asus, Mikrotik or Keenetic (They differ visually) find the section responsible for the wireless network. It may be called "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN."

Within this section, look for the "Password," "WPA Pre-Shared Key," or "Wireless Network Password" field. Here, you can not only view the current key but also set a new, more complex one.

Router brand Typical IP address Menu section Password field
TP-Link 192.168.0.1 Wireless -> Wireless Security Password
Asus 192.168.1.1 Wireless Network -> General Authentication method
D-Link 192.168.0.1 Wi-Fi -> Security Settings PSK encryption key
Keenetic 192.168.1.1 My Networks and Wi-Fi -> Home Network Network password

Changing your router password will disconnect all connected devices. You'll have to re-enter the new password on your phones, tablets, and laptops.

⚠️ Note: Router interfaces are frequently updated by manufacturers. The menu items may be located differently than described. Look for sections labeled "Wireless," "Security," or "WLAN."
📊 What kind of router do you have at home?
TP-Link
Asus
D-Link
Keenetic
Another

Restoring access using PowerShell

A more powerful alternative to the classic command line is PowerShell. It not only displays passwords but also exports profiles to XML files, where keys can be stored in plaintext.

Run PowerShell as administrator. This method is especially useful if the standard commands netsh for some reason they are blocked by antivirus software or group security policies.

You can use the command to list all profiles and their keys in one list, which is convenient for auditing all saved networks. Enter the command:

(netsh wlan show profiles) | Select-String "\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim(); netsh wlan show profile name="$name" key=clear} | Select-String "Key"

The script will output a list of all networks known to the computer, along with their passwords. Please note that the field names may vary depending on the system's locale (Russian or English interface language).

Using PowerShell requires careful syntax. The slightest error in parentheses or quotation marks will cause the script to fail. However, it's one of the fastest ways to get all the information at once.

What to do if the password is not displayed

Sometimes users encounter a situation where none of these methods work. The password field remains hidden, and console commands return access errors. This may be due to corporate security policy restrictions or access rights.

If you're in the office, your system administrator may have blocked viewing security keys through the registry or group policies. In this case, restoring access yourself could be considered a security breach.

At home, the cause could be corrupted Windows system files or errors in the wireless adapter drivers. Try updating the device drivers through Device Manager or the manufacturer's website.

  • 🔌 Check if the Connection Manager (WlanSvc) service is enabled in the list of system services.
  • 🛡️ Temporarily disable any antivirus software that may be blocking access to your password vault.
  • 💻 Make sure you are using an account with full administrator rights, not a guest account.

If the problem lies in the hardware or deep system errors, the only solution may be a complete reset of the network settings via the command line.

Resetting network settings as a last resort

If all else fails, you can reset your network settings. This will delete all saved Wi-Fi profiles, passwords, and VPN settings, returning your network components to their original state.

To reset your device, go to "Settings" -> "Network & Internet" -> "Advanced network settings." At the bottom of the page, find the "Network reset" button. The system will warn you that a reboot will take place in 5 minutes.

After rebooting, your computer will be "clean" in terms of network connections. You'll need to re-enter passwords for all Wi-Fi networks. This is a guaranteed way to eliminate software conflicts that are interfering with the adapter's normal operation.

Use this method only if other methods for restoring access or connecting to the network have failed. Make sure you know the router password beforehand to access its settings if reconfiguration is necessary.

☑️ Checklist before resetting the network

Completed: 0 / 5

Frequently Asked Questions (FAQ)

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

Yes, if your computer has connected to this network before. Windows saves profiles for every network you've ever connected to. Use the command netsh wlan show profile to check the list of saved profiles.

Where can I find my Wi-Fi password on Windows 11?

In Windows 11, the path has changed slightly: Settings -> Network & Internet -> Wi-Fi -> Manage known networks. Select the desired network and click the "View" button next to the security key field.

Is it safe to use third-party password recovery programs?

Most such programs require administrator privileges and access to system files, which creates a risk of data leakage. It's better to use built-in Windows tools, such as the Command Prompt or Network Properties.

What should I do if I forgot my router password to access the settings?

If the default admin/admin passwords don't work, you'll need to reset the router to factory settings (use the Reset button on the device). After doing so, the login and password will return to those on the device's sticker.