It's quite common to need to connect a new gadget or laptop to an existing wireless network but don't know the password. It's often the case that a desktop computer or laptop is already successfully logged into the network and has internet access, but the login password has been forgotten or lost. In this case, there's no need to reset the router or reinstall the drivers.
There are several proven ways to restore access to network credentials using only the operating system's built-in tools or the router's web interface. Security The security of your home network directly depends on how well you manage your access keys. In this article, we'll cover methods for viewing saved keys through the Windows graphical interface and the router control panel, which is accessible through any browser.
It is important to understand that you will need permissions to implement some methods. administrator This is a standard security requirement that prevents regular users from changing critical network parameters. We'll consider both the standard tools and alternative options if the standard path is unavailable for any reason.
Viewing the password through wireless network properties in Windows
The easiest and fastest way to find a saved access key is to use the built-in functionality of the Windows operating system. This method works on all modern versions of the OS, from Windows 7 to the latest builds of Windows 11. You don't need to install third-party software or have extensive knowledge of networking technologies.
First, you need to open a list of all saved networks. This can be done through the classic Control Panel or using the faster command line method, but we'll use the graphical interface for clarity. Find the Wi-Fi icon in the system tray (notification area), right-click it, and select Open Network & Internet Settings.
Next, in the settings window that opens, find the link or button that leads to additional options. The interface may differ slightly in Windows 10 and 11, but the logic remains the same: look for the section related to managing known networks. Click the link. Network and Sharing Center, which is often located at the bottom of the window or in the advanced options menu.
In the window that opens, find the active connection to your wireless network. It will be labeled as Wireless Network (Your Network Name)Left-click on this name. A small dialog box will open with the general connection status, displaying the speed, session duration, and security type.
Click the button Wireless network propertiesIn the new window, go to the tab SecurityThis is where the key encryption parameters are stored. You will see a field Network security key, where the symbols are hidden by asterisks or dots. To see them, simply check the box next to the item. Show entered characters.
- 🔑 Make sure you are logged in with an account that has administrator rights, otherwise the system will not allow you to see hidden characters.
- 📡 This method only shows the password for the network to which the computer is currently connected or was previously connected.
- 💾 If you have multiple network profiles, repeat the procedure for each of them through the list of saved profiles.
⚠️ Note: If the Security tab is unavailable or the menu items are grayed out, this may mean that the current user does not have sufficient privileges or the organization's security policy (on corporate networks) blocks viewing keys.
Once the characters are displayed, you can copy or rewrite them. Please pay attention to the capitalization, as this will matter when entering on other devices. Encryption WPA2 or WPA3, which is used in most modern networks, is case-sensitive.
Using the command line to get the key
For users who prefer to work with the console or can't find the necessary menus in the graphical interface, the Windows command line is an excellent solution. This method allows you to retrieve information about all saved networks and their passwords in plain text. It's especially useful when you need to quickly retrieve data without unnecessary clicks.
Run the command prompt as administrator. To do this, click Win + X and select Windows Terminal (Administrator) or find cmd in search, right click and select Run as administratorEnter the command to list all saved Wi-Fi profiles:
netsh wlan show profiles
Find the name of the network you need in the list. Then use the command to display detailed information about a specific profile by adding the parameter key=clear, which tells the system to show the key in clear text:
netsh wlan show profile name="Network_Name" key=clear
Find the line in the command output Key Content or Key contentThe password you're looking for will be displayed next to it. This method operates at the system API level, making it secure and independent of the Wi-Fi adapter driver version.
Logging into the router's web interface via a browser
If your computer is connected to a router but you can't view the password through Windows settings (for example, due to Group Policy restrictions), you can access the source of your internet connection—the router itself. Almost all modern routers have a built-in web interface accessible through any browser: Chrome, Firefox, Opera, or Edge.
To log in, you'll need the router's address and administrator credentials. By default, the address is often 192.168.0.1 or 192.168.1.1Enter this IP address into the browser's address bar. If the default address was changed during initial setup, you can find the current one through the command line by entering the command ipconfig and finding the line Main gateway.
After entering the address, the system will ask for your username and password. If you haven't changed them, they're often found on a sticker on the bottom of the device. The standard combinations are: admin/admin or admin/passwordIf you changed your control panel login details and forgot them, you'll have to reset your router to factory settings, which will break your current connection.
Interfaces vary widely between manufacturers, but the logic for finding wireless network settings is the same. You need to find the section usually called Wireless, Wi-Fi, Wireless mode or WLAN. Within this section, look for the subsection Wireless Security or Security settings.
It is in this section that the field is located Wireless Password, PSK Password or Encryption keyIn some modern firmware, the password is hidden behind asterisks, but there's a "show" button (an eye) next to it or the option to copy it. If the field is empty or displays asterisks without the option to view it, you can simply enter a new password and save the settings.
- 🌐 The login address for the control panel is often written on a sticker on the bottom of the router case, along with the factory password.
- 🛡️ After changing the password in the web interface, all connected devices will lose connection and require re-authorization.
- 📱 Some routers allow you to scan a QR code to connect, which is also displayed in the web interface.
☑️ Check before logging into the router
It is important to note that changing settings through the router's browser affects all devices on the network. Protocol Security settings can be changed along with the password. Make sure you choose a modern encryption standard, such as WPA2-PSK (AES), to ensure maximum protection against unauthorized access.
Login features for popular router models
Different network equipment manufacturers use their own web interface templates. Knowing the approximate location of menu items will significantly speed up the process of finding the information you need. Let's look at the navigation for the most common brands.
| Router brand | Default address | Path to Wi-Fi settings | Password field name |
|---|---|---|---|
| TP-Link | 192.168.0.1 | Wireless -> Wireless Security | Wireless Password |
| Keenetic | 192.168.1.1 | My Networks and Wi-Fi -> Home Network | Wi-Fi network password |
| Asus | 192.168.1.1 | Additional settings -> Wireless network | WPA Pre-Authorization Key |
| D-Link | 192.168.0.1 | Wi-Fi -> Security Settings | PSK encryption key |
| Tenda | 192.168.0.1 | Wireless Settings -> Wireless Security | Wireless Password |