How to view your WiFi password on a Windows 10 computer

It's quite common to need to connect a new device to a wireless network but have hopelessly forgotten the password. Fortunately, the operating system Windows 10 Stores access keys to previously connected networks in encrypted form, allowing them to be restored without accessing the router. This is a built-in security feature that helps users maintain access to their resources.

There are several methods for extracting this information, from standard graphical interfaces to using console commands. Administrative rights They may not be required in all cases, but for some methods they are mandatory. In this article, we'll discuss the most reliable options.

Before we begin, it's worth noting that all the methods described work locally. You don't need internet access or your ISP login credentials. All you need is a computer that has successfully connected to the desired access point at least once.

Viewing the password through the settings graphical interface

The easiest and safest way to find a forgotten password is to use the standard operating system windows. This method doesn't require installing any additional software and is easy to use even for inexperienced users. It's ideal if you have network coverage right now.

To get started, open the Start menu and go to "Settings" by selecting the gear icon. In the window that opens, look for the "Network & Internet" section. This displays the current connection status and provides access to basic adapter settings.

The further algorithm of actions looks like this:

  • 📡 In the right part of the window, find and click the link "Network and Sharing Center" (or simply "Properties" in newer versions of Windows 10).
  • 🔗 In the list of active connections, click on the name of your Wi-Fi networks.
  • 🔐 In the status window that opens, click the "Wireless Network Properties" button.
  • 👁️ Go to the "Security" tab and check the box next to "Show entered characters".

After completing these steps, the required character string will appear in the "Network Security Key" field. You can copy or rewrite it. If the "Security" tab is grayed out or hidden, it may mean your account does not have administrator rights on this device.

⚠️ Note: If you are connected to a corporate network, your organization's security policies may hide access keys even for administrators. In this case, please contact your IT department.

The Settings interface may vary slightly across different Windows 10 builds. Microsoft periodically updates the menu's appearance, moving some items around. If you don't find the option you need right away, try searching for "WiFi" or "Wireless" in System Settings.

📊 Which password recovery method do you prefer?
Via Windows settings (GUI)
Via the command line (CMD)
Using third-party programs
Look at the router sticker

Using Command Prompt (CMD) to recover

For more advanced users and system administrators, the method using command lineIt not only allows you to view the current password but also displays a list of all networks the computer has ever connected to. This is especially useful if the network you need is currently inactive.

To launch the console with the required privileges, right-click the Start button and select "Windows PowerShell (Administrator)" or "Command Prompt (Administrator)." Without administrator privileges, the system will return an access denied error.

The first step is to get a list of saved profiles. Enter the following command and press Enter:

netsh wlan show profiles

Find the name of the desired network in the list. Then use the command to display profile details by adding the key key=clear, which makes the system show the key in clear text:

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

In the "Security settings" information block, find the "Key Content" line. Your password will be listed next to it. This method works reliably on all versions of Windows starting with XP and is not affected by graphical interface glitches.

☑️ Check before entering commands

Completed: 0 / 4

It's worth remembering that network names with spaces or special characters are best enclosed in quotation marks, as shown in the example above. If the network name contains Cyrillic characters, make sure the console encoding supports Russian, although the command netsh Generally handles Unicode correctly.

Viewing the Keys of All Saved Networks in PowerShell

A powerful tool in the arsenal of a Windows 10 user is PowerShell. It's a more modern shell than the classic CMD and allows for process automation. It can be used to export passwords for all saved networks to a text file.

To do this, open PowerShell as administrator. We'll use a script that will loop through all profiles and display their names and passwords. Enter the command:

$profiles = netsh wlan show profiles | Select-String -Pattern"All Users Profile"

However, a simpler option for a one-time use would be a loop that outputs the keys. Keep in mind that PowerShell is system language sensitive. If you have a Russian Windows operating system, look for the line "Profile for all users"; if you have an English operating system, look for "All User Profile."

An alternative, more universal way to get all passwords at once is to create a BAT file. This will prevent manual entry errors. Create a text file, paste the code into it, and save it with the .bat extension:

@echo off

setlocal

for /f"tokens=4 delims=:" %%a in ('netsh wlan show profiles ^| find"Profile"') do (

set"name=%%a"

for /f"tokens=4 delims=:" %%b in ('netsh wlan show profiles name="%%a" key=clear ^| find"Contents"') do set"pass=%%b"

echo Name: %%a - Password:!pass!

)

pause

⚠️ Warning: Running scripts from untrusted sources can be dangerous. The code above is a standard system request and is safe, but antivirus software may react to the creation of BAT files.

Using scripts saves time when you need to restore access to multiple devices or transfer settings. However, for the average home user, entering commands into the console once is sufficient.

