It's quite common to need to connect a new device to an existing wireless network but forget or misplace the password. Many users write down complex character combinations on pieces of paper, which are eventually lost, or rely on autofill on smartphones, forgetting the actual character sequence. Fortunately, operating systems and routers store this data in accessible locations, allowing access to be restored without a complex hack.
Recovering the access key is possible on almost any device that has previously been connected to the network, or through physical access to the router itself. Recovery methods Options range from simply viewing settings in Windows to using specialized commands in macOS or Android. It's important to understand that the method you choose depends on the hardware you have and the operating system it's running.
In this article, we'll cover all the current methods for finding saved passwords, including the nuances of working with different operating system versions. You'll learn how to use the command line, the graphical settings interface, and even the physical buttons on the router. Data security remains a priority, so we'll also discuss why you shouldn't store passwords in plaintext unless necessary.
Finding a password through the router's web interface
The most reliable and universal way to find out your current connection code is to log into your router's administrative panel. To do this, your device (computer or phone) must be connected to the router, preferably via cable, although your current Wi-Fi connection can also be used. In the browser's address bar, enter the device's IP address, which most often looks like this: 192.168.0.1 or 192.168.1.1, and log in using the administrator login and password.
After successfully logging into the control panel, you'll need to find the section responsible for wireless networks. Depending on your model and firmware, TP-Link, Asus, D-Link or KeeneticThis section may be called "Wireless," "Wi-Fi," "Wireless Mode," or "Network Settings." This is where the main settings for your access point are displayed, including the network name (SSID) and encryption method.
In the password field, the characters are usually hidden with asterisks or dots to protect them from prying eyes. Next to this field, there's often a "Show Password" checkbox; checking it makes the character combination visible. If there's no such checkbox, you can temporarily change the password to a simple one, save the settings, view it, and then revert it back to its original value.
⚠️ Warning: Changing settings in the router's web interface may result in disconnection of all connected devices. Be careful when changing encryption type or channel to avoid disrupting network stability.
What should I do if I forgot my router admin password?
If you haven't changed the factory settings, try the default combinations listed on the sticker on the bottom of the device (often admin/admin). If the password has been changed and forgotten, a full reset of the router using the Reset button will help, after which you'll have to set up the internet again.
Interfaces from different manufacturers may vary significantly, but the search logic remains the same. Below is a table with sample paths to Wi-Fi settings for popular hardware brands:
| Router brand | Menu section | Subsection | Field name |
|---|---|---|---|
| TP-Link | Wireless | Wireless Security | Wireless Password |
| Asus | Additional settings | Wireless network | WPA Pre-Authorization Key |
| D-Link | Wi-Fi | Security settings | PSK encryption key |
| Keenetic | My Networks and Wi-Fi | Home network | Network password |
How to find out the password on Windows 10 and 11
Windows operating systems save profiles of all networks a computer has ever connected to. This allows for automatic reconnection when returning to a signal range. To view the saved key, you will need administrator rights and access to the current network settings or the command prompt.
The easiest way is to use the graphical interface. Open "Settings" from the Start menu, go to "Network and Internet," and select "Change adapter settings" or "Advanced network settings." In the window that opens, find your wireless connection, right-click it, select "Status," and then "Wireless network properties."
In the new window, go to the "Security" tab. Here you'll see the "Network Security Key" field, where the characters are hidden. Simply check the "Show entered characters" box, and the system will display your password in plain text. This method works reliably on all modern versions. Windows 10 And Windows 11.
☑️ Checking access rights in Windows
An alternative option for advanced users is to use the command line. Open Terminal cmd with administrator rights and enter the command to display the list of saved profiles: netsh wlan show profilesFind your network name in the list and then use the command netsh wlan show profile name="Network_Name" key=clearIn the "Security Settings" section, the "Key Contents" line will contain the required code.
Password recovery on Android smartphones
Owners of devices based on Android They can also easily retrieve their password, especially if the operating system is version 10 or higher. In older versions, this required permissions. root access, but modern updates have made it possible to display security keys directly in the system settings.
To view the password, go to "Settings," then "Wi-Fi" or "Connections." Tap the name of the network you're currently connected to, or select the gear icon next to it. On some smartphone models, for example: Samsung or Xiaomi, you need to click the "Share" button or "QR code".
After verifying your identity with a fingerprint or PIN, a QR code will appear on the screen to quickly connect guests. A text string containing a password is often displayed beneath this code. If the text is hidden, you can take a screenshot and open it in Google Lens or any other QR code scanner that recognizes text in an image.
It's worth noting that on devices without root access, viewing passwords for networks to which the phone is not currently connected may be difficult. The system stores this data in a protected system file. wpa_supplicant.conf, access to which is closed to regular applications for security reasons.
View your security key on iPhone and iPad
Ecosystem users Apple For a long time, we were unable to simply view the Wi-Fi password, but with the release iOS 16 And iPadOS 16 This feature has become standard. Now, all you need is an updated device to access saved security keys through system settings.
Open Settings on your iPhone or iPad and go to Wi-Fi. In the upper-right corner of the screen, find and tap the Edit button (or edit icon). In the list of networks, find the one you need the password for and tap the blue information icon (the letter "i" in a circle) next to its name.
On the screen that opens, you'll see a "Password" field with characters hidden by dots. Tap this field, and the system will ask you to complete biometric authentication. Face ID or Touch ID, or enter the device unlock code. Once verified, the dots will turn into readable text that can be copied to the clipboard.
⚠️ Note: The password viewer feature is only available on devices running iOS 16 or later. If you have an older version of iOS, use iCloud Keychain sync with your Mac or view the password in your router settings.
For computer owners Mac With macOS Ventura or later installed, the process is similar: open System Preferences, go to Wi-Fi, find the desired network, and click the ellipsis icon or , then select "Show Password." On older versions of macOS, you can find the password in the Keychain Access app by finding the network name and enabling the display of characters.
Using the command line and specialized utilities
For advanced users working in the environment Linux or those who prefer console commands in Windows, there are effective tools for retrieving saved data. On Linux systems, such as Ubuntu or Debian, network configuration files are often stored in a directory /etc/NetworkManager/system-connections/.
To read a password in Linux, you need to open a terminal and use the command sudo to obtain superuser rights. Configuration files may have the extension .nmconnection or have no extension at all. By opening the file with a text editor (for example, nano or cat), you will find the line psk=your_password in the security section.
In Windows, you can also use PowerShell to automate the process. netsh wlan show profile name="NAME" key=clear This is standard, but there are scripts that list all networks and their passwords in a single report. This is convenient for system administrators managing a large number of workstations.
There are also third-party utilities such as WirelessKeyView from NirSoft, which allow you to view all keys stored in the system. However, caution should be exercised when using such software: download programs only from the developers' official websites to avoid infecting your computer with malware.
What to do if none of the methods helped
In rare cases, none of the devices remember the password, and access to the router's web interface is impossible due to a forgotten administrator password. In this situation, the only guaranteed solution is a full reset of the router to factory settings.
On the back panel of almost any router there is a small hole with the inscription Reset or RestoreTo activate the reset, turn on the device, press the button inside the hole with a thin object (paperclip, toothpick), and hold it for about 10-15 seconds until the indicators flash simultaneously.
After rebooting, the router will return to factory settings. The Wi-Fi password will be the one printed on the sticker on the bottom of the device (often a blank field or a simple combination). You'll need to connect to the network, log in to the web interface with the factory username and password, and reconfigure the internet connection and wireless network name.
⚠️ Please note: After resetting your router, all connected devices (TVs, phones, laptops) will lose internet connection. You will need to re-enter the new password on each one.
To avoid similar situations in the future, experts recommend using password managers or storing important data in a secure location. It's also good practice to change passwords regularly and use complex combinations that are difficult to brute-force.
Frequently Asked Questions (FAQ)
Is it possible to find out someone else's Wi-Fi password without accessing the router?
No, it's impossible to find out someone else's closed network password using legal methods. All the methods described in this article only work for networks to which your device has previously connected or require physical access to the router's settings. Attempting to hack someone else's network is illegal.
Where can I find the factory password if I never changed it?
The factory password (WPA Key) is usually located on a sticker located on the bottom or back of the router. Look for the words "Wireless Password," "WPA Key," or "Wi-Fi Password." If the sticker has worn off, try standard combinations like admin, 1234 or password.
Why doesn't the password appear under the QR code on Android?
On some Android versions (especially older versions or those with heavily modified skins), the password text may be hidden. In this case, take a screenshot of the QR code and use Google Lens or any third-party QR code scanner that can recognize text in images—it can read the data from the visual code.
Is it safe to store passwords in a browser or system?
Storing passwords in secure operating system vaults (Keychain, Credential Manager) is considered secure enough for home use, as access is protected by a login password or biometrics. However, for maximum security of corporate networks, it is recommended to use specialized password managers.
Will my Wi-Fi password change if I change my provider?
Not necessarily. If you keep your router, the password will remain the same unless you change it. If your ISP provides you with a router and you return the old one, the new device will have its own unique factory password, printed on the sticker.