Forgot your home Wi-Fi password, but your connected devices are working fine? Smartphone Honor 20 Lite (model STK-LX1/STK-LX3) on the basis EMUI 9.1/10.0 It stores all saved networks, but the manufacturer hides the ability to directly view passwords—unlike some custom firmware. However, there are workarounds that don't require superuser rights (ROOT).
In this article we will analyze three proven methods: via the system menu (if the password is displayed in the router settings), using a backup copy of the Wi-Fi configurations and via ADB — a debugging tool for Android. Important: Starting with EMUI 11, Honor has completely blocked access to passwords without ROOT, but for the 20 Lite with EMUI 9/10, the methods still work.Also note that some methods require a PC connection or additional applications.
Warning: Attempting to hack into other people's networks is illegal. This article is intended only for restoring access to own networks for which the password has been lost.
1. Check the password through the router settings (if you have access)
The easiest way is to access your router's web interface. This will work if you're connected to the internet. Honor 20 Lite right now or know the IP address of the router.
- 🌐 Open the browser on your phone and enter in the address bar
192.168.0.1or192.168.1.1(standard IP for most routers). - 🔑 Enter your login/password to log in (usually
admin/adminor indicated on the router sticker). - 📡 Go to the section
Wi-Fi → Security Settings(the name may differ:Wireless → Security). - 👁️ Field
PSK passwordorKeywill display the current network key.
If your router's IP address has changed or you don't remember your login information, you can find it on a sticker on the device (usually on the bottom). For popular models TP-Link, ASUS or Keenetic standard combinations often coincide.
⚠️ Attention: If the router is rented from a provider (for example, Rostelecom or MTS), access to settings may be restricted. In this case, please contact your operator's support.
2. Export Wi-Fi settings via backup (without ROOT)
The method works on Honor 20 Lite With EMUI 9.1/10.0 and doesn't require superuser rights. The trick is to create a backup copy of the system files where network data is stored, and then retrieve the password via a PC.
You will need:
- 📱 Smartphone Honor 20 Lite with an unlocked bootloader (not to be confused with ROOT!).
- 💻 A computer with installed drivers HiSuite (official software from Huawei).
- 🔧 Archiver 7-Zip or WinRAR to extract data.
Step-by-step instructions:
- Connect your phone to your PC via USB cable (mode
File transfer). - Open
Settings → System → Backupon the phone. - Select
Backup to USB driveand create a copy (no password required). - On your PC, locate the backup file (usually in the folder
HWBackup) and rename the extension from.hbkon.zip. - Unzip the file and open the folder
/wifi- there will be a file thereWifiConfigStore.xmlwith passwords in clear text.
⚠️ Note: Starting with EMUI 10.1, Honor encrypts backups. If your phone has been updated, this method won't work—use ADB (section 3).
Make sure your phone is charged 50%+
Enable USB debugging in Developer Options
Install HiSuite on PC
Create a backup folder-->
3. Using ADB to Extract Passwords (Advanced Method)
ADB (Android Debug Bridge) is Google's official tool for debugging Android devices. It can be used to download a file containing Wi-Fi settings, which stores passwords in encrypted form but can be decrypted.
The advantage of this method: it works even if the phone is not rooted, but requires turning on USB debugging and installations Platform Tools on PC.
Instructions:
- Download Platform Tools from the Google website and unzip it into a folder
C:\adb. - Turn on your phone
Settings → About phone → Build number(tap 7 times to activate developer mode). - Return to
Settings → System → Developer Optionsand turn it onUSB debugging. - Connect your phone to your PC, open the command prompt in the folder
adband run:
adb devices
(your device should be displayed).
adb pull /data/misc/wifi/WifiConfigStore.xml
File WifiConfigStore.xml will be copied to your PC. Open it with any text editor (for example, Notepad++) and find the line:
<string name="ConfigKey">your_password</string>
If the file is encrypted (there are symbols like ÿÿÿ), use the utility WiFi Password Decryptor for decryption.
4. Alternative methods (if nothing helps)
If the above methods don't work, consider these options:
- 🔄 Resetting the router: Click the button
Reseton the back of the router (hold for 10 seconds). This will reset the settings to factory defaults, and you'll be able to set a new password (the default one is usually on the sticker). - 📱 Other device: Look at the password on another phone/laptop that is connected to this network. For example, on iPhone This can be done through
Settings → Wi-Fi → (i) next to the network. - 📞 Contacting your provider: If the network is provided by an Internet service provider (for example, Beeline or MGTS), the password can be found in your personal account or by calling the support phone number.
| Way | ROOT required? | Complexity | Does it work on EMUI 11+? |
|---|---|---|---|
| Router settings | ❌ No | ⭐ | ✅ Yes |
| Backup | ❌ No | ⭐⭐ | ❌ No (encryption) |
| ADB | ❌ No | ⭐⭐⭐ | ⚠️ Partially |
| Resetting the router | ❌ No | ⭐ | ✅ Yes |
5. Common mistakes and how to avoid them
When attempting to extract a password, users often encounter typical problems. Here are the most common:
- 🔌 "ADB doesn't see the device": Make sure USB debugging is enabled and the drivers are installed HiSuiteTry a different cable or USB port.
- 🔒 "WifiConfigStore.xml file is encrypted": Starting with EMUI 10.1, Honor encrypts backups. The solution is to use
ADBor reset the router. - 📵 "I can't access my router settings.": Check the IP address (maybe
192.168.8.1for some models) or reset the router using the buttonReset.
If you get an error adb: no devices/emulators found, run in the command line:
adb kill-server
adb start-server
What to do if your phone asks for OEM unlocking?
OEM unlocking is required for some ADB commands. To enable it, go to Settings → Developer options → OEM unlocking and activate the slider. Please note that on some Honor models this option may be hidden after updates.
6. Security: How to protect your Wi-Fi after password recovery
Once you have regained access to the network, we recommend taking steps to protect yourself from losing your password again:
- 🔐 Change the default router password complex (at least 12 characters with numbers and special characters).
- 📝 Save your password in the manager (For example, Google Password Manager or KeePass).
- 🔄 Update your router firmware - outdated versions are vulnerable to hacking.
- 📱 Disable the "WPS Connection" feature in the router settings (it makes it easier to hack the network).
For Honor 20 Lite It is also useful to disable automatic connection to open networks:
- Go to
Settings → Wireless & networks → Wi-Fi. - Click on the three dots in the upper right corner and select
Additional functions. - Disable the option
Auto-connection to open networks.
FAQ: Answers to frequently asked questions
Is it possible to find the Wi-Fi password on an Honor 20 Lite without a computer?
Yes, but only if you have access to the router settings (section 1) or another device connected to this network (for example, a laptop). Methods with ADB and a backup copy requires a PC.
Why isn't there a "Show Password" button in the Wi-Fi settings on the Honor 20 Lite?
Manufacturer Huawei/Honor I removed this feature starting with EMUI 9 for security reasons. On stock ROMs, passwords are hidden, unlike on custom ROMs (for example, LineageOS).
Will ADB work on Honor 20 Lite with EMUI 11?
Partially. Starting with EMUI 11, Honor has tightened its security policy, and some commands ADB may not be executed without ROOT. However, an attempt to extract WifiConfigStore.xml sometimes it goes well.
Is it possible to hack someone else's Wi-Fi using these methods?
No. All the methods described only work for networks to which your Honor 20 Lite Already connected. Hacking into other people's networks is illegal and punishable under Article 272 of the Russian Criminal Code ("Unauthorized access to computer information").
What should I do if the internet doesn't work after resetting my router?
After resetting, you'll need to reconfigure your connection to your provider. The setup details (PPPoE login/password, VLAN ID, etc.) are usually specified in your contract or can be obtained from your provider's support team.