Authorized use only. This tool is for recovering YOUR OWN forgotten passwords only. Unauthorized network access is illegal.
Android 10, 11, 12, 13, 14

See Any Saved WiFi Password on Android Without Root

If you have connected to a WiFi network before, Android already has the password stored. From Android 10 onwards you can read it back in under a minute using nothing but built-in settings. No root, no ADB, no shady apps. This guide covers stock Android, Samsung OneUI, Xiaomi MIUI, OnePlus OxygenOS, and Pixel, plus what to do if you are still on Android 9 or older.

The 5-step QR code method (Android 10 and newer)

This is the official method that Google added to Android 10 in 2019. It is exposed in the WiFi settings of every certified Android device shipped since then. Behind the scenes, the operating system decrypts the credential from secure storage, asks for your device lock, and renders a QR code plus the plain text password.

  1. 1

    Open Settings → Network & internet → Internet (or Wi-Fi).

    On Samsung OneUI the path is Settings → Connections → Wi-Fi. On Xiaomi MIUI it is Settings → Wi-Fi.

  2. 2

    Tap the gear icon next to the saved network.

    You do not need to be currently connected. Any previously saved network works, provided the device still has its record.

  3. 3

    Tap the Share button.

    It is usually at the top or the bottom of the network details screen. Look for a square-with-arrow icon labeled Share or a QR icon.

  4. 4

    Authenticate with PIN, pattern, fingerprint, or face unlock.

    Android refuses to reveal a saved WiFi password without a fresh device unlock. This is intentional and prevents someone with physical access from copying passwords silently.

  5. 5

    Read the password below the QR code, or scan the QR code from another phone.

    On stock Android, Pixel, and most OEMs the password is printed in clear text under the QR code. On older Samsung and some Xiaomi builds only the QR is shown; point another phone's camera at it to reveal the plain text string.

What the QR code actually contains

Android WiFi QR codes follow the standard WIFI-Payload format used by most phone cameras, 1Password, and Bitwarden. If the text password is hidden on your build, scanning the QR with any modern camera decodes it into a human-readable string that looks like this:

WIFI:T:WPA;S:MyHomeNetwork;P:sup3r_secret_2026!;H:false;;

T is the security type (WPA, WEP, or nopass). S is the SSID. P is the password in clear text. H marks a hidden network. That is the whole secret. There is nothing magical about the QR image, it is just a wrapper around a short string.

OEM-specific notes

Google Pixel (stock Android)

The plain password is always printed under the QR code. Path: Settings → Network & internet → Internet → gear icon → Share.

Samsung Galaxy (OneUI 4 and newer)

Settings → Connections → Wi-Fi → gear icon → QR code. OneUI 5 and 6 show the password below the QR. Older OneUI shows QR only, scan with another phone.

Xiaomi / Redmi / POCO (MIUI 12+, HyperOS)

Settings → Wi-Fi → tap the network → Share Password. MIUI hides the text password, it is embedded in the QR code only. Xiaomi Mi Mover can also copy saved networks to another Xiaomi.

OnePlus, OPPO, Realme

OxygenOS 12+ and ColorOS 12+ expose the Share button identically to stock Android. Plain password visible on most builds since 2022.

If you are stuck on Android 9 or older

The Share WiFi QR feature was introduced in Android 10. On Android 9 Pie and earlier, the saved credential is still on the device but the UI does not let you read it without root. Here are the three practical workarounds that do not require unlocking the bootloader:

  • Google account WiFi sync

    If you signed into the device with a Google account and enabled WiFi backup, new Android phones automatically receive the saved networks at setup. Sign into the same account on a modern phone and check the Share QR there.

  • Router admin panel

    Connect to the router via Ethernet or from any device already on the network, open 192.168.1.1 or 192.168.0.1 in a browser, log in, and read the WiFi password in the Wireless section. See our detailed walkthrough on the forgot-router-wifi-password page.

  • Router sticker or ISP app

    Most home routers ship with a default WPA key printed on a sticker on the underside. If nobody changed it, that string is still the password. ISP apps like Xfinity, Spectrum, Sky, and BT also display the key remotely.

Root-only methods (not recommended)

Before Android 10, the standard trick was to open /data/misc/wifi/wpa_supplicant.conf with a root file manager. The file still exists on modern Android but moved to /data/misc/apexdata/com.android.wifi/WifiConfigStore.xml and is now encrypted with a hardware-backed key. Reading it requires root, an unlocked bootloader, and usually a custom recovery. You lose SafetyNet, banking apps, and the device warranty.

There is no reason to root a modern phone just to see a WiFi password. The built-in QR method solves the same problem in under a minute, on a stock device, without breaking Play Integrity or losing banking app support.

What to do if the password is for a network you own but no device remembers

The QR trick only works for networks saved on the phone in your hand. If you own the network but every device that ever connected to it has been wiped, sold, or lost, skip straight to the router admin panel. Routers always know their own WiFi key and will display or reset it from the admin UI. If admin access is lost too, a factory reset returns the router to the default credentials printed on its sticker.

When the network is yours and none of those paths work, a captured WPA or WPA2 handshake can be processed by an authorized recovery service. Read what a WPA handshake is and compare options on router admin vs handshake recovery before starting.

Frequently asked questions

Is the Android Share WiFi feature really safe?

Yes, provided you do not hand the unlocked phone or a screenshot of the QR to someone you do not trust. The device demands a biometric or PIN unlock before revealing the password, exactly like any other sensitive setting.

Can I export all saved WiFi passwords at once?

Not through the stock UI. Android only lets you share one network at a time. Google account WiFi sync migrates them as a bundle to a new device, but the passwords are not shown to the user during that transfer.

My phone does not show a Share or QR button at all. What now?

Check that you are running Android 10 or newer in Settings → About phone → Android version. On some enterprise-managed phones the Share button is disabled by device policy and will not appear even on Android 14.

Will the QR code still work after the router changes its password?

No. The QR contains the password as it was when you scanned or saved it. If the router key was rotated afterwards, the QR is outdated and will fail to connect.

Can I use ADB instead of rooting on older Android?

No. Android Debug Bridge cannot read wpa_supplicant.conf without root because the file lives in /data which is owned by the system user and is not accessible to the shell user that ADB gives you.

Own the network but every device is wiped?

When the router sticker is gone and admin access is lost, an authorized handshake-based recovery is the remaining legitimate option. Start with the guide or submit a capture on the recovery form.

Owner-authorized use only

The methods above apply to networks you own or are explicitly authorized to manage. Do not use them against anyone else's WiFi.

Related reading

Router sticker and ISP app walkthrough: forgot router WiFi password. WPA deep dive: WPA handshake cracking.