How to view your Wi-Fi password on Windows 11

It's extremely common to need to connect a new device to the network but have long forgotten the password. Operating system Windows 11 Stores access keys for every access point you've ever connected to. This is a built-in security feature that eliminates the need to re-enter the password each time. However, this creates a problem for the user: where can I find this stored data?

Fortunately, you can find a forgotten character combination using built-in tools without installing third-party software. The system reliably hides them deep within its settings, but they are accessible only to the administrator. Restoring access It only takes a couple of minutes if you know exactly where to click. We'll cover all available methods, from the graphical interface to console commands.

It's important to understand that you must be logged in to the system to perform these steps. If you're trying to access someone else's network or don't have administrator rights on the current computer, these methods won't work. Below, we'll detail the steps for different use cases.

Finding a password through modern system settings

In the latest updates Windows 11 Microsoft has significantly simplified managing network connections. You no longer need to navigate complex menus to see your saved key. The interface is more user-friendly, and the information you need is now front and center in the Settings app.

To get started, open the Start menu and select the gear icon or press the keyboard shortcut Win + IIn the window that opens, go to the "Network and Internet" section. This is where all connection settings are located, including Wi-Fi and Bluetooth management. Select "Wi-Fi" from the list on the left or in the center, depending on your screen resolution.

Next, find the "Manage known networks" link. This list displays all access points your laptop or PC has previously connected to. Select the desired network from the list. If you're currently connected to it, the "View" button (or eye icon) will be active. Click it, and the system will reveal the hidden security key.

📊 Which password search method do you prefer?
Through Windows 11 settings
Via the command line
Through the control panel
I always write them down in a notebook.
⚠️ Attention: The view password feature in Settings may not be available in early builds of Windows 11. If you don't see the view button, use the alternative method via the classic Control Panel described below.

This method is the easiest for the average user. However, it's important to remember that it only works for the network the device is currently connected to, and requires additional steps to view the history of other networks in newer OS versions.

The classic method via the control panel

If you find the new interface inconvenient or the viewing function in the settings is unavailable, you can always resort to a time-tested method. The classic control panel in Windows 11 It hasn't gone anywhere, it's just hidden deeper. This method is universal and works on all versions of the system, starting from Windows 7.

First, you need to open the Run window. Click Win + R and enter the command ncpa.cplThe "Network Connections" window will open, displaying all active and passive network adapters. Find the "Wireless Network" or "Wi-Fi" icon that is currently active (not crossed out).

Right-click the icon and select "Status." In the small window that opens, click "Wireless Network Properties." Switch to the "Security" tab. This is where the main encryption settings and access keys are stored. Check the box next to "Show characters as you type."

The "Network Security Key" field will no longer be hidden by asterisks, and you'll see the combination you're looking for. Copy it or rewrite it. This method guarantees success even if the new OS's graphical interface isn't working correctly.

☑️ Check your password before viewing it

Completed: 0 / 4

Sometimes users encounter a grayed-out or unavailable "Security" tab. This may mean you don't have administrator rights or your network profile is corrupted. In this case, you can restore the profile using the command line.

Using the Command Prompt for Advanced Users

For those who prefer speed and precision, the command line cmd or PowerShell are ideal tools. This method not only allows you to see the current password but also list all saved networks on your computer. This is especially useful if you need to find the key for a network you're not currently connected to.

Open the command prompt as administrator. To do this, enter cmd In the search box, right-click the result and select "Run as administrator." First, you need to find out the exact name of the network profile. Enter the command:

netsh wlan show profiles

The system will display a list of all profiles. Find the name of the desired network in the list. Now enter the command to display the details of a specific profile, adding the key parameter:

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

Instead of Network_Name Substitute the exact name of your access point, taken from the previous list. In the command output, find the "Security settings" section. The "Key Content" line will contain the password you're looking for in cleartext.

What to do if the command fails?

If the system reports "Access Denied," make sure you're running the console as an administrator. If there's a syntax error, check that the profile name is spelled correctly (including capitalization and spaces).

