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

Every user is familiar with the situation when they need to connect a new device to the network, but they've completely forgotten the Wi-Fi password. Fortunately, the operating system Windows 11, like its predecessor, stores data about previously connected wireless networks in a dedicated storage area. This allows for easy restoration of access to security key, if you already have at least one computer that has previously successfully logged into this network.

Unlike smartphones, where access to saved passwords is often limited by system permissions, desktop OSes provide users with extensive control over network configurations. You can use both the familiar graphical interface via the settings menu and more advanced command-line tools. The Wi-Fi password is stored in the system in encrypted form, but is only displayed in clear text after passing the administrator rights check.

In this article, we'll cover all the current methods for extracting saved data in detail. We'll cover standard methods via Settings, the classic Control Panel, and commands for advanced users. It's important to understand that you'll need privileges to perform most of the steps described. administrator on the current device.

Find your password using the new Windows 11 Settings

The operating system interface has undergone significant changes, and the network settings menu is no exception. In the latest updates Windows 11 Microsoft has added a long-awaited button for viewing the key directly in the graphical interface, eliminating the need to delve into the depths of the command line. This method is the simplest and safest for the average user.

First, you need to open the main settings menu. Press the key combination Win + I or right-click the Start icon and select Settings. In the window that opens, go to the section Network and Internet, which is usually located on the left side of the navigation menu or in the center, depending on the screen resolution.

The next step depends on whether you're currently connected to the network or want to remember the password from a previous connection. If you're online, simply click Properties your Wi-Fi network (usually the top card with the network name and an eye or gear icon). If the network is not active but saved, go to the subsection Wi-Fi and select Managing known networks.

  • 🔍 Find the desired network in the list and click on it to open the connection details.
  • 👁️ Look for the "Network Security Key" field or the eye button next to the closed dots.
  • 🔐 When you click, the system may ask you to confirm your Microsoft account or Windows sign-in PIN.
  • 📋 Copy the displayed password and use it to connect other gadgets.

It's worth noting that the view button may be grayed out if you're using a limited-privilege account or if your organization's security policies prohibit the display of sensitive data. In this case, you'll need to use the alternative methods described below.

📊 How do you usually store Wi-Fi passwords?
I'm recording on the router
In a notepad on a computer
Nowhere, I always forget
I use a password manager

Using Control Panel for older networks

Classic interface Control panels hasn't gone anywhere from Windows 11, although somewhat hidden from the user's view. This method is especially useful if the new "Settings" aren't working correctly or if you need to quickly access the properties of the currently active network without having to navigate through menus.

The easiest way to get to the desired menu is to use the search. Click Win + S and enter the phrase ncpa.cpl, then press Enter. This command will instantly open the Network Connections window, which displays all available adapters. Find your adapter. Wireless network (Wi-Fi).

Right-click on your Wi-Fi adapter icon and select "Status." In the small window that opens, click the button. Wireless network propertiesThe information you're looking for is hidden here, but it's hidden by default for security reasons.

⚠️ Note: If you don't see the "Security" tab or the "Show Characters" button is disabled, make sure you're logged in with an administrator account. A standard user profile may not have read access to this data.

Go to the tab SecurityIn the center of the window, you'll see the "Network Security Key" field, where the symbols are replaced with periods. Check the box next to it. Show entered charactersImmediately after this, the dots will turn into readable text—this is your password.

☑️ Check access rights

Completed: 0 / 4

Command line: netsh wlan method

For those who value speed and precision, the command line remains an indispensable tool. netsh Allows you to manage network settings at a low level. This method is universal and works even when the graphical interface freezes or doesn't display the required fields.

Launch the Command Prompt with administrator rights. To do this, right-click the Start button and select Windows Terminal (Administrator) or Command Prompt (Administrator)If you use normal mode, commands may fail with an access violation.

First, you need to find out the exact name of the network profile saved in the system. Enter the following command and press Enter:

netsh wlan show profiles

The list will display all networks this computer has ever connected to. Find the required name (Profile Name). Next, to view the password, use the command with the key key=clearThe syntax looks like this:

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

Instead of Network_name Substitute the exact name of your Wi-Fi network from the previous list. If the name contains spaces, quotation marks are required. After running the command, scroll down a bit to the section Security parameters (Security settings). There will be a line there. Key content (Key Content) - the value on the right is your password.

What to do if the command returns an error?

