How to find your Wi-Fi password on Windows 10: step-by-step methods

It's common to need to connect a new device to a wireless network but have long forgotten the password. Fortunately, the operating system Windows 10 Stores the security keys of all previously connected networks in a dedicated vault. This makes it easy to restore access to data, even if the paper containing the records is lost.

There are several proven methods for extracting this information, ranging from the graphical interface to console commands. It's important to understand that all of the described methods only work if your computer has successfully connected to this network and saved login credentials. Otherwise, you'll need access to the router itself.

In this guide, we'll cover detailed steps for various scenarios. You'll learn how to use built-in diagnostic tools, work with the command line, and access the router's admin panel. We'll also discuss security measures that will help protect your network from unauthorized access.

Using the Windows graphical interface

The easiest and most accessible method for most users is to access the standard operating system settings. Even if you are connected to the internet via Ethernet cableWindows remembers the settings of wireless networks you've previously connected to. First, open the Run window with a key combination. Win + R.

In the field that appears, enter the command ncpa.cpl and press Enter. This will open the "Network Connections" window, which displays all available adapters. Find the icon for your wireless connection, even if it's marked "Disabled." Right-click it and select "Status."

In the window that opens, click "Wireless Network Properties." Go to the "Connection" tab and ensure "Connect automatically" is checked. Then, switch to the "Security" tab. This is where the "Network Security Key" field is located. By default, the symbols are hidden behind asterisks.

⚠️ Note: To display your password in readable text, you must have administrator rights on this computer. If your account is restricted, the system will ask for confirmation or an administrator password.

Check the box next to "Show entered characters." The asterisks will instantly be replaced with your real password. Copy it or write it down. This method is the most intuitive and doesn't require knowledge of complex commands.

📊 What's your most common method for restoring network access?
Through Windows settings
Via the command line
By resetting the router
Call your provider

Viewing a password via the command line

For users who prefer a text-based interface or don't have access to graphical settings, the command line is the ideal solution. CMDThis method not only allows you to view the password for the current network but also list all saved profiles. Run the command prompt as administrator.

First, you need 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 networks the computer has ever connected to. Find the name you need in the list.

Now we'll use the command to display the key. The syntax is as follows:

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

Replace Network_Name to the actual name of your Wi-Fi network. In the command output, find the "Security settings" section. The "Key Content" line will contain the password you're looking for in cleartext.

☑️ Check before entering commands

Completed: 0 / 4

This method is especially useful if the graphical interface is unstable or frozen. The command line provides direct access to system registries and configuration repositories. Errors when entering commands are minimal if you follow the syntax.

Finding a password using PowerShell

An alternative to the classic command line is a more powerful tool. PowerShellIt provides advanced filtering and data output capabilities. Open PowerShell by right-clicking the Start menu and selecting the appropriate option.

Unlike CMD, you can use more flexible scripts here. However, the basic command for viewing a profile remains the same. Enter:

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

If you need to display passwords for all saved networks at once, you can use a more complex script, but for a one-time task, the previous method is easier. PowerShell also allows you to export the network configuration to an XML file, where the key can be specified explicitly by using the export command with the key flag.

To export a profile, use the command: netsh wlan export profile name="Name" key=clear folder="C:\path"In the created XML file, find the tag keyMaterial — a password will be specified inside. This is convenient for backing up settings.

Why might PowerShell be more convenient than CMD?

PowerShell works with objects, not just text. This allows you to filter output, search for specific strings, and integrate results with other system processes, making task automation much more efficient.

Checking via the router's web interface

If the computer doesn't remember the password (for example, after a system reinstallation), the only option is to access the router's settings. To do this, the device must be connected to the router via cable or Wi-Fi (if the password for the current network is known or the connection is automatic). Open a browser and enter the gateway IP address.

Typically the address looks like this 192.168.0.1 or 192.168.1.1The exact address, username, and password are often indicated on a sticker on the bottom of the device. Standard combinations are admin/admin or admin/password.

After authorization, find the "Wireless," "Wi-Fi," or "Wireless Network" section. The "Wireless Security" or "Security Settings" subsections will show the network name (SSID) and password (PSK/WPA Key). Interfaces vary by manufacturer (TP-Link, Asus, D-Link, Zyxel) differ, but the logic is the same everywhere.

Manufacturer Standard address Standard login Menu location
TP-Link 192.168.0.1 admin Wireless -> Wireless Security
Asus 192.168.1.1 admin Advanced Settings -> Wireless Network
D-Link 192.168.0.1 admin Wi-Fi -> Security Settings
Zyxel 192.168.1.1 admin Network -> Wireless

⚠️ Note: If you changed your router's admin panel password and forgot it, you'll need to reset the device to factory settings. This will erase all provider settings, and your internet will stop working until you reconfigure it.

Specifics of a wired connection

The request often mentions a "wired network," which can be a bit confusing. The Wi-Fi password isn't stored in the Ethernet adapter settings, as they use different protocols. However, if you're connected via a cable, you can still find the Wi-Fi password if your computer has previously connected wirelessly.

Windows stores all network profiles centrally. Having an active cable connection doesn't block access to your Wi-Fi profile history. You can safely use the following methods: ncpa.cpl or command line, even if the Wi-Fi module on the laptop is temporarily disabled.

The only caveat: if you've never connected to this Wi-Fi network from this computer (only via cable), then there's no password in the system. In this case, the only solution is to log into the router or use a mobile phone with QR code scanning capabilities (if the phone has network access).

Restoring access in case of data loss

In situations where none of the software methods have worked, physical access to the hardware remains. Check the sticker on the router. It often contains the factory Wi-Fi password (Wireless PIN or Key). This is only relevant if you haven't changed the security settings since purchasing the device.

If the password has been changed and lost, and access to the admin panel is also lost, the button will help Reset. It's usually recessed into the router's housing. Press it with a paperclip for 10-15 seconds while the router is turned on. The device will reboot to factory settings.

After that, use the password from the sticker. Don't forget to reconfigure the connection type (PPPoE, L2TP, or Dynamic IP) provided by your provider, otherwise you won't be able to connect to the internet. The configuration details are usually included in your contract.

Security measures and network protection

Understanding how easy it is to discover a saved password should motivate you to strengthen your network's security. Use weak passwords or encryption standards. WEP makes your network vulnerable. It is recommended to use only WPA2-PSK or WPA3.

Change your Wi-Fi password regularly, especially if you have many guests connecting to your network. Also, change the default password for accessing your router settings to prevent unauthorized access to your equipment.

Disable the feature WPS in your router settings. It's designed for fast connections, but has known vulnerabilities that allow attackers to brute-force passwords in a short time. This will significantly increase your digital security.

Is it possible to find out a neighbor's Wi-Fi password using Windows 10?

No, the operating system doesn't allow you to find out passwords for networks you haven't connected to. Windows only stores keys for authorized connections. Attempting to hack into other people's networks is illegal.

What should I do if the "Show characters" field is inactive?

This means your account doesn't have administrator privileges. You need to log in as an administrator or ask the computer owner for the password.

Where can I find the password if I reset my router?

After resetting, the password is reset to the factory default. This is printed on a sticker on the bottom or back of the router. If there is no sticker, try the default admin/admin or 1234.

Does Windows save the password after updating drivers?

Yes, the network profile and password are saved in the system registry and are not deleted when updating the Wi-Fi adapter drivers or the operating system itself.

Why does the command line say "The requested profile was not found"?

You most likely misspelled the network name. The name is case-sensitive and space-sensitive. Check the exact name using the command netsh wlan show profiles and copy it without errors.