Resetting your smartphone Honor to factory settings may be necessary in a variety of situations: from banal system brakes to critical failures after an unsuccessful update. However, not all users know what exists several ways to perform a reset - from simple through the settings menu to complex manipulations through ADB or Fastboot. Moreover, on devices Honor (especially those released after 2019), the process may differ due to the features of the firmware Magic UI and restrictions associated with American sanctions against Huawei.
In this article we will examine all current reset methods for Honor 7/8/9/10/20/30/50/60/70/80/90/X-series models, including cases when the phone does not respond to buttons, is locked with a pattern key, or does not turn on at all. You will learn how to save important data before resetting, what mistakes users most often make, and what to do if the device does not boot after a hard reset. And at the end - answers to the most frequently asked questions on the topic.
1. When you need to reset settings on Honor
Resetting to factory settings (hard reset) is an extreme measure that is resorted to in the following cases:
- ๐ข The phone is very slow, applications constantly crash, and there is less than 10% of free memory left - even after clearing the cache.
- ๐ You forgot pattern key, PIN code or account password Huawei ID (on older models).
- ๐ฑ The device is stuck on the logo Honor or endlessly reboots after updating the firmware.
- ๐ฆ Suspicion of a virus or malware that is not removed antiviruses.
- ๐ฆ Before selling or transferring the phone to another person (to delete all personal data).
However, resetting does not always solve the problem. For example, if the phone does not turn on due to damaged battery or hardware failure of the motherboard, then a hard reset is useless. In such cases, diagnostics are required at a service center.
โ ๏ธ Attention: On models Honor with processors Kirin (released before 2021) after resetting, you may need to re-authorize in Huawei ID. If you do not remember your account details, the phone will turn into a โbrickโ - it will be extremely difficult to unlock it.
2. Preparing for a reset: how to save data
Reset to factory settings completely deletes all user data: photos, contacts, messages, installed applications and their settings. Therefore, it is necessary to make a backup copy before the procedure. Here's what you can save:
| Data type | How to save | Notes |
|---|---|---|
| Contact | Synchronize with Google Account or export to file .vcf |
Check in Settings โ Accounts โ Google โ Synchronization |
| Photo/video | Copy to PC via USB or upload to Google Photos/Huawei Cloud | On new ones models Honor may not be Google Services |
| Messages | Use applications like SMS Backup & Restore | Does not save media files from MMS |
| Applications | The list of installed apps can be exported via App Backup & Restore | APK files themselves will only be saved with a manual backup |
If the phone does not respond to touches or is locked, try connecting it to the computer in MTP (file transfer) mode. On some models Honor to do this you need:
- Connect the USB cable.
- Swipe down the notification panel.
- Click โFile Transferโ (if the screen is unlocked).
3. Method 1: Reset via the settings menu (soft reset)
This is the simplest and safest method, but it only works if:
- ๐ฑ The phone turns on and responds to touches.
- ๐ You know the PIN code or pattern.
- ๐ Battery charge is more than 30% (to avoid shutdown during the process).
Instructions for Magic UI (from version 4.0 and later):
- Open
Settings(icon gears). - Go to
System and updates โ Reset. - Select
Reset settings. - Read the warning and press
Reset phone. - If necessary, enter the PIN code or password for Huawei ID.
- Confirm the action by pressing
Reset.
On for older models (before 2018), the path may be different:
Settings โ Advanced โ Backup and reset โ Reset settings
Checked battery charge (minimum 30%)
Backed up important data
I know the PIN code/pattern
The device is not connected to charging (to avoid failures)-->
โ ๏ธ Attention: If after resetting the phone requires you to enter data from Huawei IDthat you do not remember, do not try to guess the password repeatedly - the account may be blocked. Contact support Huawei with proof of device purchase.
4. Method 2: Hard reset via Recovery Mode
This method is useful if:
- ๐ The phone is locked and you donโt remember the password.
- ๐ต The device does not respond to touches (but turns on).
- ๐ The smartphone is stuck on loading or reboots endlessly.
To enter Recovery Mode on Honor use a combination of buttons. It depends on the model:
| Honor model | Button combination | Notes |
|---|---|---|
| Honor 7/8/9/10 | Turn off โ Press Volume up + Power |
Release the buttons when the logo appears |
| Honor 20/30/50/X-series | Turn off โ Press Volume up + Power โ Hold for 10 sec |
On some models you need to confirm the input with the button Volume up |
| Honor 60/70/80/90 | Turn off โ Press Volume up + Volume down + Power |
You may need to connect to charging |
After entering the Recovery control is carried out using the volume buttons (Up/Down - moving, Power โselection). Next:
- Select
Wipe data/factory reset. - Confirm the action (
Yes). - Wait for the process to complete (may take 5-15 minutes).
- Select
Reboot system nowto reboot.
What to do if Recovery Mode does not open?
If the button combination does not work, try:
1. Connect the phone to charge for 30 minutes (it may be low). battery).
2. Use another combination (for example, Volume down + Power).
3. On models with Kirin 990 and newer, you may need a special cable to force entry into Fastboot.
4. If all else fails - contact the service center, as the problem may be hardware (the power button is damaged).
5. Method 3: Reset via ADB (for advanced users)
The method via Android Debug Bridge (ADB) is suitable if:
- ๐ฅ๏ธ computer with installed drivers Honor/Huawei.
- ๐ง USB debugging is enabled (
Settings โ About phone โ Build number (7 taps) โ For developers โ USB debugging). - ๐ The phone is unlocked (but, for example, does not respond touch).
Instructions:
- Download and install ADB Tools on your PC.
- Connect your phone to the computer via USB (select mode
File transfer). - Open a command line (
Win + R โ cmd) and enter:
adb devices
If the device is detected (the serial number appears), execute the reset command:
adb shell recovery --wipe_data
For models with Magic UI 5.0+ an alternative command may be required:
adb shell am broadcast -a android.intent.action.MASTER_CLEAR
After executing the command, the phone will automatically reboot and begin the reset process.
1. Reinstall drivers HiSuite from the official website Huawei.
2. Use another USB cable (preferably the original one).
3. Turn on the mode Charging only, then switch back to File transfer.-->
6. Method 4: Reset via Fastboot (if Recovery is not available)
If Recovery Mode the phone is damaged or the phone does not respond to buttons, you can try a reset via Fastboot. This method is more risky and requires:
- ๐ฅ๏ธ A computer with installed
ADB/Fastboot. - ๐ A working USB cable (preferably original).
- ๐ Battery charge of at least 50%.
Step-by-step guide:
- Turn off the phone.
- Hold
Volume down + Power(for most models Honor) and hold for 10-15 seconds until the screen appearsFastboot. - Connect the phone to the PC.
- Open the command line and check the connection:
fastboot devices
If the device is detected, run the command to reset:
fastboot erase userdatafastboot erase cache
fastboot reboot
On some models (for example, Honor 8X or Honor 10 Lite) an additional command may be required to unlock the bootloader:
fastboot oem unlock [your_unlock_code]
However, you can only get this code through the official website Huawei, and for new models (after 2021) unlocking the bootloader is often impossible.
โ ๏ธ Attention: Commandsfastboot erasedeletes data without the possibility of recovery. If you make a mistake with the command (for example, enterfastboot erase system), the phone may turn into a โbrickโ and will require flashing.
7. Method 5: Reset via HiSuite (official software from Huawei)
If the previous methods did not work or you are afraid to use ADB/Fastboot, you can try resetting through a proprietary utility Huawei HiSuite. This method is suitable for:
- ๐ฑ Models Honor before 2020 (with support Huawei Mobile Services).
- ๐ Phones that turn on but do not respond to touches.
- ๐ฅ๏ธ Users who have no experience with command line.
Instructions:
- Download and install HiSuite from official website.
- Connect the phone to the PC via USB (select mode
HiSuitewhen prompted). - Run the app and wait until it detects the device.
- Go to the section
System Restore. - Select
Reset to factory settingsand follow the instructions on the screen.
The advantage of this method is minimal risk of errors, since the process is automated. However, on new models Honor (for example, Honor 70 or Honor Magic 4) the reset via HiSuite function can be disabled.
Reset via HiSuite is the safest method for beginners, but does not work on all models. If the app does not see the device, check the drivers and cable, as well as. try another USB port on your PC.
8. What to do if the phone does not turn on after a reset
In rare cases, after a hard reset, the device may:
- ๐ Stuck on logo Honor.
- ๐ต Not responding to the power button.
- ๐ Show a black screen with a flashing indicator.
Here's what you can do:
| Problem | Possible cause | Solution |
|---|---|---|
| Stuck on the logo | Damaged firmware | Try to reflash through Fastboot or eRecovery |
| Does not turn on | Battery is dead | Leave it on charge for 1-2 hours, then try to turn it on |
| Required Huawei ID | FRP lock | Restore access to your account or contact service |
| Black screen | Hardware failure | Take it to a service center (there may be a problem with the display or board) |
If the phone is stuck on the logo, try entering Recovery Mode and execute Wipe cache partition (not to be confused with Wipe data!). This will clear the system cache without deleting user data.
On models with support eRecovery (for example, Honor 10 or Honor View 20), you can try to restore the firmware via the Internet:
- Press
Volume up + Poweruntil the menu appears. - Select
Download latest version and recovery. - Connect to Wi-Fi and wait for the firmware to load.
FAQ: Frequently asked questions about resetting Honor
โ Is it possible to reset Honor if you forgot the pattern key?
Yes, but this will require Recovery Mode or ADB (if USB debugging was enabled previously). If these methods do not help, your only option is to contact the service center with proof of purchase.
โ Will a hard reset reset the IMEI lock?
No. Resetting to factory settings deletes only user data, but does not affect blocking by IMEI (if the phone is blacklisted by the operator or blocked after theft).
โ Why does Honor ask for the old password after resetting?
This FRP blocking (Factory Reset Protection). It appears if the phone was linked Google Account (on older models) or Huawei ID (on new ones). To unlock, you need to enter the details of the account that was on the device before the reset.
โ Is it possible to cancel the reset after it has started?
No. Once the process has started, it cannot be interrupted - this may damage the firmware. Wait for it to complete (even if it takes 20-30 minutes).
โ How to reset Honor if the screen does not work?
In this case, only ADB (if debugging was enabled) or Fastbootwill help. If these methods are not available, contact the service center, as you will need to disassemble the device to connect to UART or flashing it through testpoints.