How to find your Wi-Fi password on Windows 10 using a wired connection

It's quite common to need to connect a new smartphone or tablet to a wireless network but forget the password. This is especially true if the main computer has already been connected to the internet via LAN cable and doesn't use Wi-Fi to connect to the network. Windows 10 has a convenient mechanism for retrieving saved security keys directly from network adapter settings or via the command line.

You won't need third-party software or complex hacking utilities, as the system stores this data in an open format for authorized users. Windows 10 Automatically remembers the password after the first successful connection of any device in the profile or allows you to view it through the active connection properties. Below, we'll cover all available methods in detail, from the graphical interface to the console.

Please note that you will need administrator privileges to perform some actions. If you are working on a corporate computer, security policies may restrict access to certain network settings. In a home environment, such issues typically do not arise, and you can freely manage your network settings. router.

Checking the physical connection and network status

Before extracting data, you need to make sure your computer actually has an active connection to the target router. Even if you're connected via cable, the system should correctly identify the gateway that's distributing the Wi-Fi. Open the Start menu and select the gear icon to go to Parameters, then select the section Network and Internet.

In the left pane of the window, make sure the "Status" or "Ethernet" tab is selected. Here you'll see the connection status. If it says "Connected," the physical link is established and data is being exchanged. It's through this active interface that we'll be able to access the wireless network configuration the device is broadcasting.

Please note the "Properties" section just below the connection status. It displays parameters such as the IPv4 address and DNS servers. The key setting here is the "Default Gateway" (usually 192.168.0.1 or 192.168.1.1), since this is the address that leads to the router control panel, where you can not only see the password, but also change the security settings.

⚠️ Warning: If the network status shows "No Internet Access" or "Unidentified Network," the password viewer methods may not work because the computer has not received a complete configuration from the router's DHCP server. Check the cable for damage.

📊 How do you usually connect to your home network?
Wi-Fi only
Only via cable (LAN)
Combined (PC via cable, phones via Wi-Fi)
Via PowerLine adapters

Method 1: View the password through the Network and Sharing Center

The simplest and most visually intuitive method doesn't require any command knowledge and is suitable for most users. It works through the classic network management interface, which has been retained in Windows 10 from previous versions. Right-click the monitor icon in the system tray (near the clock) and select Open "Network & Internet Settings".

In the window that opens, scroll down to the link Network and Sharing Center and click on it. A window with a network diagram will open. Find the "Connections:" line and click on the blue link with the name of your Ethernet connection (for example, "Ethernet" or "Local Area Connection"). It's important not to confuse it with your wireless adapter, if it's also active.

In the status window, click the button Wireless network propertiesYes, even if you're connected via cable, modern routers often broadcast wireless profile information if your computer was previously part of this ecosystem. Alternatively, you can switch to the "Wireless" tab in the router's properties via a browser. However, if you're specifically looking for the saved Wi-Fi key that the router is distributing, it's best to view the router's properties. Wi-Fi adapter, if it exists, or use the command line, which is universal.

