How to Find the Wi-Fi Password on an Android Phone: A Complete Guide

Modern life is unthinkable without constant internet access, and we most often rely on home wireless networks. However, situations where you need to connect a new device to an existing network, but the password is forgotten or lost, occur with alarming regularity. Owners of smartphones based on Android People often wonder if it's possible to somehow "extract" saved data from the system without having to reset the router settings.

Fortunately, the Android operating system has undergone significant changes in recent years, becoming more user-friendly when it comes to managing network connections. While viewing security keys previously required superuser (root) privileges and complex manipulations of system files, in many cases this can now be accomplished using native tools. Google has implemented convenient sharing mechanisms via QR codes and cloud synchronization.

In this article, we'll cover all the current methods for viewing passwords on various Android versions, from tried-and-true methods to the latest security features. You'll learn how to use built-in system functionality, Google Account features, and specialized commands to access forgotten data without losing your connection.

View your password via QR code on Android 10 and later

Since version Android 10, the developers have implemented a native QR code generation feature for quickly connecting devices. This feature not only simplifies connecting guests but also allows you to visually read encrypted data if you have a second smartphone with a camera and QR code recognition capability. To initiate the process, open the Wi-Fi settings.

Click the gear icon next to the active network name or select "More" in the connection management menu. In the window that opens, you'll see a "Share" button or a QR code icon. The system will ask you to verify your identity using biometrics (fingerprint, Face ID) or a screen unlock PIN.

After successful authentication, a square code will appear on the screen. Below it, in small print, is typically a line containing the text value of the security key. If the text isn't immediately visible, take a screenshot or use a second phone with a QR code scanner (or a camera with Google Lens) to read the information.

  • 📱 Open Settings and go to the section Wi-Fi.
  • 🔗 Click on the name of the current network or the gear icon to the right of it.
  • 📲 Select an option Share or QR code.
  • 🔓 Confirm the action with an unlock code or fingerprint.

It is important to note that on some shells, such as MIUI from Xiaomi or One UI The interface may differ slightly from Samsung's, but the logic remains the same. In some cases, the password text may be hidden by asterisks even in the QR menu, requiring a third-party code scanner to decrypt it.

Using a Google Account to sync passwords

One of the most powerful, yet often overlooked, tools in the ecosystem Google Wi-Fi password syncing is a key feature. Starting with Android 10, security keys can be automatically saved to your Google Account. This means you can find a forgotten password not only on your phone but also from any other device with access to your account.

To test this feature, go to your account security settings. This method is especially useful if you've lost your phone but want to retrieve the password from a tablet or computer. The system stores this data in encrypted form, ensuring a high level of personal information protection.

Go to your phone's settings, select "Google," and go to Account Management. The "Security" tab contains a "Password Manager" or "Passwords" option. In the list of saved data, look for the section related to Wi-Fi networks. This displays the network names (SSIDs) and their corresponding passwords in plaintext.

⚠️ Note: You may need to re-verify your identity to display your password in Google Manager. Make sure the device you're using to verify your data is connected to the internet and logged in to the same account as the phone where the password was saved.

If you are using a device with "clean" Android (for example, Pixel, Nokia, Motorola), this method works most reliably. On custom skins, the path to Google settings may be hidden in the general app menu. It's also worth remembering that syncing must be enabled the first time you connect to the network.

📊 Where do you most often store your Wi-Fi passwords?
In my head (I remember)
Recorded on the router
In phone notes
Synchronized in Google Account

Viewing through the settings menu on different versions of Android

The Android operating system interface depends heavily not only on the OS version, but also on the device manufacturer. Companies like Samsung, Xiaomi, Huawei And Realme They create their own add-ons that change the layout of controls. Therefore, a universal "Show Password" button may not appear in the front-end menu.

On devices Samsung with the One UI shell you need to go to SettingsConnectionsWi-FiTap the gear next to the active network, then select "QR code." The password is often displayed at the bottom of the screen under the graph. On smartphones Xiaomi (MIUI/HyperOS) the path is similar: SettingsWi-Fi → click on the network name → “Share” button.

Owners of devices with older versions of Android (8 and 9) may need to enable additional developer options or use specific keyboard shortcuts, but viewing the password in plain text on these versions is virtually impossible without root access. In such cases, the focus shifts to using a QR code as the only native option.

Below is a table showing the differences in access paths for popular brands:

Brand / Shell Path to settings Availability of a text password Verification required
Samsung (One UI) Settings → Connections → Wi-Fi → Gear Yes (under QR) Yes (PIN/Biometrics)
Xiaomi (MIUI) Settings → Wi-Fi → Click on network Yes (under QR) Yes (Password/Fingerprint)
Google Pixel Settings → Network & Internet → Wi-Fi → Gear Yes (Share button) Yes (Biometrics)
Huawei (EMUI) Settings → Wi-Fi → Click on the network (QR) Partially (often only QR) Yes

It's worth keeping in mind that manufacturers regularly update their user interfaces. The button layout may change depending on the firmware version. If you can't find the path described above, try searching your phone's settings by searching for "Wi-Fi" or "Network."

☑️ Checking password access

Completed: 0 / 5

Using ADB commands to extract data

