Forgot your home Wi-Fi password, and the router is in the attic, and the sticker with the code has long since worn off? This situation is familiar to many. Especially if guests need to connect, and you can't remember the 20-character combination you created three years ago. Luckily, it's on your phone. Honor 8X (as well as on other smartphones running Android) There are several ways to retrieve a saved password from a network to which the device is already connected.
But here it is important to understand the nuances: smartphone manufacturers (including Huawei/Honor) access to such information is often restricted for security reasons. Therefore, there is no universal "one-click" method—you'll have to use workarounds. In this article, we'll look at 5 current methods, including methods without superuser rights (ROOT) and with them. You will also learn why some instructions from the internet no longer work on modern versions. EMUI (shells Honor).
⚠️ Attention: Extracting Wi-Fi passwords from someone else's device without the owner's consent may violate data privacy laws (Article 272 of the Russian Criminal Code - "Unauthorized access to computer information"). All methods in this article are intended exclusively to restore access to their own networks.
Method 1: via router settings (if you have access to the web interface)
The most reliable and legal method is to access your router's control panel. This will work even if you don't have permission. ROOT on the phone, and the model Honor 8X does not support viewing passwords through standard menus.
To do this:
- 📶 Connect to the target Wi-Fi network on Honor 8X.
- 🖥️ Open your browser and enter in the address bar
192.168.1.1or192.168.0.1(The standard IP address of most routers). If you can't connect, check the exact address in your phone's connection settings:Settings → Wi-Fi → [tap on your network] → Gateway IP. - 🔑 Enter the login and password from the router panel (usually
admin/adminor indicated on the device sticker). - 🔍 Go to the section
Wireless(or "Wireless Network") →Wireless Security(or "Wireless Security"). Here in the fieldPasswordorPSKThe current password will be displayed.
If you have never changed your router login details, but the default ones admin/admin If they don't work, try resetting the router settings using the button. Reset (press and hold for 10 seconds). After the reset, the Wi-Fi password will return to the factory default (indicated on the router sticker), and the internet settings will need to be reconfigured.
2. Method: via file wpa_supplicant.conf (without ROOT, but with limitations)
On older versions Android (before 10) Wi-Fi passwords were stored in clear text in a system file wpa_supplicant.confOn . Honor 8X With EMUI 9.x (Android 9) This method may still work, but with some caveats.
Instructions:
- Install a file manager on your phone with access to system folders, for example FX File Explorer or Solid Explorer.
- Follow the path:
/data/misc/wifi/WifiConfigStore/Or (for older versions):
/data/misc/wifi/ - Find the file
wpa_supplicant.confand open it with any text editor. - Inside there will be a block like this:
network={ssid="Your_Network_Name"
psk="your_password"
key_mgmt=WPA-PSK
}
⚠️ Attention: Starting from Android 10 And EMUI 10+, this file is encrypted and cannot be read without permission ROOT impossible. If you have Honor 8X With firmware newer than 2020, this method will most likely not work.
Install a file manager with access to system folders|Enable display of hidden files|Check Android version (up to 10)|Make a backup copy of the file before editing-->
Method 3: Using ADB (for advanced users)
ADB (Android Debug Bridge) — a debugging tool that allows you to execute commands on your phone from your computer. It can be used to extract the Wi-Fi password, but it requires USB debugging and some technical skills.
Step-by-step instructions:
- 🖥️ Install on PC ADB Tools (download from the official website) Android Developers).
- 📱 On Honor 8X turn on
Developer mode:Settings → About phone → Build number(press 7 times).Then go back to
Settings → System → Developer Optionsand activateUSB debugging. - 🔌 Connect your phone to your PC via cable and confirm debugging permissions.
- 💻 Open Command Prompt (Windows) or Terminal (Mac/Linux) and run:
adb shellsu
cat /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf
If the team su it doesn't work - you don't have rights ROOTIn this case, try an alternative command:
adb pull /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf C:\wifi_password.txt
The file with passwords will be saved to disk. C:\.
Method 4: with ROOT rights (the most reliable, but risky)
Obtaining rights ROOT on Honor 8X Unlocks access to all system files, including Wi-Fi passwords. However, this method has serious drawbacks:
- ⚠️ The warranty is voided (if it is still valid).
- 🔓 The phone becomes vulnerable to viruses.
- 📱 There may be malfunctions in the firmware (especially on EMUI).
- 🔄 After system updates ROOT may fly off.
If you are ready to take the risk, follow the instructions:
- 🛠️ Get it ROOT by using Magisk or SuperSU (instructions for Honor 8X there are on the forums 4PDA or XDA Developers).
- 📁 Install a file manager with support ROOT (For example, Root Explorer).
- 🔍 Follow the path:
/data/misc/wifi/or (for newer versions):
/data/vendor/wifi/WifiConfigStore/ - 📄 Open the file
wpa_supplicant.conf— passwords will be in the linepsk="...".
⚠️ Attention: On some firmware versions Honor 8X after receiving ROOT the module stops working Wi-Fi or NFCBefore the procedure, make a full backup via TWRP.
What should I do if Wi-Fi disappears after ROOT?
If after receiving the rights ROOT The Wi-Fi module has stopped working, try:
1. Reflash the phone to stock firmware via Huawei eRecovery.
2. Delete files in the folder /data/misc/wifi/ and reboot the device.
3. Install the patch Wi-Fi Fix for your model through Magisk.
5. Method: via backup (if you have made a backup before)
If you have ever backed up your settings Honor 8X through HiSuite or Google AccountThe Wi-Fi password may have been saved in a backup. Here's how to extract it:
For Google Account:
- 🌐 Go to page
google.com/dashboardand log in. - 📱 Find the "Devices" section → select Honor 8X.
- 🔍 Check the "Backups" section. If Wi-Fi data is there, restore it to another device.
For Huawei HiSuite:
- 🖥️ Install HiSuite on your PC and connect your phone.
- 📂 Create a new backup (if the old one is missing).
- 🔍 Use the program Huawei Backup Extractor (unofficial utility) to extract the file
wpa_supplicant.conffrom backup.
💡 Advice: If you regularly make backups through Google DriveWi-Fi passwords are automatically synced between devices. Connect another phone to the same account, and the network will appear in the list of available networks without entering a password.
Comparison of methods: which one to choose?
Not all methods are equally effective. Below is a table with the pros and cons of each method. Honor 8X:
| Method | ROOT required | Complexity | Runs on EMUI 9/10 | Risks |
|---|---|---|---|---|
| Router web interface | ❌ No | ⭐ (simple) | ✅ Yes | Need login details for the router? |
File wpa_supplicant.conf |
❌ No (but read permissions are required) | ⭐⭐ | ⚠️ Only on Android <10 | The file may be encrypted. |
| ADB | ❌ No (but debugging is needed) | ⭐⭐⭐ | ✅ Yes (with limitations) | A PC and USB cable are required. |
| ROOT access | ✅ Yes | ⭐⭐⭐⭐ | ✅ Yes | Loss of warranty, risk of bricking |
| Backup | ❌ No | ⭐⭐ | ✅ Yes | Need old backups |
For most users Honor 8X it will be optimal first method (via router) or fifth (if there is a backup). Methods with ADB And ROOT Suitable only for experienced users who are prepared for potential problems.
Common mistakes and how to avoid them
When trying to extract a Wi-Fi password, users often encounter common problems. Here are the most common ones and how to solve them:
- 🔌 "ADB doesn't see the device":
→ Install drivers Huawei manually throughdevice Manager.
→ Try another USB cable (original).
→ Enable it in developer settingsUSB Debugging (Security Options). - 📁 "Missing wpa_supplicant.conf file":
→ Check the path: on newer versions it may be/data/vendor/wifi/....
→ The file may be hidden - enable displaying hidden files in the manager. - 🔒 "The router does not accept the default admin password.":
→ Reset the router using the button Reset (hold for 10-15 seconds).
→ Look at the login/password on the sticker on the back of the device. - 📱 "Wi-Fi stopped working after ROOT":
→ Install the patch Wi-Fi Fix for Huawei through Magisk.
→ Reflash your phone to the stock version via eRecovery.
⚠️ Attention: If you use public networks (for example, in a cafe or airport), extracting your password may violate the service's terms and conditions. In some cases, this constitutes unauthorized access and is punishable by law.
FAQ: Answers to frequently asked questions
❓ Is it possible to find the Wi-Fi password on an Honor 8X without rooting or a computer?
Yes, but only if:
- You have access to the router's web interface (via a browser on your phone).
- Your Honor 8X works on Android 9 or older, and file
wpa_supplicant.confnot encrypted. - Have you previously made a backup through HiSuite or Google Account.
On Android 10+ without ROOT and the PC's chances are minimal.
❓ Why is the password displayed in encrypted form in the wpa_supplicant.conf file?
Starting from Android 10Google has tightened its security policy. Wi-Fi passwords are now stored encrypted in system storage. KeystoreDecrypt them without rights ROOT It's impossible. This is done to protect against data theft if the device is lost.
❓ Can I use apps to view Wi-Fi passwords?
Apps like WiFi Password Viewer or WiFi Key Recovery are working only on ROOT phonesWithout superuser rights, they are useless. Furthermore, many such programs contain malicious code or display ads. We do not recommend using them.
❓ What to do if none of the methods worked?
There are two options left:
- Reset your router settings using the button Reset (the password will return to the factory one indicated on the sticker).
- Contact your internet provider—they may have saved the password for your router (if it was issued with the equipment).
❓ Is it safe to root the Honor 8X?
Receipt ROOT always comes with risks:
- Loss of warranty (if still valid).
- Possible failure of banking applications (eg. Sberbank Online or Tinkoff may block operation on rooted devices).
- Risk of "bricking" (turning the phone into a "brick") due to a firmware error.
If you are a beginner, it is better to abandon this method in favor of alternatives (for example, resetting the router).