Forgot your home Wi-Fi password and need to connect from a new device? Don't rush to call your provider or reset your router—your Android- all the necessary information is already saved on the smartphone. In this article, we'll look at All possible ways to extract a Wi-Fi password directly from your phone: from standard settings to hidden system files.
It is important to understand that the methods differ depending on the version. Android (from 5.0 Lollipop to 14), manufacturer (Samsung, Xiaomi, Google Pixel and even firmware. We've compiled universal solutions that work on 90% of devices, as well as some specific details for popular brands. If your smartphone is rooted, you have additional options available that most users don't even know about.
Please be warned in advance: some methods require superuser rights (root) or special apps. If you're not ready to experiment, use the first two methods in our instructions. They're the safest and work without any additional manipulation.
1. Standard method: password in Wi-Fi settings (Android 10 and newer)
Starting from Android 10, GoogleFinally added the ability to view passwords for saved networks directly in the system interface. This is the simplest method, but it doesn't work on all devices—some manufacturers (for example, Xiaomi or Huawei) hide this option in their shells.
To find your password:
- Open
Settings→Network and Internet(orConnectionson Samsung). - Select
Wi-Fi, then tap on the name of your network (it should be connected). - Click on
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. Samsung Galaxy With One UI) Instead of a password, only a QR code may be displayed. In this case, use any QR scanner (for example, the standard camera application) to read the data and see the password in text form.
If in your version Android there is no button Share, proceed to the next method. This method will also not work if the network is saved but not currently connected.
2. Viewing the password through the configuration file (without root)
All passwords for Wi-Fi networks on Android stored in the system file wpa_supplicant.conf. It can be accessed without superuser rights, but only if you have installed file manager with support for system folders (For example, Solid Explorer or FX File Explorer).
Instructions:
- Install Solid Explorer from Google Play and grant him access to the storage.
- Enable display of hidden files in the manager settings.
- Follow the path:
/data/misc/wifi/WifiConfigStore/Or an alternative path for older versions:
/data/misc/wifi/ - Find the file
wpa_supplicant.confand open it with any text editor. - Look for blocks like:
network={ssid="Your_Network_Name"
psk="your_password"
key_mgmt=WPA-PSK
}
⚠️ Attention: On new versions Android (starting from 11) access to this file may be blocked even for file managers. In this case, only root or ADB commands (see method 4).
3. Using password viewing apps
If manual methods seem complicated, you can use specialized applications. They automatically extract passwords from system files and display them in a convenient format. It's important to choose trusted programs to avoid viruses or spyware.
Top 3 Apps for Viewing Wi-Fi Passwords:
- 🔹 WiFi Password Viewer — a simple app with a minimalist interface. It displays all saved networks and their passwords. It works without root on some devices.
- 🔹 WiFi Key Recovery — supports password export to a file. Requires root access for full functionality.
- 🔹 WiFi Password (Root) — the most functional, but only works with superuser privileges. Allows you to copy passwords to the clipboard.
⚠️ Attention: Most of these applications require root rights to work on new versions AndroidWithout them, they can only show the networks you're currently connected to. Also, be careful with permissions: don't grant apps access to SMS, contacts, or geolocation—these privileges are unnecessary for such tasks.
If you don't want to install any third party programs, try the following method using ADB - it does not require root, but you do need a computer.
4. Extracting the password via ADB (for advanced users)
Android Debug Bridge (ADB) — is a debugging tool that allows you to execute commands on your smartphone from your computer. It can be used to extract the Wi-Fi password without rooting, but you'll need to enable developer mode and enable USB debugging.
Step-by-step instructions:
- Download ADB Tools on your computer and unzip the archive.
- Turn on your phone
Developer mode(Tap the build number 7 times inSettings → About phone). - Turn on
USB debuggingin the developer settings. - Connect your phone to your PC and confirm debugging permission.
- Open Command Prompt (or Terminal on Mac/Linux) and run:
adb shellsu -c "cat /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf"If the first command doesn't work, try:
adb pull /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf
⚠️ Attention: On Android 11+ Access to system files via ADB is restricted. If the commands don't work, try this alternative:
adb shell cmd wifi list_networks
This command will display a list of saved networks, but not their passwords. Root access may be required to retrieve the password.
Install drivers for your phone on your PC
Enable developer mode on your smartphone
Enable USB debugging
Download ADB Tools from the official website
Connect your phone with the original cable-->
5. Viewing the password through the router's web interface
If none of the previous methods work, you can connect to the router through a browser and view the password in its settings. This is a universal method that works regardless of the phone model.
How to do it:
- Find out Router IP address. Usually it is
192.168.0.1or192.168.1.1The exact address can be found in the Wi-Fi settings on your phone (tap on the network →Network management→Additionally). - Open a browser on your phone or computer and enter the IP address in the address bar.
- Enter your username and password to log in. This is usually
admin/adminoradmin/passwordFor exact information, please refer to the router's sticker. - Go to the section
Wi-Fi(orWireless), thenSecurity(Security). There will be a field here.Password(PasswordorPSK).
⚠️ Attention: If you've never changed your router password, it may be the default password found on the device's sticker (usually under the SSID). In this case, there's no need to access the settings—just use the default password.
| Router manufacturer | Standard IP address | Default login/password |
|---|---|---|
| TP-Link | 192.168.0.1 or 192.168.1.1 |
admin/admin |
| ASUS | 192.168.1.1 |
admin/admin |
| Xiaomi | 192.168.31.1 |
The password is the same as for Wi-Fi (indicated on the sticker) |
| D-Link | 192.168.0.1 |
admin/(empty) |
| Keenetic | 192.168.1.1 |
Password like Wi-Fi or admin/1234 |
If you can't log into your router because you forgot your password, the only thing left to do is factory resetTo do this, press and hold the button Reset on the back of the router for 10-15 seconds. After resetting, use the information on the sticker.
6. Alternative methods (if nothing helps)
If all the above methods don't work, here are a few more ideas:
- 📱 Check your backupsIf you have ever made a backup through Google Drive or Samsung CloudThe password may have been saved in the archive. Restore your Wi-Fi settings backup.
- 🖥️ Use another deviceIf you have a laptop or tablet that is connected to this network, extract the password from it (on Windows this is done through
Network and Sharing Center). - 📞 Contact your providerIf your router was provided by your internet service provider, call support—they can reset your password or provide it over the phone (identity verification required).
- 🔧 Get root rightsIf you're ready to experiment, unlock root on the phone (for example, through Magisk). This will open access to all system files, including Wi-Fi passwords.
⚠️ Attention: Rooting your device will void your warranty and may cause system instability. Only use this method if you understand the risks. Also, after rooting, some banking apps (for example, Sberbank Online or Tinkoff) may stop working.
What should I do if my password changes by itself?
Sometimes a Wi-Fi password can become lost after a router firmware update or malfunction. In this case:
1. Reboot the router (unplug it from the power outlet for 30 seconds).
2. Check if any third-party devices have connected to the network (via the router’s web interface in the section DHCP Clients).
3. If the password has really changed, reset the router to factory settings (button Reset).
4. Set up a new network with a strong password (we recommend using WPA3 instead of WPA2).
FAQ: Frequently Asked Questions About Wi-Fi Passwords on Android
Is it possible to find out the password for a Wi-Fi network that my phone connected to a long time ago but is not connected now?
Yes, but the methods depend on the version Android:
- On
Android 10+try the method withADBor file manager (section 2). - On older versions (
Android 9 and below) passwords are stored inwpa_supplicant.confeven for inactive networks. - If your phone is rooted, use apps like WiFi Key Recovery - They will show all saved passwords.
If the network hasn't been used for a long time, the system may have deleted its data to save space. In this case, only a router can help.
Why is there no "Share" button in the Wi-Fi settings?
This button may be missing for several reasons:
- The smartphone manufacturer removed it from its shell (for example, MIUI on Xiaomi or EMUI on Huawei).
- You have an old version. Android (to
10). Update the system if possible. - The network is saved, but not currently connected. Please connect to it and check again.
- The device has administrator restrictions (for example, through Knox on Samsung or corporate policies).
Is it possible to find out someone else's Wi-Fi password using Android?
No, it is not possible legally. All methods in this article only work for networks that your phone is connected to. I've already connected before (i.e. the password is saved in the system).
Attempts to hack someone else's Wi-Fi violate:
- Article 272 of the Criminal Code of the Russian Federation ("Unauthorized access to computer information").
- Your internet service provider's policy (may result in blocking).
- Terms of use of public networks (in cafes, hotels, etc.).
If you need access to someone else's network, ask the owner for the password. Public hotspots (such as at an airport) usually have official connection methods.
How do I protect my Wi-Fi from being hacked after I've found the password?
If you're concerned that your password may have fallen into the wrong hands, follow these steps:
- Change your Wi-Fi password through the router's web interface (section
Wireless Security). - Use the standard
WPA3instead ofWPA2(if the router supports it). - Disable the feature
WPS- it is vulnerable to brute force attacks. - Change the default login/password for your router (
admin/admin). - Turn on
MAC filtering(allow connection only to your devices). - Update your router firmware to the latest version.
We also recommend periodically check the list of connected devices in the router settings (section DHCP Clients or Connected Devices).
Why does the password not match the one on the sticker after resetting the router?
This may happen for the following reasons:
- The provider changed the default settings when setting up the router (for example, when installing it through technical support).
- The sticker on the router has worn off or been replaced (sometimes sellers put on their own stickers).
- The router was flashed with alternative firmware (for example, DD-WRT or OpenWRT).
- This is not an original router, but a fake (found on AliExpress or in small shops).
Solution: Reset the router again (hold Reset 20-30 seconds for a full reset) and check the password again. If that doesn't help, contact your provider.