You are connected to the Wi-Fi network on your Android-smartphone, but forgot the password? Or need to share access with a friend, but there's no sticker with the data on the router? This situation is familiar to many. Luckily, Android There are several ways to extract a saved network password, both using built-in tools and third-party applications.
In this article we will look at 5 proven methods, which work on most devices - from Samsung Galaxy to Xiaomi RedmiImportant: Not all methods are universal - some require root rights, others are limited by version AndroidBut at least one of them will definitely work on your phone.
Before you begin, remember: Obtaining a password for someone else's Wi-Fi network without the owner's permission violates data privacy laws in most countries, including Russia.We consider only legal scenarios—restoring access to your network.
1. View password through Android settings (without root)
The easiest way is to use the built-in password display feature that was introduced in Android 10 and newer. Unfortunately, not all manufacturers leave it in their shells (for example, MIUI from Xiaomi often hides this option).
Instructions:
- 📱 Open
Settings → Wi-Fi and networks → Wi-Fi - 🔍 Find the desired network in the list and tap on its name
- 🔑 Choose
ShareorShow password(You may be asked to enter your lock screen PIN) - 📋 A line with a password will appear under the network name - copy or write it down
If the point Share No, then the manufacturer has disabled this feature. Proceed to the next method.
⚠️ Note: On some devices Samsung With One UI The password is displayed as a QR code. To see the text version, click Show password under the code.
| Manufacturer | Support password display | Notes |
|---|---|---|
| Google Pixel | Yes (Android 10+) | The "Share" option in network settings |
| Samsung | Yes (One UI 3.0+) | The password may be hidden behind a QR code |
| Xiaomi/Redmi | No (MIUI) | Root or ADB required |
| Huawei/Honor | Partially (EMUI 11+) | Only for some models |
| Realme/Oppo | No | Use the ADB method |
2. Using ADB (without root, for advanced users)
ADB (Android Debug Bridge) — is a debugging tool that allows you to execute commands on a device from a computer. It can be used to extract the Wi-Fi password even if the phone is not rooted. This method works on all versions. Android, but requires preparation.
What you will need:
- 💻 Computer with Windows/macOS/Linux
- 🔌 USB cable (preferably original)
- 📱 Enable USB debugging on your phone
- 🛠 Utility Platform Tools from Google
Step-by-step instructions:
- Download and unzip
Platform Toolsto the computer. - Turn on your phone
Developer mode(Tap the build number 7 times inSettings → About phone). - IN
Settings → System → Developer OptionsactivateUSB debugging. - Connect your phone to your PC and enter the following in the command line:
adb shell
su -c "cat /data/misc/wifi/WifiConfigStore.xml | grep -E 'SSID=\"NETWORK_NAME\"|PreSharedKey='"
Replace NETWORK_NAME the name of your Wi-Fi network (in quotes!). The password will be in the line PreSharedKey.
Developer mode is enabled
Drivers for your phone have been installed.
Downloaded Platform Tools (folder with adb.exe)
USB debugging is enabled on the phone.
The USB cable is working properly and supports data transfer-->
⚠️ Attention: On Android 11+ The path to the password file has changed. For new versions, use the command:adb shell
su -c "cat /data/misc/wifi/WifiConfigStoreSoftAp.xml"But access to this file may be restricted even through ADB.
3. Apps for viewing Wi-Fi passwords (requires root)
If your phone has root rights, the task becomes simpler. In Google Play There are dozens of apps that show all saved Wi-Fi passwords. We tested the most reliable ones:
- 🔓 WiFi Password Viewer — a minimalist interface displays SSIDs and passwords in a single list. Supports file export.
- 📡 WiFi Key Recovery — Recovers passwords even after a factory reset (if the configuration file is not deleted).
- 🛡 Root Browser — a file manager with access to system folders. Passwords are stored in
/data/misc/wifi/.
How to use (using example) WiFi Password Viewer):
- Install the app from Google Play.
- Provide root access when prompted.
- A list of all saved networks with passwords will appear in the main window.
- Tap on the network to copy the password to the clipboard.
The advantage of this method is no need to connect to a computer or enter commands. However, rooting will void your warranty and may impair some features (e.g. Google Pay or banking applications).
4. Password recovery via backup (for Samsung)
Devices Samsung with shell One UI have a unique backup feature that stores Wi-Fi data in encrypted form. If you've ever backed up via Samsung Cloud or Smart Switch, the password can be extracted from there.
Instructions:
- Open
Settings → Accounts and Backup → Backup and Restore. - Select
Recover dataand specify the backup date where the required network was saved. - After recovery, go to
Wi-Fi settingsand use the method from first section (Share option).
Important: This method only works if:
- 📱 You have an account Samsung and synchronization is enabled
- 🔄 The backup contained Wi-Fi data (check in
Archiving settings) - 🔐 Do you remember your account password? Samsung (required for decryption)
⚠️ Please note: Restoring from a backup will overwrite your current Wi-Fi settings. If you are connected to other networks, their passwords may be lost.
5. Alternative methods (if nothing helps)
If the above methods don't work, there are less obvious options:
- 📋 View on the router: On the back of most routers there is a sticker with the factory network name (
SSID) and password (Password/Key). If the password has not been changed, this method will work. - 🖥 Router web interface: Connect to the network from your computer, go to the router control panel (usually at the address
192.168.0.1or192.168.1.1) and find the sectionWireless Security. - 📞 Contact your provider: If the router was provided by the Internet provider (for example, Rostelecom or MTS), the password can be found in your personal account or by calling the hotline.
To access the router's web interface:
- Find out the IP address of the router (you can see it in
Wi-Fi Settings → Advancedon the phone). - Enter the address into your computer's browser (e.g.
http://192.168.0.1). - Enter your login and password (usually
admin/adminor indicated on the router sticker). - Go to the section
Wireless → Security(names may differ).
What should I do if I can't access my router settings?
If standard admin/admin don't fit, try:
1. Press the button Reset on the router (hold for 10 seconds) - this will reset the settings to factory settings.
2. Use the utility from the manufacturer (for example, TP-Link Tether for TP-Link routers).
3. Check if the router is connected to the manufacturer's cloud service (for example, ASUS Router or Keenetic).
Comparison of methods: which one to choose?
To save time, use our table:
| Method | Root required | Complexity | Powered by | Restrictions |
|---|---|---|---|---|
| Android settings | No | ⭐ | Android 10+, Pixel, Samsung | Not on all firmware versions |
| ADB | No | ⭐⭐⭐ | Any Android | Platform Tools and debugging required |
| Root applications | Yes | ⭐⭐ | Any Android | Security risk |
| Samsung backup | No | ⭐⭐ | Only Samsung | Need old backups |
| Sticker on the router | No | ⭐ | Any router | Factory password only |
For most users, the optimal order of actions is:
- Try it Android settings (1st method).
- If it doesn't work, use ADB (2nd method).
- For owners Samsung - check backup copies (4th method).
- In extreme cases - root applications or data from the router.
FAQ: Frequently Asked Questions About Wi-Fi Passwords on Android
Is it possible to find out a Wi-Fi password without root or ADB?
Yes, but only if your phone is on Android 10+ and the manufacturer has not disabled the password display function (see first method). On Xiaomi, Realme and some other brands this method does not work.
Why doesn't ADB show the password even though the command is entered correctly?
Possible reasons:
- On Android 11+ the path to the password file has changed (see warning in section about ADB).
- You do not have superuser rights (
su(doesn't work). - The manufacturer has blocked access to system files (relevant for Huawei and some Samsung).
Try an alternative command:
adb pull /data/misc/wifi/WifiConfigStore.xml
Then open the downloaded file on your computer.
Will it be visible that I viewed the password through the root application?
No, root applications leave no traces in system logs. However:
- If the phone is not yours, the owner may notice an installed application (for example, WiFi Password Viewer).
- Some antiviruses (for example, Kaspersky) can recognize such programs as "potentially dangerous".
After using the application, you can delete it; passwords will remain available in system files.
Is it possible to find out the password for a Wi-Fi connection that someone else has connected to?
No, unless you have physical access to his rooted or unsecured (unlocked screen) phone. All the described methods work only with networks to which the yours device.
Attempts to hack someone else's Wi-Fi network:
- They violate Article 272 of the Criminal Code of the Russian Federation (illegal access to computer information).
- May result in your device's MAC address being blocked on the network.
- Modern routers (for example, ASUS RT-AX88U or Keenetic Ultra) automatically detect attacks and change the password.
After resetting my phone, my Wi-Fi passwords disappeared. How do I recover them?
If you made a backup via:
- Google Account: Wi-Fi passwords are synced automatically the first time you connect to a network (if the option is enabled).
Backupin account settings). - Samsung Cloud: Restore data from backup (see Method 4).
- Titanium Backup (requires root): Recover file
/data/misc/wifi/WifiConfigStore.xml.
If there are no backups, the passwords are lost forever. You'll have to:
- Reconnect to the network (enter the password manually).
- Find out the password on another device that is connected to this network.
- Reset the router to factory settings (button
Reset).