For advanced users who don't want or can't get root rights but have access to the computer, there is a debugging method via ADB (Android Debug Bridge). This method allows you to query the system for saved network configurations directly, bypassing the graphical interface. However, it requires preparing the phone first.

The first step is to enable developer mode. To do this, go to SettingsAbout the phone Tap the Build Number seven times quickly. After the "You are now a developer" message appears, return to the main Settings menu, find "Developer options," and enable "USB debugging."

Connect your phone to your computer via USB cable. The computer must have the platform installed. Platform-toolsOpen a command prompt or terminal in the ADB folder and enter the following command to test the connection: adb devicesA debugging permission request will appear on your phone's screen, which you must confirm.

adb shell pm grant com.android.settings android.permission.WRITE_SECURE_SETTINGS

Once access is granted, you can request the Wi-Fi configuration. However, starting with Android 10, file access wpa_supplicant.conf It's closed even to ADB without root access. Therefore, this method is mainly effective on older versions of Android (up to and including 9) or on devices with an unlocked bootloader and superuser rights.

⚠️ Attention: Be careful when entering commands in ADB. Incorrect actions in debug mode can lead to system instability or the deletion of important data. This method is recommended for advanced users only.

If you have root privileges, the command to view the password file looks like this:

adb shell su -c"cat /data/misc/wifi/wpa_supplicant.conf"

In the output you will find blocks network, where is the field psk contains the desired password in cleartext. Unfortunately, this method won't work on modern devices without root access due to increased security. Android, and you will have to rely on QR code or cloud sync methods.

What should I do if my computer can't see my phone via ADB?

Make sure the drivers for your device are installed (especially important for Windows). Try replacing the USB cable with the original one, as some cables only support charging. Also, check whether "File Transfer (MTP)" or "USB Debugging" is selected in your phone's USB settings.

Third-party applications and their limitations

In the store Google Play There are many apps that promise to reveal saved Wi-Fi passwords with a single click. However, users should exercise extreme caution. Android security mechanisms isolate app data from each other, so a regular app is not allowed to read system network configuration files.

Most of these apps either display ads and provide no results, or require root access. Without root access, the app can only generate a QR code for the current network (using the same system APIs as the built-in function), but it cannot display the text password for old networks. Some "password recovery" apps are actually databases of shared passwords from neighboring routers, which poses security risks.

Using questionable software can lead to personal data leakage, as such applications often request excessive permissions. It is safer to use trusted password managers (for example, Bitwarden, KeePass), where you will manually record the data after restoring it via QR code.

  • 🛑 Avoid apps with names like "WiFi Password Hacker" or "Show Password".
  • 🔒 Most utilities require Root rights.
  • ⚠️ Many programs contain aggressive advertising and miners.
  • ✅ The best solution is the built-in tools of Android 10+.

If you do decide to use third-party software, read reviews carefully and check permissions. Remember that no app can hack a password unless it's stored on your phone's memory. They only extract existing data.

What to do if none of the methods helped

If the phone doesn't display the password, you don't have root access, and the QR code can't be read, you can still physically access the router. This is the most secure, albeit less technologically advanced, method. Turn the router over and look for a sticker on the bottom or back of the device. It often contains the factory Wi-Fi password (labeled as a WPA/WPA2 Key, PIN, or Password).

If the password was previously changed and doesn't match the factory default, and you can't remember it, you'll need to reset the router to factory settings. To do this, find the small hole marked Reset on the router body, press it with a paper clip and hold for 10-15 seconds with the power on.

After resetting, the router will return to factory settings, and the password will be the one on the sticker. You'll need to reconfigure your internet connection (enter your ISP details if you're using PPPoE or a static IP) and set a new password for your wireless network. Be sure to write down the new information in a safe place.

⚠️ Attention: Resetting your router will disable internet access on all devices and require reconfiguration. Only do this if you're confident you can re-enter your provider's settings.

You can also try accessing the router's web interface. To do this, connect to Wi-Fi (it works without the internet) and enter the gateway address in the browser, usually 192.168.0.1 or 192.168.1.1If you know the administrator login and password (often admin/admin), you can view or change the security key in the "Wireless" or "Wireless Network" section.

How do I log into my router if I've changed my admin password?

If you changed the password for your router's web interface and forgot it, the only solution is a full reset using the Reset button on the router. The default passwords (admin/admin) won't work after changing them.

Frequently Asked Questions (FAQ)

Is it possible to find out the Wi-Fi password on Android without root access?

Yes, on Android 10 and newer, this is possible using the "Share" feature or a QR code in Wi-Fi settings. On older versions, you can't view the saved password using native tools without root access.

Where are Wi-Fi passwords stored on Android?

Passwords are stored in a system file /data/misc/wifi/wpa_supplicant.confAccess to this file without superuser (root) rights is denied for security reasons.

Why is there no password written under the QR code?

This depends on the firmware version and the manufacturer's shell. Some devices only display a graphic code. In these cases, the text can be read by scanning the QR code with another phone's camera or using Google Lens.

Are password recovery apps safe to use?

Most of these apps are either useless without root access or potentially dangerous. It's recommended to use only built-in Android features or trusted password managers.

What should I do if I forgot my Wi-Fi password and can't access my router settings?

The only option is to reset the router to factory settings using the Reset button. This will reset the password to the value on the sticker, but will require you to reconfigure your internet connection.