How to View Your WiFi Password on Your Computer: A Complete Guide

A situation when friends or colleagues come to visit you and ask you to connect their devices to the Internet, but you cannot remember the exact security key, happens quite often. It would seem that finding this information would be simpler if your own laptop or desktop PC is already successfully connected to the network. However, the standard operating system interface doesn't always hand this information over to you. Many users panic or, worse, try resetting their router, losing all their individual connection settings.

Fortunately, the operating system Windows, being the most popular platform for home and office computers, stores all the necessary data about previously used wireless connections in its system registries. The password is stored in encrypted form, but the system automatically decrypts it for authorization, so technically it is quite possible to access it in clear text. There are several proven methods that don't require installing third-party software and allow you to solve the problem in a couple of minutes using only built-in tools.

In this article, we'll cover all available methods for recovering lost data in detail, from the graphical interface to advanced console methods. You'll learn what to do if your computer is connected right now, and what to do if the desired network is active but your device isn't. We'll also cover the nuances of working with encryption protocols and router administrative panels so you can feel confident in any situation.

Viewing a saved password through Windows network settings

The easiest and most accessible method for any user is to use the operating system's standard graphical interface. This method is ideal if your computer or laptop is currently connected to the desired wireless network and has an active internet connection. You don't need to be an IT expert; simply follow the steps below carefully to reveal the hidden symbols.

First, you need to open the Network Connections control panel. In modern versions Windows 10 And Windows 11 The path may look slightly different, but the logic remains the same. Right-click the wireless network icon in the lower-right corner of the screen (near the clock) and select "Network and Internet Settings," or go directly to "Network and Sharing Center" from the Control Panel.

Once you're in the current connection status window, find the wireless network properties button. This is where the information you're looking for is stored. By default, the system hides the symbols with asterisks for security reasons, but they're easy to access if you have administrator rights on the device.

  • 🔍 Right-click on the Wi-Fi icon and select Properties or follow the path Settings → Network & Internet → Status → Properties.
  • 🔍 In the window that opens, find the "Security" tab—this is where the key encryption settings are located.
  • 🔍 Check the box next to "Show characters" to turn the asterisks into readable text.

⚠️ Attention: If the Security tab is missing or the Show characters as you type button is grayed out, it may mean that your account does not have administrator rights, or your organization's group policies are blocking you from viewing data.

It is worth noting that in Windows 11 The interface has been significantly redesigned, and Microsoft has moved many features to the new Settings app. If the classic Control Panel approach doesn't work, try finding the "Advanced network settings" section and looking for the adapter properties link there. This may take a little longer, but the result will be the same.

📊 What version of Windows are you using?
Windows 10
Windows 11
Windows 7
Windows 8.1
Other

Using the command line to get the key

For more experienced users who prefer speed and don't like to navigate through menus, using the command line is a great solution. CMD or PowerShell. This method allows you to not only view the password for the current network, but also retrieve saved keys for any other networks the computer has connected to in the past, even if the connection is not currently established.

The method involves executing a system command that accesses wireless network profiles. The system will first list all known networks, and then request detailed information, including the security key, based on the name of a specific network. This is especially useful if you want to find out the password for the Dacha network but are currently in the office.

The first step is to launch the command prompt as an administrator. To do this, click Win + X and select the appropriate item from the menu, or search for "cmd," right-click, and select "Run as administrator." The command won't run without administrator privileges.

netsh wlan show profiles

After entering this command, you will see a list of all saved profiles. Find your network name in the list (for example, Home_WiFi). Next, enter the command to display the key, replacing "Network_Name" with the actual name of your router:

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

In the report that appears, look for the "Security settings" section. There will be a line called "Key Content," which will contain your password. This method works reliably on all versions of Windows, starting with Windows 7.

How to view the password through the router's web interface

If your computer isn't connected to Wi-Fi or you want to find out the password for a new device and don't have another device with saved access, your only option is to access the router's settings. This method is universal and works for any device, whether it's TP-Link, ASUS, D-Link or MikroTik.

To access, you will need to connect your computer to the router via LAN cable (Ethernet), as you won't be able to access the admin panel without the Wi-Fi password. If you don't have a cable connection but can access the settings through the manufacturer's mobile app, you can use that, but the classic browser-based method is more reliable.

Open any browser and enter the router's IP address in the address bar. Most often, this is 192.168.0.1 or 192.168.1.1The exact address, as well as the login and password, are usually found on a sticker on the bottom of the device. If you've changed your login information before and have forgotten it, you'll need to reset the router to factory settings.

Router brand Standard IP Default login Default password
TP-Link 192.168.0.1 admin admin
ASUS 192.168.1.1 admin admin
D-Link 192.168.0.1 admin (empty)
Zyxel 192.168.1.1 admin 1234
Keenetic 192.168.1.1 admin admin

After logging in to the Control Panel, 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 "WLAN Settings" subsection. The current key will be displayed in the "PSK Password," "WPA Pre-Shared Key," or "Wireless Network Password" field.

⚠️ Attention: Router interfaces are constantly being updated. The menu layout may differ from what's described. If you can't find the item you need, use the settings search within the router or consult the official manual for your model.

What to do if the default password doesn't work?

If the admin/admin combination doesn't work, the password may have been changed previously. In this case, a full reset of the router to factory settings using the button on the router will help, but this will require reconfiguring the internet connection.

Restoring access via PowerShell

An alternative to the classic command line is a more powerful tool - PowerShellIt's built into all modern versions of Windows and provides advanced system management capabilities. While the standard CMD is sufficient for viewing a Wi-Fi password, PowerShell's interface can be more convenient for copying and processing text.

You can launch PowerShell by right-clicking the Start menu and selecting the appropriate option. It's important to run it with administrator privileges, otherwise the commands will be blocked by the security system. The command syntax is similar to CMD, as it uses the same networking module. netsh.

You can use a single, comprehensive command that will immediately output the network name and password in a convenient format. This is especially useful if you want to quickly copy the data or save it to a text file for later use.

netsh wlan show profile name="Your_Network" key=clear | findstr "Key"

This command will filter the entire voluminous output and leave only the line containing the key. If you're using an English-language version of Windows, replace "Key" with "Key." This saves time and allows you to immediately see the information you need without scrolling through screens of text.

Third-party password recovery programs

If you don’t want to mess around with the command line or search for settings deep in the menu, you can use a specialized