How to find the Wi-Fi password on a Windows 10 laptop

It's quite common to need to connect a new device to an existing network but lose or forget the access key. Fortunately, the operating system Windows 10 Stores data about previously used connections, allowing you to quickly restore the necessary information without complex manipulations. You won't need special software or administrator rights for most of the methods described below.

There are several proven methods for extracting the saved key, and the choice of a specific method depends on your preferences and the current system configuration. You can use the standard graphical interface, which is most familiar to regular users, or use more advanced tools like the command line to obtain precise data. In some cases, especially if the laptop is not currently connected to the network, you will need to access the router's administrative panel.

It's important to understand that all of the steps described are only legal if you own the device or have permission from the network administrator to view security settings. Restoring access to your own data is a standard personal computer maintenance procedure that takes only a few minutes when done correctly.

Viewing the password through the Network and Sharing Center

The simplest and most accessible method for most users is to use the operating system's built-in tools. This method is ideal if your laptop is currently connected to the desired Wi-Fi network, as it allows you to view the key in plain text without entering any additional commands. You just need to be careful when clicking through the menu.

To get started, open the Start menu and go to Settings, then select Network & Internet. In the window that opens, look for the Network and Sharing Center link, which is usually located at the bottom of the network status window. This classic Windows interface provides access to detailed properties of your current connection.

In the Network and Sharing Center, you'll see your active connection highlighted in blue next to "Connections." Click on your wireless network's name to open the status window. Next, select "Wireless Network Properties" and go to the "Security" tab. This is where the key you're looking for is hidden, displayed by default as dots.

To see characters, check the box next to "Show entered characters." The system may ask you to confirm your administrator rights, after which your password will appear in the "Network Security Key" field. This method works reliably on all builds. Windows 10 And Windows 11.

⚠️ Warning: If the "Security" tab is missing or the option to display symbols is grayed out, this may mean that the network profile is corrupted or your account does not have sufficient rights to view saved security data.

📊 Which password recovery method do you prefer?
Using Windows settings: Recovering via a router: Using the command line: Using third-party programs

Using the command line to recover the key

For those who prefer speed and precision, the command line (CMD) or PowerShell provide a powerful tool for managing network profiles. This method is especially useful when the graphical interface isn't working correctly or when you need to find the password for a network the computer has previously connected to but isn't currently connected to.

The first step is to launch the command prompt as an administrator. Right-click the Start button and select Windows PowerShell (Admin) or Command Prompt (Admin). In the window that opens, enter the command netsh wlan show profiles and press Enter. The system will display a list of all saved Wi-Fi profiles this laptop has ever connected to.

Find the name of the desired network in the list. To view the password, enter the command netsh wlan show profile name="Network_Name" key=clearReplace "Network_Name" with the exact name of your profile, keeping the quotation marks if there are spaces in the name. In the output report, find the "Security Settings" section, where the "Key Contents" line will contain the password you're looking for.

The advantage of this method is that you can copy and paste text without having to navigate through multiple menus. Furthermore, the command line displays technical details, such as the encryption type and authentication type, which can be helpful when diagnosing connection issues.

☑️ Check before entering commands

Completed: 0 / 1
What to do if the command returns an error?

If the system reports "The requested WLAN profile was not found," check the spelling of the network name. It should match the name in the profile list. Also, make sure you're using an English keyboard layout when entering commands, as Russian letters may cause syntax errors.

View passwords for all saved networks

Unlike previous methods, which focus on a single network, you can export passwords for all saved profiles into a single text file. This is convenient for backing up settings or when moving to a new computer and needing to quickly restore access to all known access points.

To implement this method, you will also need a command prompt running with administrator rights. Command netsh wlan export profile key=clear folder="path_to_folder" will create XML files for each profile in the specified folder. These files will contain the security key in clear text.

However, there is an easier way to see a list of all passwords at once in the console, although it requires careful examination of the output. The command netsh wlan show profiles will display the list, and calling the show command sequentially for each profile will return all the keys. This may take some time if there are a lot of profiles.