If you see an access denied message, make sure the terminal is running as an administrator. If the error is related to the profile name, check the spelling, including capitalization and spaces. In some corporate networks, security policies may block key output even for administrators.

Viewing saved keys via PowerShell

PowerShell — is a more powerful shell that replaced the classic CMD. It allows you to not only execute a command but also process the output in a more convenient format. For network administrators and advanced users, this is often the preferred method.

Run PowerShell as administrator. The basic syntax is the same as Command Prompt, as netsh is an external utility, but we can use PowerShell's own filtering capabilities. Enter the following command to view all profiles:

netsh wlan show profiles

To immediately retrieve the password for a specific network without unnecessary clutter in the output, you can combine commands. However, the cleanest method is to use the standard netsh command, which we've already discussed, but in PowerShell, it often runs faster thanks to improved buffer handling.

There's also a specific scripting approach, but it requires writing code. The easiest way is to use the same command as in CMD, as it's cross-platform across Windows shells:

netsh wlan show profile name="Name" key=clear | Select-String"Key Contents"

This command will only output the password string if the system is configured for Russian. If you have an English version of Windows, replace "Key Content" with "Key Content." This allows you to quickly copy the result without searching through a long list of parameters.

Comparison of access recovery methods

Each of the methods described above has its advantages and disadvantages depending on the situation. The graphical interface is ideal for beginners, the command line is for quick access, and PowerShell is for automation. Below is a table to help you choose the best method.

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

If you plan to manage network connections frequently, it makes sense to learn the commands netshThey allow you not only to view passwords but also to delete old profiles, export settings to XML files, and transfer them to other computers. This is especially useful for system administrators configuring dozens of laptops.

For home use, when simply connecting a guest's phone, the standard "Settings" menu is sufficient. It's the most straightforward and secure option, preventing accidental errors that can occur when manually entering commands. Keep in mind that an incorrectly entered command may not execute the action, but it also won't harm the system, unlike some destructive scripts.

Restoring access via a router

If none of the computer's software methods help (for example, the computer has never connected to this network or was reset), physical access to the signal source itself remains. The router stores network settings, including SSID and password, in its internal memory.

To do this, you need to connect to the router. This can be done via Wi-Fi (if you're already connected) or via a LAN cable. Open a browser and enter the gateway IP address. Most often, this is 192.168.0.1 or 192.168.1.1The exact address is indicated on the sticker on the bottom of the device.

After entering the administrator login and password (also found on the sticker if you haven’t changed them), go to the section Wireless or Wi-Fi -> SecurityThere in the field WPA/WPA2-Personal The current password will be displayed. You can copy it or change it to something more convenient.

⚠️ Note: Router interfaces from different manufacturers (Asus, TP-Link, Keenetic, Mikrotik) vary significantly. Menu names may vary, but the logic remains the same: look for the Wireless, WLAN, or Security sections. If you changed the router password and forgot it, you'll have to reset it using the Reset button.

It's also worth mentioning that modern routers often support WPS (Wi-Fi Protected Setup). This allows you to connect devices without entering a password, simply by pressing a button on the router or entering a PIN code. However, from a security standpoint, this method is considered outdated and vulnerable, so Windows 11 WPS support may be limited or absent by default.

Questions and Answers (FAQ)

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

No, it's impossible to use standard Windows tools to find the password for a network your computer has never connected to and that isn't saved in your profile. The system simply doesn't store this data. You'll need access to the router or another device that's already authorized on that network.

Why is the Network Security Key field grayed out and inactive?

This means your current account doesn't have administrator rights. You'll need to either log in as an administrator or ask the computer owner to enter a password to confirm your actions. Without these rights, viewing saved keys is blocked for security purposes.

Will my Wi-Fi password reset when I update Windows 11?

Network profiles and passwords are typically saved across system updates. However, major updates (such as changing the OS version from 21H2 to 22H2) or resetting network settings via the Settings menu may delete saved data. It's recommended to back up important passwords.

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

Technically, the network configuration is stored in the registry at the path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles, but the passwords themselves are encrypted and protected by system keys. Directly reading the registry won't reveal the password in plaintext without special decryptors or SYSTEM privileges.

How to delete a saved network password in Windows 11?

Go to Settings -> Network & Internet -> Wi-Fi -> Manage known networks. Select the desired network and click Forget. Windows will then remove the profile and password, requiring you to re-enter the information the next time you connect.