How to find your Wi-Fi password on a connected Android phone: all the working methods

Have you forgotten your home Wi-Fi password, and the router is in an inaccessible place or the sticker with the password has long since worn off? This situation is familiar to many people, especially when you need to connect a new gadget or share the network with guests. Luckily, if your The Android smartphone is already connected to this network.There are several ways to retrieve a saved password—without resetting the router and losing settings.

In this article we will look at all current methods Getting a Wi-Fi password directly from your phone: from standard Android tools to hidden features and third-party utilities. Important: Not all methods work on modern OS versions due to stricter security policies, but we've highlighted which ones are suitable. Android 10–14You'll also learn why some methods stopped working after updates and how to legally bypass restrictions.

We warn you in advance: if you are trying to hack someone else's network, this is illegally (Article 272 of the Criminal Code of the Russian Federation). The article is intended only for extracting the password from own network, which you already have access to from your phone.

1. Standard method: password in Wi-Fi settings (Android 9 and below)

On older versions of Android (before Android 10) the password for the current network could be viewed directly in the connections menu. Now this method only works on devices with unupdated firmware or custom builds (for example, LineageOS).

Instructions:

  • 📱 Open Settings → Wi-Fi.
  • 🔗 Click on the name of your network (the one you are connected to).
  • 🔑 In the details window, find the field Password or Password - it may be hidden behind the asterisks.
  • 👁️ Click on the eye icon (if present) to display the symbols.
📊 What version of Android is your phone running?
Android 10 or later
Android 9 or later
Don't know
Other OS

If there's no password option, your Android version hides it. Continue to the next steps.

⚠️ Attention: On Android 11+ Google has removed the ability to view your password through the default menu for security reasons. Attempting to edit system files without root access will result in an error. Permission denied.

2. View password via configuration file (requires root or ADB)

Android stores all saved Wi-Fi passwords in an encrypted file. wpa_supplicant.confTo read it, you need root access or connection via ADB (USB debugging). This method is suitable for tech-savvy users.

Steps for root users:

  • 🛠️ Install a file manager with root access (for example, Root Explorer or FX File Explorer).
  • 📁 Follow the path /data/misc/wifi/ (or /data/misc/wifi/WifiConfigStore/ on new Androids).
  • 📄 Open the file wpa_supplicant.conf text editor.
  • 🔍 Find the block with the name of your network (ssid="...") - there will be a line next to it psk="..." with a password.

For users without root, but with enabled USB debugging:

adb pull /data/misc/wifi/wpa_supplicant.conf

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

⚠️ Attention: On Android 10+ file wpa_supplicant.conf may be encrypted or missing. In this case, only root with the module will help. Magisk for decryption.

Enable USB debugging in Developer Options

Install ADB drivers on your PC

Connect your phone via USB (File Transfer mode)

Download Android SDK platform tools-->

3. Using third-party applications (without root)

If you don't have root rights, but your phone is connected to the network, you can use applications that read the Wi-Fi cache. Best options:

  • 🔐 WiFi Password Viewer - shows passwords for saved networks (works on Android 8–9).
  • 📡 WiFi Key Recovery - Recovers passwords from backups (required) adb backup).
  • 🛡️ Network Info II - displays technical data of the network, including PSK (on some firmware versions).

How to use:

  1. Download the app from Google Play (check reviews - many utilities stopped working after Android 10).
  2. Run a scan of saved networks.
  3. Find your network in the list - the password will be in the column Password or Key.
Application Root required Works on Android 10+ Link
WiFi Password Viewer ❌ No ⚠️ Partially Google Play
WiFi Key Recovery ❌ No (but ADB is required) ❌ No Google Play
Network Info II ❌ No ⚠️ Depends on the firmware Google Play
Root Browser ✅ Yes ✅ Yes Google Play

4. Extracting the password via a backup (ADB Backup)

This method works without root, but requires USB debugging and your computer. The trick is to create a backup of your Wi-Fi settings and extract the password from it.

