How to view saved Wi-Fi password on a laptop

It's a common situation to need to connect a new device to a wireless network, but the password has long been forgotten and not written down anywhere. Fortunately, the operating system Windows Stores access keys to previously connected networks in a secure registry, making them easy to retrieve with administrator rights. This built-in security feature eliminates the need for users to reset their router to factory settings or search for their ISP contract.

There are several ways to retrieve data, from simply viewing the properties of the active network in the GUI to using powerful command line tools to display all saved profiles. Windows 10 And Windows 11 They use similar logic for working with network drivers, so the methods are universal for most modern builds. It's important to follow the steps carefully to avoid getting lost in the system menus.

In some cases, the standard graphical interface may be unavailable or not work correctly due to driver errors. In these cases, console commands come to the rescue, allowing you to access network keys Directly through system utilities. Below, we'll detail all the current methods so you can restore internet access as quickly as possible.

Viewing your password through network settings in Windows 10 and 11

The simplest and safest method for inexperienced users is to use the operating system's standard graphical interface. This method is suitable if your laptop is currently connected to a Wi-Fi network or has previously successfully connected to one. You won't need to enter complex commands; simply navigate to the settings menu.

To get started, open the Start menu and go to Settings (gear icon). Next, select the Network & Internet category, which displays your current connection status. If you're using Windows 11, the interface may be slightly different, but the logic remains the same: you need to find the adapter management.

  • 📡 Click on “Network and Sharing Center” or “Advanced network settings”.
  • 🔗 In the window that opens, click on the name of your wireless connection (blue link).
  • 🔐 In the status that appears, select the "Wireless Network Properties" button.
  • 👁️ Go to the "Security" tab and check the "Show entered characters" box.

After completing these steps, the "Network Security Key" field will display the required character set. Please note that you may need permissions to make changes to this tab. administratorIf the system asks for confirmation via UAC, agree to the action.

⚠️ Note: The "Security" tab will only be available for the network your laptop is currently connected to or has previously connected to. This method will not work for other networks you haven't previously accessed.
📊 What version of Windows do you have?
Windows 10
Windows 11
Windows 8/8.1
Windows 7 or later

Using the command line to recover the key

If the graphical interface is slow or you need to find out the password for a network to which the laptop is not currently connected, but the profile is saved in the system, it is better to use the command line. Utility netsh is a powerful tool for network management in Windows and allows you to display saved profiles in text form.

To launch the console, press the combination Win + R, enter cmd and press Enter. For the command to run successfully, it's recommended to run the command prompt as administrator, although standard privileges are sometimes sufficient for viewing. First, you need to know the exact name of the network profile.

netsh wlan show profiles

Find your network name in the list. Then use the following command, substituting the profile name: netsh wlan show profile name="Network_Name" key=clearIn the "Security Settings" section, there will be a line called "Key Content," where the password is specified.

  • 📝 The command displays all technical information about the profile, including the encryption type.
  • 🔑 Parameter key=clear is required, otherwise the password will be hidden by asterisks.
  • ⚙️ The network name in quotation marks must match the name in the profile list.

This method is especially useful for system administrators who need to quickly copy data. It works reliably on all OS versions, starting from Windows 7, and is not dependent on interface updates.

Comparison of methods: GUI vs. console

The choice of password recovery method depends on your current situation and comfort level with computers. The graphical interface is more intuitive but requires more clicks. The console is faster but requires precise command entry.

Criterion Graphical interface Command Prompt (CMD) Third-party software
Complexity Low Average Low
Required rights Administrator Administrator Administrator
Access speed Slow (lots of menus) Fast (one command) Average (installation)
Security High (systemic) High (systemic) Depends on the program

For one-time use, built-in Windows tools are best. They don't require additional software and are guaranteed to be virus-free. System utilities are always at hand, regardless of internet access.

Viewing passwords using PowerShell

An alternative to the classic command line is the shell PowerShell, which provides more flexible options for scripting and system management. This method is not much different from using cmd, but may be preferable for users accustomed to modern Microsoft syntax.

Launch PowerShell from the Start menu search. To list all saved Wi-Fi profiles, use the following command: netsh wlan show profilesThe command syntax here is identical to that used in the regular command line, since both utilities access the same system calls.

To display the password immediately, enter: netsh wlan show profile name="NetworkName" key=clearThe result will be displayed in the terminal window. If you have many saved networks, you can use the filter to find a specific profile, which will speed up navigation through the list.

  • 💻 PowerShell supports copying text with the right mouse button.
  • 🔍 Convenient to use for searching through connection history.
  • 🛡️ Works with the same security levels as CMD.

This method doesn't offer any additional advantages over the regular command line when viewing passwords, but it can be useful if the standard console is blocked for some reason by the organization's security policies.

Using third-party recovery utilities

There are many utilities on the software market designed specifically for recovering forgotten passwords. One of the most popular and time-tested programs is WirelessKeyView from NirSoft. It requires no installation and works immediately after launch.

The program scans the Windows registry and extracts all saved WEP/WPA keys. The utility's interface consists of a simple table, with one column displaying the network name (SSID) and the other the key in text and hexadecimal format. This is very convenient for mass data recovery.

⚠️ Warning: Antivirus programs may flag password recovery tools (like HackTool or RiskTool) as potentially unwanted software. This is normal, as such programs access sensitive data. Only add an exception if you downloaded the file from the developer's official website.

Other popular analogues include WiFi Password Decoder And Free WiFi Password RecoveryThey operate on the same principle: they access the operating system API or directly read specific registry keys. Their main advantage is the ability (with one click) to save all passwords to a text file or HTML report.

☑️ Security check before using software

Completed: 0 / 4

Restoring access via a router

If none of the software methods on the laptop help (for example, the network profile was deleted or the system was reinstalled), the last reliable option is to view the password in the router settings. To do this, the device must be connected to the router via cable or Wi-Fi (if the password for the current network is known).

You will need to open your browser and enter the gateway IP address, usually it is 192.168.0.1 or 192.168.1.1The exact address is often written on a sticker on the bottom of the router. After logging into the control panel (the username and password are also on the sticker, unless you've changed them), find the "Wireless" section.

In the "Security" subsection, you'll see a "PSK Password" or "WPA Pre-Shared Key" field. This displays the current password. Changing the password in this menu will immediately break the connection on all devices, requiring you to re-enter the new key. Be careful when making changes.

  • 🌐 Entry address: often indicated on a sticker under the router body.
  • 🔐 Standard logins: admin/admin or admin/password.
  • 📶 Menu section: Wireless Security or WLAN Settings.

This method is the most universal, as it allows you not only to find out, but also to change the password to a more complex one if you suspect that strangers have connected to your network.

Is it possible to view the Wi-Fi password on the lock screen?

No, this is not possible. To access network settings or the command line, you must log in to the Windows system. The OS security does not allow extracting security keys without logging in to the user session.

Where are Wi-Fi passwords stored in the Windows registry?

The data is stored in a secure section of the registry in a path associated with the user profile and the WLAN AutoConfig service. Direct manual editing of the registry is highly discouraged due to the complex encryption of the keys.

Will the internet on other devices be lost if I view the password?

No, viewing a password through settings or the command line is a passive data read operation. No device will receive a signal that the connection has been lost, and the internet will continue to function reliably.

What should I do if the "Show characters" field is inactive?

This means your account doesn't have administrator privileges. You need to log in as an administrator or ask the computer owner to enter the password to confirm your actions.