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

It's quite common to need to connect a new device to a wireless network but have lost or forgotten its password. Fortunately, the operating system Windows 10 stores data about previously connected networks in its database, which makes it easy to restore access to the security key without having to reset the router.

In this article, we'll cover in detail all available methods for extracting saved passwords, from standard GUI tools to advanced commands for experienced users. You'll be able to quickly find the right combination of characters and restore your internet connection.

The methods discussed below are relevant for most current OS versions, but the menu interface may differ slightly depending on the installed system build or driver updates.

Using the Windows 10 GUI

The easiest and most secure way to find your Wi-Fi password is to use built-in network management tools. This method doesn't require complex commands and is ideal for casual users who are wary of accidentally changing anything on the system.

To get started, open the Start menu and select the gear icon to get to ParametersNext, go to the "Network and Internet" section and find the "Network and Sharing Center" link (usually located at the bottom of the window or in the "Status" section).

In the window that opens, find your active wireless connection, click its name (the blue text next to "Connections"), and a properties dialog box will appear. Here, click the button Wireless network properties.

Go to the "Security" tab. This is where the information you're looking for is stored. You'll see the "Network Security Key" field, where characters are hidden behind asterisks or periods. To see them, simply check the "Show entered characters" box.

⚠️ Attention: Accessing network properties and changing security settings may require administrator privileges. If prompted, enter your account password or click "Yes."

This method only works for the network your computer is currently connected to. If you want to find the password for a network you've previously connected to but are currently out of range, this method won't work—you'll need to use the command line.

Password recovery via command line

The Command Prompt (CMD) is a powerful operating system management tool that allows you to access hidden settings and logs. It can be used to list all saved Wi-Fi profiles and retrieve passwords even for networks you're not currently connected to.

Launch Command Prompt as administrator. To do this, right-click the Start button and select "Windows PowerShell (Administrator)" or search for it in the search bar. cmd, right-click and select "Run as administrator".

The first step is to find out the exact name of the network profile. Enter the following command and press Enter:

netsh wlan show profiles

In the "User Profiles" list, find the desired network name. Then use the command to display the key, replacing "NetworkName" with your value:

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

In the command output, find the "Security settings" section. The "Key Content" line will contain your password in cleartext.

  • 🔍 Accuracy: The command returns the exact value without masking characters.
  • Speed: Instant results without having to navigate through multiple menus.
  • 💾 Archive: Access to the history of all connections, not just the current one.

Using the console is especially convenient when you need to quickly copy a complex password containing special characters to avoid making mistakes when entering it manually.

📊 Which method is more convenient for you?
Graphical interface
Command line
Third-party programs
Resetting the router

Viewing the key via PowerShell

An alternative to the classic command line is a more modern tool - PowerShellIt has an extended syntax and is often used by system administrators to automate tasks, but can also be useful in everyday situations.

To use this method, open PowerShell with administrator privileges. Enter the following command to retrieve all profiles:

netsh wlan show profiles

Then, similar to CMD, use the command to display details for a specific profile. The syntax remains the same, as PowerShell supports native Netsh commands:

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

The advantage of PowerShell is the ability to copy text directly from the terminal window and more convenient clipboard management. It also makes it easier to use scripts to automatically save all passwords to a text file if you need to transfer them to another computer.

If you use spaces when entering a network name, be sure to enclose the name in quotation marks, otherwise the system will return a syntax error.

Third-party Wi-Fi management utilities

For users who don't want to mess around with console commands, there are specialized wireless network manager programs. They provide a convenient graphical interface for viewing, managing, and exporting saved profiles.

One of the popular utilities is WirelessKeyView from NirSoft. This program requires no installation, runs immediately after launch, and displays a list of all networks, keys, encryption type, and the last connection date.

Another option is - WiFi Password DecoderThis tool not only allows you to view passwords but also create QR codes for quick connection to mobile devices, as well as export data to HTML or TXT format.

Program License Russian language Functional
WirelessKeyView Freeware Eat Viewing and exporting keys
WiFi Password Decoder Free Eat QR generation, decoding
Free Wi-Fi Password Viewer Freeware Eat Basic password viewing

When using third-party software, it's important to exercise caution. Download programs only from the developers' official websites to avoid infecting your computer with viruses or miners, which often disguise themselves as useful utilities.

⚠️ Attention: Antivirus programs may detect password recovery utilities as potentially unwanted software (RiskWare). This is normal, as such programs access confidential system data.

Resetting your router as a last resort

If none of the software methods work, or you don't have access to the computer where the password was previously saved, your last option is to physically reset the router. This will restore the device to its factory settings.

On the back of your router, look for a small hole labeled Reset or RestorePress it with a paper clip or needle and hold for 10-15 seconds until the indicators flash simultaneously.

After rebooting, the router will operate with its default settings. The Wi-Fi password will be located on the sticker on the bottom of the device (unless it has been changed by your provider), or the network will be open for initial setup.

What happens after resetting the router?

All personalized settings will be deleted: network name (SSID), Wi-Fi password, login and password for the admin panel, as well as PPPoE or static IP settings, if used. You will need to reconfigure your internet connection by contacting your provider or using your contract.

This method should only be used as a last resort when other methods are not available, as it requires time to reconfigure all network equipment in the home.

☑️ Preparing to reset your router

Completed: 0 / 4

Security measures and network protection

Once you've learned or recovered your network password, it's time to consider security. Default passwords, often used by default, can be vulnerable to brute-force attacks.

It's recommended to change your access key regularly, especially if you suspect unauthorized access to your network. When creating a new password, use a combination of upper and lower case letters, numbers, and special characters.

It's also important to choose a reliable encryption protocol. Modern routers should use the standard WPA2-PSK or the newest WPA3The outdated WEP and WPA protocols are easily cracked even by novices using readily available software.

  • 🔒 Length: The password must be at least 12 characters.
  • 🚫 Logics: Do not use simple sequences (123456, qwerty).
  • 📝 Recording: Store complex passwords in a secure password manager.

Securing your wireless network isn't just about preventing traffic theft, it's also about protecting your personal data transmitted over the air from being intercepted by hackers.

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 allow you to recover keys that have already been saved in the system. If the device has never been connected to the network, the password will not be in the database. In this case, the only solution is to remove the sticker on the router (if the password has not been changed) or reset the settings.

Why does the netsh command give the error "Network out of range"?

This error may occur if you are trying to get detailed information about a network that you cannot connect to at the moment, even though the profile has been saved. Typically, the command key=clear It also works for offline profiles, but in some cases it requires physical presence within the access point's coverage area.

Where can I find the password if Windows says "Cannot display the key"?

This is a permissions restriction. Make sure you're logged in as an administrator. If that doesn't help, try running the command prompt as an administrator—this method bypasses the graphical interface limitations.

Is it safe to store passwords in Windows manager?

Storing passwords in Windows is secure enough for home use, as they are encrypted and linked to the user account. However, with physical access to your PC and administrator privileges, an attacker can extract them, as described in this article.