How to find your home Wi-Fi password on an Android phone: detailed instructions

Forgot your home Wi-Fi password, and the sticker on your router has worn off or was never there? Don't rush to reset your router or call your ISP. Android smartphone, which is already connected to this network, you can easily retrieve the saved password - and this does not always require root rights or special applications.

In this article we will look at all working methodsHow to view your Wi-Fi password on Android, including hidden system features, standard tools, and workarounds for different firmware versions. We'll also cover specific device-specific details. Samsung, Xiaomi, Huawei and other popular brands, where manufacturers often modify the interface.

Important: Methods vary depending on version Android (from 6.0 to 14) and superuser rights. If your smartphone isn't rooted, start with the first methods—they'll work 80% of the time.

1. Standard method: via Wi-Fi settings (Android 10 and newer)

Starting from Android 10Google has added a built-in feature for viewing passwords for saved networks. This is the simplest and most secure method, but it doesn't work on all firmware versions (for example, on MIUI from Xiaomi it can be hidden).

Instructions:

  1. Open SettingsNetwork and Internet (or Connections on Samsung).
  2. Select Wi-Fi, then click on the name of your network in the list of saved ones.
  3. Tap the button Share (or Share in the English-language firmware).
  4. The system will ask for confirmation. PIN code, imprint or graphic key.
  5. After authorization, a window will open with QR code and a text string Password (Password).

⚠️ Attention: On some devices (eg. Huawei With EMUI) Instead of a password, only a QR code may be displayed. In this case, use any QR scanner (for example, built in Google Lens) to read the data and see the password in text form.

📊 What version of Android is your phone?
10 or newer
9 (Pie)
8 (Oreo)
7 (Nougat) or older

2. Via Wi-Fi configuration file (without root, but with ADB)

If the standard method does not work, you can extract the password from the system file wpa_supplicant.conf, where Android stores data about all saved networks. You don't need root rights, but it will be required computer and included USB debugging.

Step-by-step instructions:

  1. Activate on your phone Developer mode (tap 7 times Build number V Settings → About phone).
  2. Turn on USB debugging in the developer menu.
  3. Connect your phone to PC, install ADB drivers and open a command prompt in the folder with platform-tools.
  4. Run the command:
    adb pull /data/misc/wifi/WifiConfigStore.xml

    If the file is not found, try:

    adb pull /data/misc/wifi/wpa_supplicant.conf
  5. Open the downloaded file in any text editor (for example, Notepad++) and find the line with psk="your_password".

🔹 Note: On Android 9 and newer versions, the file path may differ. If the command doesn't work, try:

adb shell su -c "cat /data/misc/wifi/WifiConfigStore.xml"

(requires root or temporary access through Magisk).

Enable Developer Mode|Enable USB Debugging|Install ADB Drivers on your PC|Connect your phone with the original cable|Check device visibility with the `adb devices` command-->

3. Using apps (rooted devices only)

If you have it on your phone root rights, the task is simplified by installing one of several specialized applications. They read passwords directly from system files and display them in a convenient format. Here are the top three proven utilities:

  • 🔓 WiFi Password Viewer — shows all saved networks and their passwords, supports export to file.
  • 📱 Root Browser — a file manager with access to system folders. Look for passwords in /data/misc/wifi/.
  • 🛠️ ES File Explorer (old version) - has a built-in Root Explorer, but requires root.

⚠️ Attention: Installing apps from unknown sources can harm your system. Download APKs only from trusted sites (e.g. APKMirror) and check permissions before installing. Some utilities may contain advertising modules or collect data.

💡 Advice: If you don't want to root your phone just for the sake of a password, try a temporary one. root through Magisk (method Patch Boot Image). This will allow you to gain superuser rights without making permanent changes to the system.

4. Alternative methods for non-rooted phones

If the previous methods didn't work and you can't root your device, try these workarounds:

  • 📱 Use a second phone — if you have another smartphone (or tablet) that is connected to this network, extract the password from it in the standard way (section 1).
  • 🖥️ View on computer - If your laptop or PC is connected to Wi-Fi, the password can be found in Network and Control Center (Windows) or Keychain Access (macOS).
  • 📡 Reset the router — last resort: press the button Reset on the router (hold for 10 seconds), then use the standard password from the sticker (usually admin/admin or 12345678).

📌 Important: Resetting the router will return all settings to factory defaults, including the network name (SSID), password, provider binding and parameters IPTVAfter this, you will need to reconfigure your internet connection (login details are usually specified in your contract with your provider).

