How to Find Your Wi-Fi Password on Windows 10: A Complete Guide

The situation when a new gadget connects to your home or office and you don't remember the complex security key is familiar to many users. In the operating system Windows 10 This issue is resolved quite easily if you know where to look for saved data. The operating system stores passwords for all networks the computer has ever connected to, ensuring automatic connection whenever a signal is available.

Forgetting complex character combinations is normal, as modern security requirements dictate the use of long strings of letters and numbers. Luckily, you don't need to search for the router box or reset the device to factory settings. Windows interface allows you to extract this information in a few clicks or one command in the terminal.

In this article, we'll cover all available methods in detail: from the graphical settings interface to advanced tools for system administrators. You'll learn how to quickly find forgotten keys and manage the list of known networks on your device.

Viewing the password through the settings graphical interface

The easiest and most accessible method for most users is to use the standard system settings menu. This method doesn't require launching special utilities or entering commands, making it ideal for beginners. However, it only works if your computer is currently connected to the desired wireless network.

To get started, open the Start menu and go to "Settings" by selecting the gear icon. In the window that opens, look for the "Network & Internet" category, which displays all available connections. If you're using a wired connection but want to know the password for your Wi-Fi connection, make sure your wireless adapter is enabled.

The next step is to proceed as follows:

  • 📡 Click the "Network and Sharing Center" link or select "Properties" for the current connection.
  • 🔗 In the new window, click on the name of your wireless network (blue link next to the access type).
  • 🔐 In the dialog box that opens, click the "Wireless Network Properties" button.
  • 👁️ Go to the "Security" tab and check the box next to "Show entered characters".

After completing these steps, the required character combination will appear in the "Network Security Key" field. Please note that you may need permissions to make changes to these settings. administratorIf the system asks for confirmation, agree to the action to see the hidden text.

⚠️ Attention: If the Security tab is missing or the Properties button is grayed out, check to see if access is blocked by your organization's group policies or antivirus software.

📊 How do you most often connect new devices?
Via QR code
Entering a password manually
WPS button on the router
By cable from the computer

Using the command line to extract the key

For those who prefer speed and precision, the command line Windows provides powerful tools. This method is advantageous because it allows you to find out the password not only for the currently active network, but also for any other network previously saved in the user profile. This is especially useful if you're out of range but need to remember the password.

Run the Command Prompt as administrator. To do this, right-click the Start button and select Windows PowerShell (Administrator) or search for cmd in the search, then click "Run as administrator." First, you need to get a list of all saved profiles.

netsh wlan show profiles

After entering this command, the system will display a list of all networks that have ever been connected to this PC. Find the exact name of the desired network in the list. Then, use the following command, substituting the name of your profile:

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

In the command output, scroll down to the "Security Settings" section. We're interested in the "Key Content" line. This is where the cleartext password will be displayed. This method works reliably on all versions. Windows 10 And Windows 11.

☑️ Check before entering a command

Completed: 0 / 4

Search via Control Panel (Classic Method)

Despite the active implementation of the new Settings menu, the classic Control Panel remains relevant and often contains more detailed settings. This path may seem longer, but it's familiar to users who have used older versions of the operating system.

To get to the desired menu, press the key combination Win + R and enter the command controlIn the window that opens, select "Large icons" view and find "Network and Sharing Center." This displays a schematic representation of your network.

Algorithm of actions in the classic interface:

  • 🖥️ Find your active "Wireless Network" connection and click on it.
  • 📄 In the connection status, click the "Wireless network properties" button.
  • 🔑 Switch to the "Security" tab at the top of the window.
  • ✅ Activate the "Show entered characters" checkbox to decrypt the key.

If you can't find the network you need in the list of active networks, try connecting to it first, even if there's no internet connection. Windows will save the profile, and then you can view its properties. This is important, as the system doesn't store passwords for networks to which the connection was interrupted before the authorization process was completed.

⚠️ Note: The Control Panel interface may differ slightly depending on the installed theme or Windows 10 build version, but the navigation logic remains the same.

Resetting a forgotten password via the router's web interface

