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

Needing to connect a new device to your wireless network but having lost or forgotten the Wi-Fi password is one of the most common problems in home IT management. Fortunately, the operating system Windows 10 has built-in mechanisms that allow you to easily retrieve saved access keys directly from the system registry. This is especially useful if you've previously connected your laptop or desktop PC to this access point and saved the settings.

Unlike mobile devices, where access to system files is limited, on a personal computer with administrator rights you can obtain complete information about network profiles. Microsoft provides several methods for accomplishing this task, from the Control Panel graphical interface to more advanced console commands. Understanding how network key storage works will help you not only restore access but also better manage the security of your home network.

In this article, we'll examine in detail all available methods for recovering lost data. We'll cover standard operating system tools that don't require third-party software. This ensures the process is safe and won't cause instability in your hardware.

Finding a password through the Windows 10 graphical interface

The simplest and most intuitive method for most users is to use the standard network connections window. This method doesn't require memorizing complex commands and is suitable for those who prefer visual configuration. Open the Start menu and enter the following query in the search bar: ncpa.cpl, then press Enter to launch the classic network connections window.

In the list of adapters that opens, find the icon Wireless network (Wi-Fi) that's currently active. Right-click it and select "Status." In the window that appears, click "Wireless Network Properties," then go to the "Security" tab. This is where the key you're looking for is stored, hidden by asterisks.

To display your password in plain text, check the "Show entered characters" box. The system may prompt you to confirm administrator rights, after which the asterisks will turn into readable text. This is the most secure method if you don't have physical access to the computer.

However, it's important to note that this method only works for the network you're currently connected to or for profiles saved in the system. If you're trying to remember the password for a network you connected to a year ago and have since deleted the profile, this method won't help.

⚠️ Attention: If the Security tab is missing or the display button is grayed out, this may indicate group policy restrictions or a lack of administrator rights on the current account.

Sometimes the interface may behave unpredictably due to network card driver updates. In such cases, the graphical method may not work correctly, and more advanced configuration tools will be required.

Using the command line to recover the key

For more advanced users and system administrators, using the command line interface is ideal. CMDThis method allows you to not only see the password for the current network, but also display a list of all Wi-Fi profiles ever saved on this computer. Run the command prompt as administrator by entering cmd in the search and selecting the appropriate item.

The first step is to find out the exact name of the network profile. Enter the command netsh wlan show profiles and press Enter. All saved profiles will be displayed in the list. Find your network name in the "User Profiles" column.

Once the name is found, use the following command to display the details, including the security key:

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

In the command output, look for the line "Key Content." The value next to it is your password. This method is especially useful when the graphical interface freezes or behaves incorrectly.

  • 🔹 The command line provides access to hidden network settings that are not visible in the regular menu.
  • 🔹 The method works even if the network adapter is temporarily disabled, since the data is taken from the registry.
  • 🔹 You can copy the profile name directly from the list to avoid errors in the command syntax.

⚠️ Attention: When entering the network name in quotation marks, make sure the letter case and spaces match exactly. A single character error will result in a message about a missing profile.

Using the console allows you to automate the process if you need to dump passwords for multiple networks at once, although for a one-off task this may seem excessive.

📊 Which password recovery method do you find more convenient?
Graphical interface (mouse)
Command Prompt (CMD)
Through the router settings
Third-party programs

Checking a password via PowerShell

An alternative to the classic command line is a more powerful tool. PowerShellIt provides similar functionality but operates with a more modern system management architecture. You can launch PowerShell by searching for it in the Start menu and choosing Run as administrator.

The command syntax here is almost identical to CMD, making switching between tools seamless. Enter the command netsh wlan show profile name="NetworkName" key=clear. The result will be output in the same format as in the command line.

The advantage of PowerShell is the ability to use scripts for bulk profile management. If you're setting up a computer in an office and need to quickly check the configuration of dozens of networks, a PowerShell script can save you hours of manual work.

