Where to find your Wi-Fi password on Windows 10: A complete guide

It's extremely common to need to connect a new device to a network but forget the password. Users often ask where to find the Wi-Fi password on Windows 10 so they don't have to reset the router. Fortunately, Microsoft's operating system stores connection data in a protected registry, and it can be retrieved using several proven methods.

Restoring your security key is possible if you have previously connected to this network from this computer. The system automatically saves encryption key for easy reconnection. In this article, we'll cover all available methods: from simple graphical interfaces to advanced console commands.

It doesn't matter whether you use the laptop's built-in adapter or an external one. USB whistleThe main requirement is that the computer must remember the network or be currently connected to it. We'll cover options for different scenarios to ensure you get the information you need.

Viewing your saved password using Windows Settings

The easiest and safest way to find out a forgotten access code is to use the built-in operating system interface. In the latest updates Windows 10 Microsoft has made this process more intuitive. You won't need any third-party programs or administrator rights if you're already logged in.

To get started, open the Start menu and select the gear icon to access Settings. Next, navigate to the Network & Internet category. This displays all information about your current connection status, including network type and properties.

If you're currently connected to Wi-Fi, click the "Network and Sharing Center" link or select "Properties" under your network name. In the window that opens, look for the "Wireless Network Properties" button. This is where the code you're looking for is hidden.

  • 🔑 Click the "Security" tab in the dialog box that opens.
  • 👁️ Check the box next to "Show entered characters".
  • 📝 Copy the set of characters that appears in the "Network Security Key" field.

Please note that you may need permissions to perform this operation. administratorIf the system prompts you to confirm the action via UAC, be sure to agree. Without the appropriate permissions, the key field may remain hidden.

📊 How do you usually store passwords?
In a notepad on a computer
Written down on paper
I remember difficult ones
I use a password manager

Using the CMD command line to recover

For those who prefer speed and aren't afraid of a black console screen, the command line offers powerful tools. netsh Allows you to manage network interfaces and extract hidden data directly from a profile. This is especially useful if the graphical interface isn't working correctly.

Run the command prompt as administrator. To do this, enter cmd In the search, right-click and select the appropriate option. First, you need to find out the exact profile name, which may differ from the network name (SSID).

netsh wlan show profiles

After displaying the list of all saved networks, enter the command to display the details of a specific profile. Replace Network_Name to the real name of your Wi-Fi.

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

In the list of parameters displayed, find the "Security Settings" section. The "Key Contents" line will contain the password you're looking for in cleartext. This method works even if the network is currently inactive, as long as the profile is saved in the system.

⚠️ Note: When entering the network name in quotation marks, be sure to maintain the case sensitivity. If the name contains spaces, the quotation marks are required, otherwise the command will return a syntax error.

Retrieving data via PowerShell

An alternative to the classic CMD is a more modern tool - PowerShellIt provides similar functionality but with a more flexible syntax. This method is often helpful when standard commands are blocked by security policies or antivirus software.

Launch PowerShell with administrator privileges. Enter the command to display all Wi-Fi profiles. You'll see a list of all networks this computer has ever connected to.

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

The mechanism is identical to CMD, as PowerShell uses the same system calls. However, PowerShell's interface makes it easier to copy and analyze output, especially if you redirect it to a text file.

If you need to find out the password for a network your computer isn't currently connected to, this method will also work. The profile remains in memory until you forcibly delete it or reinstall the system.

  • 💻 Open PowerShell via search (Win + S).
  • 🚀 Run as administrator to access keys.
  • 📂 Use the command netsh to extract data.

It is important to understand that command line and PowerShell provide access to the same data as the graphical interface, but in a more raw form. This makes them indispensable for system administrators.

What to do if the netsh command doesn't work?

If the system says "Access Denied," it means you haven't launched the console as an administrator. The problem could also be your antivirus software blocking access to network settings. Try temporarily disabling protection or adding an exception.

Finding the password in the router's web interface

If the computer doesn't remember the network (for example, after reinstalling the drivers), the only way is to access the router's settings. To do this, the device must be connected to the router by any means: cable or Wi-Fi (even without internet access).

Open your browser and enter the gateway IP address. Most often, this is 192.168.0.1 or 192.168.1.1The exact address is indicated on a sticker on the bottom of the router, along with the login and password for accessing the admin panel.

After authorization (standard data is often admin/admin) Go to the wireless network section. It may be called "Wireless," "Wi-Fi," "WLAN," or "Wireless Mode." The "Wireless Security" or "Security" tab contains a field with a key.

Router brand Standard address Settings section
TP-Link 192.168.0.1 Wireless -> Wireless Security
ASUS 192.168.1.1 Advanced Settings -> Wireless Network
D-Link 192.168.0.1 Wi-Fi -> Security Settings
Keenetic 192.168.1.1 My Networks and Wi-Fi -> Home Network

Here you can not only view the current password but also change it to a more complex one. After changing the settings, be sure to click "Save," otherwise the router will reboot with the old settings.

☑️ Checking access to the router

Completed: 0 / 4

Specialized software for recovery

There are many programs that automate the process of extracting keys. One of the most well-known and reliable tools is Wireless Key View from NirSoft. This utility is free, requires no installation, and displays all saved keys in a convenient list.

When launched, the program scans the Windows registry and displays a list of all profiles. You are interested in the columns Network Name (network name) and Key (Ascii) (the password itself). This is faster than entering commands manually.

⚠️ Warning: Antivirus programs may flag such utilities as potentially unwanted programs (PUPs) because they steal passwords. This is a false positive if you're using the developer's official website.

Other programs such as WiFi Password Decoder or Recover My Password, work on a similar principle. However, be careful: download software only from official websites to avoid infecting your system with real viruses.

Using third-party software is advisable when you need to quickly export a list of all passwords to a text file or if the standard Windows tools are damaged. For a one-time viewing, it's better to use the built-in methods.

Common problems and their solutions

Even following the instructions, users may encounter errors. Often, the issue lies with access rights or corrupted system files. If the command in CMD fails, check whether the console is running as an administrator.

Sometimes a network profile can become corrupted. In this case, Windows won't be able to display the password because the registry key itself may be invalid. The solution is to delete the profile and reconnect, entering the password manually (if you remember it or find it on another device).

It is also worth mentioning WPA3 encryptionOlder versions of Windows 10 may experience issues displaying keys for networks using the new security standard. In this case, updating your Wi-Fi adapter drivers will help.

  • 🔄 Update your network card drivers through Device Manager.
  • 🗑️ Delete the old profile via "Manage known networks".
  • 🛡️ Check your antivirus to see if it is blocking network requests.

If all else fails, the only option left is to physically reset the router. There's a button on the case. Reset, which you need to hold down for 10-15 seconds. This will restore factory settings, but the internet will also stop working until you reconfigure your provider.

Questions and Answers

Is it possible to find out the Wi-Fi password if the computer is not connected to it?

Yes, if you've previously connected to this network and haven't deleted the profile. Windows stores keys for all known networks. Use the command netsh wlan show profile name="Name" key=clear.

Where can I find the password if I forgot the admin login for the router?

By default, the login and password are often located on a sticker on the bottom of the router. If you've changed them and forgotten them, you'll have to reset the router and set it up again.

Is it safe to save passwords in Windows?

Yes, they are stored encrypted in the system registry. Only users with administrator rights on that computer can access them.

What should I do if there is no "Security" tab in the network properties?

This may mean you're viewing the guest network properties or the profile is corrupted. Try "forgetting" the network in the settings and reconnecting, or use the command line.