If none of the software methods work (for example, you've switched operating systems and old profiles haven't been saved), the only option is to access the router's settings. To do this, your computer must be connected to the router, preferably via a cable, or you must know the current Wi-Fi password.

Open any browser and enter your 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 for accessing the admin panel, are usually indicated on a sticker on the bottom of the device. Popular brands such as TP-Link, Asus or D-Link, use standard addresses.

After authorization (the standard data is often admin/admin), follow these steps:

  • 🌐 Find the "Wireless" or "Wireless Mode" or "Wi-Fi Network" section.
  • 🔒 Go to the "Wireless Security" or "Security Settings" subsection.
  • 👀 The "Password", "Passphrase" or "PSK Key" field will contain your password.
  • 💾 If necessary, copy it or change it to a new one, remembering to save the settings.

It's important to understand that changing the password in your router settings will disconnect all devices. You'll have to reconnect phones, tablets, and TVs using the new combination. Therefore, write down the new information immediately after changing it.

What should I do if my router access is blocked?

If the default password doesn't work, it may have been changed previously. In this case, the only solution is a full reset of the router to factory settings, but this will erase all provider settings, and you'll have to set up your internet connection again from scratch.

Table of common netsh commands

Advanced users may find it useful to know other commands that can help manage wireless profiles. Below is a table of basic commands that can be useful for diagnosing and clearing the network list.

Team Description of action Result
netsh wlan show profiles Displays a list of all saved networks. List of profile names
netsh wlan delete profile name="Name" Deletes a specific network profile Profile deleted, password forgotten
netsh wlan export profile folder="path" key=clear Exports a profile to an XML file. File with open password
netsh wlan show interfaces Shows the status of wireless adapters Connection information

Using the export command export profile What's particularly interesting is that it creates an XML file that stores the password in plaintext. This can be convenient for backing up settings, but requires careful storage.

Deleting profiles and clearing connection history

Sometimes the opposite problem arises: not to find out the password, but to delete a saved network so that the computer stops trying to connect to it automatically or to erase traces of its presence in public places. Windows 10 allows you to effectively manage the list of known networks.

The easiest way to delete a network is through the graphical interface. Go to "Settings" → "Network & Internet" → "Wi-Fi." Click "Manage known networks." You'll see a list of all saved profiles. Select the one you no longer need and click "Forget." This will delete all data, including the password.

If you prefer the command line, use the delete command mentioned in the table above. This is especially useful for bulk deletions or automated processes. However, keep in mind that once a profile is deleted, it will be impossible to recover the password using standard Windows tools unless you wrote it down beforehand.

Common problems and solutions

Despite the simplicity of the procedures, users may encounter errors. The problem often stems from a lack of administrator rights. Without elevated privileges, the system blocks access to network adapter security settings to protect data.

Another possible cause is corrupted system files or a malfunctioning WLAN AutoConfig Manager service. If the service is stopped, you won't be able to connect to the network or view its properties. You can check the service's status using the command services.msc.

It is also worth considering that interfaces and functionality may be updated.

⚠️ Attention: Windows 10 interface details may vary depending on the update version (21H2, 22H2, etc.). If you can't find an item, try searching for keywords in the Start menu.

Questions and Answers (FAQ)

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

Yes, this is possible if the network profile was previously saved on this computer. Use the command prompt and the command netsh wlan show profile name="Name" key=clearIf the profile is deleted or never saved, you won't be able to find the password through Windows.

Why is the Security Key field in network properties grayed out?

This can happen for two reasons: either you're viewing the properties of a wired connection instead of a wireless one, or your account doesn't have administrator rights. Also, on corporate networks, access may be restricted by group policies.

Where can I find the password if I forgot the administrative access to the router?

If the password isn't saved on any device, the only option is to physically reset the router using the Reset button. This will restore the device to its factory settings, and the password will match the one printed on the sticker on the bottom of the device.

Is it safe to store passwords in Windows?

Windows encrypts stored passwords, and viewing them requires administrator privileges. However, if an attacker gains physical access to your unlocked computer with administrator privileges, they can extract this data. Use complex passwords when logging in.