Where to find 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 forgotten or lost the access key. Windows 10 People are often surprised to learn that the operating system stores passwords for every network the computer has ever connected to. This is designed to make automatic connections easier, but it can be a hassle if you need to enter the data manually on a smartphone or tablet.

Fortunately, this information can be extracted using standard tools without installing third-party software. Microsoft provides several levels of access to this data: from a simple graphical interface for the current network to advanced commands for system administrators. In this article, we'll cover all the methods, from the most basic to in-depth diagnostics via the console.

It's important to understand that you'll need administrator privileges to perform most of the steps described. If you're working on a corporate computer, some methods may be blocked by your organization's security policies. At home, you typically have full control over your system and can freely access stored encryption keys.

View the password of the currently active network

The fastest way to find the access key is to use the standard network properties window. This method only works if your computer is currently connected to the desired network. Wi-Fi or connected to it earlier and saved the profile. Interface Windows 10 hides password characters by default for security purposes, but they can be easily displayed.

To get started, open the Start menu and select Settings (the gear icon). Next, go to the section Network and Internet, which displays the connection status. Here you'll see a list of available networks and the current connection status. If you're already connected, the system will display the network name and the "Connected" status.

To access the hidden symbols, find the "Network and Sharing Center" link (usually located on the right side of the window or at the bottom of the list of options). In the window that opens, click the blue link with the name of your wireless network. A small dialog box with status information will appear, where you need to click the button. Wireless network properties.

⚠️ Important: If the "Properties" button is grayed out or hidden, make sure you're using an account with administrator privileges. In guest profiles, access to these settings may be restricted by group policies.

In the new window, switch to the "Security" tab. This is where the encryption settings are stored. You'll see the "Network Security Key" field, where the symbols are replaced with periods. Check the box next to this item. "Show input characters", and the system will instantly display the password in clear text. Write it down or copy it for use on other devices.

Using the Command Prompt to View Keys

For those who prefer to work with the console or cannot find the necessary menus in the graphical interface, an excellent tool will be Command PromptThe command line not only allows you to view the password for the current network, but also lists all saved profiles, as well as keys for networks the computer has connected to in the past, even if they are currently unavailable.

Run the Command Prompt as administrator. To do this, right-click the Start button and select Windows PowerShell (Administrator) or search for cmd In the search bar, right-click and select the appropriate option. First, it's helpful to find out which profiles are saved in the system. Enter the command:

netsh wlan show profiles

The system will display a list of all saved networks. Find the desired name (SSID) in the list. To find the password for a specific network, use the command with the parameter key=clearThe syntax is as follows:

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

Replace "Network_Name" with the exact name of your Wi-Fi network that you saw in the list earlier. If the name contains spaces, be sure to enclose it in quotation marks. After running the command, scroll to the "Security Settings" section. The password you're looking for will be displayed in the "Key Contents" line.

What to do if the command returns an error?

The error "Group Policy could not find the profile" usually means the network name is misspelled or the profile has been deleted. Check the spelling of the name, including capitalization and spaces.

Managing network profiles using PowerShell

Modern operating system Windows 10 actively uses PowerShell for managing network configurations. This tool offers more flexible scripting capabilities and can be useful if the classic console netsh For some reason, it doesn't work or crashes. PowerShell allows you to interact with network objects at a deeper level.

Open PowerShell with administrator privileges. To list all profiles, you can use the following command:

Get-NetConnectionProfile

However, for directly extracting passwords in readable form, it's still more convenient to use built-in cmdlet commands, which essentially duplicate netsh's functionality but in object format. A more advanced method is to use the NetAdapter module, but it requires additional components. For a quick check, you can use the command:

netsh wlan show profile name="Name" key=clear | Select-String"Content"

This command will output only the password string, filtering out unnecessary information. This is convenient if you need to quickly copy data. PowerShell also allows you to export configurations to XML files, which can be useful for backing up network settings before reinstalling the system.

  • 🔹 PowerShell provides more powerful syntax for filtering command output.
  • 🔹 You can create scripts to automatically collect data from all saved networks.
  • 🔹 Supports remote computer control if the corresponding function is enabled.

Finding passwords in the Windows registry

