How to view your Wi-Fi password on Windows 10: full instructions

The situation of needing to connect a new device to the network, but having forgotten or lost the access key, is familiar to many personal computer users. Fortunately, the operating system Windows 10 It has a built-in security mechanism that stores data about previously connected wireless networks in a dedicated storage area. This allows you to easily restore internet access without having to reset your router or find your ISP contract.

There are several proven methods for retrieving saved keys, ranging from the standard graphical interface to advanced console commands. The method you choose depends on whether you're currently connected to the network, whether you have access to the router's administrative panel, and how deeply you're willing to delve into system settings. Regardless, the process doesn't require installing any complex software and takes just a few minutes.

It's important to understand that you'll need administrator privileges on your device to perform most operations. This is a standard security measure to prevent unauthorized access to sensitive system information. If you're using a work computer on a corporate network, access to these features may be restricted by your IT department's security policies.

Viewing the password through the network settings in the Windows interface

The easiest and most obvious way to find a forgotten key is to use the standard wireless network properties window. This method only works if your computer is currently connected to Wi-Fi or has been connected previously and saved a connection profile. Windows 10 Hides password characters by default, but allows them to be displayed as readable text.

To get started, open the Start menu and go to Settings by selecting the gear icon. Next, find Network and Internet and go to Network Status. However, a quicker way is through the Control Panel: press the key combination Win + R, enter the command ncpa.cpl and press Enter. In the window that opens, select your active wireless connection, right-click on it, and select "Status."

In the dialog box that appears, click "Wireless Network Properties." Go to the "Security" tab. You'll see the "Network Security Key" field, where the characters will be hidden by asterisks. To see the actual password, check the "Show entered characters" box. The system may prompt you to confirm administrator rights via UAC (User Account Control).

⚠️ Note: If the "Security" tab is missing or the fields are grayed out, this may indicate that the network profile has been deleted by the system or the registry is corrupted. In this case, try the next method or restore the profile again by connecting to the network manually.

This method is the most secure, as it doesn't require third-party software or complex commands. It's ideal for regular users who need to quickly remember the passcode for a guest account or a new device. Just remember not to delete the network profile before testing, otherwise your data will be lost.

📊 How often do you forget your Wi-Fi passwords?
Once a month
A couple of times a year
Never, I write it down in a notebook
Constantly, I have to reset the router

Using the Command Line to Extract Keys

For more experienced users or in situations where the graphical interface does not work correctly, the command line is a great tool. CMDThis method not only allows you to view the password for the current network but also displays a list of all saved profiles and their access keys. This is especially useful if you need to regain access to a network you're not currently connected to.

First, you need to launch the command prompt as administrator. Right-click the Start button and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)." To list all saved Wi-Fi networks, enter the command: netsh wlan show profilesFind the exact name of the network you need in the list.

Once the network name is found, use the following command to display the profile details, including the cleartext password:

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. If the password is blank or an error message appears, the profile doesn't contain a key or the system doesn't have permission to read it.

☑️ Check before entering commands

Completed: 0 / 4

Using the console netsh provides more detailed information about the encryption type and security mode. You can see whether WPA2-Personal or older WEP, which is important for assessing the security of your connection. This method works reliably on all builds. Windows 10 And Windows 11.

Viewing the password through the router's web interface

If your computer doesn't remember the password or you want to find the key for a device that has never connected to the network, an easy way is to access the router's settings. This will require a cable connection (Ethernet) or a Wi-Fi connection, if one is already established. The login address is usually found on a sticker on the bottom of the device.

Open your browser and enter the IP address of your router (often it is 192.168.0.1 or 192.168.1.1). Enter your login and password to log in to the admin panel (by default, it is often admin/admin). Find the section related to wireless networking (Wi-Fi, WLAN). In the "Security" or "Security Settings" subsections, you'll see a field with a key (Pre-Shared Key, WPA Key).

Interfaces of routers from different manufacturers (Asus, TP-Link, D-Link, Keenetic) differ, but the logic remains the same. If the password is changed and displayed as asterisks, some modern firmware versions allow you to copy or display it. Older models may require you to manually change the password to a new one you can remember.

Router brand Standard IP Path to Wi-Fi settings Password field
TP-Link 192.168.0.1 Wireless -> Wireless Security Wireless Password
Asus 192.168.1.1 Wireless Network -> General Authentication Method / Key
D-Link 192.168.0.1 Wi-Fi -> Security Settings PSK encryption key
Keenetic 192.168.1.1 My Networks and Wi-Fi -> Home Network Network password

