How to Find Your Wi-Fi Password in Windows 10: Complete Instructions

It's quite common to need to connect a new device to a wireless network but have forgotten or lost the Wi-Fi password. Fortunately, the operating system Windows 10 Stores access keys to previously connected networks in its encrypted registries. This allows the user to easily recover lost information without having to reset the device.

There are several proven methods for extracting this data, ranging from standard system graphical interfaces to command-line access for more advanced users. In some cases, access to a web interface may be required. router, if there is no physical access to a computer that is already connected to the network.

It is important to understand that you will need permission to successfully complete most procedures. administratorWithout the appropriate privileges, the Windows security system blocks access to sensitive data, including stored encryption keys. Below, we'll discuss each of the available methods in detail.

Using the Windows graphical interface

The easiest and most secure way to find the access key is to use the operating system's default settings. This method is ideal for those who don't want to risk entering complex commands. You'll need a computer that already has an active connection to the desired network or has previously successfully connected to it.

To get started, open the Start menu and go to the "Settings" section, indicated by a gear icon. Next, select the "Network and Internet" category. In the window that opens, find the "Network and Sharing Center" link or use the Control Panel by entering the search term. Once you're in the classic interface, find your active wireless connection and click its name.

In the status window that opens, click "Wireless Network Properties." Go to the "Security" tab. Here you'll see the "Network Security Key" field, the contents of which are hidden by asterisks. To display the password in plain text, check the "Show entered characters" box. The system may prompt you to confirm administrator rights.

⚠️ Important: If the "Security" tab is unavailable or the administrator rights confirmation button is disabled, check the account you're logged in with. Only a profile with full rights can display saved keys.

This method works stably in all builds. Windows 10, including updates from 2026. However, if you're trying to find out the password for a network the computer connected to a long time ago and the profile has been deleted, this method won't work, since the data is physically missing from the current profile.

Viewing a password via the command line

For users who prefer a text-based interface or don't have access to graphical menus, the command line is an excellent solution. netsh Allows you to manage network settings and display hidden information about saved profiles. This method is often faster than manually searching through the menu.

Launch the Command Prompt as administrator. To do this, right-click the Start button and select "Windows PowerShell (Administrator)" or "Command Prompt (Administrator)." In the window that opens, enter the following command to list all saved profiles:

netsh wlan show profiles

Find the name of the desired network in the list. Next, use the command to display detailed information about a specific profile, adding the key=clear parameter. The command syntax is as follows:

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

In the command output, find the "Security Settings" section. The "Key Contents" line will contain the password you're looking for in cleartext. Note that the network name in the command must match exactly, including case and spaces. If the name contains spaces, be sure to enclose it in quotation marks.

What to do if the command returns an error?

The error "Group Policy is not allowed to store network keys in cleartext" means that access is blocked by your organization's security policies or antivirus software. In this case, try the router method.

Usage netsh Provides more detailed information than the graphical interface, including encryption type and radio mode. This is useful for diagnosing connection issues when a simple password fails to establish a connection.

📊 What is your preferred method for managing your network?
Through Windows settings
Via the command line
Via the router's web interface
Using third-party programs

Checking the password in the router's web interface

If none of the computers remember the password, or you want to know the guest access key, the most reliable source of information is the router itself. To do this, you need to access its web interface. Connect the device to the router via LAN cable or via Wi-Fi, if the network access is still available.

Open any browser and enter the gateway IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address, as well as the login and password, are usually located on a sticker on the bottom of the device. After logging in, find the section responsible for the wireless network. It may be labeled "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN."

Within this section, look for the "Security" or "Security Settings" subsection. This is where the "Password," "PSK," or "Wireless Password" field is located. Unlike in Windows, this displays the current active key, not the cached one. You can copy it or change it to a new one.

⚠️ Note: Router interfaces vary significantly between manufacturers (Asus, TP-Link, D-Link, Keenetic). If you can't find the required option, please refer to the manual for your specific model.

Please remember that changing the password in your router settings will disconnect all connected devices. You will have to re-enter the new key on every smartphone, tablet, and computer in your home.

Using PowerShell for Advanced Users

shell PowerShell provides more powerful tools for working with network adapters than the classic command line. It allows you to not only reset passwords, but also export configurations to a file and manage profiles remotely. This method is suitable for system administrators.

Launch PowerShell with administrator privileges. To list profiles, use the cmdlet Get-NetConnectionProfileHowever, to extract the password itself, it is more convenient to use the same call netsh via PowerShell, since native Windows 10 cmdlets do not always directly output keys in clear text without additional scripts.

