How to find your WiFi password on an Android phone

It's extremely common to need to connect a new device to a wireless network but forget the password. Fortunately, modern smartphones store data about previously used connections, allowing you to retrieve the necessary information at any time. Users often wonder if it's possible to see the hidden access code if it was successfully entered and saved in the device's memory.

In most cases, the answer will be yes, but the specific algorithm of actions directly depends on the version of the operating system. Androidinstalled on your device. Starting with version 10, Google introduced a convenient feature for exchanging data via QR codes, significantly simplifying the process. On older firmware versions, such as 8 or 9, this procedure may require the use of special apps or root access.

In this article, we'll cover all available methods in detail, from standard system tools to advanced methods for experienced users. You'll learn how to quickly find your WiFi password on Android, even if you don't have a computer or access to your router's settings.

View saved networks in Android 10 and later

Starting with the tenth version of the mobile operating system, Google engineers implemented a native feature that allows you to share access to a hotspot via a QR code. This method is the simplest and most secure, as it doesn't require installing third-party software. To implement this, you need device administrator rights, which every smartphone owner has by default.

The process is as follows: open Settings, go to the Wi-Fi section, and select the desired network. A square code will appear on the screen, with the password itself often (but not always) written in small print underneath. If there's no text string, you can scan the code with another phone or take a screenshot and recognize it using Google Lens.

  • 📱 Open Settings and go to the section Connections or straight to Wi-Fi.
  • 🔍 Find in the list the network to which you are already connected or which is saved in memory.
  • ⚙️ Click the gear icon next to the access point name or tap the name itself.
  • 📷 Select a button Share or QR code and confirm your identity with a fingerprint or PIN code.

It is important to note that the interface may differ on devices from different manufacturers. Samsung, Xiaomi or Huawei The layout of menu elements varies. However, the logic remains the same: look for the "Share" button or QR code icon in the menu of a specific network.

⚠️ Note: On some operating systems (such as MIUI or EMUI), the password may not be displayed as text under the QR code. In this case, take a screenshot of the screen with the code, open it in the Google Lens app, and select "Search by image" or "Translate" to have the system recognize and display the hidden password text.

This method works reliably on the vast majority of modern smartphones. If the system requires identity verification, it's a normal security measure to prevent data theft by unauthorized persons when the screen is unlocked.

📊 What version of Android are you using?
Less than Android 10
Android 10
Android 11
Android 12 and above

Using Google Lens to Decode a QR Code

If your smartphone's settings menu doesn't contain a password in text, but only displays a graphic code, the built-in intelligent image analyzer will come to the rescue. Google Lens (The lens) is capable of reading data from an image and converting it into understandable text. This is especially relevant for owners of devices where the manufacturer has hidden the text line.

To get started, take a screenshot of your Wi-Fi network's QR code. Then, open the Google or Google Photos app, find the image you took, and tap the "Lens" or "Search by image" button. The system will analyze the image and return a result, including the network's SSID and security key.

This method is universal and works even on devices with limited default settings. The key is to have a high-quality image of the code. If the screen is damaged or has a low resolution, recognition may not be successful on the first try.

  • 📸 Take a screenshot of the network's QR code in your Wi-Fi settings.
  • 🔎 Open the app Google or Google Photos on the phone.
  • 🖼️ Select an image and click the button Lens (lens).
  • 📝 Wait for the text to be recognized and copy the password from the results.

Sometimes the system may prompt you to connect to the network immediately after scanning if you're using a different phone. In this case, simply copy the password from the result line or use the "Copy" function if available in the recognition interface.

Methods for Android 9 and older versions

Owners of devices running on the platform Android 9 Pie and earlier versions face security restrictions. In these OS versions, access to wireless network configuration files is blocked for regular applications without special permissions. Therefore, viewing saved passwords using standard tools is impossible.

However, there are workarounds. One of them is to use Wi-Fi management apps that require Root rightsIf your phone is rooted, then almost any specialized application will be able to read the system file. wpa_supplicant.conf, where all connection data is stored.

If you don't have root access, the only legal way is to access the router's control panel. To do this, you need to be connected to the network (even without internet) and know the gateway address. These are usually standard numbers found in the equipment's documentation.

  • 🌐 Open your browser and enter the router's IP address (often 192.168.0.1 or 192.168.1.1).
  • 🔑 Enter the administrator login and password (by default it is often admin/admin).
  • 📡 Go to the section Wireless or Wireless mode -> Wireless Security.
  • 👁️ Find the field Password or Key and press the display button (eye).