What should I do if my router doesn't have a reset button?

On some models (eg, ZTE or Huawei (from providers) the reset button may be hidden under a cover or combined with another element. In this case:

1. Look for a small hole with writing on it RESET or WPS/RESET.

2. Use a paperclip or toothpick to press the hidden button.

3. Hold for 15-20 seconds until all indicators flash.

If there is no button at all, a reset is only possible through the router's web interface (the current administrator password is required).

5. Features for phones of different brands

Manufacturers often modify Android, adding your own shells (MIUI, One UI, ColorOS etc.). This may affect the location of your Wi-Fi settings. The table below shows the current paths for popular brands:

Brand shell Wi-Fi password path Notes
Samsung One UI Settings → Connections → Wi-Fi → [network name] → Share Requires PIN or biometrics. On older models (before Android 9) may not work.
Xiaomi MIUI Settings → Wi-Fi → [network name] → Show password On MIUI 12+ The password may be hidden behind a QR code. Use a scanner to decrypt it.
Huawei EMUI Settings → Wireless & networks → Wi-Fi → [network name] → Share The password is displayed only in QR format. EMUI 10+ confirmation may be required Huawei ID.
Google Pixel Stock Android Settings → Network & Internet → Wi-Fi → [network name] → Share The most reliable method - works on all firmware versions.

🔹 Note: On phones with Android Go (a simplified version for weak devices) the password viewing function may be disabled. In this case, only ADB or reset the router.

6. Security: How to protect your Wi-Fi after password recovery

Once you have your network password, be sure to check its security. If the password was simple (for example, 12345678 or qwerty), it could have been hacked by neighbors or bots. Here's what to do:

  • 🔒 Change your password in the router settings (use a combination of letters, numbers and symbols at least 12 characters long).
  • 🛡️ Update your router firmware - older versions are vulnerable to attacks like KRACK.
  • 📡 Disable WPS - this protocol is easily hacked (find the option in the router's web interface).
  • 👥 Check connected devices in the section DHCP Clients List (unknown MAC addresses may indicate "exposure").

⚠️ Attention: If you see unfamiliar devices in the list of connected devices MAC addresses (for example, with prefixes Xiaomi, TP-Link or Unknown), immediately change your password and enable filtering by MAC in your router settings. This doesn't provide 100% protection, but it will make life more difficult for attackers.

7. Common mistakes and how to avoid them

When attempting to extract a password, users often encounter typical problems. Here are the most common ones and how to solve them:

  • 🚫 "The 'Share' button is grayed out." — Check if you're connected to the network. On some firmware versions, this feature only works for the current connection.
  • 🔌 "ADB doesn't see the device" - update your drivers, try a different cable or turn on USB debugging for debugging (Security Settings) in the developer menu.
  • 📱 "The app requires root, but I don't have it." - use ADB or connect your phone to PC to extract the file wpa_supplicant.conf.
  • 🔄 "After resetting the router, the Internet doesn't work." - contact your provider to clarify the connection parameters (such as PPPoE, VLAN ID and others).

Critical Information: On phones with Android 11+ and file system F2FS or EROFS Password extraction via ADB can be blocked even with root access. In this case, the only reliable solution is to reset the router or use another device already connected to the network.

FAQ: Answers to Frequently Asked Questions

Is it possible to find out the password for a Wi-Fi network that my phone was previously connected to but is not currently connected to?

Yes, but only if the network is saved in the device's memory. Use ADB (section 2) or a rooted application (section 3). The standard method is via Settings Works only for the current connection.

Why did the password stop displaying after updating Android?

The manufacturer may have removed this function in the new firmware version (often found on Xiaomi And Huawei). Try rolling back to a previous version or use ADB.

Is it possible to find out someone else's Wi-Fi password if their phone is connected to it?

Technically yes, but that's breaks the law (Article 272 of the Criminal Code of the Russian Federation - unauthorized access to computer information). Use these methods only for their own networks.

How can you protect your Wi-Fi from this type of hack?

Use WPA3 instead of WPA2, turn it off WPS, update your router firmware regularly and change your password every 3-6 months. You can also hide SSID (network name) in the settings.

Do these methods work on iPhone?

No, on iOS There is no built-in password viewing function. For iPhone will be required jailbreak or access to Mac, which is connected to this network (the password is stored in Keychain Access).