It's common to need to connect a new device to the network but forget the password. Fortunately, modern smartphones based on Android often store data about previously used networks in memory. This allows you to restore access to Wi-Fi without having to reset the router or look for a sticker on its body.
Previously, this operation required permissions. Root, which was unsafe and complicated for the average user. However, with the release of Android 10 and later, Google changed its security policy, making viewing saved passwords a standard feature of the system. Now QR code became the key to access control.
In this article, we'll take a detailed look at all current data recovery methods. You'll learn how to use built-in system tools and browser capabilities. Google Chrome and specialized applications. We'll also address security issues and explain why old methods no longer work.
Built-in tools of Android 10 and later
Starting with the tenth version of the operating system, the generation function QR code For guest connections, this has become the standard. This same mechanism allows the device owner to view the password in plain text. This doesn't require installing additional software or obtaining extended access rights.
The interface developers have simplified the process as much as possible. Open your smartphone's settings and go to the wireless connection management section. There you'll find a list of all the networks your device has ever connected to.
⚠️ Note: Menu item names may vary slightly on devices from different manufacturers (Xiaomi, Samsung, Huawei). Look for sections labeled "Wi-Fi," "Wireless Networks," or "Connections."
After finding the desired network, the system will offer two options: scan the code with another device or copy the data. The second option is what we need to obtain the password string.
- 📱 Open
Settingson your smartphone. - 📶 Go to the section
Wi-FiorConnections. - 🔍 Click on the name of the active network or on the gear icon next to it.
- 🖼️ Select an option
QR codeorShare.
If the system requires identity verification, use a PIN, pattern, or fingerprint. This is a standard measure. security, preventing unauthorized access to data.
Decoding a QR code using a camera
Once you've generated the QR code on your smartphone's screen, you'll be tasked with decoding it. In most cases, the password is hidden behind asterisks, but it's completely contained within the code's structure. You can use the camera of any other phone to extract it.
Modern Android operating systems often have a built-in QR code recognition feature in the default Camera app. If you point the camera at a code, the system will prompt you to copy the password or connect immediately. However, to see the actual text, it's best to use third-party tools or Android's own features.
An interesting solution is to use the Google Lens feature. It's built into many smartphones and allows you to analyze the image on your screen. Simply take a screenshot of the QR code, open it in your gallery, and select the analysis option.
- 📸 Take a screenshot of the screen with the QR code (usually the Volume Down + Power buttons).
- 🖼️ Open the image in your gallery or the Google Photos app.
- 🔍 Click the "Lens" or "Search by image" button.
- 📝 The system will recognize the text and display the password in the "Wi-Fi Password" field.
☑️ Check QR code access
This method is universal and works even on older versions of Android that don't have a direct "Show Password" button. The key is having a second device or the ability to quickly switch between apps.
Using Google Chrome to Recover
Browser Google Chrome Android has password syncing. If you've ever connected to Wi-Fi and allowed the browser to save data, your password may be stored in your Google account. This is especially true for those using the Google ecosystem.
To check, you need to go to your browser settings. There you'll find a section responsible for autofill and saved data. Unlike system settings, passwords are often displayed in plain text after authentication.
Find the name of your wireless network in the list of saved websites or apps. It may appear as an address or a profile name. Tap it to view details.
⚠️ Note: To view your password in Chrome, the system will require biometric verification or a screen unlock PIN. This is to prevent data theft.
If the password is hidden behind dots, click the eye icon. The text will become readable, allowing you to copy or rewrite it. This is one of the most secure methods, and doesn't require an internet connection while viewing.
- 🌐 Open the app Google Chrome.
- ⚙️ Go to
Settings(three dots in the corner). - 🔑 Select an item
Password managerorAutofill. - 📡 Find the name of your Wi-Fi network in the list.
What to do if there is no password in Chrome?
If your password isn't saved automatically, try connecting to the network again and select "Yes" when asked "Save password?" The data will be available in the manager next time.
Password recovery apps
In the store Google Play There are many utilities that promise to reveal saved passwords. However, it's important to understand the limitations: without root access, most of them cannot read the system file. wpa_supplicant.conf, where the keys are stored.
However, some apps use legitimate Android APIs to create QR codes or analyze the current configuration. These act as a convenient wrapper around standard system functions, simplifying the interface.
Popular apps such as WiFi Password Viewer (in various variations) can work on newer versions of Android, using permissions to read network settings. They don't hack the router, but only read what the phone already knows.
| Application name | Root is required | Functional | Rating |
|---|---|---|---|
| WiFi Password Viewer | No (on Android 10+) | Display QR code and text | 4.5 |
| InstaWifi | No | Creating connection links | 4.2 |
| WiFi Map | No | Search for open networks nearby | 4.6 |
| Root Password Recovery | Yes | Full access to system files | 4.8 |
Be careful when installing such software. Avoid apps with questionable permissions, such as access to contacts or SMS. Security Your personal data is more important than convenience.
ADB Method (for advanced users)
For users who are not afraid of the command line, there is a method using ADB (Android Debug Bridge). This method allows you to access some system data without gaining full root privileges if USB debugging is enabled on the device.
You'll need a computer with the ADB driver installed and a USB cable. Once connected, you can send a command to display information about the current Wi-Fi configuration. This is a powerful diagnostic tool.
adb shell dumpsys wifi | grep "mConfiguredNetworks"
However, starting with Android 9, access to this data via ADB was also restricted for security reasons. On modern versions, this method can only show the SSID (network name) but hide the password (PreSharedKey).
⚠️ Note: The debug interface and available commands depend on the processor manufacturer and firmware version. There is no universal command for all models.
If standard methods don't work and ADB is useless, your only option is to reset the router. Before doing so, try logging into the router's web interface from your phone if you remember the administrator password.
- 💻 Connect your phone to your PC via USB.
- 🔧 Turn on
USB debuggingin the developer menu. - ⌨️ Launch the command prompt on your computer.
- 📡 Enter the command
adb devicesto check the connection.
What to do if nothing helps
In cases where none of the software methods work, physical access to the hardware remains. If you have access to the router, you can reset it to factory settings. To do this, press the button Reset on the body.
After resetting, the router will revert to the factory password, which is located on a sticker on the bottom of the device. This is usually an 8-12 character combination. You can then connect with this password and, if desired, set a new one.
An alternative option is to log into the router's control panel. If you've changed the administrator password in the past and remember it, log in at 192.168.0.1 or 192.168.1.1 via a browser. In the Wireless section, you can view or change the security key.
Remember that knowing your network password is a matter of personal digital hygiene. Write down complex passwords in a safe place or use a password manager to avoid similar situations.
Is it possible to find out someone else's Wi-Fi password without permission?
No, this is impossible and illegal. All the described methods only work with networks to which your device has previously successfully connected and stored data. Hacking into other people's networks is prohibited by law.
Why isn't the password displayed on Android 9 and below?
In Android versions below 10, Google blocked app and user access to files storing Wi-Fi passwords to improve security. Without root access (which requires a firmware update), it's impossible to view the password using standard tools.
Are password viewer apps safe to use?
Using trusted apps from Google Play is relatively safe as long as they don't require suspicious permissions. However, it's better to rely on the built-in features of Android 10+, as they don't share your data with third parties.
What are WPA2 and WPA3 in router settings?
These are wireless network encryption protocols. WPA3 is a more modern and secure standard. When changing your password, it's recommended to select it if all your devices support it.