⚠️ Note: Router interfaces vary significantly across providers (Rostelecom, Beeline, MGTS) and manufacturers (TP-Link, ASUS, D-Link). Look for sections labeled "Wireless," "Security," "WLAN," or "Security." If you've changed your router's administrator password and forgot it, you'll need to reset it using the reset button. Reset on the device body.

It's also worth keeping in mind that some providers block access to router settings via mobile data, requiring a Wi-Fi or cable connection. Make sure your phone is actually connected to the hotspot, even if the internet isn't working.

WiFi Password Recovery Apps

In the store Google Play There are many utilities that promise to reveal saved passwords. However, most of them either don't work without root privileges or are filled with ads. Nevertheless, there are proven solutions that can help in certain scenarios.

One of the popular options is the app WiFi Password ViewerIt only works on rooted devices, scanning system files and displaying a convenient list of all ever-connected networks. For non-rooted devices, the functionality of such programs is severely limited.

There are also applications that attempt to guess passwords using databases of popular combinations, but their effectiveness is extremely low. Only those utilities that can read local system configuration files are truly useful.

Application name Requires Root Functional Rating
WiFi Password Viewer Yes View all saved networks 4.5/5
WiFi Map No Search for open networks nearby 4.2/5
Instabridge No Database of user passwords 4.0/5
WiFi Key Recovery Yes Export passwords to a text file 4.3/5
Is it dangerous to use such apps?

Using apps from the official Google Play store is generally safe if they have high ratings and numerous reviews. However, apps that require root access gain full rights over the system. Download software only from trusted developers to avoid personal data theft.

When installing such programs, carefully read the permissions they request. If a simple password viewer requests access to contacts or the microphone, this is a warning sign; it's best not to install it.

Retrieving data via ADB without root rights

For advanced users who do not want to obtain superuser rights, but have computer skills, there is a debugging method through ADB (Android Debug Bridge). This method allows you to extract the Wi-Fi configuration file directly from the device if USB debugging is enabled.

It is important to understand that on modern versions of Android (starting from 7-8 and above) access to the file wpa_supplicant.conf Using ADB is also blocked by SELinux security policies unless the device is rooted. However, this method may work on some older models or custom firmware.

To get started, you need to enable developer mode on your phone and enable USB debugging. Then connect your smartphone to your PC and install the drivers and ADB platform tools. The command to attempt to extract the file is somewhat specific and requires knowledge of the file system paths.

adb pull /data/misc/wifi/wpa_supplicant.conf c:/wpa.conf

If the command is successful, a file will appear on the computer in the root of drive C: wpa.conf, which can be opened with Notepad. Inside there will be lines like ssid="Name" And psk="Password"If the system crashes (permission denied error), this method will not work without Root.

  • 💻 Install the ADB drivers on your computer and connect your phone with a cable.
  • 🔧 Turn on USB debugging in the developer menu on your smartphone.
  • ⌨️ Enter the command adb pull /data/misc/wifi/wpa_supplicant.conf in the terminal.
  • 📂 Open the received file with any text editor and find your password.

Frequently Asked Questions (FAQ)

Is it possible to find out someone else's WiFi password if I haven't connected to it?

No, it's impossible to legally find out the password for a network you've never connected to and don't have physical access to the router. Apps that promise to "hack" are often scams or use leaked password databases, which is illegal.

Where can I find a QR code on an iPhone?

On iPhone (iOS), you can only view the password in plain text if the device is updated to iOS 16 or later. Go to Settings -> Wi-Fi, tap the "i" icon next to the network, and tap the hidden password dots. FaceID or TouchID will display the code. There is no QR code for sharing, as on Android.

What should I do if I forgot my router password to access the settings?

If you changed the administrator password and forgot it, the only option is a hard reset. Find the small hole on the router body and press it with a paperclip for 10-15 seconds while the router is powered on. The router will reset to factory settings, and the password will be the one written on the sticker underneath.

Is it safe to save passwords in a Google Account?

Yes, Wi-Fi password syncing via your Google Account is encrypted. This allows you to automatically connect to known networks when you restore your phone or sign in to a new device with the same account.

Why doesn't the phone show the password even though the network is saved?

This could be due to limitations in Android versions (older than 10), insufficient access rights for the settings app, or a corrupted system configuration file. In rare cases, restarting the device or deleting the network and re-entering the password can help.