The situation when you successfully connected your smartphone to your home or public network, and after a while forgot the password, is found everywhere. This can happen after a factory reset, purchasing a new router, or simply due to human forgetfulness. Fortunately, the operating system Android has greatly simplified the management of wireless connections in recent years, making the data recovery process as transparent as possible for the user.

The ability to see saved data directly depends on the version of the software installed on your device. If you have a modern gadget, the procedure will take a matter of seconds and will not require installing third-party software. However, owners of older models may find it necessary to use additional tools or obtain security key directly depends on the version of the software installed on your device. If you have a modern gadget, the procedure will take a matter of seconds and will not require installing third-party software. However, owners of older models may need to use additional tools or obtain root access. In this article we will analyze in detail all the current methods.

Regardless of the brand of your smartphone, be it budget Xiaomi, flagship Samsung or pure Google Pixel, the logic of working with network profiles remains similar. We will look at both standard system tools and workarounds for cases where the standard menu is hidden by the manufacturer. It is important to understand that access to this data is a security feature, so the system will always require confirmation of your identity.

Built-in capabilities of Android 10 and later

Starting with the tenth version of the mobile operating system, Google engineers have introduced a native password viewing function. Previously, this information was stored in a protected system file wpa_supplicant.conf, access to which was denied to ordinary applications. Now the user can legally obtain this data through the standard settings menu, using biometrics or a PIN code.

To find the required key, you need to go to the wireless network settings section. The interface may vary slightly depending on the manufacturer's shell, but the general path remains the same. After entering the Wi-Fi menu, you will see a list of available networks and the one you are currently connected to. By clicking on the gear or network name, you will be taken to the detailed information screen.

This screen usually has a “Share” button or icon QR code. It is this element that is the key to the solution. When you click on it, the system will ask you to confirm your identity using a fingerprint, face scanner, or entering a pattern. After successful authentication, a square code will be displayed on the screen to quickly connect other devices.

⚠️ Attention: On some smartphone models (for example, older versions of MIUI or OneUI), the password may not be written in text under the QR code. In this case, you will need to take a screenshot of the screen and open it through any QR code scanner or Google Lens to read the text string.

The password text is often located directly below the QR code image. If you don't have one, use your second phone's camera or the Google Lens feature on the screenshot. This method is the safest, as it does not require the installation of suspicious utilities from unverified sources.

💡

Starting with Android 10, the password for the current network can be seen through the “Share” menu, scanning the QR code or reading the text under it.

Viewing saved networks on Android 11, 12, 13 and 14

In more recent versions of the operating system, the functionality has been expanded. Now users can view not only the password from the active network, but also from those connections to which the phone connected in the past. This is extremely convenient if you have moved to another place or changed your router, but want to connect your old laptop to the previous access point.

The procedure is as follows: go to Settings, then select Connections or Network and Internet. Find the section Wi-Fi. The list of available networks often has a “Saved networks” button or a similar option in the menu (three dots in the corner of the screen). The history of all your connections is stored here.

Select the network you are interested in from the list. The system will again ask for identity confirmation. After this, the network card will open, where the “Share” button will be available. The QR code generation mechanism works identically to the method described above. However, in Android 12 and higher, the password text is almost always duplicated under an explicit code.

  • 🔐 Authentication: The system requires unlocking the device to access sensitive data.
  • 📱 QR code: A universal way to transfer data without manually entering characters.
  • 📝 Text output: In new versions of the OS, the password is displayed in plaintext under the graphics.

It is worth noting that shell manufacturers sometimes hide this function deeper. For example, on devices Huawei with the EMUI shell, the path may be through the “WLAN Settings” menu. On smartphones Sony or Motorola with pure Android, the interface will be as concise as possible and comply with Google guidelines.

📊 What version of Android do you have installed?
Android 10
Android 11-12
Android 13-14
Other / I don’t know

Methods for older versions of Android (up to 9 Pie)

If your device is running Android 8 Oreo or earlier versions, you won’t be able to view the password using standard tools. The security architecture of those years did not allow an ordinary user to view saved keys. The file with the network configuration is encrypted and is accessible only to the superuser.

To solve this problem you will need to obtain root-rights. This is a system hacking procedure that gives complete control over the file structure. After obtaining access rights, you can use special file managers, such as Root Explorer or RE Managerto get to the system folder /data/misc/wifi/.

The file in this directory is wpa_supplicant.conf. By opening it with any text editor, you will see a list of all networks in the format:

network={

ssid="Network_Name"

psk="Your_Password"

}

Here ssid is the name of the network, and psk — the required password. Be extremely careful when editing this file: any extra comma or deleted character may cause the Wi-Fi module to stop working correctly until the next reset.

⚠️ Warning: Rooting your device will void your device's warranty and may make it vulnerable to malware. Make a complete backup of your data before starting the rooting procedure.

