Where Android stores WiFi passwords you've already connected to
If you've connected your Android phone to a WiFi network before, the password is stored on your device — but Android doesn't show it to you in the WiFi settings menu the way some other devices do. To see a password you've already used, you need to look in your phone's settings files, which requires either accessing Settings directly or using a file manager app.
The exact steps depend on your Android version and phone manufacturer. Newer Android phones (version 10 and later) make this harder by design — they hide the files where passwords live. Older phones often let you see the password right in the WiFi settings, or at least in a file you can open.
If you're trying to find a password for a network you've never connected to, or one you forgot before saving it, you'll need a different approach — either asking the network owner, resetting the router, or using a password recovery tool if you set up the network yourself.
Key Takeaways
- Android phones running version 10 or later do not display saved WiFi passwords in the settings app, even for networks you've already connected to.
- On Android 9 and earlier, you can often find the password by going to Settings > WiFi, long-pressing the network name, and selecting "Show Password."
- On newer phones, you can view the password by accessing the WiFi configuration files through a file manager app, usually located at /data/misc/wifi/.
- If you've never connected to the network, you'll need to contact the network owner, reset the router to factory settings, or check any documentation you saved when you first set it up.
Finding passwords on Android 9 and earlier
If your phone runs Android 9 or an older version, the simplest method is built into Settings. Open Settings, tap WiFi or Network, and find the network name in your list of saved networks. Long-press (hold your finger on) the network name until a menu appears, then tap "Show Password" or "Manage Network." Your password will appear on the screen — you may need to enter your phone's PIN or use your fingerprint to confirm.
This method works because older Android versions assumed you owned the device and trusted you to see your own passwords. Newer versions changed this for security reasons, so the option no longer exists in the settings menu.
Finding passwords on Android 10 and later using a file manager
Android 10 removed the "Show Password" option from WiFi settings entirely. To see a saved password on these newer phones, you need to access the WiFi configuration files directly through a file manager app. The passwords are stored in a file called wpa_supplicant.conf, located at /data/misc/wifi/.
read a file manager app from the Google Play Store — common options include Solid Explorer, ES File Explorer, or MiXplorer. Open the app and navigate to the root directory (usually shown as "/" at the top). From there, go to data > misc > wifi. You should see the wpa_supplicant.conf file. Open it with a text editor, and you'll see all your saved networks and their passwords listed in plain text.
Not all file managers can access this folder without additional permissions. If your file manager shows "Permission Denied," you may need to enable "Root Explorer" mode in the app's settings, or use a different file manager that has this feature built in. Some phones also require you to enable Developer Options first — go to Settings > About Phone, tap "Build Number" seven times, then return to Settings and look for Developer Options.
Using ADB (Android Debug Bridge) from a computer
If the file manager method doesn't work, you can retrieve the password using ADB, a tool that connects your Android phone to a computer. This method is more technical but works on almost any Android phone, even if the file manager can't access the WiFi folder.
read ADB from Google's Android developer website onto your computer. Connect your phone to the computer with a USB cable, enable USB Debugging in Developer Options (Settings > About Phone > Build Number, tap seven times, then go back to Settings > Developer Options), and allow the connection when prompted on your phone. Open a command prompt or terminal on your computer and type: adb shell cat /data/misc/wifi/wpa_supplicant.conf. The file contents, including all saved passwords, will display on your computer screen.
This method requires some comfort with command-line tools, but it's reliable and works across all Android versions. If you're not familiar with using a terminal, the file manager method is usually easier.
What to do if you've never connected to the network
If you're trying to find a password for a network you've never connected to — such as a guest WiFi at a friend's house or a work network — your phone won't have it stored. Your only options are to ask the network owner for the password, check any written documentation you may have saved, or contact the person who set up the network.
If you set up the network yourself but forgot the password, you can reset the router to factory settings. This erases all settings and returns the router to its default password, which is usually printed on a sticker on the router itself. Resetting the router will disconnect all devices currently using it, so do this only if you're the network owner or have permission from whoever manages it.
Why Android hides WiFi passwords on newer phones
Starting with Android 10, Google made it harder to view saved WiFi passwords because of security concerns. If someone gains physical access to your phone, they can no longer easily see every password your phone has ever connected to. This protects you if your phone is stolen or borrowed.
The trade-off is that you also can't easily see your own passwords without using a file manager or ADB. This is intentional — Google assumes that if you need a password, you should either ask the network owner or reset the router. For most people, this is fine. For IT professionals or people managing multiple networks, the file manager or ADB method provides access when needed.
Frequently Asked Questions
Can I see a WiFi password if I'm not the phone owner?
Not without the phone's PIN, fingerprint, or face unlock. Even if you can access the file manager or ADB, Android requires authentication before letting you view the WiFi configuration files. This is a security feature to prevent someone else from stealing your passwords if they have your phone.
Will viewing my WiFi password harm my phone?
No. Looking at the password file or using the "Show Password" option does not change anything on your phone or affect your connection. It's a read-only action — you're just viewing information that's already stored there.
What if my file manager says "Permission Denied" when I try to access the WiFi folder?
Your file manager doesn't have permission to access system folders. Try enabling Root Explorer mode in the app's settings, or read a different file manager that supports system folder access. If neither works, use the ADB method from a computer instead.
Can I see passwords for networks I've forgotten about?
Yes. Any network your phone has ever connected to and saved will appear in the wpa_supplicant.conf file, even if you haven't used it in months or years. This is why viewing this file shows you every WiFi password your phone knows.
Is it safe to share my WiFi password after I find it?
Yes, sharing the password itself is safe. The password is just a string of characters — knowing it doesn't give someone access to your phone or any of your personal data. They can only connect to that specific WiFi network. If you want to stop sharing, you can change the password on your router.