How to Check Your WiFi Password on Windows 10: A Complete Guide

Users often need to find out a saved password for a wireless network. This most often happens when buying a new device that needs to be connected to an existing internet connection, or when friends come over and you simply can't remember the complex password. Operating system Windows 10 By default, this data is hidden for security reasons, but it can still be accessed using standard tools.

There are several proven methods for extracting a security key from a computer's memory. We'll cover both the graphical interface and console commands that allow you to view hidden characters. It's important to understand that to perform these steps, you'll need access to a computer that's already successfully connected to the target network or has previously connected to it.

In this article, we'll cover all the details of the process so you can easily restore access. Whether you're a beginner or an experienced user, the steps below will help you complete the task quickly and safely.

Viewing the password through network settings

The easiest and most accessible way to view saved data is to use the standard wireless network properties window in the Control Panel. This method doesn't require any special commands and is suitable for most users. Simply find the appropriate menu in the system.

To get started, open the Start menu and go to Settings, then select Network & Internet. In the window that opens, find the link for Network and Sharing Center or enter its name in the search. Next, click the name of your active wireless network to open the status window.

In the dialog box that appears, click the button Wireless network properties. Go to the tab SecurityThis is where the "Network Security Key" field is located, hidden by asterisks by default. To see the actual password, check the "Show entered characters" box.

⚠️ Attention: If the Security tab is missing or the button is grayed out, your account may not have administrator rights, or your network adapter may be operating in a mode that does not support viewing keys.

After unchecking the "Hide" box, you'll see the character combination you're looking for. You can copy it or rewrite it. This method works reliably on all versions. Windows 10, including the latest updates.

Using the Command Line to Extract Keys

For more advanced users or in cases where the graphical interface does not work correctly, the command line is ideal. netsh wlan Allows you to manage wireless networks and display their configuration in text format. It's a powerful system administration tool.

To use this method, launch Command Prompt as administrator. Right-click the Start menu and select Windows PowerShell (Admin) or Command Prompt (Admin). Enter the following command to view all saved profiles:

netsh wlan show profiles

Find the name of the desired network in the list. Then enter the command to display the details of a specific profile, adding the keyword key=clearThe command syntax is as follows:

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

In the command output, find the "Security Settings" section. The "Key Contents" line will contain the password you're looking for in cleartext. This method is convenient because it allows you to retrieve passwords for all networks ever connected to this PC, even if you're not currently connected.

What to do if the command fails?

Make sure you're running the console with administrator privileges. Also, check that the network name is spelled correctly, including capitalization and spaces.

Checking the security key through the router's web interface

If your computer isn't connected to the network or you want to know the password currently used on your router, the most secure way is to log into the router's settings. This gives you access to administrative panel, where all current settings are stored.

To log in, you'll need the default gateway address (usually 192.168.0.1 or 192.168.1.1) and the login and password for the router itself. This information is often found on a sticker on the bottom of the device. Enter the IP address in your browser's address bar and log in.

Interface of different models (TP-Link, ASUS, D-Link, Keenetic) is different, but the logic is the same everywhere. You need to find the section related to wireless mode (Wireless) or WLAN. There will be a field labeled "Password," "WPA Pre-Shared Key," or "Wireless Network Password."

Router brand Typical menu path Field name
TP-Link Wireless -> Wireless Security Wireless Password
ASUS Wireless Network -> General Authentication Method / Pre-Shared Key
D-Link Wi-Fi -> Security Settings PSK encryption key
Keenetic My Networks and Wi-Fi -> Home Network Password

Unlike viewing it in Windows, here you see the exact password assigned by the device. If you change it here, all connected devices will lose connection and require you to re-enter the new password.

📊 What router do you use at home?
TP-Link
ASUS
D-Link
Keenetic
Another

Recovering access if you forgot your administrator password

A common problem is when you need a router's WiFi password but have forgotten the password to access its settings. The default logins and passwords (admin/admin) may have been changed previously. In this case, direct access to the settings is blocked.

The only sure solution is to reset the router to factory settings. There's a button on the device. Reset (often recessed into the case). Pressing it with a paperclip for 10-15 seconds will reset the router.

After rebooting, the device will work with the factory WiFi password (indicated on the sticker) and the default web interface login details. However, keep in mind that all individual provider settings and the network name will be reset and will need to be reconfigured.

⚠️ Attention: Resetting your router will disconnect all devices. Make sure you have a contract with your ISP in case you need to enter specific settings (PPPoE, VLAN) to restore internet access.

This method is radical, but it's guaranteed to restore full control of the device. After resetting, we recommend immediately setting a new, strong password for the admin panel to prevent unauthorized access.

Using third-party utilities to view passwords

There are many programs designed specifically for managing wireless connections and recovering lost data. Popular utilities such as WirelessKeyView from NirSoft or WiFi Password Revealer, can automatically scan the Windows registry.

The advantage of such programs is speed and convenience: they display a list of all networks and passwords in a table that can be exported to a text file. This is convenient for backing up settings before reinstalling the system.

  • 📥 WirelessKeyView: A lightweight utility that does not require installation and displays keys from the registry.
  • 🔍 WiFi Password Revealer: Simple interface, ability to quickly copy password to clipboard.
  • 🛡️ Magical Jelly Bean WiFi Keyfinder: Shows not only WiFi, but also Windows product keys.

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

Security measures and protection of your network

Once you've learned or recovered your password, it's time to consider your network's security. Simple passwords are easily cracked by attackers using specialized software. Encryption is recommended. WPA2-PSK or WPA3.

Passwords must be at least 12 characters long and contain upper- and lower-case letters, numbers, and special characters. Regularly changing access keys reduces the risk of data being compromised.

Don't forget to update your router's firmware. Manufacturers regularly release patches to fix security vulnerabilities. You can check for updates in the router's web interface, under "System Tools" or "Administration."

☑️ Network security check

Completed: 0 / 5

⚠️ Attention: Router interfaces and operating system versions are constantly updated. The layout of menu items may differ from that described in the instructions. Always consult the official user manual for your specific device model.

Frequently Asked Questions (FAQ)

Is it possible to find out the WiFi password on Windows 10 if I'm not connected to the network?

Yes, if your computer has previously connected to this network and saved the profile. You can use the command line with the command netsh wlan show profile name="Name" key=clear, even without connecting to the router at the moment.

Why is the "Network Security Key" field grayed out and unavailable?

This can happen for two reasons: either you don't have administrator rights on the computer, or you're trying to configure a network the computer has never connected to. It's also possible due to some corporate security policies.

Is it safe to save a password in Windows?

This is safe for home use, as access to passwords is protected by Windows permissions. However, if someone else with administrator rights uses the computer, they can easily retrieve the stored keys.

What should I do if the netsh command returns an error?

Make sure the command prompt is running as administrator. Also, check the spelling of the network name (SSID), taking into account the case of the letters. If the name contains spaces, be sure to enclose it in quotation marks.