How to Find Your Wi-Fi Password on Windows: Step-by-Step Instructions

It's quite common to need to connect a new device to a wireless network but have forgotten the password. Fortunately, the operating system Windows Stores access keys to all networks you've ever connected to securely. This allows you to recover forgotten data without having to reset your router or search for your ISP contract.

There are several proven methods for extracting this information, ranging from the standard graphical interface to console commands. The choice of a specific method depends on your OS version and your level of access to the system. In this article, we'll discuss the most effective options for users of different skill levels.

It's important to understand that you'll need administrator privileges to perform most of the steps below. This is a standard security measure. Microsoft, designed to protect user credentials from unauthorized access by malware. If you're working on a corporate computer, some methods may be blocked by your system administrator.

⚠️ Warning: All described methods are intended solely for restoring access to your own networks or networks whose administrator has given you express permission to access data. Using this knowledge to hack other people's networks is illegal.

Viewing the password through Windows network settings

The easiest and most secure way to find the saved key is to use the standard operating system settings. This method is ideal if you are in range of the network and your device is already connected to it. The interface may differ slightly depending on whether you are using Windows 10 or more recent Windows 11.

First, you need to open the Network Connections control panel. In modern versions of the system, the path to this menu has become slightly longer, but the logic remains the same. You need to find the active connection and its properties.

  • 📡 Right-click on the Wi-Fi icon in the tray and select "Network & Internet settings".
  • 🔗 Go to "Advanced network settings" or "Network and Sharing Center".
  • 🖱️ Click on the name of your wireless network (blue link next to the connection).
  • 🔑 In the window that opens, click the "Wireless Network Properties" button, then go to the "Security" tab.

On the "Security" tab, you'll see the "Network Security Key" field, where the characters are hidden behind asterisks. To view the password in plain text, simply check the "Show entered characters" box. The system may prompt you to confirm administrator rights via a pop-up window. UAC.

📊 How often do you forget your Wi-Fi passwords?
Once a month
Only when purchasing a new router
Never, I use a password manager
Constantly, I write it down on sticky notes

Using Command Prompt to Recover Data

For more advanced users or in cases where the graphical interface is not working correctly, using the command line is an excellent solution. netsh Allows you to manage network configurations directly, bypassing standard settings menus. This method is especially useful if you need to find the password for a network you're not currently connected to but have previously logged in to.

To begin, run the command prompt as administrator. Enter cmd In the system search, right-click on the result and select the appropriate option. First, it's worth listing all saved profiles to ensure the network name is correct.

netsh wlan show profiles

Once you've retrieved the list, find the exact name of the profile you need. Then, use the command to display detailed information, including the security key. Note that the network name in the command must be enclosed in quotation marks if it contains spaces.

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 works reliably on all modern versions of Windows, including server editions.

Checking saved networks in the registry

The operating system stores all connection configurations in the system registry. While directly viewing the registry keys won't provide a readable password (it will be encrypted), you can find useful information about network priorities and connection history. This can be helpful when diagnosing problems with automatic connections.

To get to the desired section, open the registry editor by entering regedit in the Run window (Win + R). The path to the profile branch usually looks like this:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

This stores data on all networks known to the system. However, for extracting passwords specifically, this method is less convenient than the command line, as it requires additional steps to decrypt binary data. We consider it more of a reference tool for understanding the data storage structure in Windows.

⚠️ Warning: Careless registry editing may cause system instability. Before making any changes, we strongly recommend creating a restore point or exporting the current registry branch.

Third-party password management utilities

If the built-in tools seem too complicated or inconvenient, there are specialized programs that automate the process of extracting saved keys. One of the most popular and time-tested tools is the utility WirelessKeyView from the company NirSoft.

This program requires no installation (portable version) and works immediately after launch. It scans the system storage and displays a list of all networks and their passwords in a convenient table format. The data can be exported to a text file or HTML for further use.

Name of the utility Type of distribution Interface Peculiarities
WirelessKeyView Free / Portable Minimalistic Shows all keys at once
WiFi Password Decoder Free Graphic Support for different formats
Magical Jelly Bean Free Tree-like Shows keys for all networks
ProduKey Free Tabular From the same developers as WirelessKeyView

Using third-party software requires caution. Download programs only from the developers' official websites to avoid introducing malicious code. Antivirus programs may detect such utilities as hacking tools (HackTools), as they access sensitive system data.

Why does my antivirus complain about password viewers?

Many antivirus programs classify password recovery utilities as Potentially Unwanted Programs (PUPs) or HackTools. This is because these programs can bypass standard Windows password hiding mechanisms. If you downloaded the program from the developer's official website, this is a false positive, and the file can be added to the exceptions list.

Restoring access via the router's web interface

If your computer isn't connected to the network or you want to find out the password for a new device and don't have any other devices with saved access, you can use the router's settings. This requires a physical cable connection. LAN or the presence of a Wi-Fi connection with open access (guest network).

You need to open your browser and enter the router's 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 for accessing the control panel, are usually indicated on a sticker on the bottom of the device.

  • 🌐 Enter the router's IP address in the browser's address bar.
  • 🔐 Enter the administrator credentials (often admin/admin).
  • 📡 Find the "Wireless" or "Wi-Fi" section.
  • 👁️ The "Password", "Passphrase" or "Security Key" field will contain your current password.

Router interfaces from different manufacturers (TP-Link, ASUS, Keenetic, MikroTik) are very different, but the logic behind the security settings is the same. If you changed your router password and forgot it, you'll have to perform a factory reset (hard reset), which will require you to reconfigure your internet connection.

☑️ What do you need to log into your router?

Completed: 0 / 4

Problems and limitations during recovery

The recovery process doesn't always go smoothly. There are scenarios where the system doesn't allow you to view the password or returns an error. This is most often due to security policies, corrupted system files, or specific group policy settings, especially in corporate networks.

If you're trying to find the password for a guest network that uses web-based authentication (Captive Portal), the password may not exist locally on your computer, as authentication occurs on the provider's side. In such cases, recovery is only possible through your provider's agreement or your personal account.

⚠️ Note: Settings interfaces and menu item locations may change after major Windows updates. If you can't find an item, try searching in System Settings or using the Command Prompt, which is less susceptible to interface changes.

It's also worth remembering that if you have third-party antivirus software with a network protection module installed on your computer, it may block attempts to programmatically read saved keys. In this case, try temporarily disabling network protection or using the router's web interface.

Frequently Asked Questions (FAQ)

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

Yes, if you've previously connected to this network from this computer. Windows saves profiles for all networks. Use the command netsh wlan show profile name="Name" key=clear, even if the network is not active at the moment.

Where can I find my Windows 11 password if there is no Properties tab?

In Windows 11, the path has changed: Settings → Network & Internet → Wi-Fi → Manage known networks → Select a network → View button (eye) next to the security key field.

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

This means there is no profile saved on the system with the specified name. Check the exact network name (case-sensitive and space-sensitive) using the command netsh wlan show profiles.

Is it safe to use password viewers?

Using trusted utilities from reputable developers (such as NirSoft) is safe if they are downloaded from the official website. However, antivirus programs may flag them as dangerous due to their functionality.