It's worth noting that this approach requires caution, as you gain access to all saved data. Ensure the computer is in a secure location and that the screen is not accessible to unauthorized persons while the information is being displayed.

Method Required rights Complexity Speed
Network and Sharing Center User Low Average
Command line (single profile) Administrator Average High
Export profiles Administrator High Low
Via a router The owner of the router Average Depends on the model

Enter the router settings to receive data

If your laptop isn't connected to the network or you want to find out the factory-set password, your best option is to log in to the router's web interface. This method is universal and doesn't depend on the computer's operating system, whether it's Windows, macOS, or Linux.

First, make sure your device is connected to the router, even if it's not connected to the internet (local connection). Open your browser and enter the gateway IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1, the exact address can be found by running the command ipconfig and find the line "Default gateway".

After entering the address, the system will ask for your username and password to access the control panel. If you've never changed these details, they're located on a sticker on the bottom of the router (often it's admin/admin). Once in the menu, find the "Wireless" or "Wi-Fi" section. The current password will be listed in the Security subsections.

This method also allows you to not only find out but also change the password to a more complex one if you suspect someone has connected to your network. After changing the settings, be sure to save them by clicking "Save" or "Apply." Afterwards, you'll need to reconnect all devices.

⚠️ Note: Router interfaces from different manufacturers (Asus, TP-Link, D-Link, Keenetic) may vary significantly. If you can't find the section you need, refer to the manual for your specific model, as the menu structure is unique to each vendor.

Working with profiles via PowerShell

PowerShell is a more modern and powerful alternative to the classic command line. While CMD is often sufficient for simple tasks, PowerShell allows for more complex scripts and filters for managing network configurations. This is especially relevant for system administrators.

To get the password via PowerShell, run the console with administrator rights. Command netsh wlan show profile name="ProfileName" key=clear It works exactly the same here as in CMD, since it uses the same Windows network engine. However, PowerShell allows you to automate the process by creating a script to output all passwords at once.

For example, you can create a variable storing a list of profiles and run a loop for each one. This eliminates the need to manually enter the network name each time. This approach minimizes the risk of typos and speeds up the process on computers with a large number of saved networks.

In this case, using the standard command prompt (cmd) may be a more reliable option, as it has fewer default restrictions.

Possible problems and their solutions

When recovering passwords, users may encounter various technical difficulties. One common issue is the absence of the "Show characters" button in the network properties. This often occurs if the connection is not directly to the Wi-Fi router, but rather through a corporate network or a guest area with web page authentication.

Another common issue is the system refusing to run netsh commands with an access denied error. This can be resolved by running the console as an administrator. Without elevated privileges, Windows blocks access to sensitive security data, considering it a potential threat.

It's also worth mentioning cases where a network profile has been deleted or damaged. If the desired name isn't in the profile list, the computer has "forgotten" the network, and the password cannot be recovered through the operating system. In this case, the only options left are the router or scanning other connected devices.

Don't forget that passwords are case sensitiveWhen manually entering the recovered key, pay close attention to uppercase and lowercase letters, as well as similar symbols (such as zero and the letter O), to avoid connection errors.

Is it possible to find out the password if the laptop is turned off?

No, if the laptop is turned off, software methods through the operating system won't work. However, if you know the password for the router's administrative panel, you can access its settings from any other device (phone, tablet) and view the key there.

Where are Wi-Fi passwords stored in Windows 10?

Passwords are stored in a protected system registry and special configuration files. Direct access to them through File Explorer is prohibited for regular users for security reasons, but they can be retrieved using system utilities like netsh.

What should I do if I forgot my router password?

If you've changed the default password for logging into your router's settings and have forgotten it, a hard reset is the only solution. There's a small hole on the back of the device with a button that needs to be pressed with a paper clip for 10-15 seconds while the power is on.

Is it safe to use Wi-Fi hacking software?

Using third-party software to guess or hack into other people's networks is illegal and dangerous. Such programs often contain viruses. To recover your password, use the built-in Windows tools described in this article.