There are also applications that automate this process, for example WiFi Password Viewer. They require superuser rights when running. After granting rights, the application itself reads the configuration file and displays a list of networks in a convenient form with a button to copy the password to the clipboard.

Using a Google Account for synchronization

Many users do not know that Wi-Fi passwords can be synchronized with your Google account. This feature allows you to restore access to networks when switching to a new device or after completely resetting your phone to factory settings. The data is stored in secure cloud storage and linked to your account.

To check whether the password is saved in the cloud, you can use the service passwords.google.com. Visit this site from any browser (on a computer or another phone) and log in using the same Google account as on your smartphone. In the "Passwords" section, you can find a search for network names.

If a network is found, you can view the saved credentials. To view the password, you will need to re-authenticate (entering the Google master password or the code from SMS). This method is especially useful if the phone itself is broken, the screen is broken, or the device is inaccessible, but you urgently need to connect another gadget to the network.

Access method Required rights Risk of data loss Difficulty
QR code (Android 10+) None No Low
Wpa_supplicant file Root access High High
Google Passwords Account access No Medium
Third-party applications Root / ADB Average Medium
What to do if synchronization has been disabled?

If you previously disabled password synchronization in your Google Account settings, you will not be able to restore data via the cloud. In this case, only physical access to the router or using methods with root access on the connected device will help.

Third-party applications and utilities

In the store Google Play there are many applications that promise to show Wi-Fi passwords. However, there is a significant nuance here: without root access, most of them are useless. They can only show the password for the network you are connected to right now, using the same QR code generation trick that is in the system.

Applications like WiFi Key Recovery or WiFi Password Viewer really work, but only on rooted devices. They scan system files and display information in readable form. Some advanced utilities can even create backup copies of all network profiles that can be restored on another phone.

There is also a method of using ADB (Android Debug Bridge) without obtaining full root access, but it requires connecting the smartphone to the computer and having the drivers installed. Using the console, you can run the command to backup Wi-Fi settings:

adb backup -f wifi.ab -noapk com.android.providers.settings

The resulting file wifi.ab then you need to convert it to a tar archive and extract the settings file from there. This is a complex path that requires technical literacy, but it allows you to access data on devices where rooting is impossible or undesirable.

💡

Before installing any applications to view passwords, carefully read reviews and check permissions. Avoid apps that require access to contacts or SMS unless clearly necessary.

Resetting the router as a last resort

If none of the software methods worked, the phone is lost and the password is unknown, physical access to the equipment remains. On the back panel of most routers (routers) there is a sticker with factory data. The SSID (network name) and standard password (Wireless Key / Password) are indicated there.

This method will only work if you have never changed the password after purchasing the router. If the key has been changed, you will have to reset the device to factory settings. To do this, there is a recessed button on the case Reset, which must be pressed for 10-15 seconds with the power on.

After resetting, all settings, including the network name and password, will return to the factory values ​​​​from the sticker. The disadvantage of this method is that you will have to reconfigure the connection type (PPPoE, L2TP, etc.) if the provider requires authorization, and also reconnect all devices in the house.

⚠️ Attention: Resetting the router will reset the Internet on all devices on the network. Make sure you have an agreement with your ISP on hand to restore your Internet connection settings, not just Wi-Fi.

Often users confuse the Wi-Fi password and the password from the router’s admin panel (to enter the settings through the browser). The factory password for the admin panel is often admin/admin, but the password for the wireless network can be a unique set of characters. Carefully read the sticker on the bottom of the device.

☑️ Actions when resetting the router

Done: 0 / 5

Frequently asked questions (FAQ)

Is it possible to find out the password from someone else's Wi-Fi if I don't have access to it connected?

No, this is impossible by legal means. The Android operating system does not store passwords for networks that the device has never connected to. Attempts to hack into other people's networks are illegal and violate computer information laws.

Why is the password text not displayed under the QR code?

This depends on the version of Android and the specific firmware of the manufacturer. In Android 10, the text is often hidden and the password is "hardwired" inside the QR code itself. You need to scan this code with another phone or through Google Lens to see the text string.

Is it safe to use apps to view passwords?

Apps from the official Google Play store are verified, but they often require questionable permissions. The greatest risk comes from apps downloaded from third-party sites, which may contain malicious code. It is better to use the built-in functions of the system.

What should I do if I forgot my Google Account password for recovery?

You will have to go through the account recovery procedure through the official Google page. Without access to your account, synchronized passwords cannot be restored. In this case, all that remains is to reset the router or search for the password on another device that is already connected to the network.

Is it possible to see the password on the iPhone if it is saved in iCloud?

Yes, if you have an Apple device running iOS 16 or later or a Mac running macOS Ventura, passwords are synced via iCloud Keychain. They can be viewed in the Wi-Fi settings on iPhone or in Keychain on Mac, confirming access with your face or fingerprint.