How to View Your Wi-Fi Password on Windows 10: A Step-by-Step Guide

Needing to connect a new device to a wireless network but forgetting the password is one of the most common problems for home appliance users. Fortunately, the operating system Windows 10 Automatically saves access keys to networks your computer has ever connected to. This makes it easy to restore the necessary information without having to reset your router or find your ISP contract.

In this article, we'll detail several proven methods for retrieving saved security keys. You'll learn how to view your Windows 10 Wi-Fi password through the standard graphical interface, using the command line, and also delve into deeper system settings. Each method has its own unique features, so choose the one that's most convenient for you.

It's worth noting that you'll need administrator privileges to perform most of these actions. This is a standard security measure to prevent third-party programs or inexperienced users from accessing critical data. If you're working on a corporate computer, some methods may be blocked by your system administrator.

Finding a password through the Windows graphical interface

The easiest and most accessible way to find the access key is to use the standard operating system settings. This method doesn't require complex commands and is suitable for most users who need quick information about their current connection.

To begin, open the Settings menu via the Start button or a key combination. Win + INext, go to the "Network and Internet" section and select "Status." In the window that opens, find the "Network and Sharing Center" link, or simply click the name of your active network at the top of the settings window.

After the Wi-Fi status window opens, click "Wireless Network Properties." In the dialog box that appears, switch to the "Security" tab. This is where the code you're looking for is stored, hidden by asterisks by default.

⚠️ Note: The "Show typed characters" button will only be active if your account has administrator rights. If you don't see this option, contact the computer owner.

To see the characters, check the box next to "Show entered characters." The code will instantly become readable, and you can copy or write it down. This method works reliably if your computer is currently connected to the network for which you're searching.

Using the command line to recover the key

For more advanced users or in cases where the graphical interface does not work correctly, using the command line is ideal. The utility netsh Allows you to manage network settings directly, providing access to a full list of saved profiles.

Run the Command Prompt as administrator. To do this, right-click the Start button and select Windows PowerShell (Administrator) or search for cmd, right-click, and select Run as administrator.

The first step is to find out the exact name of the network profile. Enter the command netsh wlan show profiles and press Enter. The system will display a list of all saved Wi-Fi networks. Find the desired name in the list.

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

Replace "Network_Name" with the name of your router from the list. In the command output, find the "Security Settings" section. The "Key Contents" line will contain the password you're looking for in cleartext.

What to do if the profile is not found?

If the system reports that the profile was not found, make sure you entered the network name accurately, including spaces and case-insensitive letters. Also, check if this computer has ever connected to this network.

The advantage of this method is the ability to view passwords for networks the computer isn't currently connected to, but which are stored in memory. This is especially useful when moving or upgrading equipment, when you need to quickly configure multiple devices.

  • 🔍 This method allows you to see the keys to all networks ever connected.
  • ⚡ Commands are executed instantly, without opening additional windows.
  • 🛡️ Requires mandatory administrator rights to complete the request.

Viewing saved profiles using PowerShell

A more powerful alternative to the classic command line is PowerShell. It offers flexible options for filtering and displaying information, which can be useful if you have a large number of saved profiles.

Open PowerShell as administrator. Unlike the regular command prompt, you can use more complex scripts here. However, for our purposes, a single line of code will suffice, which will output the profile configuration XML file.

(Get-NetConnectionProfile).Name

This command will display the name of the currently active profile. To obtain the security key, you can use the command netsh within PowerShell, as it inherits the functionality of the Windows network utility. The syntax remains identical to that described in the previous section.

⚠️ Note: The PowerShell interface may differ on different versions of Windows 10. If the commands don't work, make sure your system is updated to the latest version.

Using PowerShell is especially useful for system administrators who need to export data to a text file or automate the process of collecting information from multiple computers on a network.

📊 Which password recovery method is most convenient for you?
Through the graphical interface
Command Prompt (CMD)
PowerShell
Third-party programs

Analyzing router settings via a browser

If none of the computer-based methods work, you can always adjust the settings directly on the router. This requires access to the device's web interface, which is usually accessible at 192.168.0.1 or 192.168.1.1.

Open any browser and enter the router's IP address in the address bar. You'll need to enter your username and password to access the control panel. If you haven't changed them, they're often found on a sticker on the bottom of the device (the default is admin/admin).

After signing in, find the section related to wireless networking. It may be labeled "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN." Within this section, look for a subsection labeled "Security" or "Security Settings."

Router model Entrance address Settings section Standard password
TP-Link 192.168.0.1 Wireless -> Wireless Security admin / admin
ASUS 192.168.1.1 Wireless Network -> WPS admin / admin
D-Link 192.168.0.1 Wi-Fi -> Security Settings admin / (empty)
Keenetic my.keenetic.net Home network -> Wi-Fi network admin / 1234

Your current password will be displayed in the "Network Key" or "PSK Password" field. You can also change it here if necessary. After making changes, be sure to click "Save" or "Apply."

This method is universal, as it allows you to manage network settings from any device with access to the router, even if system errors occur on your Windows 10 computer.

Using third-party utilities

There are many programs designed specifically for managing wireless connections. Utilities such as WirelessKeyView from NirSoft, are able to instantly display all saved keys in a convenient format.

The main advantage of such programs is speed and clarity. You don't need to enter commands or navigate menus. However, be extremely careful: many antivirus programs may detect such programs as a threat because they access sensitive data.

Download such tools only from the developers' official websites. Using untrusted builds can lead to virus infection or data theft. Always scan files before running them.

☑️ Security when using third-party software

Completed: 0 / 4

This method may seem excessive for a one-time use, but for IT professionals who frequently need to restore access to different machines, having such a utility on a flash drive can be very useful.

Restoring access by resetting the router

As a last resort, if none of these methods work and network access is absolutely necessary, you can perform a full factory reset of the router. This will return the device to its out-of-the-box state.

There is a button on the router body. Reset, often recessed into the case. Press it with a thin object (like a paperclip) and hold it for about 10-15 seconds until the indicators blink. After rebooting, the network will operate with the factory password indicated on the sticker.

⚠️ Note: Resetting your router will erase all your personal settings, including your network name, password, and provider settings (PPPoE, static IP). Be prepared to reset your internet connection.

This method is radical and is only recommended when other options have been exhausted or when you know exactly the parameters for reconfiguring your provider.

Frequently Asked Questions (FAQ)

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

No, Windows doesn't store passwords for networks the device has never connected to. In this case, the only solution is to check the router's casing, contact the network owner, or reset the router.

Why does the command line say "Access Denied"?

This means you launched the Command Prompt without administrator privileges. Close the window, right-click the CMD or PowerShell shortcut, and select "Run as administrator."

Where can I find the password if I forgot it on both the router and Windows?

If the password is not saved anywhere, the only legal way is to physically access the router to reset the settings or contact your ISP if they rent out the equipment.

Is it safe to save passwords in Windows?

Yes, it's safe as long as you have a password set for your Windows account and an antivirus installed. If an attacker gains access to your account, they will be able to see your saved networks.

Is it possible to recover the guest network password?

Yes, if you have ever connected to a guest network from this computer, the password for it is also stored in the system and can be retrieved using the methods described above.