PowerShell also allows you to filter the output, displaying only the desired password line, making it easier to read information in a noisy log.

What to do if the command fails?

If the system reports "Access Denied," make sure you're running the console as an administrator. Without elevated privileges, viewing security keys is prohibited by Windows security policy.

Viewing the password in the router settings

If your computer isn't connected to the network or the profile has been deleted, the only way to find out the password is to access the router's settings. To do this, you'll need an Ethernet cable or a Wi-Fi connection if you know the password (for example, via WPS). Open your browser and enter the router's IP address in the address bar. This is usually 192.168.0.1 or 192.168.1.1.

After entering the administrator login and password (often found on a sticker on the bottom of the device), go to the wireless network section. It may be called Wireless, Wi-Fi or "Wireless Mode." Find the "Security" or "Security Settings" subsection.

The current key will be displayed in the "Wireless Password" (PSK) field. You can view it and also replace it with a new one if you believe the old one has been compromised.

Interfaces of routers from different manufacturers (TP-Link, Asus, D-Link) differ, but the logic remains the same: look for the section related to wireless mode and security.

Manufacturer Typical address Menu section Field name
TP-Link 192.168.0.1 Wireless > Wireless Security Wireless Password
Asus 192.168.1.1 Wireless Network > General Authentication method
D-Link 192.168.0.1 Wi-Fi > Security Settings PSK encryption key
Keenetic 192.168.1.1 Home Network > Wi-Fi Network Password

You will have to reconnect phones, tablets and TVs.

Using third-party utilities

There are many programs designed to manage wireless connections, such as WirelessKeyView from NirSoft. These snails scan the Windows registry and display a list of all saved passwords in a convenient table format.

The main advantage of such programs is the ability (with one click) to export all passwords to a text or HTML file. This is convenient for backing up settings before reinstalling the operating system.

However, using third-party software carries risks. Antivirus programs may detect such programs as security threats (hacktools) because they expose hidden data. Download such utilities only from the developers' official websites.

  • 🔸 The programs show passwords even for networks you're not currently connected to.
  • 🔸 Often have a portable version that does not require installation.
  • 🔸 Allows you to copy the password directly to the clipboard.

Restoring access via factory reset

If none of the software methods work, and you have physical access to the router, you can reset the device to factory settings. There's a small hole on the router's body with the inscription ResetPress the button inside with a paper clip and hold for 10-15 seconds.

After rebooting, the router will return to its out-of-the-box state. The Wi-Fi password will be located on the factory sticker on the bottom of the device. This method is drastic, as it also resets your internet service provider settings, which you will have to re-enter.

Use this method only as a last resort, when other options have been exhausted, or when you know exactly the details for setting up your Internet connection (PPPoE, L2TP, etc.).

☑️ Checklist before resetting your router

Completed: 0 / 4

Frequently Asked Questions (FAQ)

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

No, Windows software methods only work with saved profiles. If the computer doesn't "remember" the network, there's no registry key. The only solution is to look at the router sticker or access its settings via a cable.

Is it safe to save passwords in Windows?

Yes, they are stored in encrypted form. Access to them is only possible with administrator rights. However, if attackers gain physical access to your computer, they can extract this data.

Why does the netsh command give a "Network not found" error?

You most likely entered the profile name incorrectly. The name must match exactly, including spaces and capitalization. Use the command netsh wlan show profilesto copy the exact name.

Where can I find my password if I have Windows 11?

The process is similar to Windows 10. Windows 11 also introduced a feature to view a QR code with a password in the Wi-Fi properties, allowing you to quickly connect your phone by pointing the camera at it.

In conclusion, recovering a Wi-Fi password on Windows 10 can be accomplished in several ways. The method you choose depends on your current circumstances: whether you're connected to the network, whether you have access to the router, and how comfortable you are using the command line.

It's recommended to periodically check your saved networks and record your access keys in a safe place to avoid similar situations in the future. Your network security starts with access control.