If you want to see the password for the Wi-Fi network your computer is connected to (even via a cable, assuming it's the same network), then click the button in the properties window. Wireless network propertiesIn the new window, go to the tab SecurityHere you will see the "Network Security Key" field. To see the symbols, check the box next to it. Show entered characters.

☑️ Check your password before viewing it

Completed: 0 / 5

Method 2: Using Command Prompt (CMD)

For more advanced users or in cases where the graphical interface isn't working correctly, the command line is the ideal solution. This method displays all saved Wi-Fi profiles and their passwords in plain text. Click Win + R, enter cmd and press Enter. To ensure access, it's best to run the console as administrator.

The first step is to find out the exact name of the network profile whose password you are looking for. Enter the command netsh wlan show profiles and press Enter. The system will display a list of all networks this computer has ever connected to. Find the name you need in the list under the "User Profiles" heading.

Once the name is found, use the following command to display the details, including the password:

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

Instead of Your_Network_Name Substitute the exact network name from the previous step. If the name contains spaces, quotation marks are required. In the command output, find the "Security Settings" section. The line Key content (or Key Content) will contain the desired password in clear text.

⚠️ Note: Commands are case-sensitive and spelling-sensitive. If the network name contains special characters, they must be escaped or enclosed in quotation marks, otherwise the command line will return a syntax error.

What to do if the command is not found?

If the system reports "netsh is not an internal or external command," check your PATH environment variables. This usually indicates corruption of Windows system files. Try running sfc /scannow in the console with administrator privileges to restore the integrity of the OS.

Method 3: Login to the router's web interface

If your computer is connected via cable, you have direct access to the router's administrative panel. This is the most secure method, as it displays the current, active password, not one previously cached by Windows. Open any browser and enter the default gateway IP address (specified in the connection properties, see Section 1) in the address bar.

To log in, you will need the administrator login and password. By default, they are often the same. admin/admin or indicated on a sticker on the bottom of the device. If you've changed them before and forgot, you'll have to reset the router using the button. ResetOnce in the menu, look for sections Wireless, Wi-Fi or Wireless mode.

Find the subsection within the section Security (Security). This is where the "Password" or "PSK Password" field is located. Here you will not only see the current key, but also be able to change it to a more complex one. Don't forget to save your changes by clicking Save or Apply.

Parameter Description Where to find
IP address Settings login address Ethernet Properties (Gateway)
Login Admin username Sticker on the router / manual
Admin password Access to settings Sticker on the router / memory
SSID Wireless network name Wireless / Wi-Fi section
Wi-Fi key Wireless network password Wireless Security section

Recovering access if you forgot your administrator password

Often, users remember their Wi-Fi password but can't access the router settings because they've forgotten the administrator password they set during initial setup. In this case, standard methods of browsing through Windows 10 Changing network settings won't help. A hard reset remains the only solution.

Find the hole with the inscription on the router body Reset or RestoreTake a paperclip or a thin needle, press the button inside the hole, and hold it for 10-15 seconds until the lights blink simultaneously. This will reset the device to factory settings.

After rebooting, the router will broadcast Wi-Fi using the name and password listed on the factory sticker. You will need to reconfigure your internet connection (PPPoE, L2TP, or dynamic IP), as all user data will be erased. Use your ISP credentials to re-authorize.

Common errors and access problems

When trying to find a password, users often encounter the "Network Security Key" field remaining grayed out and uneditable, and the "Show characters" checkbox is disabled. This happens when you're trying to view the password not for the currently active network, but for a profile that's simply saved in the system but not currently in use.

In this case, only the command line described in the second section will help. Another problem could be a lack of local administrator rights. If the computer is a corporate one, the IT department may have blocked access to the registry and network settings. On a home network, make sure you're logged in using an account with full privileges.

Another common mistake is confusing the Wi-Fi password with the Microsoft account password. If the system asks for account information when connecting, it's not the router password. Make sure you're entering the information in the network security key field, not in the Windows login window.

⚠️ Note: Router interfaces from different manufacturers (TP-Link, ASUS, D-Link, Keenetic) may differ. The tab layout varies, but the logic remains the same: look for the Wireless, WLAN, or Wireless Mode sections.

Is it possible to find out the password if the computer has never connected to this Wi-Fi?

No, Windows doesn't store passwords for networks the device has never connected to or that haven't been saved manually. If the computer is connected only via cable and has never "seen" the Wi-Fi network, the password can only be found through the router's web interface or by looking at the sticker on the device.

Is it safe to store passwords in Windows?

Windows encrypts saved passwords, but they are accessible to anyone with administrative rights on the computer. If someone else has access to your PC, they can easily extract passwords for all your Wi-Fi networks using the command line, as described in this article.

What should I do if the netsh command returns an error?

Make sure you're running the command prompt as an administrator. Also, check the spelling of the network name (SSID). If the name contains spaces, it must be enclosed in quotation marks. If the problem persists, try updating your wireless adapter drivers.

Is it possible to recover a password through the registry?

Theoretically, the keys are stored in the registry, but they are encrypted and tied to a specific user account and SID. Directly reading the registry without special decryption utilities is impossible, so using built-in Windows tools (GUI or CMD) is the only standard method.