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

It's quite common to need to connect a new device to a wireless network but lose or forget the access key. Fortunately, the operating system Windows 10 Stores data about previously connected networks in its security profile. This allows for easy restoration of the necessary information without having to reinstall drivers or perform complex hardware manipulations.

There are several proven methods for extracting saved encryption keys, ranging from the GUI settings to using the command line for advanced users. It is important to understandPlease note that to successfully complete these steps, you will need access to an administrator account on a computer that is already connected to the target network or has connected to it previously.

In this guide, we'll cover all available methods in detail, assessing their complexity and effectiveness. You'll learn how to quickly find the data you need using the system's built-in tools, saving you time and effort when setting up your devices.

Password recovery via the graphical settings interface

The easiest and safest way to find out security key — Use the standard wireless network properties window. This method is ideal for those who don't want to mess with code and prefer visual control. The Windows 10 interface allows you to see hidden symbols in a couple of clicks.

To get started, open the Start menu and go to Settings by selecting the gear icon. Next, follow this path: Network and InternetNetwork and Sharing CenterIn the window that opens, find your active wireless connection and click on its name, which is usually highlighted in blue next to "Connections."

Once the Wi-Fi status window opens, click the button Wireless network propertiesA dialog box with several tabs will appear. Switch to the tab SecurityThis is where the "Network Security Key" field is located, with the symbols hidden by dots.

⚠️ Warning: If the "Security" tab is missing or the fields are grayed out, this may mean that your account does not have administrator rights, or the network profile is corrupted by system errors.

To see the password, check the box next to the item Show entered charactersThe system may prompt you to confirm administrator rights via a UAC pop-up. Once confirmed, hidden characters will be converted to readable text that can be copied or written.

📊 Which password recovery method do you use most often?
Via Windows settings (GUI)
Via the command line (CMD)
Using third-party programs
I'm resetting the router

Using the Command Prompt to View Saved Profiles

For users who prefer speed and accuracy, using command line (CMD) or PowerShell. This method not only allows you to view the password for the current network but also displays a list of all profiles ever saved on the device, which is especially useful for mass configurations.

Run the command prompt as administrator. To do this, enter cmd In the search box, right-click on the result and select the appropriate option. The first step will be to display a list of all saved profiles. Enter the command:

netsh wlan show profiles

The system response will show you a list of all networks your laptop has connected to. Find the desired network name (SSID) in the list. Then enter the command to display the details of a specific profile, adding the key key=clear, which forces the encryption key to be opened:

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

In the security information block, find the line Key content (Key Content). This is where the password you're looking for will be displayed in clear text. This method is universal and works even when the graphical interface fails.

☑️ Command line steps

Completed: 0 / 5

Viewing the key via PowerShell

An alternative to the classic command line is a more powerful tool - PowerShellIt provides advanced system management capabilities, although for our purposes the syntax is almost identical to CMD. However, PowerShell sometimes handles encodings and long data output better.

Open PowerShell using the Start menu search, making sure to run as administrator. Commands work just as effectively here. Enter the following query to get a list of profiles:

netsh wlan show profile

Then, using your router's name, request details. Note that if the network name contains spaces, they must be enclosed in quotation marks. Otherwise, the system will return a syntax error.

⚠️ Note: When entering a network name in the Command Prompt or PowerShell, case is not important, but it is important to include spaces and special characters if they are present in the SSID name.

After executing the command, scroll up in the output or use the scroll bar to find the section Security settingsThere you will find a field Key Contentcontaining the desired character combination. This method is especially useful if the standard Windows 10 settings menu isn't working correctly.

Comparison of access recovery methods

The choice of method depends on your skills and the current situation. A graphical interface is convenient for one-time actions, while the command line is indispensable for system administrators or troubleshooting. Below is a table comparing the main characteristics of the methods.

Method Complexity Necessary rights Speed
Windows Settings (GUI) Low Administrator Average
Command Prompt (CMD) Average Administrator High
PowerShell Average Administrator High
Third-party software Low Administrator Instant

Using the graphical interface requires more clicks, but is more visually clear. Command line Provides direct access to the network profile database without unnecessary windows. PowerShell combines the power of scripts with the accessibility of text commands.

If you are working on a corporate laptop, some methods may be blocked by group security policies. In this case, access to netsh or network properties may be restricted by the IT department.

What to do if the commands don't work?

If the system responds with "Access Denied" or "Command Not Found" when entering commands, make sure you're running the console as Administrator. Antivirus software may also be blocking access to system network settings. Try temporarily disabling protection or adding an exception.

Alternative methods and third-party utilities

There are specialized programs such as WirelessKeyView or WiFi Password Revealer, which automatically scan the registry and display all saved passwords in a convenient list. They are useful when standard Windows tools fail.

However, using third-party software carries certain risks. Downloading executable files from untrusted sources can introduce malicious code onto your computer. The safest way is to use Windows 10's built-in tools, as they don't require any additional software and are guaranteed to be compatible with the system.

If you have physical access to the router, you can always look at the password on the sticker on the bottom of the device (if it hasn't been changed) or connect to it via a LAN cable and settings in the web interface at 192.168.0.1 or 192.168.1.1.

What to do if none of the methods helped

There are situations when Windows doesn't store the password (for example, after reinstalling the system or clearing profiles), and you can't remember it. In this case, the last option is to reset the router to factory settings.

There is a small hole on the back of the router that says ResetPressing it with a paperclip for 10-15 seconds will reset the device. After this, Wi-Fi will work with the factory password indicated on the sticker, but all your personal settings (network name, encryption type) will be reset.

⚠️ Warning: Resetting your router will disconnect all connected devices. You will need to reconfigure your internet connection (PPPoE, L2TP, etc.) if your ISP doesn't use a dynamic IP. Make sure you have your contract with your ISP handy.

Router interfaces from different manufacturers (TP-Link, ASUS, D-Link, Zyxel) may differ, but the reset logic is the same. After the reset, connect to the network using the default key from the sticker and set a new, more complex password.

Frequently Asked Questions (FAQ)

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

No, this cannot be done using standard Windows tools. The system only stores the keys that were previously used for a successful connection. Accessing someone else's network without permission requires specialized (and often illegal) brute-force tools, which is beyond the scope of this guide.

Where is the physical Wi-Fi password located if I haven't changed the router settings?

The factory password (WPA/WPA2 Key) is almost always found on a sticker located on the bottom or back of the router. Look for the "Password," "Wireless Key," or "WPA Key" field.

Why is the "Show characters" field inactive (gray)?

This happens if you launch the network properties without administrator rights. Try launching the Control Panel or the properties window as an administrator, or use an elevated command prompt.

Is it safe to save a password in Windows?

Yes, Windows encrypts saved passwords and stores them in a secure section of the registry. Only the administrator account on the computer can access them. However, if attackers with administrator privileges gain physical access to your laptop, they can extract this data.