Forgot your home Wi-Fi password, and the sticker on your router has worn off? Or need to connect a new device but can't be bothered to find the piece of paper with the code? There are several ways to do this on Android. view saved Wi-Fi passwords — both using built-in tools and third-party apps. The main thing is to know where to look and what nuances to consider.
In this article we will look at all current methods for different versions of Android (from Android 10 to Android 14), including branded shells One UI (Samsung), MIUI (Xiaomi/Redmi/Poco), ColorOS (Oppo/Realme) and stock Android (Google Pixel, Motorola). Let's look at them separately. security — why some methods require root access, while others work without it. And, of course, we'll tell you what to do if none of the methods work.
1. Standard method: via Android settings (without root)
Starting from Android 10, Google added the ability to the system view Wi-Fi passwords without additional apps—but only for networks to which the device has already connected. This feature is not available on all firmware versions (for example, it is missing from older versions). MIUI), but it works on most modern smartphones.
Here's how to find your saved password:
- 📱 Open
Settings→Network and Internet(orConnectionson Samsung). - 🔗 Choose
Wi-Fi, then tap on the name of your network (it must be connected or saved in memory). - 🔑 Click
Share(orShare(on English firmware). - 🔐 The system will ask PIN code, pattern or fingerprint - this is protection against accidental access.
- 📋 After authentication, you will see
QR codeand a text password underneath it.
⚠️ Attention: On some devices (eg. Xiaomi or Huawei) Instead of a password, only a QR code may be displayed. In this case, scan it with another phone—the password will appear in the connection bar.
2. Proprietary shells: where to find the password on Samsung, Xiaomi, and other brands
Manufacturers often customize Android to suit their needs, so the path to Wi-Fi passwords may vary. Below are the latest instructions for popular brands.
| Brand/Shell | Path to password | Peculiarities |
|---|---|---|
| Samsung (One UI) | Settings → Connections → Wi-Fi → [network name] → Share |
Requires PIN or biometrics. On older models (before One UI 3.0) may not work. |
| Xiaomi/Redmi/Poco (MIUI) | Settings → Wi-Fi → [network name] → Show QR code |
The password is hidden behind a QR code. MIUI 12+ sometimes shows text password. |
| Google Pixel (stock Android) | Settings → Network & Internet → Wi-Fi → Saved Networks → [name] → Share |
The most direct route. Works on all Android versions from 10 onward. |
| Huawei/Honor (EMUI/Magic UI) | Settings → Wireless & networks → Wi-Fi → [name] → QR code |
The password is not displayed in the text - only by scanning the QR code. |
🔍 Advice: If your model isn't listed, try searching in the settings for "Wi-Fi password" or "Share Wi-Fi." On some firmware versions (e.g., ColorOS from Oppo) the function is hidden deeper - in the menu Additional Wi-Fi settings.
3. Methods for older versions of Android (up to and including 9)
On Android 9 Pie and earlier versions don't have a built-in password viewer. However, there are workarounds:
- 📄 Backing up Wi-Fi settings: Android saves passwords to a file
wpa_supplicant.confIt can be extracted throughADB(USB debugging required) or a file manager with root access. File path:/data/misc/wifi/WifiConfigStore.xml(on new Androids) or/data/misc/wifi/wpa_supplicant.conf(on the old ones). - 🔧 Password viewing apps: Utilities like WiFi Password Viewer or WiFi Key Recovery They only work on rooted devices. Without root, they are useless.
- 🖥️ Viewing via PC: Connect your phone to your computer and turn it on.
USB debuggingand use the command:adb pull /data/misc/wifi/WifiConfigStore.xmlThe file will open with any text editor (look for tags
<string name="PreSharedKey">).
⚠️ Attention: Extracting files from /data/ without root it is only possible on some firmwares with debugging enabled. Android 11+ Google has tightened access to system folders, so this method doesn't always work.
What is ADB and how to enable it?
ADB (Android Debug Bridge) is a tool for debugging Android devices via a PC. To activate it:
1. Turn on Developer mode (tap 7 times on the build number in Settings → About phone).
2. In the developer menu, enable USB debugging.
3. Connect your phone to your PC and trust the computer.
4. Apps for viewing Wi-Fi passwords (with and without root)
If the built-in methods don't work, you can use third-party utilities. Important: Most of them require root access., as access to system files is restricted. Below are the tested applications:
- 🛡️ WiFi Password Viewer (requires root) – displays all saved networks and passwords in a single list. Supports export to a file.
- 🔓 WiFi Key Recovery - works on some devices without root (if the firmware allows reading)
wpa_supplicant.conf). - 📱 ES File Explorer (old version) - with root access you can manually open the password file by path
/data/misc/wifi/. - 🔍 Network Analyzer — does not reveal passwords, but helps find weak points in your network security (for example, vulnerable encryption protocols).
Important: Rootless apps that promise to reveal passwords are often scams. They may collect your data or display ads. Install only apps with a high rating (4.5+) and a large number of reviews (100K+).
🔹 Check the rating (must be ≥4.5)
🔹 Read reviews (especially negative ones)
🔹 Make sure the developer is listed (not "Unknown")
🔹 Don't give administrator rights or SMS access
-->
5. How to view the Wi-Fi password on a rooted Android
If your device has root access, the process is simplified. You can directly read system password files or use powerful utilities. Here are the step-by-step instructions:
- Install a file manager with root support (e.g. Root Explorer or FX File Explorer).
- Follow the path:
/data/misc/wifi/WifiConfigStore.xml(on new Androids) or
/data/misc/wifi/wpa_supplicant.conf(on the old ones).
- Open the file with a text editor and find the line with
PSK(for WPA/WPA2) orwep_key0(for WEP). - Copy the value after
=- this is the password.
🔧 Alternative method: Use a terminal with root access. Enter the command:
su
cat /data/misc/wifi/WifiConfigStore.xml | grep "PreSharedKey"
This will list all saved passwords.
⚠️ Attention: Modifying or deleting files in /data/misc/wifi/ may lead to loss of all saved networksMake a backup before editing!
6. What to do if none of the methods work?
If you've tried all the methods and still haven't found the password, there are some drastic measures left:
- 🔄 Reset the router: Click the button
Reseton the back of the router (hold for 10-15 seconds). This will reset the settings to factory defaults, and you'll be able to log in using the default password (usually found on a sticker). - 📞 Contact your provider: If your router was provided by your internet service provider, call support—they can reset your password remotely (you'll need to confirm your personal information).
- 🔧 Connect via WPS: Some routers have a button
WPS- press it, then select on your phoneConnection via WPSin the Wi-Fi settings. This will temporarily connect the device without entering a password. - 💻 Use another device: If you have a laptop or tablet connected to the network, look for the password there (on Windows:
Control Panel → Network and Internet → Network and Sharing Center → [network name] → Wireless Network Properties → Security).
💡 Advice for the future: Store your passwords in a secure manager (for example, Google Password Manager, 1Password or KeePass). Or take a photo of the sticker from the router and save the photo in a secure folder.
7. Security: Why You Shouldn't Just Share Wi-Fi Passwords
Viewing saved passwords is a convenient feature, but it comes with risks:
- 🕵️ Data Leak: If you share your password with a stranger, they can not only use your internet but also intercept your traffic (for example, see which websites you visit).
- 🚫 Network slowdown: The more devices connected to the router, the slower the speed. This is especially noticeable on cheaper models with limited bandwidth.
- 🔒 Hacking a router: By default, many routers have weak admin passwords (like
admin/admin). An attacker can access the control panel and change the settings. - 📵 Illegal use: In some countries, sharing Wi-Fi access with third parties without the provider's knowledge may be considered a breach of contract.
🛡️ How to protect yourself?
- 🔐 Change your Wi-Fi password regularly (every 3-6 months).
- 📡 Use WPA3 instead of the outdated WPA2 (if the router supports it).
- 👤 Turn it off
WPS- This protocol is vulnerable to brute force attacks. - 📱 Set up
MAC filtering(allow connection only to your devices).
FAQ: Frequently Asked Questions About Wi-Fi Passwords on Android
Is it possible to view the password for a Wi-Fi network my phone has never connected to?
No. Android only stores passwords for networks the device has connected to at least once. If a network isn't listed, its password can only be found through the router or ISP.
Why is there no "Show Password" option on my Xiaomi?
On MIUI Up to version 12, passwords are not displayed in plain text—only via QR code. Update your firmware to the latest version or use root methods.
Are Wi-Fi hacking apps safe to use?
Absolutely not. Such programs (for example, Wifi WPS WPA Tester) often contain malicious code, and their use may be illegal (depending on your country's laws). Furthermore, modern routers are protected against such attacks.
How to export all saved Wi-Fi passwords?
With root access: copy the file WifiConfigStore.xml on your PC and parse it with any XML editor. Without root: use backup via ADB:
adb backup -f wifi_backup.ab -shared
Then extract the passwords from the backup using Android Backup Extractor.
Why did passwords stop showing after an Android update?
Google has been tightening its security policies with each release. Starting with Android 11Access to system files is restricted even for root users. Try rolling back to the previous firmware or use alternative methods (such as resetting the router).