Forgot your home Wi-Fi password, but your connected devices are still working? Honor 10 Lite (model HRY-LX1/HRY-LX2) You can restore network access without resetting your router—just use hidden Android features or standard tools. In this article, we'll discuss 5 proven methods, including methods for both root and non-root users.
Important: The procedure differs from current versions of EMUI (starting from 11+), where the manufacturer has tightened the security policy. Honor 10 Lite with firmware based on Android 9 Pie or Android 10 (EMUI 9/10) The methods described below work reliably, but may require additional manipulations - for example, installing a third-party file manager.
If your smartphone has been updated to a newer software version, some steps may not work. In this case, proceed to alternative options (sections about ADB or TWRP).
1. Standard method: via Wi-Fi settings (without root)
The easiest method is to use the built-in password display function in the connected networks menu. Unfortunately, Honor 10 Lite By default this option is hidden, but it can be activated via developer mode.
Follow the instructions:
Open
Settings → System → About phone.Find the item
Build numberand tap on it 7 timesuntil the "You are now a developer" notification appears.Return to the main settings menu and select the new section
For developers.Activate the switch
USB debugging(optional for this method, but will come in handy later).Go to
Settings → Wireless & networks → Wi-Fi.Tap on the name of your network (connected) and select
Network managementorShare(depending on EMUI version).A line will appear below the field with the QR code.
Password— Click on the eye (👁️) to display the symbols.
⚠️ Attention: On some firmware versions Honor 10 Lite The "Share" option may not be available. If it's not there, proceed to the next method.
If the method worked, Copy the password to the clipboard or write it down in notepad, as the symbols will be hidden again after closing the window. This method does not require superuser rights and works on 80% of devices with EMUI 9/10.
2. Using a file manager (without root)
Android stores Wi-Fi passwords in an encrypted file. wpa_supplicant.conf, but on Honor 10 Lite access to it is limited. However, using a third-party file manager (for example, FX File Explorer or Solid Explorer) you can bypass this limitation.
Step-by-step instructions:
- 📱 Install from Google Play file manager with support root explorer (even if you don't have root rights).
- 🔍 Open the app and follow the path:
/data/misc/wifi/or/data/misc/wifi/WifiConfigStore/. - 📄 Find the file
wpa_supplicant.conf(orWifiConfigStore.xmlin new versions of EMUI). - 📋 Open the file with a text editor and find the block with the name of your network (
ssid="..."). - 🔑 In line
psk="..."The password will be shown in clear text.
⚠️ Warning: On EMUI 10+, the file may be encrypted. If you see a set of random characters instead of a password, try the method with ADB (section 4).
If the file is not in the specified folder, check alternative paths:
/data/vendor/wifi//data/vendor/wifi/WifiConfigStore/Files/
/data/misc_ce/6.0/wifi/
Install FX File Explorer|Enable display of hidden files|Grant access to memory|Check paths /data/misc/wifi/ and /data/vendor/wifi/-->
3. View password via QR code (alternative method)
If your Honor 10 Lite Supports Wi-Fi QR code generation (available on EMUI 9+), allowing you to extract the password from it using a third-party scanner. This method works even without root access and doesn't require a PC connection.
How to do it:
Open
Settings → Wi-Fiand tap on the connected network.Select an option
ShareorQR code(if there is one).Take a photo of the QR code with another device (or take a screenshot).
Use an online QR decoding service (e.g. ZXing Decoder).
Find the line in the decoded text
WIFI:P:...- there will be a password after it.
Example of decoded text:
WIFI:S:MyWiFi;T:WPA;P:my_password_123;;
Where P:my_password_123 — the password you are looking for.
4. Advanced Method: Using ADB
If the previous methods did not work, you can extract the password using Android Debug Bridge (ADB) — a PC debugging tool. This method doesn't require root access, but it does require connecting your smartphone to the computer.
Instructions:
Download and install ADB Tools on PC.
Turn on Honor 10 Lite
USB debugging(in developer settings).Connect your phone to your PC and confirm debugging permission.
Open Command Prompt (Windows) or Terminal (macOS/Linux) and enter:
adb shell
su -c "cat /data/misc/wifi/WifiConfigStore.xml | grep psk"
If the command returns an error, try an alternative path:
su -c "cat /data/misc/wifi/wpa_supplicant.conf"
In the output, find the line with psk="your_password"If the command doesn't work, you may need to unlocking the bootloader (bootloader) - but this is a risky procedure for inexperienced users.
⚠️ Caution: UseADBwith superuser rights (su) may void the warranty HonorIf the phone is not rooted, the commandsuit won't work.
What to do if ADB doesn't see the device?
Make sure you have the drivers installed for Huawei/Honor (you can download it from official website). Also, make sure that the developer settings are enabled. Default USB Configuration → File Transfer (MTP)If the problem persists, try a different USB cable or port.
5. Method for rooted devices: TWRP or Root Explorer
If on yours Honor 10 Lite installed superuser rights (root) or custom recovery (TWRP), you can extract the password in seconds. This method is 100% effective, but is only suitable for advanced users.
Option 1: Through Root Explorer:
- 📁 Open Root Explorer and go to
/data/misc/wifi/. - 🔓 Find the file
wpa_supplicant.confand open it using the built-in editor. - 🔍 The password will be in the line
psk="..."next to the network name (ssid="...").
Option 2: Through TWRP:
Boot into recovery mode (
Power Off → Hold Power + Volume Up).Select
Advanced → File Manager.Go to
/data/misc/wifi/and copy the filewpa_supplicant.confto the SD card.Open the file on your PC - the passwords will be in clear text.
The advantage of this method is the ability to view all saved networks, not just the current one. However, remember: rooting will void your warranty and may cause problems with updates.
6. Alternative solutions if nothing helps
If none of the above worked, consider the following options:
- 🔄 Resetting the router: Click the button
Reseton the back of the router (hold for 10-15 seconds). The password will be reset to the factory default (indicated on the router sticker). - 📞 Contacting your providerIf your router was provided by your internet service provider, call support—they can provide you with the password using your contract number.
- 🖥️ View on another device: If a Windows laptop is connected to the network, the password can be found through
Control Panel → Network Connections → Wireless Network → Properties → Security. - 📱 Recovery apps: Utilities like WiFi Password Recovery (require root) can automatically extract passwords.
If you rent a place or use public Wi-Fi, ask the network administrator for the password. Hacking into other people's networks is illegal and punishable under Article 272 of the Russian Criminal Code ("Unauthorized access to computer information").
| Method | Root required | Complexity | Runs on EMUI 9/10 |
|---|---|---|---|
| Via Wi-Fi settings | ❌ No | ⭐ | ✅ Yes (not always) |
| File manager | ❌ No | ⭐⭐ | ✅ Yes (partially) |
| QR code | ❌ No | ⭐ | ✅ Yes |
| ADB | ❌ No (but debugging is needed) | ⭐⭐⭐ | ✅ Yes |
| Root/TWRP | ✅ Yes | ⭐⭐⭐⭐ | ✅ Yes |
FAQ: Frequently Asked Questions
Is it possible to find the Wi-Fi password on an Honor 10 Lite without rooting?
Yes, in 80% of cases this is possible via Wi-Fi settings (section 1), file manager (section 2), or QR code (section 3). If these methods don't work, try ADB (section 4).
Why is the password displayed encrypted in the wpa_supplicant.conf file?
Starting from EMUI 10, Honor encrypts the passwords in this file. In this case, use ADB with the team su -c "cat /data/misc/wifi/WifiConfigStore.xml" or reset the router.
Will the router reset if I enter the wrong password 10 times?
No, modern routers don't reset if you repeatedly enter an incorrect password. However, some models may temporarily block the connection (for 1-5 minutes).
Is it possible to find out someone else's Wi-Fi password using their Honor 10 Lite?
Technically yes, but only if you have previously connected to this network and the password is saved on your phone. Hacking other people's networks is prohibited by law. (Article 272 of the Criminal Code of the Russian Federation).
After updating EMUI, all my methods stopped working. What should I do?
In new versions of EMUI (11+), the manufacturer has tightened security. Try it out:
- Roll back to the old firmware (if there is a backup).
- Use
ADBwith superuser rights. - Reset the router to factory settings.