Step-by-step instructions:

  1. Connect your phone to your PC and turn it on USB debugging (Settings → About phone → Build number - press 7 times, then return to Settings → System → Developer Options).
  2. Open Command Prompt (Windows) or Terminal (macOS/Linux) and enter:
    adb backup -f wifi_backup.ab -shared
  3. On your phone, confirm the backup creation (no password required).
  4. Download the archiver Android Backup Extractor and extract from wifi_backup.ab file wpa_supplicant.conf.
  5. Open it with any text editor and find the line psk="your_password".

Disadvantages of the method:

  • ⏳ Long process (requires a PC and additional software).
  • 🔄 On some phones (Xiaomi, Huawei) the backup copy is encrypted.
Why did Google ban viewing Wi-Fi passwords?

WITH Android 10 Google has tightened its security policies to prevent data leaks. Passwords were previously stored in cleartext, but now they are encrypted at the system level and accessible only to privileged applications (such as Wi-Fi settings). This is due to the increasing number of attacks via public networks and the requirements of the standard. WPA3.

5. Alternative methods (if nothing helps)

If none of the methods work, there are radical options:

  • 🔄 Resetting the router: Click the button Reset on the back of the router (hold for 10-15 seconds). The password will be reset to the factory default (indicated on the sticker).
  • 📞 Call the providerIf the router was issued by an Internet provider, its support team can provide the password using the contract number.
  • 🖥️ View on another device: If a laptop is connected to the network Windows or macOS, the password can be extracted through Network and Sharing Center or Keychain Access.

For routers from the provider (For example, Rostelecom, Beeline, MTS) a universal password often works:

  • Login: admin
  • Password: admin or the last 8 characters MAC addresses (indicated on the sticker).
⚠️ Warning: Resetting your router will delete all settings, including binding to a provider (PPPoE, VLAN, IPTV). If you're unsure of your connection parameters, it's best to call support first.

6. Common mistakes and how to avoid them

When trying to extract a password, users encounter typical problems:

Error Cause Solution
Permission denied when accessing wpa_supplicant.conf No root access or SELinux is blocking access Get root or use ADB
The application does not show the password. Android 10+ blocks reading Try it WiFi Key Recovery with ADB
File wpa_supplicant.conf empty On newer Androids, data is stored in WifiConfigStore Search for the file by path /data/misc/wifi/WifiConfigStore/SoftAp
ADB doesn't see the device. Drivers are not installed or debugging is not enabled. Install Google USB Driver and check adb devices

If you see the message This network requires web authentication - your network uses capture portal (For example, in hotels or cafes). In this case, the wireless network password is useless—you need to log in through your browser.

FAQ: Answers to Frequently Asked Questions

Is it possible to find out the Wi-Fi password without rooting on Android 13?

On Android 13 Without root it's almost impossible. The only chance is to use ADB Backup (see section 4), but many manufacturers (e.g., Samsung) encrypt backups. An alternative is to connect your phone to a PC and use programs like Wifi Password Revealer (requires USB debugging).

Why have Play Market apps stopped showing passwords?

WITH Android 10 Google has introduced restrictions on access to Wi-Fi data for third-party apps. Now, only system utilities (for example, Settings) can read passwords. Applications require root or special permissions that regular users cannot grant.

Is it possible to find out a neighbor's Wi-Fi password via their phone?

No, it is illegallyEven if the phone is connected to someone else's network, modern versions of Android won't allow the password to be extracted without the router owner's explicit consent. Attempts to hack someone else's network are classified as unauthorized access (Article 272 of the Criminal Code of the Russian Federation) and are punishable by a fine of up to 200,000 rubles.

How can you protect your Wi-Fi from such leaks?

To prevent password extraction from connected devices:

  • 🔒 Use WPA3 instead of WPA2 (settings in the router panel).
  • 🔄 Change your password regularly (every 3-6 months).
  • 📵 Turn off WPS - This protocol is vulnerable to brute force attacks.
  • 👥 Create guest network for temporary connections.
Does viewing the password via QR code work?

Yes, but only if the router supports QR code generation for connection. For example, on TP-Link routers or Keenetic Can:

  1. Go to the router control panel (192.168.0.1 or 192.168.1.1).
  2. Find a section Wi-Fi → QR code.
  3. Scan the code with any scanner (for example, Google Lens) - some applications show the password in text form.

However, the QR code itself usually contains encrypted data and the password is not displayed directly.