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

It's quite common to need to connect a new device to an existing wireless network but have forgotten or lost the password. Operating system Windows 10 Stores the security keys of all networks you've ever connected to, making it easy to restore access to this data. This is a built-in security feature designed to help you manage your connections rather than hacking other people's networks.

There are several proven methods for retrieving a saved key, ranging from simply viewing the active connection properties to using the command line for advanced users. The method you choose depends on whether you're currently connected to the network or want to find the password for a previously used connection. It's important to understand that you'll need administrator rights on your computer to perform these steps.

In this guide, we'll detail each of the available options, explain the technical nuances of security protocols, and help you avoid common mistakes. Regardless of your technical expertise, you can find your saved access key using standard operating system tools without installing third-party software.

Viewing the password through the network graphical interface

The easiest and fastest way to find out Wi-Fi password Accessible directly from the wireless connection properties window. This method is ideal if your device is currently connected to the router. You don't need to remember complex commands or open system editors; just a few clicks in the standard settings menu.

First, open the Network and Sharing Center. Right-click the connection icon in the system tray (usually a monitor or waveform icon) and select "Open network and Internet settings." In the window that opens, find the "Network and Sharing Center" link, or go directly to your connection status if the interface is updated.

In the Wireless Network Status window, click "Wireless Network Properties." Switch to the "Security" tab. This is where the "Network Security Key" field is located, hidden by asterisks by default. To see the characters, check the "Show characters" box.

⚠️ Important: If the "Security" tab is missing or the fields are locked, make sure you are logged in with administrator rights. Without the appropriate rights, the system will not allow you to view saved credentials.

It's worth noting that this method only works for the network your computer is currently connected to. If you're trying to find the password for a nearby cafe or a network you connected to a month ago, this method won't work. In such cases, you'll need to use more advanced system utilities, which we'll discuss below.

Using the command line to get the key

Command line CMD provides a more flexible tool for managing network profiles. It lets you not only view the password for the current network, but also display a list of all saved profiles and find the keys for networks you've connected to in the past. This is a powerful tool for system administrators and advanced users.

To launch the utility, click Win + R, enter cmd and press EnterIt's recommended to run the console as administrator to avoid access issues with some system storage. The first step is to get a list of all saved Wi-Fi profiles on your computer.

Type the following command and press Enter:

netsh wlan show profiles

The system will return a list of all networks ever connected to this PC. Find the desired name (SSID) in the list. Next, use the command to display detailed information about a specific profile, adding the key parameter. The command syntax is as follows:

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

In the command output, find the "Security Settings" section. The "Key Contents" line will contain the password you're looking for in cleartext. This method is especially useful when the graphical interface isn't working correctly or you need to copy the password without entering it manually.

☑️ Check before entering a command

Completed: 0 / 4

Network profile analysis and management

The operating system stores connection information in special profiles. Sometimes you need to not only view the password, but also delete old or unnecessary profiles to clear the list or resolve connection conflicts. These profiles are also managed through the utility. netsh.

If you've forgotten the exact network name, you can use wildcards or view a detailed report. However, users most often encounter a situation where the network name contains spaces or special characters. In this case, the profile name in the command must be enclosed in quotation marks, otherwise the command will fail.

To remove an old profile that is no longer needed or is interfering with the connection, use the command:

netsh wlan delete profile name="Network_Name"

This action irreversibly deletes the saved password from the system. If you need to connect to this access point again, you will have to re-enter the password. Therefore, before deleting profiles, we recommend making sure the access key is saved elsewhere or is known.

⚠️ Caution: Use extreme caution when deleting profiles in public places or on corporate computers. Deleting a system profile may require re-authorization through the provider's web portal.
📊 How often do you change your Wi-Fi password?
Once a month
Once every six months
Once a year
I never change

Viewing saved passwords using PowerShell

An alternative to the classic command line is a more modern tool - PowerShellIt offers the same capabilities, but with a more powerful syntax and script automation capabilities. For the average user, the difference is minimal, but PowerShell often performs more reliably in newer Windows 10 builds.

Launch PowerShell as administrator. The commands here are similar to CMD, as they access the same system API. Enter the following command to display all profiles:

