How to find your Wi-Fi password on Windows 10 Pro

It's quite common to need to urgently connect a new device to your home wireless network, such as a guest's smartphone or a new smart TV, but have forgotten the password. Built-in operating system tools Windows 10 Pro This problem can be easily resolved if the computer has previously successfully connected to the desired access point. This is a standard security feature that stores encryption keys for automatic authentication in the future.

However, if you are planning to change login and password When logging into a router or reconfiguring a network adapter, knowing the current security key becomes critical. Unlike mobile devices, desktop OSes provide advanced tools for managing network profiles, including the ability to view saved keys in plaintext. Several proven methods exist, from simple graphical interfaces to advanced scripts.

In this article, we'll take a detailed look at all the available methods for obtaining password information using the system's standard functionality without installing third-party software. We'll cover working through Network and Sharing Center, command line capabilities cmd and power PowerShellUnderstanding these mechanisms will not only help you restore access but also better navigate your system's network settings.

Viewing the password through the settings graphical interface

The easiest and safest method for the average user is to use the standard Windows Settings menu. This method doesn't require memorizing complex commands and is ideal for those who rarely interact with deep system settings. First, you need to ensure your device is currently connected to the network or at least within range.

Open the Start menu and select the gear icon to go to Settings. Next, navigate to Network and Internet, and select Status in the left column. In the right pane, find the Network and Sharing Center link, or use the classic Control Panel method by searching for it.

In the window that opens, find the active connection labeled "Connected" and the name of your network. Click the blue link with the network name to open the wireless connection status window. It's here, in the wireless network properties, that you'll find the security key, protected by asterisks.

Click the "Wireless Network Properties" button, then switch to the "Security" tab. At the bottom of the window, you'll see the "Network Security Key" field. To see the characters, check the "Show characters" box. The system may require administrator privileges to perform this action.

  • 🔹 Open Settings via the Start menu or keyboard shortcut Win + I.
  • 🔹 Go to the "Network and Internet" section and select "Network and Sharing Center".
  • 🔹 Click on the name of your Wi-Fi network and select "Wireless network properties."
  • 🔹 On the "Security" tab, check the "Show entered characters" box.

⚠️ Attention: If the "Show entered characters" option is grayed out, your current account doesn't have administrator rights. You'll need to log in with an account with full rights to view the saved key.

This method works stably in all builds. Windows 10 Pro, however, it only shows the password for the network you're currently connected to. If you need to find the key for another network, one your computer has previously connected to but isn't currently connected to, you'll have to use other methods.

Using the Command Prompt to View Saved Profiles

For more advanced users or system administrators, the command line is a great tool. cmdIt allows you to not only view the current password but also retrieve security keys for all networks ever saved in the user profile. This is especially useful when moving or replacing a router, when you need to quickly restore access to multiple devices.

To launch the command prompt with administrator rights, right-click on the Start menu and select Windows PowerShell (Administrator) or search for cmd In the search box, right-click and select "Run as administrator." Without administrator rights, the command won't be able to display hidden data.

The first step is to get a list of all saved profiles. Enter the command netsh wlan show profilesThe system will return a list of all networks the computer has ever connected to. Find the desired name (SSID) in the list and copy it exactly, including capitalization and spaces.

Next, to see the password, use the command with the key key=clearThe syntax is as follows: netsh wlan show profile name="Network_Name" key=clearReplace "Network_Name" with the exact name of your Wi-Fi network. The password you're looking for will be displayed in the "Key Content" line under "Security Settings."

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

If your network name contains spaces, be sure to enclose it in quotation marks, as shown in the example above. Otherwise, the command line will treat part of the name as a separate argument and return a syntax error. This is a common mistake newbies make when working with the console.

📊 What is your preferred method for managing your network?
Through the graphical interface
Command Prompt (CMD)
PowerShell
Router settings

Working with PowerShell for Network Administration

Sreba PowerShell provides even more flexible options for managing network configurations in Windows 10 ProThis is a powerful automation tool that allows you to not only view but also export profiles and run complex scripts for mass configuration. The interface may seem complex for regular users, but it provides complete control over the system.

To find out the password via PowerShell, run the console as administrator. The command is similar to the one used in cmd, since netsh is a system utility available in any shell. However, PowerShell allows for more flexible processing of command output, filtering out unnecessary information.

You can use a command to output only the desired password line, filtering out the rest of the text. This is convenient if you plan to copy the result to a text file or use it in another script. An example of a command with filtering: (netsh wlan show profile name="Name" key=clear) | Select-String "Key Content".

It's important to understand the difference between user profiles. In corporate networks, profiles may be saved not for the current user, but for all users of the computer or even for the entire domain. In such cases, standard commands may fail without special access rights or access to the system registry.

  • 🔹 Launch PowerShell as administrator via search or the Win+X menu.
  • 🔹 Use the command netsh wlan show profiles to get a list of all networks.
  • 🔹 Apply filter Select-String to quickly search for a key in the output.
  • 🔹 Use quotes around network names with spaces to avoid errors.
