How to find your saved Wi-Fi password in Windows 10

It's quite common to need to connect a new device to a wireless network but lose or forget the access key. Operating system Windows 10 By default, the password is hidden for security purposes, but if you have physical access to an already connected computer, restoring the password is easy. This is a built-in feature available to any user without the need to install additional software.

There are several proven methods for retrieving saved data, ranging from simply viewing the adapter's properties to using the console. The choice of a specific method depends on your preferences and comfort level with system utilities. Below, we'll discuss the most effective workflows that will help you quickly resolve the access issue.

Using the Windows graphical interface

The easiest and safest way to view the key is to use the standard network configuration windows. This method doesn't require any complex commands and is suitable even for inexperienced users. You'll need a computer that already has an active connection to the desired access point or has previously successfully connected to it.

To begin, open the Start menu and go to Settings by selecting the gear icon. Next, find the section responsible for network connections. Depending on your operating system version, the path may vary slightly, but the logic remains the same: look for Manage network adapters.

The sequence of actions is as follows:

  • 📡 Right-click the Wi-Fi icon in the tray and select "Open Network & Internet settings".
  • 🔗 In the window that opens, find the link "Network and Sharing Center" or "Change adapter settings."
  • 💻 Click on the name of your active wireless network to open the status window.
  • 🔑 Click the "Wireless Network Properties" button and go to the "Security" tab.

On the Security tab, you'll see the "Network Security Key" field, where characters will be hidden behind asterisks. To see them, simply check the "Show entered characters" box. If the system asks for administrator rights, enter your account password or confirm the action using biometrics.

Command Line: A Professional Approach

For those who prefer speed and precision, the ideal solution would be to use a console. cmdThis method not only allows you to see the current password but also displays the keys for all networks your laptop or PC has ever connected to. This is especially useful if the desired network is currently inactive, but the profile is saved in the system.

Run the command prompt as administrator. To do this, enter cmd In Windows Search, right-click the result and select the appropriate option. The first step is to get a list of all saved profiles. Enter the command netsh wlan show profiles and press Enter.

Find the exact name of your network in the list. Then use the command to display details for a specific profile. The syntax is as follows:

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

Please note that the network name must be enclosed in quotation marks if it contains spaces. After running the command, scroll to the "Security Settings" section. The "Key Contents" line will display the password you are looking for in clear text. This method works on all modern versions of Windows, including Windows 10 Home And Pro.

⚠️ Important: When entering the command, carefully check the profile name. Letter case is important, and a single error will result in a message that the profile does not exist.

📊 Which password recovery method is most convenient for you?
Through the Windows interface
Command Prompt (CMD)
Via a router
Third-party programs

Viewing passwords through router settings

If you don't have a computer with a saved profile, but you have access to the router itself, you can find the key through the device's web interface. This method requires a physical connection to the router or a Wi-Fi connection (if the password has already been entered on another device to access the admin panel). You'll need a browser and the default gateway address.

Enter the router's IP address in the browser's address bar. 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 address, the system will ask for a username and password to access the control panel. Standard combinations are often admin/admin, if you haven't changed them before.

Interfaces from different manufacturers differ significantly, but the search logic remains similar:

  • 🌐 TP-Link: section "Wireless" → "Wireless Security".
  • 📶 Asus: Left menu "Administration" → "System" tab or directly on the main page "Network Map".
  • 📡 D-Link: "Wi-Fi" tab → "Security settings".
  • 🏠 Keenetic: "My Network & Wi-Fi" icon → wireless network settings.

Once you find the corresponding field (often labeled "PSK Password," "WPA Key," or "Password"), you'll be able to see the current combination. Some firmware versions hide the characters, but there's a "Show" button next to it, shaped like an eye. If there's no such button, you can simply replace the old password with the new one, save the settings, and then reconnect all devices.

What to do if you forgot your router password?

If you changed your router admin password and forgot it, you can only restore access by resetting the device to factory settings. To do this, press and hold the Reset button on the router for about 10-15 seconds. After this, the device will revert to the default login credentials listed on the sticker, but you'll have to reset your internet settings.

Using third-party utilities

There is specialized software that automates the process of extracting saved keys. These programs are convenient because they display all the information in a single window and allow copying. However, caution should be exercised when choosing software, as tools for managing network passwords are often included in antivirus databases as potentially unwanted.

One of the most popular and secure utilities is Wireless Key View from NirSoft. It requires no installation, is free for personal use, and is portable. Once launched, the program automatically scans the registry and displays a list of all Wi-Fi profiles and their corresponding keys.

Benefits of using specialized software:

  • 🚀 Instantly get a list of all networks ever used.
  • 💾 Ability to export data to a text file or HTML for backup.
  • 🔍 Display additional technical details such as encryption type and SSID.

⚠️ Warning: Download utilities only from the developers' official websites. Files from untrusted sources may contain malicious code disguised as useful tools.

Comparison table of recovery methods

To help you choose the best access recovery method, we've organized the main methods in a table. This will help you quickly navigate the process based on your current circumstances and security requirements.

Method Necessary rights Complexity Security
Graphical interface Administrator Low High
Command line Administrator Average High
Router settings Router password Average High
Third-party software Administrator Low Average

As the table shows, built-in Windows tools provide the best balance between simplicity and security. Using third-party software is justified in cases where standard methods fail for some reason or when bulk data export is required.

☑️ Check before resetting settings

Completed: 0 / 4

Recovery via PowerShell

An alternative to the classic command line is a more powerful tool - PowerShellIt provides the same capabilities, but with a more modern syntax and advanced scripting features. For the average user, the difference is minimal, but PowerShell can be useful if the standard console is limited by security policies.

Launch PowerShell as administrator. The command to display profile information is almost identical to CMD, but can be run within more complex scripts. Enter:

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

The result will be identical to the CMD output: in the "Security settings" section, you'll find the "Key Content" field. This method is especially useful because PowerShell is easier to integrate with other system tasks if you plan to automate the workstation setup process.

Possible problems and their solutions

During the password recovery process, you may encounter a number of common errors. These are most often related to insufficient access rights or damaged system files. Understanding the causes will help you quickly resolve the issue without calling a specialist.

If the "Security" tab is missing or the fields are grayed out when you try to view the password in the graphical interface, check that the "Connection Manager" service is running. Also, make sure you are logged in as an administrator and not a guest. On corporate networks, access to these settings may be blocked by group policies.

When working with the command line, a common error is the message "Element not found." This means the profile name was entered incorrectly. Use the command netsh wlan show profiles Once again, copy the name exactly, including spaces and case. It's also possible that the profile was previously deleted from the system.

Is it possible to find out the Wi-Fi password on someone else's computer without administrator rights?

No, this cannot be done using standard Windows tools. The system requires administrator privileges to display security keys in plaintext. This is an important security measure that prevents data theft by unauthorized users.

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

The data is stored in a protected section of the registry and system configuration files. Directly editing the registry is not recommended, as the keys are encrypted and tied to a specific OS installation. It's best to use built-in utilities to decode them.

Will reinstalling Windows reset my Wi-Fi password?

Yes, a complete reinstallation of the operating system will delete all saved network profiles and passwords. However, if you use settings sync via your Microsoft account, your profiles may be automatically restored after signing in.

Is it safe to save a password in Windows?

Yes, it's safe if you're the only user of the computer and have set a strong password to log in to your account. Physical access to an unlocked computer gives you access to your passwords, so don't leave your PC unattended in public places.