You can create a script that will automatically find all profiles and display their passwords. Here's an example of a simple command to display a single profile:

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

This approach allows you to quickly filter the output and find only the required row with a key. This is especially convenient if you're working with a large number of saved networks and need to quickly find a specific entry among hundreds of others.

PowerShell also allows you to export settings to XML. The command netsh wlan export profile key=clear folder=c:\wifi Creates profile files in the specified folder, where the password will be stored in clear text within an XML file. This is useful for backing up settings before reinstalling the system.

Third-party password recovery utilities

There is specialized software designed to restore lost access. Programs like WirelessKeyView from NirSoft or WiFi Password Decoder They can instantly read all saved keys from the Windows registry and present them in a convenient list. This eliminates the need to manually enter commands.

Use such snails with caution. Download programs only from the developers' official websites to avoid introducing malware. Antivirus programs may detect such programs as hacker tools (RiskWare), so you may need to temporarily disable protection or add exceptions before running them.

  • 🔍 WirelessKeyView — a lightweight utility without installation, shows all keys at once.
  • 📡 WiFi Password Show — has a more modern interface and additional control functions.
  • 🔑 Magical Jelly Bean WiFi Password Revealer — allows you not only to view, but also to export keys.

The main advantage of third-party software is speed and clarity. You see a list of all networks your computer has ever connected to, along with their corresponding passwords. This is convenient if you need to restore access to a neighbor's network or guest Wi-Fi, the password for which was entered a month ago.

⚠️ Warning: Using password recovery programs on other people's computers without the owner's permission may violate computer security laws. Use these tools only on your own equipment.

☑️ Check before using utilities

Completed: 0 / 5

Comparison table of recovery methods

To help you choose the right method, we've prepared a comparison chart. It will help you evaluate the complexity, required rights, and effectiveness of each method based on your situation.

Method Complexity Admin access required Works without internet
Graphical interface Low Yes Yes
Command Prompt (CMD) Average Yes Yes
Router web interface Average No (router password required) No (local network required)
Third-party utilities Low Yes Yes

As you can see from the table, most methods require administrator privileges. This is a fundamental security principle of Windows 10, preventing data theft by malware. If you don't have administrator privileges, you won't be able to recover your password using standard tools.

The router method is unique in that it doesn't depend on the specific computer's operating system. You can use a smartphone or tablet to access the router settings and view the key, making this method universal.

Restoring access via QR code on Android

If you have a smartphone based on Android (version 10 and above) that's already connected to the desired Wi-Fi network, you can use it to find the password. Modern Android skins allow you to display a QR code for connection, which contains the encrypted password.

Go to your phone's Wi-Fi settings, tap the name of your active network, or the gear icon next to it. Select "Share" or "QR code." The system may require a fingerprint or PIN to unlock. A QR code will appear on the screen.

To see the password, you can take a screenshot of this code and open it using the Google Lens app or any QR code scanner with text recognition. The scan results will contain a string like this: WIFI:S:MyNetwork;T:WPA;P:MyPassword;;Part after P: and there is your password.

What if the QR code doesn't show text?

Some manufacturers (such as Xiaomi or Samsung) may hide the password in text beneath the code. Look closely at the screens—the password is often written in small print beneath the QR code.

This method is becoming increasingly popular due to its simplicity. It doesn't require entering commands or installing additional software on a computer; all you need is a modern smartphone.

Frequently Asked Questions (FAQ)

Is it possible to find out the Wi-Fi password if I have never connected to this network from this PC?

No, Windows only stores passwords that have been successfully entered and used to connect. If the computer has never connected to the network, the key simply won't be in its memory. In this case, the only solution is to log into the router or ask other users.

Why does the netsh command give an "Element not found" error?

You most likely entered the profile name incorrectly. The name must match exactly, including spaces and capitalization. First, run the command netsh wlan show profiles, copy the name from there and paste it into the command with the key.

Is it safe to save passwords in Windows?

Yes, the system stores them in encrypted form. Access to them is only possible with administrator rights. However, if someone else with administrator rights is using your computer, they could theoretically extract this data.

What should I do if I forgot my router admin password?

If the default login and password (often admin/admin) don't work, you'll need to reset the router to factory settings using the Reset button. Afterward, you'll need to reconfigure your internet connection and set a new Wi-Fi password.

Do these methods work on Windows 11?

Yes, all the methods described, including the command line and graphical interface, are fully relevant for the Windows 11 operating system, since the basic architecture of network settings remains the same.