How to View Your Wi-Fi Password on Windows 11: A Complete Guide

It's a common occurrence when guests come to your home with laptops or tablets, and you don't remember the exact security key. In the operating system Windows 11 This issue is resolved quite easily if you have physical access to a computer that's already connected to the network. The system stores credentials securely, but if you have administrator rights, they can be easily retrieved.

There are several proven methods to accomplish this task, ranging from the familiar graphical interface to advanced console commands. Microsoft in its new OS, it slightly changed the arrangement of some menu elements compared to Windows 10, so it's important to know the current navigation paths. We'll review all available options so you can choose the most convenient one.

Whether you've forgotten a password or need to connect a new device without a router at hand, knowing these methods will be your salvation. Below, we'll walk you through each step in detail, highlighting technical nuances and potential errors you might encounter along the way.

Using Network Settings in Windows 11

The most intuitive and easiest way for most users is to use the updated settings interface. Unlike previous OS versions, the logic behind grouping settings has become more linear. You don't need to search for hidden control panels; everything is in one place.

To get started, open the Start menu and select the gear icon to go to ParametersIn the left column, make sure the category is selected. Network and InternetThis is where all connection settings are located, including managing adapters and saved profiles.

⚠️ Attention: If you're using a corporate laptop, your system administrator may have restricted access to these settings through Group Policy. In this case, the graphical method may not be available.

Next, find the section Wi-Fi and click on it. In the list that opens, select the option Managing known networksA list of all access points your computer has previously connected to will be displayed. Find the desired network in the list and click the button. Properties.

In the window that opens, scroll down to the "Network Security Key" section. Click the button View next to the hidden field. The system will ask you to confirm your account. Microsoft Or a local administrator—enter your password or use biometrics (Face ID/Touch ID), if configured. The symbols will then become visible.

📊 Which method do you find more convenient?
Graphical interface
Command Prompt (CMD)
PowerShell
Third-party programs

Find out the password through the Control Panel (classic method)

Despite the active introduction of new menus, the classic Control Panel It's still there and works reliably. This method is especially useful if the new settings interface isn't working correctly or is causing display errors.

Press the key combination Win + R to open the Run window. Enter the command ncpa.cpl and press Enter. The Network Connections window will open, where you will see a list of all active adapters. Find yours Wi-Fi adapter, which is currently connected to the network.

Right-click on the icon and select StateIn the window that appears, click the button Wireless network properties. Go to the tab SecurityThis is where the field we are looking for is located.

Check the box next to the item Show entered charactersIf the system requests administrator rights, confirm the action. The hidden periods will be converted to readable password text. This method is considered one of the most secure, as it directly accesses the system's network management libraries.

What should I do if the Security tab is missing?

In rare cases, the tab may be hidden by the adapter driver or security policies. Try updating your Wi-Fi module drivers through Device Manager or using the command line to bypass interface restrictions.

Using the CMD command line to retrieve data

For advanced users and system administrators, the fastest way is to use the console. The command line allows access to hidden password registries without having to navigate menus. This is especially useful for remote management or process automation.

Open Command Prompt as administrator. To do this, click Win + X and select Terminal (Administrator) or Command lineFirst, you need to find out the exact network profile name if it differs from the SSID. Enter the command:

netsh wlan show profiles

You will see a list of all saved profiles. Find the name of the desired network in the "User Profiles" column. Now run the command to display the key, replacing Network_Name to the real name of your Wi-Fi:

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

In the command output, find the section Security parameters. Line Key content will contain your password in cleartext. This method works even if the graphical interface is frozen or unresponsive.

☑️ Check before entering commands

Completed: 0 / 4

Alternative method via PowerShell

Modern shell PowerShell offers more flexible options for working with network configurations. Although the syntax may seem more complex than CMD, the result is more structured. This method is preferable for those accustomed to scripting.

Run PowerShell as administrator. The command to retrieve information is similar to that used in CMD, as PowerShell supports most system utilities. Enter:

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

Where SSID_Name — this is the name of your wireless network. If the name contains spaces, be sure to enclose it in quotation marks. In the output, look for the field Key ContentThis is your password.

You can also use native PowerShell cmdlets to list all profiles at once, which is convenient for auditing:

(netsh wlan show profiles) | Select-String"\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim; $_} | %{(netsh wlan show profile name="$name" key=clear)}

This long command will list all saved networks along with their passwords. Be careful when using this output on public screens to avoid exposing sensitive data.

⚠️ Attention: When copying commands from this article, make sure the quotes aren't automatically replaced with "smart" quotes, which the console doesn't recognize. Use standard ASCII single or double quotes.

Password Search Method Comparison Table

To help you choose the best approach, we've systematized the information on each method. Different situations require different tools: in some, speed is important, while in others, visual simplicity is.

Method Necessary rights Complexity Speed
Windows 11 Settings Administrator / Biometrics Low Average
Control Panel Administrator Low High
Command Prompt (CMD) Administrator Average Very high
PowerShell Administrator High High

As the table shows, graphical methods require less technical knowledge, but can be slower due to animations and transitions. Console commands (netsh) work instantly, but require precise input.

Choose a method based on your current situation. If you're working on your PC at home, either option will work. In a corporate environment, CMD is often faster.

Possible errors and solutions

Even if you follow all the instructions, technical difficulties may arise. Often, the problem lies not with the method, but with access rights or the state of the drivers. Let's look at the most common scenarios.

If the system says "Access Denied" when you try to view your password, it means your account does not have permission. local administratorThis is standard security practice in corporate networks. You'll need help from your IT department.

Another common issue is the missing "Show characters" option in the classic panel. This can occur if the network profile is corrupted. Try "forgetting" the network in the Wi-Fi settings and reconnecting, entering the password manually (if you can remember it or find it on the router).

  • 🔌 Drivers: Outdated Wi-Fi adapter drivers may be blocking access to security properties. Update them using Device Manager.
  • 🛡️ Antiviruses: Third-party antiviruses (eg Kaspersky or ESET) may have their own firewalls that hide these settings. Try temporarily disabling the protection.
  • 🔑 Corporate networks: In networks with 802.1X authentication (where a login and password are required for entry), the Wi-Fi password itself may not be stored; instead, a certificate or dynamic key is used.

It is also worth considering that operating system interfaces are constantly updated. The ability to display passwords in Settings only appeared in the Windows 11 22H2 update., so on older OS builds this option may not be available, and you will have to use CMD.

Frequently Asked Questions (FAQ)

Is it possible to find out a Wi-Fi password if the computer is not connected to it right now?

Yes, if the computer has previously connected to this network and saved the profile. All the methods discussed (CMD, PowerShell, Control Panel) work with saved profiles, even if the Wi-Fi module is disabled or the network is currently unavailable.

Where can I find the password on the router itself if Windows doesn't allow access?

Look at the sticker on the bottom or back of the router. The factory password (WPA key) is often listed there. If you've changed it previously, you'll have to reset the router using the Reset button, but this will disable internet access for all devices.

Is it safe to use third-party password recovery programs?

Using programs like WirelessKeyView is possible, but requires caution. Antivirus programs often flag them as malware (HackTool) because they perform the same actions as hackers. It's better to use built-in Windows tools.

Why are there asterisks or nothing in the command line instead of a password?

Most likely you forgot to add the parameter key=clear at the end of the command or didn't run the console as an administrator. Without these conditions, the system will hide the key for security purposes.

Is it possible to view a password remotely on another computer?

There is no direct way to access the remote machine over the internet without pre-installed remote access software (TeamViewer, AnyDesk). However, if you have command line access to the remote machine (e.g., via SSH or corporate management tools), the command netsh it will work.