The good thing about this method is that it works at the system API level and ignores many of the limitations of the GUI. Command line Gives you full control over your network profiles, allowing you to also delete old or unnecessary connection records.

Viewing passwords using PowerShell

An alternative to the classic command line is a more powerful tool - PowerShellIt's built in. Windows 11 by default and offers more flexible options for scripting and system management. It's just as suitable for viewing passwords, and some users may find its syntax more intuitive.

Launch PowerShell as administrator. Enter the following command, which will output the profile name and password in a readable format:

(netsh wlan show profile name="Network_Name" key=clear) | Select-String"Key Contents"

This command executes the same system query as in cmd, but filters the output immediately, leaving only the password string. This is convenient if you need to quickly copy data without unnecessary visual clutter. Note that quotation marks around the network name are required if the name contains spaces.

PowerShell also allows you to export a list of all profiles to a file, which can be useful for system administrators configuring a fleet of computers. However, for a one-time password view, a single line of code is sufficient.

Method Complexity Requires admin rights Speed
Windows 11 Settings Low No High
Control Panel Low No Average
Command Prompt (CMD) Average Yes High
PowerShell Average Yes High

The choice of method depends on your preferences and the current situation. If you're worried about making command errors, use the graphical interface. If you need speed and are a confident user, choose the console.

Using third-party programs

There are many utilities designed specifically for managing Wi-Fi connections. Programs like WirelessKeyView from NirSoft or WiFi Password Revealer Allows you to view all saved keys in a single window. They scan the Windows registry and display the information in a convenient table.

The main advantage of such programs is the ability to copy all passwords at once or export them to a text file. This is useful when moving or setting up a new router and needing to transfer settings from an old computer. However, using third-party software always carries risks.

⚠️ Attention: Download such snails only from the developers' official websites. Antivirus programs may detect them as "RiskWare" or hacking tools, as they access sensitive system data.

For most users, built-in Windows tools are sufficient. Third-party software only makes sense in corporate environments or when restoring access to a computer with a damaged settings interface.

Problems and their solutions

Sometimes even simple actions can encounter obstacles. For example, you might not find the network you need in the list, or the system might report that you don't have permission. This is often due to security policies or specific corporate network features.

If you're on an organization's domain, access to saved passwords may be blocked by your system administrator. At home, problems are more often caused by registry access rights. It's also worth checking whether the Network Connection Manager service is disabled.

If you need a password for a device that doesn't support complex keys (such as an old printer or game console), you may need to change the encryption type in the router settings. However, this requires access to the router's web interface.

Keep in mind that after resetting your router, you'll have to reconnect all your devices. Therefore, try to save important data in a secure location, such as a password manager.

Frequently Asked Questions (FAQ)

Is it possible to find out the Wi-Fi password if I'm not currently connected to that network?

Yes, if your computer has previously connected to this access point and saved the profile. Use the command line with the command netsh wlan show profile and specifying the network name. The graphical interface in Windows 11 also allows you to manage known networks, even if they are not currently active.

Where are Wi-Fi passwords stored in Windows 11?

Passwords are stored in a protected system registry and profile configuration files. They are encrypted and accessible only to the system and users with administrator rights. Direct reading of these files is impossible without specialized tools, as they use a system API for decoding.

Are password recovery programs safe to use?

Using trusted utilities from reputable developers (such as NirSoft) is safe. However, many antivirus programs flag them as potentially unwanted because they can extract confidential information. Always scan files on VirusTotal before running them.

What should I do if the "Show Password" button is inactive?

This may occur if you are not the profile owner or do not have administrator rights. Try running the network properties window as an administrator or using the command prompt in administrator mode.

Is it possible to view the password for the guest network?

Guest networks often have limited access and may not save the profile on the device after the session ends. If the profile isn't saved in the system, it won't be possible to view it using Windows tools. In such cases, the password is usually provided on a sticker on the router or in the contract with the provider.