It's common to need to connect a new device to the network but forget the password. Fortunately, the operating system Android Starting with version 10, it has built-in functionality for viewing saved access keys. You don't need to be a hacker or have advanced programming knowledge to recover this information.
Previously, to solve a similar problem, it was necessary root rights and third-party software, which was unsafe. Now, the process has become transparent and accessible to the average user. However, the methodology may differ depending on your operating system version and the manufacturer's shell.
In this article, we'll take a detailed look at all the current methods for retrieving a forgotten password. We'll cover the system's built-in tools, Google account features, and specialized apps. On devices with Android 10 and above, the password is stored in plain text in the network settings, making the process as simple as possible.
Standard tools for Android 10 and later
Since version Android 10Google has implemented a QR code feature for quickly connecting guests. This same mechanism allows the device owner to view the password in plain text. This doesn't require installing additional software or gaining superuser rights. Simply access the standard settings menu.
The process is as follows: open Settings, go to the Wi-Fi section, and select the desired network. The system will prompt you to share access by generating a QR code. The password itself is often displayed beneath this code, or you can see it by scanning the code with another device or taking a screenshot.
⚠️ Note: On some smartphone models (e.g., Xiaomi with MIUI or Samsung with One UI), the password may be hidden behind asterisks even in the QR code menu. In this case, you'll need to take a screenshot and recognize the text using Google Lens or a similar service.
It's important to understand that to view your password, you'll need to authenticate with biometrics (fingerprint or Face ID) or enter your screen unlock PIN. This is a security measure to prevent unauthorized access to your data if your phone falls into their hands.
Let's look at a step-by-step algorithm of actions for most devices:
- 📱 Open
Settingsand go to the sectionWi-FiorConnections. - 📡 Click on the name of the network you are currently connected to, or on the gear icon next to it.
- 🔍 Select an option
ShareorQR code. - 👁️ Complete the identity verification and look at the text under the QR code.
☑️ Check your password before viewing it
If the password isn't written in text under the QR code, take a screenshot. Then, open the Google Photos or Google Lens app, select the screenshot, and tap "Search by image." The system will recognize the text in the image and return the character combination you're looking for.
Using a Google Account for syncing
The Google ecosystem allows you to sync saved Wi-Fi passwords across all your devices. If you've ever connected to a network on one device and enabled syncing, the password may have been saved in the cloud. This is especially useful if you want to connect from a new device but don't remember the passkey.
To view saved passwords through your Google account, go to your profile's security settings. This is where you'll find the password manager, which stores not only website keys but also wireless network information. Access to this section is also protected by additional authorization.
This method works regardless of the Android version, as the account management interface is the same across all platforms. You can even check your saved data from a computer by logging into your Google account in a browser. This is a universal method that's often overlooked.
| Parameter | Description | Where to find |
|---|---|---|
| Password manager | Access key storage | Google Settings -> Autofill |
| Synchronization | Transferring data between devices | Google Account -> Sync |
| Security | Checking account activity | myaccount.google.com/security |
To find your password using this method, follow these steps:
- Go to
Settingsphone. - Scroll down to the item
Googleand click on it. - Select a tab
Autofill, thenGoogle Autocomplete. - Click on
Google PasswordsorPassword manager. - Find the name of your Wi-Fi network in the list.
What to do if the network is not listed on Google?
If the network you need isn't listed in Google Password Manager, syncing was disabled when you connected, or you connected to the network before signing in. In this case, the only solution is to use the QR code on the device itself or reset the router.
The interface may vary slightly on different smartphones, but the logic remains the same. If you use a third-party password manager (such as one from Samsung or Xiaomi), check it as well. Manufacturers often duplicate this feature in their own apps.
Methods for Android 9 and older versions
On devices with an operating system version below 10 (for example, Android 8 Oreo or Android 9 Pie) The system's capabilities are limited. These versions do not have a built-in feature for viewing passwords in Wi-Fi settings for security reasons. Files containing access keys are stored in the system partition, which is inaccessible to regular applications.
The only standard way to access these devices is by logging into the router's web interface. Your phone must be connected to the Wi-Fi network. Enter the router's IP address in your browser, log in, and view the wireless network settings in the appropriate section.
⚠️ Note: Administrative login and password are often required to log in to your router. If you've changed them and forgotten them, you'll need to reset the router to factory settings, which will temporarily interrupt internet access for all devices.
An alternative option is to use apps that require root access. Without superuser access, it's practically impossible to view the password on older versions of Android. Apps like WiFi Password Viewer can read data from a system file wpa_supplicant.conf, but only if you have root access.
Sequence of actions for viewing through a router:
- 🌐 Find out the gateway IP address (usually 192.168.0.1 or 192.168.1.1).
- 🔑 Enter the address in the address bar of your browser (Chrome, Firefox).
- 👤 Enter the router administrator login and password.
- 📡 Find the section
WirelessorWireless network->Wireless Security.
It's worth noting that on very old versions of Android (below 4.4), the security mechanisms were different, but the password viewing functionality was completely absent. Owners of such devices are advised to update the firmware, if possible, or use a computer to access the router settings.
Using password recovery apps
In the store Google Play There are many utilities that promise to reveal saved passwords. However, it's important to understand how they work. Without root access, these apps can only generate a QR code for connection (similar to the system one) or guess passwords from a database of popular combinations, which is ineffective.
Rooted apps like WiFi Password Viewer or ES File Explorer (in older versions) have access to system files. They read the contents of the configuration file and display a list of all networks and keys in a convenient format. This is a powerful tool, but it requires unlocking the bootloader.
Obtaining root rights (via Magisk or SuperSU) voids the device's warranty and may cause instability in banking apps. Therefore, using such methods is only advisable on older devices or in the hands of experienced users.
Advantages and disadvantages of using third-party software:
- ✅ Pros: User-friendly interface, history of all connections, export option.
- ❌ Cons: Risk of viruses, need for root access, ads in free versions.
- ⚠️ Risks: Possibility of password theft by application developers.
If you do decide to use such an app, download it only from trusted sources and read reviews carefully. It's best to choose open-source programs whose code has been verified by the community.
Restoring access via the command line (ADB)
For advanced users, there is a method to obtain the password via USB debugging (ADB - Android Debug Bridge). This method doesn't require root access on the phone itself, but it does require a computer and ADB drivers installed. It doesn't work on all devices, as it depends on system file access rights.
The essence of the method is to execute a command that reads a file wpa_supplicant.confIf access rights allow, you'll receive a text file with a list of networks. If access is denied (which is most common on modern Android devices without root), the command will return an error.
To get started, you need to enable developer mode on your phone. This is done by repeatedly tapping the build number in the section About the phone. Then the item is activated in the developer menu. USB debugging.
adb pull /data/misc/wifi/wpa_supplicant.conf c:/wpa.conf
After the command is executed, the file will be saved on your computer. Open it with any text editor and find the block ssid with the name of your network. The parameter will be listed next to it. psk, which is your password.
⚠️ Note: On Android 10 and above, access to the folder
/data/misc/wifi/Using ADB without root access is closed. This method is mainly relevant for Android 9 and below, or for devices with an unlocked bootloader.
If the command fails or returns an access error, the system's security is working correctly. In this case, returning to the QR code method or resetting the router is the only option.
Problems and solutions when viewing passwords
Users often encounter situations where the QR code option is present, but the password isn't displayed, or the "Share" button is inactive. This may be due to carrier restrictions, corporate security policies (MDM profiles), or firmware errors.
Sometimes clearing the Wi-Fi service cache or rebooting the network module helps. In rare cases, resetting the network settings is necessary, but this will delete all saved Bluetooth connections and passwords, so use this method with caution.
If your phone is connected to a corporate network, the administrator may have prohibited settings export. In this case, you won't be able to view the password using standard tools. You'll need to contact your organization's IT department.
| Problem | Possible cause | Solution |
|---|---|---|
| There is no share button | Old version of Android or shell | Use the router login |
| The password is hidden by asterisks | UI Security Settings | Take a screenshot and recognize the text |
| Error logging into the router | Incorrect admin password | Resetting the router |
Manufacturers are constantly updating their shells, so the locations of the items may differ from those described. Look for names that are similar in meaning.
FAQ: Frequently Asked Questions
Is it possible to find out the Wi-Fi password if I'm not connected to it?
No, it's impossible to find the password for a network you've never connected to without access to the router. If you've connected before, the password may be stored in your phone's memory (on Android 10+), but you'll still need to log in to view it.
Are password viewer apps safe to use?
Apps that require root access have full access to your system. Use only trusted, open-source software. Apps without root access are generally safe, but their functionality is limited to generating QR codes.
What should I do if I forgot my router administrator password?
If the standard admin/admin keys don't work, you'll have to perform a hard reset. Find the button Reset Press and hold the button on the router body for 10-15 seconds while the power is on. The router will reset to factory settings, and the password will be listed on the sticker.
Does this method work on iPhone?
On iOS, you can't view your password in plain text, even on a connected device (without jailbreaking). However, if you have a Mac with the same iCloud account, you can view the password in your computer's Keychain.