You have connected yours Honor 8S Have you connected to a Wi-Fi network but forgotten the password—and now you need to connect another device? This situation is familiar to many. Luckily, there are several ways to retrieve the saved password on Android, even if you don't have root access (root). In this article we will analyze all the current methods for Honor 8S with shell EMUI (or standard Android if the firmware is modified).
It is important to understand that the ability to view a password depends on the firmware version and the manufacturer's security policy. Huawei/Honor Access to such data is traditionally restricted, but workarounds do exist. We'll cover both official methods (via settings and system files) and alternatives—using third-party apps or ADB commands.
If you're unsure of your technical skills, start with the simplest methods (sections 2-3). More advanced users can skip straight to method with ADB or analyzing system files. Remember: all manipulations are performed at your own risk!
Preparation: What you need to know before you begin
Before attempting to extract a password, please check a few key points:
- 📱 EMUI/Android version: on Honor 8S It's usually there out of the box
EMUI 9.1(Android 9 Pie) orEMUI 8.2(Android 8.1 Oreo). Newer versions may block some methods. - 🔒 Access rights: without
rootYou won't be able to read system files directly, but there are workarounds. - 📶 Current connection: The phone must be connected to the Wi-Fi network whose password you want to know.
If your Honor 8S updated through HiSuite or OTA, some system files may have changed. This isn't critical, but it may require adjusting the instructions. Also note: on phones with data encryption (enabled by default in new versions of EMUI) access to passwords is difficult.
⚠️ Warning: Extracting Wi-Fi passwords may violate corporate network security policies. Do not use these methods to access other people's networks without permission.
Method 1: View password through EMUI settings (official method)
The easiest way is to use built-in tools EMUIUnfortunately, it doesn't work on all firmware versions, but it's worth a try. Here are the step-by-step instructions:
- Open
Settingson yours Honor 8S. - Go to the section
Wireless Networks → Wi-Fi. - Find the network you are connected to in the list and tap on its name.
- In the window that opens, select
Share password(orShare(in the English version). - The system will ask for confirmation. PIN code, imprint or graphic key.
- After confirmation, a QR code with network details will appear. The password itself may appear underneath (depending on the EMUI version).
If the password is not displayed under the QR code, you can scan it with another device (for example, through an app) Google Lens) to extract data. This method works on EMUI 9.1 and newer, but on older versions (for example, EMUI 8.x) option may be absent.
☑️ What to do if the "Share Password" section is missing
If this method didn't work, don't worry - we have at least 2 more working options.
Method 2: Using Wi-Fi Configuration File (No Root)
Android stores data about connected networks in a file wpa_supplicant.confOn some EMUI versions it can be read without root, but the path to it may differ. Here's how to do it:
- Install any file manager with access to system folders (for example,
Solid ExplorerorFX File Explorer). - Follow the path:
/data/misc/wifi/WifiConfigStore/or (for older versions of Android):
/data/misc/wifi/ - Find the file
wpa_supplicant.confand open it with a text editor. - The file will list all saved networks in the following format:
network={ssid="Network_Name"
psk="wifi_password"
key_mgmt=WPA-PSK
}
On Honor 8S With EMUI 9.1+ Access to this file may be blocked. If the file manager returns an error "Access Denied", try the following method.
⚠️ Warning: Changing or deleting files in the folder /data/misc/wifi/ This may result in the loss of saved networks. Do not edit the file manually!
What to do if the wpa_supplicant.conf file is encrypted?
On newer versions of EMUI (Android 10+), this file may be encrypted. In this case, the only solution is to use ADB (see the next section) or root access.
Method 3: Extracting Password via ADB (for Advanced Users)
If the previous methods don't work, the most reliable way is to use Android Debug Bridge (ADB)This is a debugging tool that allows you to execute commands on your phone from your computer. Here's how:
Step 1: Preparation
- 🖥️ Install ADB and Fastboot Tools to your computer (Windows, macOS or Linux).
- 📱 Turn on your phone
Developer mode:- Go to
Settings → About phone. - Tap the item 7 times
Build number. - Return to
Settingsand open a new sectionFor developers. - Turn on
USB debugging.
- Go to
- 🔌 Connect your phone to your computer via USB and select the mode
File transfer(MTP). - Open the command line (or Terminal on macOS/Linux) and enter:
adb devicesMake sure yours is Honor 8S is displayed in the list.
- Enter the command to view Wi-Fi data:
adb shell su -c "cat /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf"If an error occurs
"Permission denied", try an alternative command:adb shell "cmd wifi list-networks"This command will list the networks with their
Network ID. - To see the password for a specific network, enter:
adb shell "cmd wifi show-network {Network_ID}"(replace
{Network_ID}to the network number from the previous step). WiFi Password ViewerWiFi Key RecoveryWiFi Password Show- 🔄 Resetting the router: Click the button
Reseton the back of the router (hold for 10-15 seconds). This will reset the settings to factory defaults, and you'll be able to connect using the default password (usually found on the router's sticker). - 📞 Contact your provider: If your router is provided by your internet service provider, call support—they can provide you with the password using your contract number.
- 🖥️ View password on another device: If a Windows or Mac laptop is connected to the same network, the password can be viewed in the system settings (for example, via
Network and Sharing Centeron Windows). - Roll back to the previous version of EMUI (if you have a backup).
- Use ADB with root privileges (requires bootloader unlocking).
- Consider alternative solutions (resetting the router, contacting your provider).
Step 2: Executing commands
If the commands don't work, it might be because your Honor 8S The ability to read passwords via ADB is disabled. In this case, the only option left is obtaining root rights or reset the router settings.
Method 4: Password Viewer Apps (with caveats)
IN Google Play There are apps that promise to show saved Wi-Fi passwords, for example:
However, on Honor 8S With EMUI most of them will not work without root rightsIt's about the security restrictions that Huawei/Honor implemented into their firmware. However, you can try the following applications:
| Application | Does it require root? | Does it work on EMUI? | Link |
|---|---|---|---|
| WiFi Password Viewer | ❌ No | ⚠️ Partially (only on older versions) | Google Play |
| WiFi Key Recovery | ✅ Yes | ✅ Yes | Google Play |
| WiFi Password (ROOT) | ✅ Yes | ✅ Yes | Google Play |
If you do decide to use one of these apps, pay attention to user reviews with Honor/HuaweiComments often indicate which EMUI versions it works on.
⚠️ Warning: Installing apps from unknown sources (outside of Google Play) may expose your phone to malware. Always check the permissions an app requests.
Alternative solutions if nothing helps
If none of the above methods worked, you have a few options:
For Honor 8S With EMUI 9.1+ receiving root rights — is the only reliable way to reliably extract the password. However, this will void the warranty and may cause the phone to malfunction. Weigh the pros and cons before attempting to unlock the bootloader.
FAQ: Frequently asked questions about extracting the Wi-Fi password on the Honor 8S
Is it possible to find the Wi-Fi password on an Honor 8S without a computer?
Yes, but with some reservations. If you have EMUI 9.1 or newer, try the method with QR code (section 2). On older versions, reading the file may work. wpa_supplicant.conf Using a file manager. However, without a computer and ADB, the chances are significantly lower.
Why don't password viewer apps work on my Honor 8S?
Huawei/Honor block access to system files with kernel-level passwords. Most applications from Google Play are designed for "pure" Android and do not take into account the features of EMUI. The only solution is to get root rights.
I updated EMUI and now I can't view my password. What should I do?
Updates often close security holes. If previous methods stop working after an update, try:
Is it safe to use ADB to extract password?
ADB itself is an official tool from Google and is safe to use if you download platform-tools from the website Android DevelopersRisks arise only when executing unknown commands or connecting the phone to untrusted computers. All commands in this article have been tested and do not harm the system.
Is it possible to extract a password from a phone that is not connected to Wi-Fi?
No. All methods (except reading a file) wpa_supplicant.conf) require an active network connection. If your phone previously connected to this network but is now disconnected, try reconnecting or use another device that remembers the password.