What to do if the commands don't work?

If netsh commands return an error, check the "WLAN AutoConfig Service" service. Press Win+R, enter services.msc, locate the service, and ensure it is running and the startup type is set to "Automatic." Without this service, WiFi management is impossible.

Using third-party recovery utilities

If you don't want to mess around with the command line, specialized programs can help. One of the most popular and reliable tools is the utility WirelessKeyView from NirSoft. It's free, portable, requires no installation, and displays all saved keys in a convenient table.

The operating principle of such programs is simple: they access the system registry and Windows configuration files, where wireless connection data is stored. The interface typically consists of a list of SSIDs and their corresponding keys.

Popular programs for viewing passwords:

  • 🔑 WirelessKeyView — classic, shows HEX and ASCII keys, supports export to TXT/HTML.
  • 📡 WiFi Password Decoder - simple interface, support for different types of encryption.
  • 🛡️ Magical Jelly Bean WiFi Password Revealer not only displays but also generates QR codes for quickly connecting phones.

Be extremely careful when downloading such software. Antivirus programs often flag such snails as HackTool or PUP (Potentially Unwanted Program), as they can be used by attackers to steal data. Download programs only from the developers' official websites.

Program License Russian language Portable version
WirelessKeyView Freeware Eat Yes
WiFi Password Decoder Free Trial Eat No
Magical Jelly Bean Freeware No Yes
NirSoft Utilities Freeware Partially Yes

Using third-party software is advisable when standard Windows tools fail or become corrupted for some reason. It's also convenient for bulk data export before reinstalling the system.

Restoring via router settings

If none of the software methods on your computer work (for example, if the network profile was deleted), you still have physical access to the router. If you know the password for the router's admin panel, you can view or change the WiFi settings in its interface.

Open your browser and enter your router's IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address and login details (username/password) are indicated on the sticker on the bottom of the device. Standard combinations are often admin/admin.

After logging in, you need to find the section related to wireless mode. It may be called "Wireless," "Wi-Fi," "Wireless Network," or "WLAN." Inside, look for the "Wireless Security" subsection.

Here, in the "Password" (PSK Password, WPA Key) field, the current access key will be indicated. Some modern routers (for example, Keenetic or MikroTik) allow you to hide your password with asterisks, but there is always a "Show" button or an eye nearby.

⚠️ Note: If you change the password in your router settings, all connected devices will lose internet access. You'll have to reconnect them using the new key.

This method is the most versatile, as it doesn't depend on your computer's operating system. You can even access the router settings from your phone, connected via cable or if your phone already has network access.

Problems and limitations when restoring access

The process doesn't always go smoothly. There are situations where viewing a saved password is technically impossible using standard tools. This is due to the Windows security architecture or the specifics of corporate networks.

One of the common problems is the use of encryption protocol WPA3 or corporate 802.1x authentication. In such cases, the password may not be stored in cleartext in the user profile, but rather requested each time a connection is established through a dedicated security module.

Difficulties also arise if:

  • 💻 The network profile was deleted by the command netsh wlan delete profile.
  • 🔄 A complete reset of network settings was performed via “Settings” → “Network & Internet” → “Network reset”.
  • 👤 You are using a guest account without administrator rights.

When you reset your network, Windows deletes all saved WiFi and Bluetooth profiles. After this procedure, you won't be able to retrieve the old password from your computer—only the router or other users who still have access can help.

It's important to understand that you can't hack someone else's network you've never connected to using the methods described. All tools only work with data that was previously saved on your device with your permission.

The myth of "magic" programs

Don't trust websites that promise to "hack any WiFi in 1 click." Programs like WiFi Auditor and similar programs rely solely on brute-force attacks or exploit WPS vulnerabilities, which takes hours and requires specialized equipment, not just a single button.

Questions and Answers (FAQ)

Is it possible to find out the WiFi password if I have never connected to this network from this computer?

No, this can't be done using standard Windows tools. The computer only stores the data received at the time of a successful connection. Accessing the new network requires the password itself or physical access to the router with a WPS button.

Where are WiFi passwords stored in the Windows 10 registry?

The keys are stored in the system registry at the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles, however, they are encrypted. Direct reading of this section without special decryption keys will not yield useful information.

Is it safe to save passwords in Windows?

Yes, Windows encrypts stored keys, linking them to the user account and system security keys. Simply copying registry files to another computer will not allow passwords to be retrieved without additional effort.

What should I do if the "Show characters" field is grayed out and unavailable?

This means you don't have administrator rights on this PC. You need to either log in as an administrator or use a command prompt running as an administrator (if your security policy allows it).