netsh wlan show profiles

Then, as before, request to see the key for a specific profile. PowerShell's advantage is the ability to copy text directly from the terminal window by simply highlighting it, which is convenient for long and complex passwords.

You can also use search filters in PowerShell. For example, if you're looking for a network whose name contains the word "Home," you can visually find it in the list and copy the name without any extra characters. This reduces the risk of errors when manually entering the command.

What to do if the command fails?

Make sure you're running the terminal as administrator. Check the spelling of the network name (case is important). If the network is hidden, its name may appear differently. Try copying the network name from the profile list and pasting it into the command.

Wi-Fi Security Parameters Table

When analyzing network properties via the command line, you'll encounter various encryption and authentication parameters. Understanding their meaning will help determine the reliability of your network and compatibility with older devices. Below is a table of the main parameters displayed in the report.

Parameter Description Recommended value
Security type Data encryption protocol WPA2-Personal / WPA3
Encryption type Traffic coding algorithm AES
Key content The access password itself (Hidden)
Security mode Authentication method WPA2-Personal

The most important parameter is the encryption type. Protocol WEP is considered outdated and insecure, and is easily hacked. Modern routers use WPA2 or the newest WPA3If you see WEP in the report, we recommend changing the security settings on your router.

The "Security Mode" parameter specifies the authentication method. For home networks, the standard is WPA2-Personal (also known as WPA2-PSK). Corporate networks can use WPA2-Enterprise, which requires a Radius server and individual certificates for each user.

Common errors and problems when extracting a password

Despite the simplicity of these methods, users often encounter errors. One of the most common is a message stating that the profile was not found. This occurs if the network name is entered incorrectly, or if the letters are not case-sensitive or spaces are included. Always copy the network name from the list to avoid typos.

Another issue is lack of access rights. If you're working on a work computer or on a system with a restricted account, the system may block you from viewing security keys. In this case, you'll need to log in as an administrator.

It's also possible that the "Network Security Key" field is empty or the command returns null. This could mean the password is stored in a secure area of ​​the TPM module or was imported through group policies without the ability to view it. In such cases, standard Windows tools won't be able to retrieve the password.

⚠️ Note: Operating system interfaces and driver versions are subject to update. The location of some menu items or the command line output format may differ slightly between different builds of Windows 10 and Windows 11. Always consult the latest Microsoft documentation if the standard paths don't work.
Is it possible to find out the password without administrator rights?

Not using official Windows tools. This is done for security purposes, to prevent a regular user or a virus from stealing saved passwords. Third-party utilities exist, but their use requires caution and trust in the software developer.

Questions and Answers (FAQ)

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

Yes, if this network profile was previously saved on the computer. Using the command line and the command netsh wlan show profile, you can retrieve a key from any network whose profile is in the system's memory, even if you are currently outside the coverage area of ​​that network.

What to do if the "netsh" command is not recognized?

Team netsh is built into Windows and should work on any version. If it's not recognized, check whether you're running the command prompt (cmd) or PowerShell. Make sure you're not using third-party terminal emulators with restricted privileges. Also, check your PATH environment variables, although this is rarely necessary for netsh.

Is it safe to use third-party password viewers?

Using third-party software (such as WirelessKeyView) carries risks. Such programs are often flagged by antivirus software as potentially unwanted programs (HackTool), as they operate similarly to stealer viruses. It is recommended to use the built-in Windows tools described in this article to avoid compromising system security.

Where is the Wi-Fi password physically stored in Windows 10?

Passwords are stored in a protected part of the Windows registry and in profile configuration files in the system folder C:\ProgramData\Microsoft\Wlansvc\ProfilesAccess to these files and registry keys is strictly controlled by the OS security system and is only available to processes with SYSTEM or administrator privileges.

How do I view my password on Windows 11 if the interface is different?

In Windows 11, Microsoft added a "Copy" button next to the password in the Wi-Fi settings graphical interface. Path: Settings -> Network & Internet -> Wi-Fi -> Manage known networks -> Select a network -> "View" button (eye). The CMD commands work identically.