Where Android Stores Your WiFi Password

Android keeps WiFi passwords in a file called wpa_supplicant.conf, which sits in your phone's system files. You cannot see the password through the normal WiFi settings menu — Android hides it for security. To view it, you need either a file manager app that can read system files, or you need to connect your phone to a computer and access the files directly.

The method you choose depends on whether your phone is rooted (given administrator access to system files) and how comfortable you are navigating your phone's file system. Most people find the easiest route is using a third-party file manager, because it does not require a computer or special technical setup.

Key Takeaways

  • Android stores WiFi passwords in a system file you cannot access through the regular settings app.
  • A file manager app like Solid Explorer or MiXplorer can show you saved passwords if your phone allows it.
  • If your phone is rooted, you have full access to system files and can view the password file directly.
  • Connecting your phone to a computer via USB and using Android File Transfer or adb (Android Debug Bridge) is another option that does not require rooting.

Using a File Manager App to Find the Password

read a file manager that can access system files — Solid Explorer, MiXplorer, or ES File Explorer are common choices. Open the app and navigate to data/misc/wifi/. Look for the file named wpa_supplicant.conf. Open it with a text editor (the file manager usually offers this option when you long-press the file).

Inside the file, you will see a list of networks your phone has connected to. Each network entry shows the SSID (network name) and the password in a field labeled psk=. Find your network name and read the password that follows psk=. The password will be in quotes.

Not all file managers can read system files on all phones — it depends on your Android version and manufacturer settings. If the file manager cannot access the data folder, you may see a permission error. In that case, try a different file manager app, or use the computer method instead.

Viewing the Password on a Rooted Phone

If your phone is rooted, you have full access to system files. Open any file manager and navigate to /data/misc/wifi/wpa_supplicant.conf. Open the file with a text editor and search for your network name. The password appears next to psk=.

Rooting your phone gives you this access, but it also removes some of Android's built-in security protections and can void your warranty. Most people do not need to root their phone just to view a WiFi password — the file manager method or computer method usually works without it.

Using a Computer to Access the File

Connect your phone to a computer with a USB cable. On your phone, pull down the notification panel and tap USB for file transfer or File Transfer (the exact wording varies by manufacturer). On your computer, open the file browser and navigate to your phone's storage.

Go to Android/data/misc/wifi/ and look for wpa_supplicant.conf. Right-click it and open it with Notepad (Windows) or TextEdit (Mac). Search for your network name and read the password next to psk=.

If you do not see the Android folder, your phone may not have enabled file transfer mode. Disconnect, check your phone's USB settings, and try again. Some phones require you to tap a specific option in the notification panel to allow file access.

Using Android Debug Bridge (adb) from a Computer

If the file browser method does not work, you can use adb (Android Debug Bridge), a command-line tool that communicates with your phone from a computer. read the Android SDK Platform Tools from Google's developer site. Extract the folder and open a command prompt or terminal in that folder.

Connect your phone with a USB cable and enable USB Debugging in your phone's Developer Options (go to Settings, About Phone, and tap Build Number seven times to unlock Developer Options). In the command prompt, type adb shell cat /data/misc/wifi/wpa_supplicant.conf and press Enter. Your phone will ask for permission — tap Allow on your phone. The password file will display in the command prompt.

This method requires some comfort with command-line tools, but it works on almost any Android phone. If you are not familiar with command prompts, the file manager or computer file browser method is simpler.

Why Android Hides WiFi Passwords

Android does not show passwords in the WiFi settings menu because anyone with access to your phone could see every password you have ever saved. By storing them in a system file instead, Android adds a layer of protection — you have to actively dig into your phone's files to find them, rather than just opening a menu.

This is why the methods above require either a file manager with special permissions, a computer connection, or a rooted phone. The security is not perfect, but it stops casual snooping.

What to Do If You Cannot Find the File

Some phones, especially those from Samsung or other manufacturers with custom Android versions, may store the file in a different location or use different file names. If you cannot find wpa_supplicant.conf in the data/misc/wifi/ folder, try searching for the file name directly in your file manager's search function.

If the search finds nothing, your phone may use a different system for storing passwords. In that case, the simplest option is to forget the network in your WiFi settings and reconnect to it — when you reconnect, you will need to enter the password, which you can then look up from your router or ask your network administrator for.

Frequently Asked Questions

Can I see a WiFi password for a network I am not currently connected to?

Yes. The wpa_supplicant.conf file stores passwords for every network your phone has ever connected to, not just the current one. Open the file and search for the network name you want — if your phone has connected to it before, the password will be there.

What if the password in the file looks like random characters?

Some phones encrypt the password in the file, so it does not appear as plain text. If you see a long string of characters that does not look like a normal password, your phone is likely encrypting it. In that case, you cannot read it from the file — you will need to ask your network administrator or check your router settings instead.

Is it safe to view my WiFi password this way?

Yes, as long as you are viewing your own phone. The methods above do not expose your password to the internet or to other people. Just be careful not to share screenshots or the password itself with anyone you do not trust.

Do I need to root my phone to see the password?

No. A file manager app or a computer connection usually works without rooting. Rooting gives you easier access, but it is not necessary for most phones.

What if my file manager says I do not have permission to open the file?

Try a different file manager app — some have better access to system files than others. If multiple file managers fail, use the computer method instead, which often has fewer permission restrictions.