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

It's common to need to connect a new device to your home wireless network but have forgotten the password. Fortunately, the operating system Windows 10 Stores access keys to previously used networks in a special secure section, making it easy to restore this information without resetting the router. This is especially important for users who rarely change default security settings or use complex character combinations that are difficult to remember.

There are several proven methods for retrieving a saved key, from simple graphical interfaces to advanced console commands. The choice of a specific method depends on your level of computer experience and the current availability of a network connection. Below, we'll detail the steps to help you. restore access to wireless network data in minutes.

Using the Network Connections GUI

The simplest and most accessible method for any user is to use the standard network properties window. This method is ideal if your laptop is already connected to the router whose password you want to find out. You won't need to enter complex commands or launch additional utilities, as all the necessary tools are built into the system shell.

First, you need to open the Network Connections window. You can do this by right-clicking the Wi-Fi icon in the system tray (near the clock) and selecting Open Network & Internet Settings, and then find the link to change adapter settings. In the list that opens, find the active wireless connection, right-click it, and select StateIn the dialog box that appears, click the button Wireless network properties.

Go to the tab SecurityThis is where the main encryption parameters and access keys are located. You'll see the "Network Security Key" field, the contents of which are hidden by asterisks. To view the hidden characters, simply check the "Show entered characters" box. The system may request administrator privileges to perform this action, which is a standard security measure.

⚠️ Attention: If the "Security" tab is missing or the buttons are grayed out, make sure you have administrator rights on this computer. Without the appropriate privileges, the system will not allow you to view sensitive data.

This method works reliably on most Windows builds, but the interface may vary slightly depending on the update version. If you're using an enterprise version of the OS, some options may be hidden by group security policies.

📊 What's your most common way to find passwords?
Through Windows settings
Via the command line
Via a router
I write it down in a notebook

Viewing passwords via the command line (CMD)

For more experienced users or in situations where the graphical interface isn't working correctly, using the command line is a great solution. This method not only allows you to view the password for the current network but also find the keys for all networks the laptop has previously connected to. It's a powerful tool for diagnosing and managing network profiles.

To launch the command line, press the key combination Win + R, enter cmd and press Enter. It's recommended to run the console as an administrator to avoid access restrictions. The first step is to display a list of all saved profiles. Enter the following command:

netsh wlan show profiles

Find the desired network name (SSID) in the list. If the network name contains spaces, enclose it in quotation marks. Next, use the command to display detailed profile information, including the security key. The command syntax is as follows:

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

In the report that opens, find the section Security parameters (Security settings). The value we're looking for will be listed in the "Key Content" line. This is the password we're looking for in clear text. This method is especially useful if you need to quickly copy a password for entering on another device without having to navigate through multiple windows.

  • 🔹 Versatility: Works on all versions of Windows starting from XP.
  • 🔹 Speed: Allows you to instantly access dozens of saved profiles.
  • 🔹 Accuracy: Eliminates visual perception errors by displaying symbols as text.

Using the console gives you complete control over network settings. You can not only view but also delete old profiles or change network priorities, making this skill extremely useful for system administrators.

☑️ Check before entering a command

Completed: 0 / 4

Analyzing Saved Profiles in PowerShell

An alternative to the classic command line is a more modern tool - PowerShellIt offers advanced capabilities for scripting and automation, but its basic functionality is sufficient for our purposes. Its operating principle is similar to CMD, but the syntax and output can be more structured.

Launch PowerShell by typing its name in the Start menu search. To view all profiles, use the command netsh wlan show profiles, which works identically in both shells. However, PowerShell allows for more convenient filtering of the output. If you want to see the password immediately, use the same command with the switch key=clear.

The advantage of PowerShell is its ability to export data. You can redirect the command output to a text file to save all passwords at once. This is convenient for backing up your settings before reinstalling the system. Just add > C:\wifi_passwords.txt to the end of the command.

It's important to understand that PowerShell is case-sensitive in some contexts, although netsh commands are generally case-insensitive. Be careful when copying network names, especially if they contain special characters.

