It's quite common to need to connect a new device to your home network or share access with guests, but the passphrase has been lost. Fortunately, modern operating systems store information about previously used networks in protected registries or system files. This makes it easy restore access access to information without having to reset the router to factory settings.
There are several proven methods for extracting a forgotten character combination, and the method you choose directly depends on the specific device currently connected to the network. Whether it's a Windows laptop, an Android smartphone, or an iPhone, the steps will vary. In this article, we'll cover the technical details for each platform in detail.
Password recovery on Windows 10 and 11
The Windows operating system has built-in functionality for managing network connections. If your computer or laptop is currently connected to Wi-Fi or has previously connected to it, the system automatically saves the security key. To get started, you need to open Control Panel or the network settings menu. The fastest way is to right-click the Wi-Fi icon in the system tray (near the clock) and select "Open Network & Internet Settings."
The next step may vary slightly depending on your OS version, but the logic remains the same. You need to find the section responsible for additional settings or properties of the current connection. In Windows 10, this is often hidden under the "Network and Sharing Center" section, from where you should follow the link with the name of your network. In the "Status" window that opens, click the button. Wireless network properties.
The key moment comes on the "Security" tab. This is where the information you're looking for is stored. By default, the "Network Security Key" field is hidden behind asterisks to protect it from prying eyes. You need to check the box next to this item. Show entered charactersAfter this action, the hidden text will become visible, and you will be able to copy or write it.
⚠️ Important: You must have administrator rights on your computer to perform these steps. If the system asks for account confirmation, make sure you are entering the password for your Windows account, not your Wi-Fi password.
An alternative and faster method for experienced users is to use the command line. This method is universal and works even when the graphical interface doesn't work correctly. Open the command line (CMD) as administrator and enter the command to display the profile.
netsh wlan show profile name="Your_Network_Name" key=clear
In the resulting report, look for the "Key Content" line. It will contain the password in cleartext. This method is especially useful if you need to find the password for the network your computer is currently connected to.
View saved networks on Android
For owners of smartphones based on Android I was a little less lucky, as Google's security policies are constantly changing. On older versions of the operating system (before Android 10), you could find out the password through the Wi-Fi settings by simply enabling the display of characters. However, in modern versions Android 11, 12, 13 and later This functionality is hidden deeper or requires root rights.
However, there is a standard method for most current Xiaomi, Samsung, and Huawei models. Go to Wi-Fi settings, select the network you're connected to, and tap the gear icon or QR code. The system often prompts you to "Share" the network, generating a QR code. A text password may appear underneath this code or when scanned by another device.
If you can't view the data using standard tools, you can use file managers with access to system partitions, but this will require superuser privileges. The configuration file is usually located in the following path: /data/misc/wifi/wpa_supplicant.confInside the text file you can find the line psk="your_password".
What to do if you don't have root rights?
If you don't have root access but have another Android smartphone, try using the "Share Wi-Fi" feature on the first device (it generates a QR code). Then scan this code with the camera or a scanner app on the second device. Some QR scanners display not only the connection details but also the decrypted text password. This is a workaround that doesn't require jailbreaking the system.
Using iPhone and iPad (iOS)
For a long time the ecosystem Apple hid Wi-Fi passwords from users, but with the release iOS 16 And iPadOS 16 This feature is now available through built-in tools. If your device is updated to the latest version, the process takes just seconds and doesn't require any third-party software.
The process is very simple: open "Settings" and go to the "Wi-Fi" section. Find the network you need to find the password for in the list and click the blue information icon (the letter "i" in a circle) to the right of the network name. In the menu that opens, find the "Password" line. By default, it will be hidden by dots.
Tap the password field. The system will prompt you for biometric authentication (Face ID or Touch ID) or the device unlock code. Once verified, the password will be displayed in clear text and can be copied. This method only works for networks to which the device has previously connected or is currently connected.
Checking via the router's web interface
The most reliable and universal method, which works regardless of the client device type (TV, console, smart bulb), is to log into the router's control panel. To do this, you'll need a browser and the default gateway address. This is usually 192.168.0.1 or 192.168.1.1.
Enter the address in your browser's address bar. If you're connected to the network but don't know the administrator login and password, try standard combinations: admin/admin, admin/password, or check the sticker on the bottom of the device. Many providers use unique passwords printed on the sticker.
After logging in, find the section related to wireless networking. It may be called "Wireless," "Wi-Fi," "Wireless Mode," or "WLAN." Inside, look for the "Security" or "Security Settings" subsection. In the field there, WPA/WPA2-Personal The current key is specified.
Here you can not only view but also change the password to a more complex one. After changing the settings, be sure to click "Save" or "Apply." All devices will be disconnected from the network and will need to be reconnected with the new key.
☑️ Checking access to the router
Table of standard addresses and logins
To quickly access your router settings, it's helpful to know the standard addresses. Below is a table of the most common login credentials for various equipment manufacturers.
| Manufacturer | IP address | Login | Password (default) |
|---|---|---|---|
| TP-Link | 192.168.0.1 | admin | admin |
| ASUS | 192.168.1.1 | admin | admin |
| D-Link | 192.168.0.1 | admin | (empty) |
| Keenetic | 192.168.1.1 | admin | 1234 |
| Tenda | 192.168.0.1 | admin | admin |
Please note that internet service providers often change the default settings of the equipment they provide to subscribers. If the default settings don't match, look for a unique sticker on the device or contact your service provider's technical support.
⚠️ Please note: Router interfaces are constantly being updated. The location of the "Security" or "Wireless" menu may vary depending on the firmware version. If you can't find the desired item, use the settings search within the router interface.
Specialized software and utilities
There are many password recovery programs available, but they should be used with caution. Popular utilities such as WirelessKeyView NirSoft's tool allows you to export all keys saved in Windows to a text file. The program is fast and requires no installation, but antivirus software may detect it as a data-stealing tool.
For mobile platforms, the situation is more complex. Apps from official stores (Google Play, App Store) often don't have access to Wi-Fi system files due to OS security restrictions. They may display QR codes or offer paid subscriptions without providing real password viewing functionality. Therefore, reliance on third-party software on phones is often ineffective.
More advanced Linux users can use the terminal and utilities to work with NetworkManager. Command nmcli Allows you to manage connections and display connection details, including keys, if you have the appropriate access rights.
nmcli -s -g 802-11-wireless-security.psk connection show "Network_Name"
Using such software is justified when standard methods fail or when mass key recovery is required across multiple computers in a corporate network. For home use, the built-in OS tools are usually sufficient.
Frequently Asked Questions (FAQ)
Is it possible to find out the Wi-Fi password if I'm not connected to the network right now?
Yes, if your device (laptop or phone) has ever connected to this network before. The operating system stores a profile history. On Windows, this is done via the command line, on Android, via Wi-Fi settings (unless the profile has been deleted), and on iPhone, via Wi-Fi settings (iOS 16+).
What should I do if I forgot my router password to access the settings?
If the default admin/admin passwords don't work and there's no password on the sticker, you'll need to reset the router. Find the small hole marked "Reset" on the router body and press it with a paperclip for 10-15 seconds while the device is turned on. The router will reset to factory settings, and the password will be the one on the sticker. You'll have to set up your internet connection again.
Is it safe to use Wi-Fi hacking software?
Using programs to crack passwords (brute force) or hack into other people's networks is illegal and violates the law. This article focuses solely on restoring access to own networks or networks to which you have legal access but have lost your credentials.
Why doesn't the password appear on Android even though the network is saved?
Starting with Android 10, Google has restricted app and system settings access to password files for security reasons. Without root access (superuser rights), viewing passwords in plain text is often impossible. The only way to access them is to use a QR code for sharing or log in to the router's web interface.
Can my ISP tell me my Wi-Fi password?
No, your ISP provides the internet connection. Local network (router) security settings are your responsibility. However, if the router is leased by the ISP, they may know the default password or have remote management access (TR-069), but due to security policy, they will most likely send a technician or suggest resetting the settings.