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

Many users are familiar with the situation of urgently needing to connect a new gadget to their home network, but have long forgotten the password. Fortunately, the operating system Windows 11 Stores access keys to previously connected networks in a special secure vault. This allows the device owner to easily recover a forgotten password combination without having to reset the router.

Unlike previous versions, the "Eleventh" interface has its own navigation quirks that can be confusing for inexperienced users. We'll cover all available methods, from the graphical settings interface to advanced console commands. Restoring access It is possible even without administrator rights if you are already connected to the network.

Before proceeding, make sure your computer is within range or already connected to the router. Some methods require an active connection for the system registry to correctly display data. In other cases, simply having the network profile in the list of saved connections is sufficient.

Using the Windows 11 Settings GUI

The easiest and safest way for most users is to use the standard system settings menu. Windows 11 Microsoft has redesigned the menu, making it more compact, but the search logic remains the same. You won't need to download third-party software or risk the integrity of your system files.

Open the Start menu and go to "Settings" (the gear icon). Next, select the "Network & Internet" tab, then click "Wi-Fi." Here you'll see a list of available networks and a button to manage the properties of your current connection. Click "Properties" for your active network to expand its details.

Scroll down to the section where the security key is displayed. By default, it's hidden behind asterisks to protect it from prying eyes. Next to the input field, there should be a "Copy" button or an eye icon that allows you to copy it. display symbols in plain text. If the button is inactive, the system may ask you to confirm your Microsoft account or administrator password.

⚠️ Note: If you are using a corporate computer with group security policies, the password display button may be blocked by your system administrator. In this case, the graphical interface will not allow you to view the key.

For those who prefer the classic view, you can use the control panel. Press the key combination Win + R and enter the command ncpa.cplIn the window that opens, find your wireless network adapter, right-click it, and select "Status." In the new window, click "Wireless Network Properties," go to the "Security" tab, and check "Show characters as you type."

Viewing a password via the command line (CMD)

The command line method is the most reliable and versatile. It works even if the graphical interface crashes or is hidden. You will need administrator privileges to perform this operation, as the request concerns network security.

Right-click the Start button and select Terminal (Admin) or Command Prompt (Admin). If you have a regular terminal open without administrator rights, enter the command cmd, right-click the Command Prompt shortcut and select "Run as administrator." First, it's helpful to know the exact name of your network profile.

Enter the following command to view a list of all saved profiles:

netsh wlan show profiles

Find your network name (SSID) in the list. It may differ from the name you see in the list of available networks if you changed the profile name when connecting. Copy the name exactly, including capitalization and spaces. Then use the command to display detailed information about a specific profile.

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

In the command output, find the "Security settings" section. The "Key Content" line will contain the password you're looking for in cleartext. This method is guaranteed to work on all versions. Windows 10 And Windows 11.

☑️ Check before entering a command

Completed: 0 / 4

Using PowerShell to get the key

Modern shell PowerShell Offers more flexible options for working with network interfaces, although for the simple task of viewing a password, its functionality is similar to CMD. However, PowerShell's syntax may be more intuitive for those familiar with programming or system administration.

Run PowerShell as administrator. Enter the command to display a list of all profiles and their passwords in a table format. This is useful if you want to see the keys for all networks the computer has ever connected to at a glance.

(Get-NetConnectionProfile).Name

This command will only show the names. To get the password for a specific network, use a similar command. netsh This query is necessary because the native PowerShell cmdlets for Wi-Fi in the basic configuration may require additional modules. However, you can display all profiles at once:

netsh wlan show profiles

Then, just like with the command line, add the parameter key=clear to the desired profile. The main advantage of PowerShell here is the ability to copy the entire output to the clipboard with one click (right-click on the window title -> Edit -> Copy), which is convenient for saving a backup copy of all passwords to a text file.

⚠️ Note: When copying text from the terminal, make sure you don't copy unnecessary formatting characters. It's best to redirect the output to a text file using the command ... > C:\temp\wifi.txt.

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

Comparison of access recovery methods

The method you choose depends on your current situation: whether you have desktop access, administrator rights, or whether the computer is currently connected to the network. Below is a table to help you quickly navigate the available options.

Method Admin rights required An active connection is required. Complexity
Windows 11 Settings No (usually) Yes (for current network) Low
Control Panel (ncpa.cpl) No No (profile only) Low
Command Prompt (CMD) Yes No Average
PowerShell Yes No Average

As the table shows, the graphical interface is suitable for everyday tasks, such as quickly resetting a phone password. The command line is indispensable for system administrators or when the system interface is unresponsive. Control Panel remains the "golden mean" for veteran Windows users.

If you plan to frequently configure networks, it makes sense to create your own PowerShell script that will automatically collect all profiles. This will save time in the future, especially in an office environment with multiple guest networks.

Third-party Wi-Fi management utilities

There are many third-party programs that can display saved passwords. One of the most popular and time-tested is WirelessKeyView from NirSoft. It requires no installation and works immediately after launch.

The program scans the Windows registry and displays a list of all wireless networks ever connected to this computer. The list displays the network name (SSID), security type, and key in ASCII and Hex format. This is especially useful if you can't see the password using standard Windows tools.

However, using third-party software carries risks. Antivirus software may flag such programs as potentially unwanted programs (PUPs) because they access sensitive data. Download utilities only from the developers' official websites.

⚠️ Warning: Be wary of cracked versions of password recovery programs. They often contain Trojans that steal the very data you're trying to recover.

Why does my antivirus complain about WirelessKeyView?

The program uses legitimate Windows APIs to read secure password storage. Antivirus programs classify this behavior as suspicious, as malware often operates similarly. If you downloaded the program from the official website nirsoft.net, use it.

Restoring via the router's web interface

If none of the computer methods work (for example, the network profile was deleted), you can find the password in the router settings. To do this, the computer must be connected to the router via Ethernet or Wi-Fi (even without internet access).

Open your browser and enter the IP address of your default gateway. This is most often 192.168.0.1, 192.168.1.1 or 192.168.31.1The exact address is written on a sticker on the bottom of the device. Enter your login and password to access the admin panel (often admin/admin).

Go to the "Wireless" or "Wi-Fi" section. The current password will be displayed in the "Password" or "Key" field. You can view it and change it to a more complex one if the old one was too weak.

This method is 100% guaranteed to succeed, as the settings are stored directly on the provider's equipment or your personal router. After changing the password, be sure to update it on all connected devices.

Frequently Asked Questions (FAQ)

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

No, this can't be done using standard Windows tools. The system only stores the keys used for a successful connection. The only option is to view the password on an already connected device or access the router settings.

Why does the netsh wlan show profile command return a "Group Policy" error?

This means the system administrator has disabled the display of security keys in plaintext. This can only be circumvented by gaining full administrator rights or resetting security policies if you own the device.

Where are Wi-Fi passwords physically stored in Windows 11?

Passwords are stored in a protected system registry file, accessible only by the operating system and services with the highest privileges. Directly editing this file without specialized tools is highly discouraged.

Will upgrading to a new version of Windows reset my Wi-Fi password?

Network profiles are typically preserved during an update. However, when upgrading between major versions (for example, from Windows 10 to 11) or performing a clean installation of the system, all saved networks will be deleted.