How to View Your WiFi Password on Windows 10: Complete Instructions

Many users are familiar with the situation of needing to connect a new device to the network but forgetting the access key. Fortunately, the operating system Windows 10 Saves data about previously connected wireless networks in a dedicated storage area. This allows you to quickly restore internet access without having to reset your router or search for your ISP contract.

There are several proven methods for extracting this information, from simple graphical interfaces to advanced command-line tools. The method you choose depends on whether you're currently connected to a network or trying to recall the details of an old access point. In any case, system rights You don't need administrator permissions for basic viewing if you're already logged in to the system.

In this article, we'll detail the steps for various scenarios. You'll learn how to find hidden symbols in the standard menu, use console commands to export profiles, and even explore your router's web interface. The key is to proceed carefully to avoid disrupting your current network connection.

Viewing a saved password through a graphical interface

The easiest and most accessible way to find out security key — Use the standard network settings windows. This method is ideal if you're already connected to the desired Wi-Fi network. You don't need to install additional software or remember complex commands; just a few clicks are all it takes.

First, open the Start menu and go to Settings, then select Network & Internet. In the window that opens, find the link for Network and Sharing Center or search for it. ncpa.cplA list of active connections will appear, where you need to select your current wireless adapter.

Click on the name of your Wi-Fi network to open the status window. Here, you'll find the "Wireless Network Properties" button. After clicking it, go to the "Connection" tab (or "Security," depending on your driver version). This section contains the information you're looking for.

⚠️ Note: If you don't see the Properties button or the Security tab, make sure your account has permissions administrator or you are not logged in as a guest.

In the window that opens, find the "Network Security Key" field. By default, the characters are hidden behind asterisks. To see them, check the "Show entered characters" box. Immediately after doing so the password will be displayed in clear text, and you can copy it or record it.

Using Command Prompt to Recover Data

For more experienced users or in situations where the graphical interface does not work correctly, the command line is a great solution. cmdThis tool provides direct access to the network profile database. WindowsThis method is especially useful if you need to find out the password for a network you're not currently connected to, but have connected to in the past.

Run the command prompt as administrator. To do this, enter cmd In the search box, right-click on the result and select the appropriate option. First, you need to display a list of all saved profiles. Enter the command:

netsh wlan show profiles

The system will display a list of all networks ever connected to this computer. Find the desired name (SSID) in the list. Then use the command to display the details of a specific profile by adding the key key=clear, which forces the key to be shown in clear text:

netsh wlan show profile name="Network_Name" key=clear
What if the network name contains spaces?

If your network name contains spaces, be sure to enclose the name in quotation marks, as shown in the example above. Without quotation marks, the system will interpret the command as a syntax error.

In the command results, scroll down to the "Security Settings" section. There you'll find the "Key Contents" line, which contains your password. This method works reliably on all versions. Windows 10 And Windows 11.

  • 🔍 Allows you to see passwords for all previously saved networks, not just the active one.
  • 💻 No need to open multiple settings windows; everything is done in one terminal.
  • 📋 The result can be copied as text, which is convenient for transferring to other devices.

Checking the settings via the router's web interface

If your computer doesn't remember the password or you want to change it for all devices at once, it makes sense to access the source of your internet connection—your router. You can access the settings through a browser. You'll need to know the gateway IP address, which is usually found on a sticker on the bottom of the device (often this is 192.168.0.1 or 192.168.1.1).

Enter the address in the browser's address bar. The system will ask for your login and password to access the admin panel. If you haven't changed them, they are default (for example, admin/admin). After logging in, find the section related to wireless mode. It may be called Wireless, Wi-Fi, "Wireless Network" or "WLAN".

Within this section, look for the subsection "Security" (Security) or "Wireless Settings." This is where the "Wireless Password" (PSK Key) field is located. Here, you can not only view the current key but also change it to a more complex one.

⚠️ Attention: Interfaces of routers from different manufacturers (TP-Link, ASUS, D-Link) may vary. Look for sections with the words Wireless, Security, or WLAN.

After changing the router password, all connected devices will lose internet connection. You'll have to re-enter the new key on every smartphone, tablet, and laptop. Therefore, write down the new information immediately after setting it.

📊 What router do you use at home?
TP-Link
ASUS
D-Link
Keenetic
Another

Comparison of access recovery methods

Each of the described methods has its advantages and limitations. The best method depends on your current situation: whether you're connected to the network, whether you have physical access to the router, and how deeply you're willing to delve into the system's technical settings.

The graphical interface is suitable for quick, on-the-spot checks. The command line provides more control and lets you manage your connection history. The router's web interface is the "heavy artillery," allowing you to manage access globally for all network users.

Method Complexity Access to history Access to the router is required
GUI (Network Properties) Low Active only No
Command line Average All saved No
Web interface High Yes (current) Yes (cable)

Please note that using third-party programs to “hack” or view passwords is often not necessary, as regular means Windows is fully functional. Third-party software can pose security risks, so it's best to rely on built-in utilities.

Managing and cleaning network profiles

Over time, your computer accumulates a ton of network profiles you no longer use. This not only clutters your list but can also create potential security holes if the old networks were public or unsecured. Deleting old profiles is a good PC maintenance practice.

To delete a profile, use the command line. The delete command looks like this:

netsh wlan delete profile name="Network_Name"

Running this command will permanently delete all saved network data, including the password. If you want to connect to it again, you'll have to re-enter the key. This is useful if you've changed the router password, but your computer continues to try to connect with the old, now incorrect, data.

☑️ Manage Wi-Fi profiles

Completed: 0 / 1

It's also worth mentioning the "Remember this PC" feature in public places. Windows 10 asks by default whether you want to make your computer discoverable. In cafes or airports, always select "No" to avoid exposing your files to strangers.

Security issues and access key protection

Storing passwords in plaintext is convenient, but also risky. If an attacker with administrator rights gains access to your computer, they can easily extract all stored Wi-Fi keys. Therefore, it's important to ensure physical and software protection of the device itself.

Use strong passwords for your Windows account. Don't let strangers use your computer under your account. Update them regularly. encryption protocols on the router using the standard WPA2-PSK or WPA3, avoiding the outdated WEP, which can be cracked in minutes.

⚠️ Warning: The WEP encryption protocol is considered completely obsolete and insecure. If your router only supports it, we recommend replacing the hardware.

Also, remember to change your Wi-Fi password periodically, especially if you've shared it with guests or suspect your neighbors are using your internet. Changing the key in your router's web interface is the most reliable way to block uninvited guests.

Frequently Asked Questions (FAQ)

Is it possible to view a Wi-Fi password if the computer is not currently connected to the network?

Yes, this is possible if the computer has previously connected to this network and saved the profile. Use the command prompt and the command netsh wlan show profile name="Name" key=clear, as described above. The graphical interface won't help in this case, as it only displays the properties of the active connection.

What to do if the netsh command says "Access denied"?

This means you've launched the command prompt without administrator privileges. Close the terminal window, find cmd In the search box, right-click and select "Run as administrator." Then repeat the command.

Where can I find my password if I'm using macOS?

On Apple computers, passwords are stored in Keychain Access. Open the app via Spotlight, find your network name, double-click it, and check the "Show password" box. The system will prompt you for the password for your Mac user account.

Is it safe to save a password in Windows?

For home use, this is safe if your computer is password-protected. However, never save passwords for private Wi-Fi networks on public computers, as the next user could access your data.