It's important to note that changes to settings in the web interface are applied immediately. If you change the password, all connected devices will lose connection and require re-authorization with the new key. Be careful when editing settings to avoid disrupting your home network.

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

If you changed your router password and forgot it, you can't recover it using standard tools. The only solution is to perform a factory reset. To do this, while the router is turned on, press and hold the Reset button (usually recessed) for 10-15 seconds. This will reset the router to its factory username and password (found on the sticker), but your internet and Wi-Fi settings will also be reset, requiring you to configure them again.

Using third-party recovery software

There is specialized software designed to manage wireless connections and recover lost data. Programs like Wireless Key View from NirSoft or WiFi Password Revealer They can read saved profiles from the Windows registry and display them in a convenient format. This can be useful if standard system tools are blocked or not working correctly.

Extreme caution should be exercised when using such snails. Antivirus programs may detect them as potentially unwanted (PUP), as they have access to sensitive data. Such software should only be downloaded from the developers' official websites to avoid introducing viruses or Trojans.

The advantage of such programs is the ability (with one click) to export all passwords to a text file or HTML report. This is convenient for system administrators who configure multiple computers in an office. However, for occasional home use, installing additional software may be excessive.

⚠️ Warning: Using programs to "hack" other people's Wi-Fi networks without the owner's permission is illegal. These tools are intended solely for restoring access to your own networks if the keys have been lost.

Some antivirus suites have built-in password managers that can also store Wi-Fi data. Check your security software settings (e.g. Kaspersky Password Manager or ESET), perhaps the required key is already saved there automatically.

Viewing a password using PowerShell

An alternative to the classic command line is a more powerful tool - PowerShellIt allows you to use scripts to automate processes. Although for the simple task of viewing a password, commands are sufficient. netshPowerShell can be useful if you need to filter the output or save it to a variable.

Run PowerShell as administrator. The command to display information is similar to CMD, but the syntax can be expanded. For example, you can display only the desired password string using filters:

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

This method is convenient because the result is immediately cleared of unnecessary "noise" and technical details. You only get the string containing the key, reducing the risk of copying and pasting errors. PowerShell also allows you to export a list of all networks and passwords to a CSV file for further analysis.

In new versions Windows 10 PowerShell is the default shell, replacing CMD. The functionality for working with network profiles is identical, as both tools use the same system APIs to interact with the wireless network service.

Problems and limitations when restoring access

Despite numerous methods, users may encounter situations where they are unable to view the password. This may be due to enterprise group policies that prevent the display of security keys. Problems also arise if the network profile is corrupted or if a corporate certificate is used instead of a simple password (WPA-Enterprise).

When using corporate networks with a certificate, the concept of a "password" is replaced by an authentication certificate. This certificate is stored in a secure vault and cannot be simply "seen" or copied as text. Connecting a new device in such cases requires requesting a new certificate from the administrator or using special configuration files.

Another common issue is incompatibility between wireless adapter driver versions. Outdated drivers may not correctly transmit profile information to the system. In this case, it is recommended to update the Wi-Fi adapter drivers through Device Manager or the laptop manufacturer's website.

Operating system interfaces and router firmware are regularly updated. Menu locations and item names may vary depending on your Windows 10 version (Home, Pro) and your router model. If you can't find the item described, look for a similar one in the security settings.

If none of the software methods work, physical access to the router remains. Many modern models have a WPS button, which allows you to connect the device without entering a password by pressing it, or a QR code on the device's body, which, when scanned, automatically grants the phone access to the network.

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, it's impossible to view the password for a network to which the computer has never connected or saved a profile using standard Windows tools. The password must be stored somewhere (in the Windows profile, on the router, or registered with the user). If the network is not yours, there's no legal way to find out the password without accessing the router.

Are password recovery programs safe to use?

Using trusted utilities from reputable developers (such as NirSoft) is safe if downloaded from official websites. However, antivirus programs may flag them as risky because they access system data. Be careful when downloading to avoid getting a virus disguised as a useful utility.

What should I do if the netsh command says "Network not found"?

This means there's no profile with that name saved on the system. Check the exact network name (case is important) or make sure you're running the command in an elevated command prompt. The profile may also have been deleted using the "Forget Network" feature.

Is it possible to find out the password for a guest Wi-Fi network?

Guest networks are often isolated from the main network. If your computer was connected to a guest network, you can find its password using the same methods (network properties or cmd). However, if the guest network uses captive portal authentication without a password, there's nothing to recover.

Will the router password be reset if I view it on a computer?

No, simply viewing the password through Windows settings or the command line will not affect the router's settings. A reset will only occur if you physically press the Reset button on the router or perform a reset through its web interface.