Forgot your home Wi-Fi password, and the router is in an awkward location with the sticker worn down to the point of holes? Or do you need to connect a new device, but only have one at hand? Honor 20 Pro? This situation is familiar to many, especially if someone else set up the network years earlier. Fortunately, on smartphones with firmware EMUI (even without superuser rights) there are several ways to retrieve the saved password.
In this article - 5 current methods For Honor 20 Pro (and other models of the series Honor 20), working on Android 9/10 with shell EMUI 9.1/10.0We'll cover both standard system tools and workarounds for cases where the phone doesn't display the password directly. Important: Some methods require ADB or backup - but neither will violate the warranty or security of the device.
We warn you right away: if the network corporate (with certificates) EAP-SIM or 802.1X), these methods won't work - passwords for such networks are stored in encrypted form and are inaccessible without special software. For home routers (with WPA2-PSK or WPA3) there will be no problems.
1. The standard method through EMUI settings (doesn't always work)
The easiest method is to look in the menu of connected networks. Unfortunately, Huawei And Honor passwords are often hidden "for security reasons", but on some versions EMUI 9.1 (especially if the phone has not been updated) this method still works.
Instructions:
- Open
Settings→Wireless networks→Wi-Fi. - Click on the name of your network (already connected).
- Tap the button
Share(orSharein English firmware). - The system will ask PIN code, pattern or fingerprint - enter it.
- A text password will appear below the QR code (sometimes you need to scroll down to see it).
If instead of a password you see only a QR code, then your version EMUI blocks the display. Proceed to the next methods.
⚠️ Attention: On Honor 20 Pro With EMUI 10.0+ And Android 10 This method usually doesn't work. The manufacturer has removed the ability to view the password for "user data protection" purposes.
2. Extracting the password from a backup (without root)
This method works on all versions EMUI, but requires computer and established ADB (Android Debug Bridge). The idea is to create a backup of your Wi-Fi settings and then extract the password from it.
Step-by-step instructions:
- Enable USB debugging:
- Go to
Settings → About phone → Build numberand tap on it 7 times until the notification "You are now a developer" appears. - Return to
Settings → System → Developer Optionsand activateUSB debugging.
- Go to
adb backup -f wifi_backup.ab -noapk com.android.providers.settings
A backup window will appear on your phone. Confirm the backup creation (no password required).
abe in Linux) and extract data from wifi_backup.ab:
java -jar abe.jar unpack wifi_backup.ab wifi_backup.tar
wifi_backup.tar use any archiver and find the file apps/com.android.providers.settings/db/settings.db.wifi — there in the column pre_shared_key will be your password.This method Works even on the latest versions of EMUI 11/12, but requires minimal command line skills. If you are not comfortable using ADB, proceed to the next method.
Huawei/Honor drivers installed on PC
Enabled USB debugging on the phone
Computer with Windows/macOS/Linux
ADB utility (included in the Android SDK)
5-10 minutes of free time-->
3. Viewing the password via the configuration file (root only)
If on yours Honor 20 Pro There is superuser rights (root), you can directly read the Wi-Fi settings file. This method is the fastest, but is only suitable for flashed devices.
Instructions:
- Install any file manager with root support (For example, Root Explorer or FX File Explorer).
- Follow the path:
/data/misc/wifi/WifiConfigStore.xmlor (in newer versions of Android):
/data/misc/wifi/WifiConfigStoreSoftAp.xml - Open the file in a text editor and find the line:
<string name="PreSharedKey">YOUR_PASSWORD</string>
If the file is not in the specified path, try searching in:
/data/misc/wifi/WifiConfigStoreP2p.xml
or via the command in the terminal:
su
cat /data/misc/wifi/*.xml | grep PreSharedKey
⚠️ Attention: On EMUI 10+ The files may be encrypted. If you see unreadable text when opening them, the method won't work without additional manipulation.
What to do if the file is encrypted?
Starting with Android 9, some manufacturers (including Huawei) encrypt files with passwords. In this case, only specialized software like WiFi Password Viewer (requires root) or extract via ADB backup (method #2).
4. Using third-party applications (without root, but with limitations)
IN Google Play There are dozens of apps that promise to reveal Wi-Fi passwords. However, Honor 20 Pro majority of them don't work due to restrictions EMUIWe tested top utilities—here's what we found:
| Application | Does it work on EMUI 9.1? | Does it work on EMUI 10+? | Does it require root? |
|---|---|---|---|
| WiFi Password Show | ✅ Yes | ❌ No | ❌ No |
| WiFi Password Viewer | ✅ Yes (partially) | ❌ No | ✅ Yes |
| WiFi Key Recovery | ❌ No | ❌ No | ❌ No |
| WiFi Password (by Simplitech) | ✅ Yes | ⚠️ Only for some networks | ❌ No |
The only app that Sometimes works on EMUI 10+ — WiFi Password (by Simplitech)It doesn't show the password directly, but it can generate a QR code to connect other devices. Install it, open the list of networks, and tap the one you need—a QR code will appear that you can scan.
Other programs either return a "No access rights" error or show empty fields. This is due to security policy. Huawei, which blocks reading of system files by third-party applications.
5. Resetting the router as a last resort
If none of the methods worked, and you have access to the router, you can reset its settings and set a new password. This is a radical solution, but it's guaranteed to solve the problem.
How to reset a router:
- Find the button on the back of the router.
Reset(usually recessed into the body). - Take a paper clip or a toothpick and hold the button for 10-15 secondsuntil the indicators flash.
- Wait 1-2 minutes - the router will reboot with factory settings.
- Connect to a network with a name like
TP-Link_XXXXorKeenetic-XXXX(without password). - Open in browser
192.168.0.1or192.168.1.1, log in with your username/passwordadmin/adminand set up Wi-Fi again. - 🔄 They will reset all settings router (including port forwarding, parental controls, etc.).
- 📡 You will have to reconfigure your internet connection (if you have PPPoE or VPN).
- 🔐 All devices on the network will be disabled and will require you to re-enter your password.
- 📱 If you have EMUI 9.1 - try first standard method (section 1).
- 💻 If the phone is on EMUI 10+ and you have a computer - use it ADB backup (section 2).
- 🔓 If there is root — read the configuration file (section 3).
- 🔄 If nothing helps, reset the router (section 5).
- 🔌 Installed Huawei/Honor drivers (download from official website).
- 🔄 Enabled USB debugging and access is allowed for your PC.
- 💻 You are using original USB cable (not all cables support data transfer).
- 🔄 Restart your phone and PC, then try connecting again.
- 🔌 Is the cable from the provider connected correctly (to the port?
WAN/Internet). - 📡 Are the indicators lit?
InternetorDSLon the router. - 🔄 Reboot your router after setup (sometimes it helps).
Disadvantages of the method:
⚠️ Attention: If the router is rented from a provider (for example, Rostelecom or Beeline), resetting may block access. In this case, it's best to call support and ask them to remind you of your Wi-Fi password.
Comparison of methods: which one to choose?
To make it easier for you to navigate, we've compiled the key pros and cons of each method in one table:
| Method | Complexity | Does it work on EMUI 10+? | Requires a PC? | Does it require root? |
|---|---|---|---|---|
| Standard settings | ⭐ (simple) | ❌ No | ❌ No | ❌ No |
| Backup via ADB | ⭐⭐⭐ (average) | ✅ Yes | ✅ Yes | ❌ No |
| Reading the configuration file | ⭐⭐ (easy) | ⚠️ Partially | ❌ No | ✅ Yes |
| Third-party applications | ⭐ (simple) | ❌ No | ❌ No | ❌ No/Yes |
| Resetting the router | ⭐⭐ (easy) | ✅ Yes | ❌ No | ❌ No |
Recommendations for selection:
FAQ: Frequently asked questions about viewing the Wi-Fi password on the Honor 20 Pro
Is it possible to find out a Wi-Fi password without a computer?
Yes, but only if you have EMUI 9.1 (via standard settings) or there is root rights (to read the configuration file). On EMUI 10+ Without a PC, it is almost impossible to bypass the restrictions.
Why don't Play Market apps show their passwords?
Huawei And Honor Block third-party applications from accessing system files with passwords. This is part of the security policy. EMUI, so most utilities simply don't work.
What to do if ADB doesn't see the device?
Make sure that:
Is it possible to find out someone else's Wi-Fi password using the Honor 20 Pro?
No. All methods in this article work. only for networks to which the phone is already connectedIf you don't know someone else's network password, it can't be extracted legally.
After resetting my router, my internet isn't working. What should I do?
Most likely your ISP is using MAC address binding or requires additional settings (for example, PPPoE, VLAN). Call support and clarify your connection details. Also check: