Forgot your home Wi-Fi password, and the sticker on your router has worn off? Or need to connect a new device but can't remember the combination? On smartphones Sony Xperia (As with other Android devices), passwords for saved networks aren't displayed in the default settings—this is a security measure. However, there are several legal ways to extract them, and we'll cover each in detail.
In this article you will find current methods for models Xperia 1/5/10 (II, III, IV, V), Xperia XZ, Xperia XA and other lines on Android 10–14. Important: some methods require root rights or connecting to a computer, but we'll start with the simplest options available to every user. If you're not up for technical manipulation, skip the sections marked "for advanced" and focus on the first three methods.
A word of warning: extracting passwords may violate the security policies of some corporate networks. Use this information only for personal use on your own networks!
Method 1: View the password through the router settings (without access to the phone)
The most reliable and universal method is to access your router's web interface. This will work even if you don't have root access. Sony Xperia Or your phone's battery is completely dead. You'll need another device (laptop, tablet) connected to the same network.
Instructions:
- 🌐 Open your browser and enter in the address bar
192.168.0.1or192.168.1.1(less often)192.168.8.1). These are the standard IP addresses of most routers. - 🔑 Enter your username and password to log in. This is usually
admin/adminoradmin/passwordFor exact data, see the router sticker. - 📡 Go to the section
Wi-Fi(orWireless,Wireless network). Look for the tabSecurity(Security) - there will be a field therePasswordorPSK Password.
⚠️ Attention: If you have previously changed your router login details and do not remember them, you will have to reset to factory settings (button Reset on the back panel). This will disconnect all network users!
This method works on 100% of devices including Xperia 1 IV, Xperia 5 III and older models. If your router's IP address has changed or you can't find the password section, use the alternative methods below.
Method 2: Using a file manager (only for Android 10 and above)
Starting from Android 10Google has tightened access to system files, but some file managers (for example, Solid Explorer or FX File Explorer) can still show saved Wi-Fi passwords. This method doesn't require root, but it doesn't work on all firmware versions. Sony Xperia.
Step-by-step instructions:
- Install Solid Explorer from Google Play.
- Open the manager and go to the section
/data/misc/wifi/(or/data/misc/wifi/WifiConfigStore.xmlon new versions of Android). - Find the file
WifiConfigStore.xmland open it with any text editor. - Look for lines with tags
<string name="PreSharedKey">— after them the password will be indicated in encrypted or clear form.
⚠️ Attention: On Sony Xperia with pure Android (for example, Xperia 1 II on Android 12+) this path may be blocked. If the folder /data/ unavailable - proceed to the next method.
If the password in the file is displayed as a hash (for example, a1b2c3d4e5), you can try to decrypt it using online services like WiGLE or Hashes.orgHowever, the chances of success are low—modern routers use strong encryption.
Install Solid Explorer or FX File Explorer|
Enable display of hidden files in the manager settings|
Check for the presence of the folder /data/misc/wifi/|
Prepare a text editor to view the XML file-->
Method 3: Apps to view Wi-Fi passwords (without root)
There are dozens of apps on Google Play that promise to reveal saved Wi-Fi passwords. Most of them either don't work or require root. However, we tested a few that sometimes do the job. Sony Xperia:
| Application | Does it work without root? | Xperia Support | Peculiarities |
|---|---|---|---|
| WiFi Password Viewer | ❌ No | Partially (Android 9 and below) | Shows passwords only on older versions of Android |
| WiFi Key Recovery | ⚠️ Sometimes | Yes (on some firmware versions) | Requires access to system files |
| WiFi Password (Root) | ❌ No | Yes | For rooted devices only |
| Network Info II | ✅ Yes | Yes | Shows only the current network, not the password. |
Our test showed that No application guarantees 100% results. on modern Xperia without root. For example, on Xperia 10 III With Android 12, none of the listed apps were able to extract the password. If you need a reliable method, read on for root or ADB methods.
Method 4: Extracting Password via ADB (for Advanced Users)
If you are ready to connect Sony Xperia to the computer, you can use Android Debug Bridge (ADB) — a tool for debugging Android devices. This method works on most models, including Xperia 5 IV And Xperia 10 IV, but requires preliminary configuration.
What you will need:
- 💻 Computer with Windows/macOS/Linux
- 🔌 USB cable (preferably original)
- 📱 Enabled
USB debuggingon the phone - 🛠 Installed ADB Tools
Instructions:
- Activate
Developer modeon Xperia: go toSettings → About phone → Build numberand tap on it 7 times. - Return to
Settings → System → Developer Optionsand turn it onUSB debugging. - Connect your phone to your computer and trust the device.
- Open the command line (or Terminal on macOS/Linux) and run:
adb shellsu
cat /data/misc/wifi/WifiConfigStore.xml | grep psk
If the command prints a line with psk="your_password" — You've found what you were looking for. If not, try an alternative command:
adb pull /data/misc/wifi/WifiConfigStore.xml C:/wifi_password.xml
This will copy the password file to your computer (replace C:/ on the right path).
⚠️ Attention: On some firmware versions Sony Xperia (for example, on Xperia XZ3 (With Android 11), the path to the password file may differ. If the commands don't work, try:
adb shell
ls /data/misc/wifi/
This will show all the files in the directory - look for those that contain wpa_supplicant.conf or config.
What to do if ADB doesn't see the device?
1. Make sure that the drivers for Sony Xperia are installed (download from the official website).
2. Try a different USB cable (cheap cables often do not support data transfer).
3. Restart your phone and computer.
4. Enable the "Revoke USB debugging authorization" option in Developer options and reconnect the device.
Method 5: View password on a rooted device
If your Sony Xperia has root rights, the task is simplified to just a few clicks. Rooting gives you full access to system files, where all saved Wi-Fi passwords are stored. This method is suitable for the following models: Xperia XZ1, Xperia X Compact and others where users often get root.
The most reliable apps for rooted devices:
- 🔓 WiFi Password Root — displays all saved networks and passwords in a convenient list.
- 📋 Root Browser — a file manager with access to system folders. Look for passwords in
/data/misc/wifi/wpa_supplicant.conf. - 🛠 Root Explorer — similar to the previous one, but with advanced search functions.
Example of working with Root Browser:
- Open the app and grant root access.
- Follow the path
/data/misc/wifi/. - Find the file
wpa_supplicant.confand open it. - Look for blocks like:
network={ssid="Network_Name"
psk="network_password"
key_mgmt=WPA-PSK
}
On some Sony firmware versions, passwords in wpa_supplicant.conf may be encrypted. In this case, use the WiFi Password Root app—it automatically decrypts them.
Method 6: Alternative options (if nothing helps)
If none of the above methods worked, there are still a few options:
- 📞 Call your providerMany internet providers (Rostelecom, Beeline, MTS) store passwords for leased routers. Check this information with support.
- 🔄 Reset your router. Click the button
Reseton the back of the router (hold for 10-15 seconds). After resetting, use the default password from the sticker. - 🖥 View your password on another deviceIf you have a Windows laptop connected to the network, open
Control Panel → Network and Sharing Center → Change adapter settings, find your network, right-click →Wireless Network Properties → Securityand check the boxShow entered characters.
On MacOS the password can be found in Applications → Utilities → KeychainEnter the network name in the search box, double-click on it and check the box. Show password.
⚠️ Warning: Resetting your router will disconnect all network users and restore factory settings. This method should only be used as a last resort.
Common mistakes and how to avoid them
When trying to extract the Wi-Fi password on Sony Xperia Users often encounter typical problems. Here are the most common ones and how to solve them:
| Problem | Cause | Solution |
|---|---|---|
Folder /data/misc/wifi/ unavailable |
Android 11+ limitations | Use ADB or root |
| ADB doesn't see the device. | There are no drivers or the cable is faulty | Install Sony Xperia Companion for drivers |
| The password in the file is encrypted | New versions of Android encrypt passwords | Use WiFi Password Root for decryption |
| Apps require root access, even though they promised to work without it. | Android updates have closed life hacks | Try methods with ADB or a router |
If you see the message Permission denied when working with ADB, it means you don't have sufficient rights. Try running the command prompt as administrator (on Windows) or add sudo before commands (on macOS/Linux).
FAQ: Answers to frequently asked questions
Is it possible to view the Wi-Fi password on a Sony Xperia without rooting or a computer?
Yes, but only if you have an older version of Android (up to and including Android 10). On newer versions (Android 11+), this is impossible without root or ADB due to security restrictions. The easiest alternative is to access the router settings through a browser (see Method 1).
Why is the password displayed as a hash in the WifiConfigStore.xml file?
Starting with Android 10, Google began encrypting stored passwords in system files. This hash can only be decrypted using specialized utilities (for example, WiFi Password Root), and even then, not always. If the password is encrypted, use the other methods in the article.
Will the router reset if I just look at the password through the settings?
No, viewing the password through the router's web interface (192.168.0.1) does not reset the router. A reset occurs only when you press the physical button. Reset on the device body or via a command Restore Factory Defaults in the admin panel.
Does the ADB method work on Sony Xperia with Android 13?
Yes, but with some reservations. On some models (for example, Xperia 1 IV) The path to the password file may differ. If the standard commands don't work, try:
adb shell
find /data -name "wifi" | grep -i "psk\|password"
This will help you find the current password file.
Is it possible to find out the password for someone else's network that my Xperia connected to?
Technically yes, but this violates data privacy laws (Article 272 of the Russian Criminal Code - unauthorized access to computer information). We strongly advise against using these methods to access other people's networks. This article is intended only for restoring access to your own networks.