Where Android Stores Your WiFi Password

Android keeps the password for any WiFi network you have connected to before, but the location depends on your phone's Android version and whether it is connected to a Google account. On Android 10 and newer, you can view saved passwords through your Google Account settings if you have synced your device. On older Android versions, the password is stored locally on your phone in a file that requires access to your phone's system files.

The simplest route is usually through your Google Account, since Google syncs WiFi passwords across your devices automatically. If that does not work, or if you are on an older Android version, you can access the password through your phone's file manager by navigating to the system folder where Android stores network settings.

Key Takeaways

  • Android 10 and newer phones synced to a Google Account can show saved WiFi passwords in Google Account settings under Security.
  • Older Android versions require you to access the system file wpa_supplicant.conf through a file manager with root access or a computer connection.
  • If you cannot remember which network you connected to, check your phone's WiFi settings list to see all saved networks.
  • Resetting your router and setting up the network fresh is often faster than recovering a forgotten password.

Viewing Passwords Through Google Account (Android 10+)

If your phone runs Android 10 or newer and is signed into a Google Account, open the Settings app and tap Google near the bottom of the list. Then tap Manage your Google Account, select the Security tab, and scroll down to Your devices. Tap Manage all devices, then select the phone you want to view passwords for.

On the device page, scroll down to Security events and look for Saved passwords or WiFi passwords. Tap that section and you will see a list of all networks your phone has connected to. Select the network you need, and Google will display the password. You may need to enter your Google Account password to confirm.

This method only works if your phone is connected to the internet and signed into your Google Account. If you see no saved passwords listed, your phone may not have synced them yet, or you may need to wait a few minutes for the sync to complete.

Finding Passwords on Older Android Versions

Android 9 and earlier do not sync passwords to Google Account settings, so you will need to access the file where Android stores them locally. The file is called wpa_supplicant.conf and lives in the /data/misc/wifi/ folder on your phone. To read this file, you need a file manager app that can access system folders.

read a file manager that supports root access, such as ES File Explorer or Solid Explorer. Open the app, tap the menu button (usually three horizontal lines), and look for an option to enable Root Explorer or Show Hidden Files. Navigate to /data/misc/wifi/ and open wpa_supplicant.conf with a text editor.

The file will show all saved networks and their passwords in plain text. Look for the line that says ssid="YourNetworkName" and the line below it will show psk="YourPassword". Copy the password exactly as it appears, including any special characters.

Accessing Passwords Through a Computer

If your Android phone is rooted or if you have a computer handy, you can pull the password file from your phone to your computer and read it there. Connect your phone to your computer with a USB cable and enable USB Debugging in your phone's Developer Options (tap Settings, then About Phone, then Build Number seven times to unlock Developer Options).

On your computer, read the Android Debug Bridge (ADB) tool from Google's developer site. Open a command prompt or terminal window and type adb pull /data/misc/wifi/wpa_supplicant.conf. The file will read to your computer, and you can open it with any text editor to find your network name and password.

This method requires some comfort with command-line tools, but it avoids the need to install extra apps on your phone. If you are not familiar with ADB, the file manager method on your phone is usually simpler.

Checking Your Saved Networks List

Before you dig into system files, check whether you can see the network name in your phone's WiFi settings. Open Settings, tap WiFi, and look at the list of saved networks. If you see the network you need, tap and hold it (or tap the gear icon next to it) to see options. Some Android versions show a Share button that displays a QR code with the password embedded — you can scan that code with another phone to see the password.

If the network is not listed, it means your phone has never connected to it, or the connection was deleted. In that case, you will need to get the password from whoever set up the router, or reset the router to factory settings and create a new network.

What to Do If You Cannot Find the Password

If none of these methods work, your best option is to reset the router itself. Most routers have a small reset button on the back that you hold for 10 to 15 seconds. This erases all settings and returns the router to its factory default password, which is usually printed on a sticker on the router itself or in the manual.

After resetting, you can set up the network again with a new password. Write down the new password somewhere safe — a notebook, a password manager, or a note in your phone's notes app. This is much faster than trying to recover a password you cannot access.

Why Android Stores Passwords This Way

Android keeps WiFi passwords on your phone so you do not have to type them in every time you connect to the same network. The password is encrypted when stored locally, but Google's sync feature stores it in plain text on Google's servers so it can share it across your devices. This is why the Google Account method only works on newer Android versions — older versions did not have this sync feature.

If you share your phone with others, be aware that anyone with access to your phone's settings or file system can see these passwords. If you are concerned about security, you can delete individual saved networks from your WiFi settings list, and your phone will forget the password.

Frequently Asked Questions

Can I see a WiFi password if I have never connected to that network?

No. Android only stores passwords for networks you have already connected to. If you need to connect to a network for the first time, you will need to get the password from the network owner or administrator.

Will viewing my saved password delete it from my phone?

No. Viewing a password does not change or remove it. Your phone will continue to use the saved password to reconnect to that network automatically.

What if my Google Account shows no saved passwords?

Your phone may not have synced yet, or WiFi password sync may be turned off. Go to Settings, tap Google, then Manage your Google Account, tap Security, and scroll down to check that WiFi password sync is enabled. You can also try disconnecting and reconnecting to the network to force a sync.

Is it safe to share my WiFi password if someone asks for it?

That depends on your network and your trust in the person. If you share the password, they can see all traffic on your network and potentially access other devices. Consider creating a separate guest network with its own password instead, which isolates their connection from your personal devices.

Can I change a saved WiFi password on my phone?

You cannot change the password on your phone — the password is set on the router itself. If you want to change it, you need to log into your router's admin panel (usually at 192.168.1.1 or 192.168.0.1 in a web browser) and change the password there. After you change it, delete the old network from your phone's saved list and reconnect with the new password.