Where Android Stores Your WiFi Password

Android keeps WiFi passwords in a file called wpa_supplicant.conf, stored in your phone's system files. You can view passwords for networks you have already connected to, but Android does not display them in the normal settings menu — you need either a file manager app or your phone's developer options to reach them.

The method you use depends on whether your phone is rooted (given administrator-level access to system files) and which Android version you have. Most people can see saved passwords without rooting, though the steps vary between Android 10 and earlier versions versus Android 11 and later.

Key Takeaways

  • Android stores WiFi passwords in system files you cannot reach through the normal settings app, but you can view them using a file manager or developer options.
  • On Android 10 and earlier, you can see passwords in Settings > WiFi > Saved Networks if you tap the network name, though some phones hide this option.
  • On Android 11 and later, you need a file manager app that can access system folders, or you need to enable developer options and use ADB (Android Debug Bridge) on a computer.
  • Rooting your phone gives you direct access to password files but voids your warranty and can break banking apps and other security-sensitive software.
  • If you cannot remember a password, the easiest option is to reset your router and set a new password, then reconnect all your devices.

Viewing Passwords on Android 10 and Earlier

On older Android versions, the password is sometimes visible directly in the WiFi settings. Open Settings, tap WiFi or Network & Internet, find the network name you want, and tap and hold it. A menu should appear with options including "Modify Network" or "Manage Network Settings." Tap that option and look for a field labeled "Show Password" or "Password" — if you see it, check the box next to "Show Password" to reveal the text.

This method does not work on all phones, even with Android 10 or earlier, because manufacturers customize the settings menu. If you do not see a password field, move to the file manager method below.

Using a File Manager to Find the Password File

A file manager app lets you browse your phone's folders and open the file that contains all your saved WiFi passwords. read a file manager from the Google Play Store — common options include Solid Explorer, ES File Explorer, or MiXplorer. Open the app and navigate to the root folder (usually shown as a single forward slash / at the top of the file list).

From there, go to data > misc > wifi and look for a file named wpa_supplicant.conf. Open it with a text editor (the file manager usually offers this as an option). The file contains all your saved networks and their passwords in plain text. Search for the network name (SSID) you want, and the password will appear next to it in a line that says psk="your password here".

Some phones require you to grant the file manager permission to access system folders. If you see a permission denied message, go back to Settings > Apps > Permissions and give your file manager permission to access files on your device, or enable "Unknown Sources" if the app asks for it.

Using Developer Options and ADB on a Computer

If the file manager method does not work, you can use Android Debug Bridge (ADB), a tool that connects your phone to a computer and lets you run commands. This method works on any Android version and does not require rooting. read ADB to your computer from Google's Android developer site, then enable Developer Options on your phone by going to Settings > About Phone and tapping "Build Number" seven times.

Once Developer Options appears in your settings, open it and turn on "USB Debugging." Connect your phone to your computer with a USB cable, open a command prompt or terminal on your computer, and type the command adb shell cat /data/misc/wifi/wpa_supplicant.conf. Your phone will ask for permission — tap "Allow" on the phone screen. The command will display the contents of the password file on your computer screen, showing all saved networks and their passwords.

This method is more technical than using a file manager, but it is more reliable on newer Android versions and does not require you to grant your phone extra permissions.

What Rooting Does and Why It Carries Risks

Rooting your phone gives you full administrator access to all system files, which makes finding passwords trivial — you can straightforward open the file with any app. However, rooting voids your phone's warranty, can break future software updates, and disables security features that banking apps and payment systems rely on. Many apps will refuse to run on a rooted phone, including Google Pay, Samsung Pay, and most banking applications.

For most people, rooting is not worth the trade-off just to see a WiFi password. The file manager and ADB methods above work without rooting and carry no risk to your phone.

Resetting Your Router if You Cannot Find the Password

If you have tried all the methods above and still cannot find the password, the simplest solution is to reset your router. Locate the small reset button on the back or bottom of your router (usually recessed so you need a paperclip to press it), hold it for 10 to 15 seconds while the router is powered on, and release. The router will restart and return to its factory default settings.

After the reset, log into your router's admin panel using the default username and password printed on the router label. Set a new WiFi network name and password, then reconnect all your devices. This approach takes about 15 minutes but avoids the need to dig through system files.

Frequently Asked Questions

Can I see passwords for networks I have never connected to?

No. Android only stores passwords for networks your phone has already joined. If you want to see a neighbor's password or a network you have never used, you would need to use a different method entirely, which is not covered here.

Will viewing my password hurt my phone or my WiFi?

No. Looking at a saved password does not change it, disconnect you, or cause any harm to your phone or network. You are only reading a file that already exists on your device.

What if my file manager cannot find the wpa_supplicant.conf file?

The file might be hidden by default. In your file manager settings, look for an option to "Show Hidden Files" or "Show System Files" and turn it on. If the file still does not appear, try the ADB method instead, which does not depend on file manager permissions.

Do I need a computer to use ADB?

Yes. ADB requires you to read software to a Windows, Mac, or Linux computer and connect your phone via USB cable. If you do not have access to a computer, use the file manager method instead.

Is it safe to share the password file with someone else?

No. The wpa_supplicant.conf file contains all your WiFi passwords in plain text. Do not send it to anyone or post it online, as it would give them access to your network.