How to view your Windows 10 WiFi password from a laptop: step-by-step instructions

Situations often arise when you need to connect a new device to a wireless network, but the password itself is forgotten or lost. Fortunately, if your laptop is already connected to this network, the operating system Windows 10 Stores the access key in memory. This makes it easy to recover a forgotten combination of characters without having to reset the router or search for documentation.

Data recovery is a delicate process that requires attention to detail. There are several standard methods for recovering stored encryption keys. We'll look at the most effective methods that don't require installing additional software and guarantee results.

Before proceeding, make sure your laptop is within range of the network or has previously successfully connected to it. The system only saves profiles for networks the device has previously "connected" to. If you've never connected to this access point, you won't be able to recover the password from your laptop.

Using the Windows 10 GUI

The simplest and most accessible method is to use the operating system's default settings. This method doesn't require memorizing complex commands and is suitable for most users. You'll need access to the Network Connections window, which can be accessed through the Control Panel.

First, open the Start menu and type in the search phrase View network connectionsIn the window that opens, find your active wireless connection. Double-click it to open the status window. This displays the current connection speed and duration.

In the status window, find the button Wireless network propertiesAfter clicking, a dialog box with tabs will open. Go to the "Security" tab. This is where the key encryption parameters are hidden. You'll see the "Network Security Key" field, where the symbols are hidden by dots.

To display your password, check the box next to "Show entered characters." The system may ask you to confirm your administrator rights. Once confirmed, the hidden characters will turn into readable text that can be copied.

  • 📡 Right-click on the WiFi icon in the tray.
  • 🔧 Select "Open Network & Internet settings".
  • 📝 Find "Network and Sharing Center".
  • 🔑 In the wireless network properties, enable the display of symbols.
📊 Which password recovery method did you use previously?
Through Windows settings
Via the command line
I reset the router
I didn't restore it

Viewing a password via the command line (CMD)

For more advanced users or when the graphical interface isn't working correctly, the command line is ideal. This tool provides direct access to the network configuration. You don't need root privileges to view it, but they may be necessary for some operations.

Launch the command prompt. This can be done through the search by entering cmdTo get started, enter the command to view all saved profiles: netsh wlan show profilesYou will see a list of all networks to which the laptop has ever connected.

Find the desired network name (SSID) in the list. To view the password, enter the following command, replacing "NetworkName" with your value: netsh wlan show profile name="Network_Name" key=clearPlease note the quotation marks—they are required if there are spaces in the name.

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 works even if the laptop isn't currently connected to the network, as long as the profile is saved.

☑️ Check before entering a command

Completed: 0 / 4

⚠️ Note: When entering commands in the command line, letter case is not important, but spaces and special characters in the network name must be included accurately. A single character error will result in a message about a missing profile.

Using PowerShell to retrieve data

An alternative to the classic command line is PowerShellThis tool offers more advanced features and is often used by system administrators. The process for obtaining a password is similar, but the syntax may differ.

Open PowerShell from the Start menu. Enter the following command to retrieve all profiles: netsh wlan show profilesFind the desired name in the list. Next, use the same command as in CMD, as PowerShell supports calling system utilities.

The advantage of PowerShell is its automation capabilities. You can create a script that will display passwords for all saved networks at once. However, for a one-time viewing, this is overkill. Knowing basic commands is sufficient.

If the command fails, check whether your antivirus software or security policies are blocking script execution. In rare cases, running the command as administrator is required, although this is usually not necessary for viewing profiles.

What to do if the command doesn't work?

If the system reports "Access Denied," try running the console as administrator. Also, check to see if the WLAN AutoConfig service has been renamed in the Services Manager. Without this service, WiFi management is impossible.

Comparison table of recovery methods

Each of the methods discussed has its own characteristics. The choice depends on your situation and comfort level with computers. Below is a comparison of the main characteristics.

Method Complexity Internet access is needed Admin rights
Graphical interface Low No Yes (sometimes)
Command line Average No No
PowerShell High No No
Third-party software Low Yes (for downloading) Yes

As you can see from the table, Windows 10's built-in tools don't require an internet connection to work. This is critical if you're trying to restore access specifically because your internet connection has been lost or you can't connect.

Recovery via router

If your laptop doesn't remember the password, but other devices are connected, you can find the key in the router's settings. To do this, you'll need the gateway address and your admin panel login information. The address is usually found on a sticker on the bottom of the device.

Enter the IP address of the router (often 192.168.0.1 or 192.168.1.1) in your browser. After logging in, find the "Wireless" section. There will be a "Password" or "Security Key" field. You can view it in plain text or change it to a new one.

This method is universal and works for any operating system. However, it requires at least one device to be connected to the router via cable or WiFi; otherwise, you will lose access to settings during the password change process.

Possible problems and their solutions

Errors may occur during the recovery process. For example, the system may not display the "Security" tab for corporate networks. This is due to corporate security protocols, where passwords are stored differently.

Another issue is lack of access rights. If you're not an administrator on the laptop, Windows may block you from viewing the keys. In this case, you'll need an account with full access rights.

It's also worth keeping in mind that WiFi driver interfaces may vary. Some laptop manufacturers install their own network management utilities, which may obscure the default Windows settings. In this case, it's better to use the command line.

⚠️ Note: Settings interfaces may vary depending on your Windows 10 build version and network card manufacturer. If you can't find the option, try searching in the Start menu or using the command prompt.

FAQ: Frequently Asked Questions

Is it possible to view a WiFi password if the laptop is not connected to it?

Yes, if the laptop has previously connected to this network and saved the profile. Windows stores connection history. Use the command netsh wlan show profile name="Name" key=clear.

Where can I find my password if the Security tab is inactive?

This is typical for public networks or corporate profiles. In such cases, the password isn't stored in plaintext on the device, or a certificate is used. It can't be recovered using standard tools.

Is it safe to use third-party password viewers?

Using unknown software carries risks. It's better to use Windows 10's built-in tools, as they don't require installation and don't share data with third parties.

What should I do if the netsh command returns an error?

Check the spelling of the network name. It must match character for character. Also, try running the command prompt as administrator.