What should I do if the command doesn't find the profile?

If the system reports that the profile was not found, check the spelling of the network name. The profile may also have been deleted when clearing temporary files or resetting network settings. In this case, recovery is only possible through the router interface.

Analysis of the network profiles and priorities table

When working with multiple wireless networks, it is important to understand how the system stores and prioritizes connections. Windows 10 Pro Automatically prioritizes connections, attempting to connect the device to the most preferred network from a list of known networks. Knowing this structure helps diagnose connection issues.

Below is a table showing the structure of the command output. netsh wlan show profiles and typical parameters you'll see when analyzing profiles. This will help you better understand the system's technical output.

Profile parameter Description Example of meaning
Profile name Network SSID stored in the system Home_WiFi_5G
Network type Adapter operating mode Wireless network
Security type Data encryption protocol WPA2-Personal
Cipher type Traffic coding algorithm CCMP
Key Content The password itself in clear text SuperSecret123

Pay attention to the security type. If you see an outdated protocol WEP, this is a signal that your network is easy to hack. Modern standards WPA2 And WPA3 provide much more reliable data protection. It's recommended to update your router settings if you're still using older encryption methods.

You can also see in the profile properties whether the network connects automatically. This is an important setting for mobile devices that constantly move between the coverage areas of different access points. This flag can also be controlled via the command line using the command set profileparameter.

Restoring access via the router's web interface

If the computer isn't connected to the network or the profile has been deleted, the only way to find the password is to view it in the router's settings. This requires a LAN cable connection or a connection to the router's network, even if the internet is down. The settings are accessed through a browser.

In the browser's address bar, enter the IP address of the default gateway. Most often, this is 192.168.0.1 or 192.168.1.1The exact address, as well as the login and password for accessing the admin panel, are usually indicated on a sticker on the bottom of the device. The default login credentials are often admin/admin or admin/password.

After logging in, find the section related to wireless networking. It may be called "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN." Within this section, look for the "Security" or "Wireless Network Settings" subsection. This is where the "Password" (Pre-Shared Key, or WPA Key) field is located.

Unlike Windows settings, here you can not only view the current password but also change it to a new one. After changing the password, all connected devices will lose connection and will need to reconnect using the new key. This is a good way to protect your network if you suspect your password has been compromised.

⚠️ Attention: Router interfaces vary significantly across different manufacturers (Asus, TP-Link, D-Link, Keenetic). If you can't find the section you need, consult your model's manual or look for screenshots of the interface for your specific firmware version.

☑️ Checking router settings

Completed: 0 / 4

Troubleshooting and Common Mistakes

Users often encounter technical obstacles when recovering their passwords. One common issue is an "Access Denied" error when attempting to launch the command prompt. This can be resolved by running the console as an administrator. Without elevated privileges, the system blocks access to sensitive data.

Another common issue is console encoding. If your network name contains Cyrillic characters and the console is running in DOS encoding (866), gibberish may appear instead of the network name. In this case, change the encoding to UTF-8 before entering the command. chcp 65535 or enter the network name by copying it from the list to avoid typing errors.

It's also worth mentioning the "Password Sync" feature in the Microsoft ecosystem. If you have a computer with Windows 10 Pro If settings sync is enabled, your Wi-Fi password can be saved in the cloud and accessible on other devices signed in to the same Microsoft account. This can be both a lifesaver and a security risk.

If none of the software methods help, the network profile may be corrupted. In this case, a full reset of network settings may help. Open Settings → Network & Internet → Status and scroll down to the "Network reset" link. This will delete all saved profiles and reset your network adapters to factory settings.

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

Yes, if this profile has ever been saved on the computer. Use the command netsh wlan show profilesto see a list of all known networks, then the command with the key key=clear for a specific network name, even if it is not currently in the coverage area.

Where are Wi-Fi passwords stored in the Windows registry?

Passwords are stored in a protected registry section, but in encrypted form. Directly reading the registry won't give you the plaintext password without specialized decryption utilities, so using the command line is recommended. netsh is a standard and safe method.

What should I do if I forgot my router admin panel password?

If you've changed your router's password and forgotten it, the only solution is to reset the device to factory settings. To do this, press the button Reset on the router body (usually recessed) and hold for 10-15 seconds. After this, the router will revert to the default login and password from the sticker.

Is it safe to use third-party password recovery programs?

Using third-party software (such as WirelessKeyView) carries risks. Antivirus programs often flag such programs as potentially unwanted programs, as they use the same system access methods as stealer viruses. It's better to use built-in Windows tools.

How to transfer password from Android to Windows?

On Android phones running version 10 and above, you can view the password in the Wi-Fi settings (via QR code). Scanning this code with your phone's camera or a dedicated app will display the password in text format, which you can then enter on your computer.