Parameter Description Value for viewing password
Profile name Wi-Fi network SSID Specified after name=
Key Access password key=clear
Encryption type Security protocol WPA2-Personal / WPA3
Radio frequency Operating range 2.4 GHz / 5 GHz
What to do if the command fails?

If the system reports "Access Denied," make sure the console is running as an administrator. Also, check if the WLAN AutoConfig service is blocked by your antivirus software.

Finding a password through the router settings

If your laptop isn't connected to the network or has been reset, you can find the password directly through the router's web interface. To do this, the device must be connected to the router via cable or Wi-Fi (if the password is known on at least one device, such as a smartphone). This method gives you access to all security settings.

Open your browser and enter the default gateway address. This is most often 192.168.0.1 or 192.168.1.1The exact address is indicated on the sticker on the bottom of the router. Enter your login and password to access the control panel (often admin/admin by default). Find the section Wireless or Wi-Fi, then subsection Wireless Security. The current value of the key will be indicated there.

This method is good because it allows you not only to find out, but also change password To a more complex one if you suspect that someone has connected to your network. You can also change the encryption type here to the more secure WPA3, if your hardware supports it.

⚠️ Attention: Router interfaces from different manufacturers (TP-Link, ASUS, D-Link, Keenetic) vary significantly. Look for sections labeled "Wireless," "Security," "WLAN," or "Network Key."

Be sure to save any changes you've made by clicking Save or Apply. Your router may reboot, temporarily interrupting your connection.

Using third-party snails for restoration

There are many specialized programs that automate the process of password searching. Popular utilities such as WirelessKeyView from NirSoft or WiFi Password Revealer Allows you to export all saved keys to a text file or HTML report in one click. This is convenient for mass data recovery.

However, using third-party software carries risks. Download programs only from the developers' official websites to avoid infecting your computer with viruses or Trojans. Antivirus programs may detect such utilities as threats (HackTools) because they access system password storage.

The advantage of such programs is their clarity. They display not only the password but also the last connection date, encryption type, and network name in a convenient table format. This saves time if you need to find the password for a network you used a year ago.

  • 🔹 WirelessKeyView: A lightweight utility that requires no installation and runs from a folder.
  • 🔹 WiFi Password Revealer: It has a Russian interface and simple design.
  • 🔹 Magical Jelly Bean WiFi Password Revealer: Allows you to copy passwords to the clipboard.

If you're unsure of the program's source, it's best to use the built-in Windows tools described above. They're safe and don't require any additional software.

Access problems and limitations

Sometimes users encounter a situation where they can't see their password. This may be due to organizational security policies if the computer is corporate. In such cases, access to the registry and network settings is blocked by the domain administrator.

The problem may also occur if the network profile is corrupted. In this case, Windows may prompt you to reconnect but may not remember the old key. The solution is to delete the profile and re-enter the information. This can be done via the command line: netsh wlan delete profile name="Network_Name".

Another nuance is guest networks. If you connected to public Wi-Fi through a web-based login (captive portal), there may not be a password, or access is provided via a MAC address after entering the credentials on the provider's page.

⚠️ Attention: Operating system and router interfaces are updated regularly. Menu locations and item names may differ from those described in the instructions. Always consult the latest documentation from your equipment manufacturer.

If you experience persistent errors, try updating your wireless adapter drivers. Outdated software may not work correctly with the new WPA3 security protocols.

Is it possible to find out the Wi-Fi password if the laptop has never connected to this network?

No, Windows only stores passwords for networks to which the device has successfully connected at least once. If the laptop doesn't recognize the network, the password can only be found on another device that has previously connected, or through the router settings.

Is it safe to save passwords in Windows?

Yes, the system encrypts saved passwords. However, if an attacker has physical access to your computer and administrator privileges, they can extract them. For maximum security, use complex passwords and don't allow unauthorized access to your account.

What should I do if the Network Security Key field is grayed out and unavailable?

This means you don't have administrator rights. You need to log in with an account with full rights or ask your network administrator to provide the necessary credentials.

How to copy a password from the command line?

In modern versions of Windows 10, you can simply select the text with your mouse and press Ctrl+C. Alternatively, right-click the console window title bar and select "Edit" -> "Copy."