Forgotten Wi-Fi password on Android often becomes an obstacle when trying to connect a new device or provide access to guests, especially if the physical data sticker is lost and there is no access to the router settings.

Previously, rights were required to view secret key superuser (root) and complex manipulations with system files, which was dangerous for an inexperienced gadget owner. However, with the release Android 10 Google has radically changed its security and convenience policy, making the password viewing function built-in and available to everyone. In this article, we will examine in detail native methods for new OS versions and alternative solutions for outdated devices.

It is important to understand that the capabilities of your smartphone directly depend on the firmware version and the manufacturer’s shell. If you have one MIUI, One UI or clean Stock Android, the paths to the settings may differ slightly, but the general principle remains the same. Let's look at the main ways to solve this problem.

Viewing a password on Android 10 and later

Starting with the tenth version of the mobile operating system, the function of viewing saved networks has been introduced into the standard settings menu. This is the simplest and safest method that does not require the installation of third-party software. You don't need to be a programmer to perform this procedure - just a couple of taps on the screen are enough.

To begin, open the menu Settings on your device and go to the Connections or Network and Internetsection. The name of the item may vary depending on the brand of your smartphone, but the essence remains the same. Next, select item Wi-Fi. Here you will see a list of available networks, as well as the one you are currently connected to.

Click on the gear icon next to the name of the active network or simply tap its name to open detailed information. In the menu that opens, find the button Share or an icon in the form of a QR code. The system will ask you to verify your identity using your fingerprint, facial recognition, or entering your screen unlock PIN.

⚠️ Attention: The QR code view password function only works if the screen is unlocked and your identity has been verified with biometrics or a PIN code. Without this check, the system will not show the data.

After successful authentication, a QR code will appear on the screen to quickly connect other devices. Under this code, as a rule, the code itself is indicated in small print. text password. If the text is not clearly visible, you can take a screenshot of this screen and open the image in any application that can read QR codes (for example, Google Lens or a standard scanner in the gallery) to decrypt the hidden data.

💡

If there is no password text under the QR code, take a screenshot of the screen and scan it through Google Lens - the application automatically will recognize and show the saved network key.

Retrieving data through the router settings

If your smartphone runs on an old version of Android (below 10), you won’t be able to view the password using standard means. In this case, the most reliable way is to log into the admin panel of your router. Since you are already connected to this network (otherwise how would you surf the Internet?), you have full access to the hardware settings.

Open any browser on your phone, for example Chrome or Firefox. You must enter the gateway IP address in the address bar. Most often this is 192.168.0.1 or 192.168.1.1. You can find out the exact address in the Wi-Fi settings on your phone in the “Gateway” field or on the sticker on the bottom of the router itself.

After entering the address, the system will ask for the administrator's login and password. By default, this data is often equal admin/admin or indicated on the same sticker on the back of the device. If you changed them earlier and forgot, this method will not work without resetting the router to factory settings.

In the router interface, look for a section called Wireless, Wi-Fi or Wireless mode. Inside this section there should be a subsection Security or Security settings. It is there that your key is stored in the PSK Password or Wireless Password field. It is often hidden by asterisks, but next to it there is usually a “Show Password” checkbox, which you just need to activate.

☑️ Access to router settings

Done: 0 / 1

Using a Google Account for synchronization

The Google ecosystem offers a convenient mechanism for synchronizing Wi-Fi passwords between devices linked to the same account. This is especially useful if you have a tablet or other phone running the latest version of Android, but you can’t view the code on your main device.

If the desired network is saved on one of your devices (for example, a tablet with Android 10+), the password for it is automatically synchronized with yours Google Account. You can go to the security settings of your account through a browser on any device and check the saved data.

Go to the path Google Settings -> Autofill -> Autofill from Google. In the "Passwords" section you can find saved data for various services and networks. However, direct viewing of Wi-Fi keys through the account web interface may be limited depending on the region and version of Google Play services.

An easier option is to use the "Quick Exchange" function between Android devices. If you have a friend's Android 10+ phone nearby, you can try connecting to their network (if it's the same network) or ask them to look up the password on their device if they've previously connected to your router. Synchronization occurs seamlessly for devices in a trusted circle.

📊 What version of Android do you have installed?
Android 13 and later
Android 10-12
Android 9 and below
I don’t know