Registry Windows — is the central configuration database of the operating system. In theory, passwords and network settings are stored there in encrypted form. However, searching for passwords directly in the registry is extremely difficult and ineffective for the average user. Data in branches HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WlanSvc are stored in binary format and protected by system keys.

Trying to manually decode these values ​​without specialized software is practically impossible. Therefore, when talking about the registry in the context of Wi-Fi, they usually mean resetting settings or deleting problematic profiles, rather than reading passwords. If your network profile is corrupted, you can delete it through the registry or command line, and then reconnect by entering the password.

To delete a profile via the registry (which can help if the password is not saved):

  1. Click Win + R and enter regedit.
  2. Follow the path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WlanSvc\Interfaces.
  3. Inside the folders with long names (interface GUIDs), find the subkey Profiles.
  4. Deleting a key with a profile name will cause it to disappear from the list of saved ones.

⚠️ Warning: Editing the registry is a dangerous operation. Errors in addressing or deleting a key may lead to instability of network services or the entire system. Create a restore point before making changes.

Thus, the registry serves more as a storage for configuration data than as a convenient interface for viewing passwords. To extract keys, it's better to use the methods described above via netsh or a graphical interface that accesses the secure credential store correctly.

Checking via the router's web interface

If your computer isn't connected to the network or the profile has been deleted, you can find the password directly from the router settings. To do this, you'll need to know the IP address of the default gateway. This is usually 192.168.0.1 or 192.168.1.1. The address can also be found by entering the command in the command line ipconfig and find the line "Default gateway".

Enter the gateway address in the browser's address bar. The router authorization page will open (TP-Link, ASUS, D-Link, Keenetic etc.). You'll need your router's administrator login and password. If you haven't changed them, they're often found on a sticker on the bottom of the device (standard: admin/admin). If you've changed the password and forgotten it, you'll have to reset the router to factory settings using the Reset.

After logging into the control panel:

  • 📶 Find the "Wireless" section.
  • 🔐 Go to the "Wireless Security" or "Security" subsection.
  • 👁️ The "Password" (PSK Password) field will be available for viewing or changing.

Here you'll not only see your current password but also be able to change it to a more complex one if you suspect your neighbors are using your internet. Don't forget to save your changes by clicking "Apply" or "Save."

📊 What's your most common way to view your password?
Through the network properties in Windows
Via the command line
In the router settings
I always write down passwords in a notebook.

Comparison of methods and compatibility table

Each of the methods discussed has its advantages and limitations. The graphical interface is ideal for one-time checks of the current network. The command line is indispensable for IT professionals and for managing connection history. The router's web interface is the only way to find the password if no device remembers the network, but physical access to the equipment is available.

Below is a table to help you choose the best method based on your situation:

Method Requires admin rights Works without internet Shows old networks
Network Properties (GUI) Yes Yes No (active/saved only)
Command line (netsh) Yes Yes Yes (all profiles)
PowerShell Yes Yes Yes
Router web interface No (you need the router password) Local area network required Yes (current configuration)

Choose a tool based on your available resources. If you frequently configure networks, it makes sense to learn the commands. netsh, as they are universal for all versions of Windows, starting from Vista and ending Windows 11.

Questions and Answers (FAQ)

Is it possible to find out a Wi-Fi password if the computer has never connected to it?

No, the operating system doesn't store passwords for networks to which you haven't successfully connected. In this case, the only solution is to use the sticker on the router, know the password for another connected device, or physically access the router's settings.

Why does the netsh command say "Group Policy cannot find the profile"?

This means the specified profile name doesn't match any stored in the system. Check the spelling, capitalization, and spaces. Use the command netsh wlan show profiles to view the exact list of names.

Is it safe to save passwords in Windows?

Yes, Windows 10 Uses secure credential storage. Passwords are encrypted and linked to the user account. However, if an attacker with administrative rights gains access to your computer, they can extract this data using the methods described above.

What should I do if the "Show characters" field is inactive (gray)?

This is the default behavior for the currently active network on some Windows builds or when connecting through a corporate network. In this case, the only standard method is using the command line. netsh with administrator rights.

Is it possible to recover the password if I reset the network settings?

Resetting network settings deletes all saved Wi-Fi profiles and passwords. After this procedure, your computer will "forget" all networks. It will be impossible to recover passwords from the system; you'll have to re-enter them or look them up on the router.

☑️ Check before resetting settings

Completed: 0 / 4