How to View Your WiFi Password on Your Computer: Complete Instructions

It's quite common to need to connect a new device to your home network but have forgotten or lost the access key. Fortunately, the Windows operating system stores previously entered passwords in a secure vault, allowing you to recover them without a complicated hardware reset. In this article, we'll discuss proven methods for retrieving saved access keys for various OS versions.

Data recovery is only possible if your computer is already connected to the network or has been connected to one before. This is a fundamental security limitation that prevents passwords from being simply "pulled out of thin air." We'll cover both the graphical interface and console commands for experienced users.

Checking via the Windows graphical interface

The easiest and safest way to find a forgotten key is to use standard operating system tools. This method doesn't require installing third-party software and is available to any user with administrator rights. The interface may vary slightly depending on the version. Windows 10 or Windows 11, but the logic remains the same.

First, you need to open the network connections window. In modern OS versions, this is done through the control panel or settings menu. Find your active wireless connection and go to its properties. This is where you'll find the security tab, which stores the encrypted information you're looking for.

After opening the wireless network properties, go to the "Security" tab. You'll see a field called "Network Security Key," where the characters will be hidden behind dots or asterisks. To see the actual password, check the "Show entered characters" box. If the system asks for administrator permissions, confirm this action.

⚠️ Attention: If the "Show characters as you type" option is unavailable (grayed out), this means your account doesn't have administrator privileges. You'll need to sign in as the root user or use one of the other methods described below.

Using the Command Prompt to Restore Access

For those who prefer to work with the console or cannot find the necessary items in the menu, the command line is ideal. CMDThis tool provides direct access to the network profile database. WindowsThe method is universal and works equally effectively on both old and new versions of the system.

First, you need to run the command prompt as an administrator. This is critical, as without elevated privileges, the system will not retrieve saved passwords. Enter the command netsh wlan show profiles and press Enter. You will see a list of all networks this computer has ever connected to.

Now, knowing the exact name of the network you need, enter the following command, replacing Network_Name to the real name of your router:

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

In the list of information that appears, find the "Security settings" section. The "Key Content" line will contain your password in clear text. This method is especially useful if the graphical interface is not working correctly.

☑️ Algorithm of actions in CMD

Completed: 0 / 5

Viewing a password using PowerShell

An alternative to the classic command line is a more powerful tool. PowerShellIt allows you to not only view but also manage network configurations using scripts. For the average user, the difference from CMD is minimal, but the syntax may seem more restrictive.

Launch PowerShell from the Start menu search, making sure to select Run as administrator. The command to list all profiles is the same as the previous one: netsh wlan show profilesOnce you have the list, use the command to display detailed information about a specific access point.

Unlike the graphical interface, there's no risk of accidentally changing settings if you copy and paste commands carefully. However, be careful when entering characters, as PowerShell Case-sensitive in some contexts. Make sure the network name in quotation marks matches the original.

What to do if the command fails?

If you receive an error when entering the command, check that the profile name is entered correctly. It must match, including spaces and special characters. Also, make sure you're running the console with administrator privileges.

Receiving data via the router's web interface

If the computer isn't connected to the network or doesn't remember the password, the only option is to access the router's settings. This requires a physical cable connection. LAN or access to a device that's already connected to WiFi. The login address is usually located on a sticker on the bottom of the device.

Open your browser and enter the IP address of your router (often it is 192.168.0.1 or 192.168.1.1). After entering the administrator login and password (by default, often admin/admin) go to the wireless network section. Depending on the model (TP-Link, Asus, Keenetic), this section may be called "Wireless", "WLAN" or "WiFi".

Within the section, find the "Password," "Passphrase," or "Pre-shared Key" field. It's often hidden, but there's a "Show" button next to it or the option to change it to a new one. After writing down the current key, be sure to save the settings if you've made any changes, although saving is usually not required for simple viewing.

Router brand Typical entry address Settings section Password field name
TP-Link 192.168.0.1 Wireless -> Wireless Security Password / PSK Password
Asus 192.168.1.1 Wireless -> General WPA Pre-Shared Key
D-Link 192.168.0.1 Wi-Fi -> Security Settings PSK encryption key
Keenetic 192.168.1.1 My Networks and WiFi -> Home Network Password

This method is 100% guaranteed to succeed, as the password is stored directly in the equipment configuration. Even if all devices in the house have "forgotten" the network, the router continues to broadcast it with the specified parameters.

📊 Which password recovery method do you find most convenient?
Through the network properties in Windows
Via the command line CMD
Through the router settings
I always write down passwords in a notebook.

Specifics of working with Windows 11

In the latest version of Microsoft's operating system, the settings interface has undergone significant changes. The classic Control Panel is gradually becoming a thing of the past, giving way to a new settings menu. This may be confusing for users accustomed to the old operating algorithms.

To see the password in Windows 11, go to "Settings" -> "Network & Internet" -> "Wi-Fi." Here, select "Manage known networks." Select the desired network from the list and click the "View" button (the eye) next to the security key field.

The system may require confirmation via a Windows login PIN or biometrics (fingerprint, FaceID), if these methods are configured. This is an additional layer of security that makes it more difficult for attackers with physical access to your laptop to steal your passwords.

⚠️ Attention: In some enterprise Windows builds, administrators can block the ability to view saved passwords through Group Policy. In this case, none of the software methods will work.

Third-party utilities and programs

There are many specialized programs such as WirelessKeyView or WiFi Password Decoder, which automatically retrieve all saved keys. They are convenient for system administrators who need to quickly collect data from multiple computers.

However, using third-party software carries certain risks. Antivirus programs often treat such programs as potentially dangerous (PUP or HackTool), as they exploit vulnerabilities in password storage. They should only be downloaded from the developers' official websites.

For the average home user, using such programs is overkill. Built-in Windows tools provide all the necessary functionality without the risk of infecting the system with a virus. Furthermore, third-party utilities often require administrator privileges to run, which negates their advantage of simplicity.

Are password recovery programs safe?

Most well-known utilities are safe, but their functionality duplicates system commands. The risk lies in downloading a counterfeit version of the program containing viruses. Use only trusted sources.

Frequently Asked Questions (FAQ)

Is it possible to find out a WiFi password if the computer has never been connected to this network?

No, that's impossible. A computer physically can't know the password if it was never transmitted to it or stored in its memory. In that case, the only solution would be a sticker on the router or a survey of other users.

Why does Windows say "Incorrect password" even though I'm entering it correctly?

Check your keyboard layout and Caps Lock. Often, the problem lies in an extra space at the end of a line or the wrong language setting. Also, make sure you're connecting to a network with the correct security standard.

Will rebooting the router reset the password?

A normal reboot (power cycle) does not reset the settings. The password will remain the same. A reset occurs only by long-pressing the button. Reset on the device body (usually 10-15 seconds), which returns the router to factory settings.

Where can I view my password on a Mac (macOS)?

On Apple computers, saved passwords are stored in Keychain Access. Find the app using Spotlight, enter the network name in the search bar, double-click it, and check the "Show password" box, confirming the action with TouchID or the user's password.