Third-party applications and their limitations

In the store Google Play there are many applications that promise to show the Wi-Fi password without root access. However, it is important to understand how the operating system works. Starting with Android 6.0, access to the file wpa_supplicant.confwhere all keys are stored is severely limited.

Apps without root privileges can only show the QR code of your current network (using the same APIs as the standard setting), but will not be able to retrieve the password text string from system memory unless allowed by the OS itself. Many such apps simply duplicate the function built into Android 10+ and do not offer anything new.

There are utilities that try to guess a password using brute force methods, using dictionaries of popular combinations. This ineffective methodif your password is complex and contains a random set of characters. In addition, such actions may be considered an attack by network equipment, and your MAC address will be temporarily blocked.

Application type Root required Efficiency Security
QR scanners (built-in) No High (for Android 10+) Safe
Wi-Fi managers (Play Market) No Low (show only SSID) Medium (lots of advertising)
Root explorers Yes 100% (file access) Risk of loss of warranty
Brute force utilities Partially Low (depending on complexity) Dangerous (router block)
⚠️ Attention: Downloading applications for hacking Wi-Fi from unverified sources (not from Google Play) often leads to infection of the phone with mining viruses or Trojans that steal your personal data.

Method for users with root access

For owners of devices with acquired superuser rights (Root) task turns into a simple operation of viewing a system file. This method is universal and works on any version of Android, including the oldest models.

You will need a file manager that supports Root access, for example Root Explorer or Solid Explorer. After granting the application superuser rights, you need to go to the /data/misc/wifi/directory. This is where the system stores configuration files for wireless connections.

Find a file named WpaSupplicant.conf or wpa_supplicant.conf. Open it using the built-in text editor. Inside the file you will see blocks of code, where ssid is the name of the network, and psk is your cleartext password.

network={

ssid="MyHomeWiFi"

psk="SuperSecretPassword123"

key_mgmt=WPA-PSK

}

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. It is recommended that you simply read the data, close the file without saving changes, and copy the password into your notes.

What to do if the file does not open?

If the file manager cannot open the file, make sure that you give it full root access when you first launch it. Also check that the phone is not encrypted with full disk encryption, which can block access to the data partition until the unlock password is entered.

Common errors and solutions

Users often encounter problems when trying to extract data. One of the common mistakes is confusion between the Wi-Fi password and the password from the provider’s personal account. These are completely different things. A wireless network key is needed to connect the device to the router, and a password from the account is needed to pay for services and set up a tariff.

Another problem arises when using guest networks or corporate enterprise networks (WPA2-Enterprise). In such cases, the password may not be stored explicitly, since authentication occurs through a certificate or domain login/password. It is impossible to view such a “password” using standard methods, since it does not exist as such in the usual sense.

If you reset the network settings on your phone, all saved keys will be deleted permanently. In this case, only the method of logging into the router or calling the provider will help. There is no magic “recover deleted password from phone memory” button unless you have previously made a full system backup (TWRP backup).

⚠️ Attention: The interfaces of routers from different manufacturers (TP-Link, Asus, D-Link) are very different. If you don't find the tab you need, look in the menu for a section with a lock or antenna icon.
💡

The most universal way for any Android is to log into the router's web interface via a browser, since it does not depend on the phone's firmware version.

Questions and answers (FAQ)

Can I see the password if I am not connected to this network now?

Yes, if you connected to it before and did not delete the network profile in the Wi-Fi settings. On Android 10+, you can see the password in the list of saved networks, even if you are not currently connected to them, by simply tapping on the network name in the "Saved networks" list.

Is it safe to show a QR code with a password to friends?

Yes, it is safe. The QR code contains an encrypted connection string. Another person will be able to connect to the network by scanning the code, but will not see the text password itself. However, by giving access to the network, you trust the person with your Internet traffic.

Why is there no "Share" button in the Wi-Fi settings on my Android 11?

Some skin manufacturers (for example, older versions of MIUI or custom builds) could hide this function or move it. Try to find the "QR code" button separately or update your phone's firmware to the latest available version.

Can a virus steal the Wi-Fi password from my phone?

On modern versions of Android (10 and above), this is extremely difficult without root access. Applications are isolated from each other. However, on older versions of the system, malware with access rights to the storage could theoretically read configuration files.