It's a common situation where you urgently need to connect a new device to a wireless network but have forgotten or lost the password. We often use the internet for months without even thinking about it. security key, until you need to enter it on a guest's smartphone or new laptop. Fortunately, operating systems and routers store this information securely, allowing you to access it if necessary. restore access without complicated resetting of settings.
There are several proven methods to find out WPA2 or WPA3 The key can be accessed using an already connected device. The method you choose depends directly on the device you have at hand: a Windows computer, an Android smartphone, an iPhone, or the router itself. In this article, we'll cover the technical nuances of each method in detail so you can quickly resolve the issue.
It's important to understand that all the actions described below are only legal if you own the network or have administrator permission. Modern encryption protocols are designed to protect data, so simply snooping on someone else's password is impossible without specialized tools and time. We'll cover the built-in tools of operating systems.
Viewing a password in the Windows operating system
If a computer running Windows 10 or 11 is already connected to your wireless network, you can retrieve the saved key through the standard network connections interface. This method doesn't require installing third-party software or using the command line, making it ideal for regular users. You'll need access to the network adapters management window.
To get started, open the Control Panel and go to the section Network and Internet, and then select Network and Sharing CenterIn the left pane of the window, click the "Change adapter settings" link, find your active wireless connection, right-click it, and select "Status." In the dialog box that opens, click "Wireless Network Properties."
Next, go to the "Security" tab. This is where the encryption type and the "Network Security Key" field are displayed. The characters are initially hidden behind asterisks, but you can check the "Show entered characters" box to make the system display them. cleartext passwordThis is the fastest method for desktop PCs.
⚠️ Important: You must have administrator rights on your computer to perform these actions. If you are using a corporate PC, the system may ask for confirmation or block access to these settings.
An alternative option for advanced users is to use the console. The command netsh wlan show profile name="Network_Name" key=clear will display all technical information about the profile, including the key in the "Key Contents" field. This method is useful if the graphical interface is not working correctly.
☑️ Checking access rights in Windows
How to find out the password on an Android smartphone
Android device owners often wonder where connection data is stored. Starting with Android 10, Google introduced a convenient feature for viewing the network's QR code, which often also displays the password in text format. This solution has significantly simplified the lives of users who previously needed to root access to read system files.
To use this method, go to Settings, then to the section Wi-Fi or "Connections." Tap the gear icon next to the name of the network you're connected to, or select "Share." A QR code will appear on the screen for the other device to scan, along with a text string containing the password.
- 📱 Open Wireless settings from the Home screen.
- 🔗 Click on the active network name or information icon.
- 👁️ Select the "Show password" option or look under the QR code.
- 🔐 Copy the character combination to use on other gadgets.
On older versions of Android (before 9.0), the system did not allow viewing saved keys without superuser rights. File wpa_supplicant.confThe directory where all the data was stored was accessible only to system processes. If you have an older phone and don't have root access, your only option is to access the router settings through a browser.
What to do if the password is hidden by dots?
On some operating systems (MIUI, OneUI), the password may not be displayed immediately. Try taking a screenshot of the screen with the QR code and opening it in the Google Lens app—it will recognize the text automatically.
Restoring access to Apple iOS and macOS devices
Apple's ecosystem is known for its closed nature, but it does include mechanisms for viewing stored data. iPhones and iPads running iOS 16 and later now have the long-awaited ability to view Wi-Fi passwords directly in Settings. Previously, this could only be done through a Mac or iPad using Key Sync.
To view the key on iPhone, open Settings and go to the section Wi-FiFind the network with a check mark next to it (your current connection) and click on the blue information icon (i)In the "Password" field, tap the hidden dots—the system will require biometric authentication (Face ID or Touch ID) or the device passcode.
On Mac computers, the situation is even simpler, especially if you use iCloud Keychain. Open the Keychain Access app using Spotlight search or from the Utilities folder. In the list on the left, select "System Keys" or "Login," find your network name in the list, double-click it, and check "Show password."
⚠️ Note: If you have two-factor authentication and key sync enabled for your Apple ID, your password may be available on all your devices. Changing your password on one device will update it on all devices.
It's important to note that the network settings interface has changed on macOS Ventura and later. The password can now be viewed directly in the main Wi-Fi settings window after clicking "More Details" and completing authentication. This ensures a high level of security. data security, since a casual glance from an outsider will not reveal your combination.
Checking via the router's web interface
The most universal method, which works regardless of the type of connected client (TV, console, old Nokia), is to log into the router's control panel. The router is the main custodian of the network configuration, and you can change or view SSID The encryption key can be found in its settings. To do this, the device must be connected to the router via cable or Wi-Fi.
Open any browser and enter the gateway IP address in the address bar. Most often, this is 192.168.0.1, 192.168.1.1 or 192.168.31.1The exact address is usually written on a sticker on the bottom of the device, next to the login and password. If the sticker is worn off, the address can be found through the command line (command ipconfig on Windows, the "Default Gateway" field).
After entering your administrator credentials (often admin/admin), navigate to the wireless network section. This section may be labeled "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN." Under the "Security" or "WLAN Settings" subsections, you'll see a field labeled "PSK Password," "WPA Pre-Shared Key," or simply "Password."
| Router brand | Typical IP address | Menu section | Password field name |
|---|---|---|---|
| TP-Link | 192.168.0.1 | Wireless -> Wireless Security | Wireless Password |
| ASUS | 192.168.1.1 | Wireless network | WPA-PSK key |
| Keenetic | 192.168.1.1 | My Network -> Wi-Fi Network | Password |
| Xiaomi | 192.168.31.1 | Wi-Fi settings | Wi-Fi password |
Interfaces may vary between manufacturers, but the logic remains the same: look for the section related to wireless connection and security. If you've changed the administrator password and forgotten it, you'll have to factory reset (Hard Reset) by holding down the Reset button on the router body for 10-15 seconds.
Using the Command Prompt and PowerShell
For system administrators and tech enthusiasts, the fastest way is to use the command line. This method not only allows you to view the current password but also displays a list of all networks the computer has ever connected to. This is especially useful if you want to regain access to a network you're not currently connected to.
Launch Command Prompt (CMD) or PowerShell as administrator. Enter the command netsh wlan show profilesto see a list of all saved profiles. Find the desired network name in the list, and then enter the command netsh wlan show profile name="Network_Name" key=clearIn the "Security Settings" block, there will be a line called "Key Contents" with the value you are looking for.
netsh wlan show profile name="HomeWiFi" key=clear
This method is great because it works even when the Windows graphical interface is glitchy or doesn't display the password field. It also allows you to quickly copy and paste the command and its result, which is handy when configuring complex network equipment.
- 💻 Open CMD via Windows search.
- 📝 Enter the command to display the list of profiles.
- 🔍 Find the exact network name (respecting case).
- 🔑 Use the key=clear parameter to display the password.
It is worth noting that on some corporate computers, executing commands netsh may be blocked by security policies. In this case, the system will display an access denied message, and you will have to use other methods or contact the IT department.
Mobile applications and third-party software
Google Play and the App Store offer numerous utilities that promise to reveal Wi-Fi passwords. However, there's a key caveat: on Android without root access, apps can't read system files containing passwords. Most such programs simply generate a QR code for an already connected network (using the system API) or reveal passwords for open networks.
Popular apps like WiFi Password Viewer or WiFi Map Often require extended access rights. If your phone isn't rooted, these apps' functionality will be limited to displaying the current network's QR code, which, however, also solves the problem of connecting a second device. Be wary of apps that require suspicious permissions.
⚠️ Warning: Avoid installing questionable programs from untrusted sources. Many Wi-Fi hackers contain adware or malicious code that can steal your personal data instead of revealing your password.
For iOS, the situation is even more strict: due to the closed nature of the system, no app from the App Store can reveal a saved password for another network. The only legal method on an iPhone is to use the built-in feature in iOS 16+ or sync with a Mac via iCloud Keychain.
What to do if nothing helps
There are situations when none of the software methods work: administrator rights are lost, root access is lost, and access to the router settings is blocked. In this case, the final, radical, but effective method remains: a physical inspection of the equipment. Many users forget that the factory password is often printed on a sticker on the bottom or back of the router.
If you've ever changed your password and haven't written it down, or can't remember it, you'll need to reset your router to factory settings (factory reset). To do this, locate the hole on the powered-on device. Reset and press it with a paperclip for 10-15 seconds until the indicators flash. After this, the router will return to its "out of the box" state.
After the reset, the network will be named as shown on the sticker (e.g., TP-LINK_4821), and the password will also be reset to the factory default (found there). You'll need to connect with these details, go to settings, and re-enter your desired network name and a new, complex password, which it's best to write down this time.
Remember that regularly changing your passwords and storing them in a secure place (such as a password manager) will save you from having to find complex workarounds in the future. The security of your home network directly depends on the strength of the encryption key used.
Is it possible to find out my neighbor's Wi-Fi password?
Technically, this is only possible through brute-force methods or if neighbors use weak WEP encryption, but such actions are illegal and violate the law on unauthorized access to computer information. We consider only legal methods for restoring access to your own networks.
Where are Wi-Fi passwords stored in the Android file system?
On Android, passwords are stored in a file /data/misc/wifi/wpa_supplicant.confAccess to this directory is only possible with superuser (root) privileges. Without root privileges, this file cannot be read using standard tools for system security reasons.
Why does Windows say "Cannot display password"?
This can occur if your account doesn't have administrator rights or if the network profile is corrupted. This error is also possible if the network is enterprise and uses certificates instead of a simple password.
Will the router password be reset if the power is turned off?
No, a short power outage or rebooting the router does not reset the settings. A reset requires a forced action via the Reset button or a software reset via the interface. The settings are saved in non-volatile memory.