Flashing a smartphone Honor via a computer is a task that frightens many users. Fears are associated with the risk of the device becoming bricked, losing data or violating the warranty. However, with the right approach, the process becomes no more complicated than installing a app on a PC. The main thing is to understand that firmware via a computer gives more control than updating over the air (OTA), and allows you to bring the device back to life even after serious failures.

In this article we will look at three official methods reflash Honor via a PC: using a proprietary utilities Huawei Multi-Tool, through the mode Fastboot and using HiSuite. We will pay special attention to preparation - from backup to unlocking the bootloader, since it is at this stage that users most often make mistakes. If your Honor 70 or Magic 5 began to slow down, crash into the recovery menu or does not turn on at all, these instructions will help return it to working condition.

Important: the procedure is different for devices on EMUI (old models) and Magic UI (new smartphones Honor after separation from Huawei). We'll point out the key differences in each section. Also remember that flashing using unofficial (custom) firmware voids the warranty and can lead to IMEI blocking - this method will not be considered here.

๐Ÿ“Š Which Honor model are you going to flash?
Honor 50/60
Honor 70/80
Honor 90/100
Honor Magic 4/5
Other model

1. Preparing for flashing: what needs to be done before you start

The first step is saving all important data. Flashing via PC in 99% of cases leads to a complete reset (wipe) of the device. Even if you plan to upgrade without losing any files, it's better to be on the safe side. Use:

  • ๐Ÿ“ Backup to PC: connect your phone via USB in file transfer mode (MTP) and copy folders DCIM (photo), Downloads, Documents.
  • โ˜๏ธ Cloud services: Huawei Cloud (for old models) or Honor Cloud (for new ones). Sync contacts, notes and calendar.
  • ๐Ÿ”„ Third-party utilities: Titanium Backup (requires root) or Swift Backup to save applications and their data.

Next check device model and current firmware version. This is critical, since the firmware from Honor 80 Pro is not suitable for Honor 80 Lite, even if they are similar in appearance. You can find out the model:

  • ๐Ÿ“ฑ In the settings: About phone โ†’ Model (for example, NTH-AN00 for Honor 90).
  • ๐Ÿ” On the box or under the battery (if removable).
  • ๐Ÿ’ป Through ADB: connect the phone to the PC and enter the command
    adb shell getprop ro.product.model

Also make sure that drivers for Honor/Huaweiare installed on the computer. Without them, the PC will not recognize the device. modes Fastboot or Recovery. Download them from the official website Huawei (section "Support โ†’ Drivers") or use HiSuite for automatic installation. For Windows 11, you may need to disable driver signature verification - instructions are given below.

โš ๏ธ Attention: If your Honor was purchased in China (models with suffixes AL00, TL00), firmware for the global version (C00, C10) may not work. This will lead to an error INVALID IMEI or lack of network.

2. Firmware selection: official sources and versions

You should use only official firmware from Honor or Huawei (for older models). Unofficial builds (LineageOS, ColorOS) may contain malicious code or not work correctly with the hardware. Download firmware files (.zip or .app) only from trusted resources:

  • ๐ŸŒ Honor official website: section "Support โ†’ Downloads". Select firmware by model and region (for example, Europe C432).
  • ๐Ÿ”ง Firmware Finder: service for searching firmware by model code (firmwarefinder.com).
  • ๐Ÿ“ฆ Huawei Update Extractor archive: if you need an old version for rollback (GitHub).

Firmware for Honor there are three types:

Firmware typeFile formatFor what casesFeatures
Full OTA.zipUpdate without data lossInstalled via Recovery, weighs 1.5โ€“3 GB
Fastboot.app or folder with .imgBrick restoration, factory resetRequires an unlocked bootloader, erases everything
Rollback.zipRollback to the old versionMay cause errors if the region does not match

For most users it is suitable Full OTA โ€”it is installed through the standard recovery menu and does not require unlocking the bootloader. If the phone does not turn on or is stuck on the logo, you will have to use Fastboot firmware. Pay attention to the version Magic UI or EMUI: for example, for Honor 70 relevant Magic UI 7.1, and for Honor 10 โ€” EMUI 12.

โš ๏ธ Attention: Firmware marked CUST (for example, NTH-AN00_CUST_C432) contain regional settings. Installing firmware for a different region may lead to loss of 4G or problems with Google services.
๐Ÿ’ก

If you are not sure about the choice of firmware, download the one that weighs more - usually this is the full version with all components.

3. Unlocking the bootloader: when it is needed and how to do it

The bootloader (bootloader) on devices Honor is locked by default. This is a security measure to prevent the installation of unofficial software. Unlocking is required only in two cases:

  1. You install the firmware via Fastboot (files with the extension .app).
  2. You plan to get root access or install custom recovery (TWRP).

Unlocking requires unique code, which issues Huawei (even for new models HonorThe process takes up to 14 days and includes the following steps:

Get the device ID through the command fastboot oem get-product-model|Register on the Huawei website and create a request|Enter the received code in fastboot oem unlock [code]|Confirm unlocking on the phone

-->

Detailed instructions:

  1. Enable developer mode: go to Settings โ†’ About phone and click on "Build number" 7 times.
  2. Activate OEM Unlock in Settings โ†’ System โ†’ Developer options.
  3. Connect the phone to the PC in Fastboot (turn off the device, then press Volume down + Power).
  4. Enter the command to get the ID:
    fastboot oem get-psid

    Copy the received code.

  5. Go to the website Huawei (emui.huawei.com, log in and create an unlock request, indicating the model and PSID.
  6. After 2-14 days you will receive an unlock code by email. Enter it through the command:
    fastboot oem unlock [your_code]

After unlocking, the phone will reset to factory settings. Devices with Kirin 9000/9000S (Honor Magic 4/5) processors may lose 5G support when unlocked - this is a limitation at the firmware level. If you are flashing via Recovery (Full OTA), unlocking is not possible needed.

4. Flashing via HiSuite: the easiest way

Utility HiSuite is official software from Huawei/Honorthat allows you to update the firmware without manual commands. This method is suitable for:

  • ๐Ÿ“ฑ Users who are afraid of the command line.
  • ๐Ÿ”„ Updates to the latest version without data loss (if available).
  • ๐Ÿ›  Recovering from a soft-brick (the phone turns on, but does not boot).

Step-by-step guide:

  1. Download and install HiSuite from the official website (huawei.com).
  2. Connect your phone to PC original cable (cheap cables may not transmit data).
  3. Enable on your phone USB debugging (Settings โ†’ System โ†’ Settings developer).
  4. Run HiSuite and wait until the app detects the device.
  5. Go to the section Update โ†’ Update. If new firmware is available, click Download and Install.
  6. Follow the instructions on the screen. The phone will reboot several times - do not disconnect the cable until completion.

Advantages of the method:

  • โœ… Automatic loading of the correct firmware.
  • โœ… Saving user data (if the update is not critical).
  • โœ… Support for most models Honor (including new ones Magic UI).

Disadvantages:

  • โŒ The latest version is not always available (depending on the region).
  • โŒ It will not help if the phone does not turn on or is not detected by the PC.
โš ๏ธ Attention: If HiSuite offers firmware older than the current one (for example, rollback from Magic UI 7.2 to 7.1), this may lead to errors in the operation of the camera or sensors. It is better not to accept refusals to update.

5. Firmware via Fastboot: for experienced users

This method requires an unlocked bootloader and is suitable for โ€œreanimatingโ€ phones that:

  • ๐Ÿšซ Does not turn on (black screen, flashing logo).
  • ๐Ÿ”„ Stuck in bootloop (cyclic reboot).
  • ๐Ÿ“ฑ Have damaged firmware after an unsuccessful update.

You will need:

  • ๐Ÿ’ป PC with Windows (for Fastboot It is better not to use macOS/Linux due to problems with drivers).
  • ๐Ÿ”Œ USB cable (preferably original).
  • ๐Ÿ“ Firmware in format .app (for example, NTH-AN00_12.0.0.123(C00E123R1P4).app).
  • ๐Ÿ›  Utility Huawei Multi-Tool or Fastboot Enhanced.

Instructions:

  1. Unpack the firmware .app using Huawei Update Extractor (you can download it at GitHub).You will receive a folder with files. data-i="235">: press boot.img, system.img etc.
  2. Copy the firmware files to the folder with fastboot.exe (For example, C:\platform-tools\).
  3. Turn off your phone and put it into mode Fastboot: press Volume down + Power for 10 seconds.
  4. Connect the phone to the PC and check the connection with the command:
    fastboot devices

    If the device is detected (the serial number will appear), continue.

  5. Run the firmware with the command:
    fastboot flash system system.img
    

    fastboot flash boot boot.img

    fastboot flash vendor vendor.img

    fastboot flash cust cust.img

    For new models (Magic UI 7+), an additional command may be required:

    fastboot flash product product.img
  6. After completion, enter:
    fastboot reboot

First boot after flashing via Fastboot may take up to 10 minutes. If the phone is stuck on the logo for more than 15 minutes, repeat the process or check the firmware compatibility.

What to do if Fastboot does not see the device?

1. Check the cable and USB port (it is better to use USB 2.0).

2. Install the drivers. manually through Device Manager (select "Huawei Bootloader Interface").

3. Disable driver signing in Windows: run the command line as an administrator and enter:

bcdedit /set nointegritychecks on

Then restart the PC.

4. Try another PC - sometimes antiviruses conflict (for example, Avast). blocks Fastboot).

6. Firmware via Recovery: for Full OTA

If you have firmware in format .zip (Full OTA), it can be installed through the standard recovery menu (Recovery). This method does not require unlocking the bootloader and is suitable for:

  • ๐Ÿ“ฒ Over-the-air updates without waiting for OTA.
  • ๐Ÿ”„ Rollback to the previous version (if available rollback.zip).
  • ๐Ÿ›  Fixes minor glitches (for example, bugs com.android.phone).

Instructions:

  1. Download the firmware .zip and rename it to update.zip (required!).
  2. Copy the file to the root directory internal memory or to SD card (if supported).
  3. Turn off the phone and press Volume up + Power to enter Recovery.
  4. In the recovery menu, select: Apply update โ†’ Choose from storage.
  5. Find the file update.zip and confirm the installation.
  6. After completion, select Reboot system now.

If the menu Recovery is in Chinese, use this transcript:

  • โ€” Wipe Data (reset).
  • โ€” Install from storage.
  • โ€” Reboot.
โš ๏ธ Attention: On some models (Honor 8X, Honor 10 Lite), the menu Recovery may not support installation .zip โ€”in this case, use Fastboot or HiSuite.

7. Solving problems after the firmware

Even with successful installation of the firmware, problems may occur. Here are the most common ones and how to resolve them:

ProblemPossible. reasonSolution
The phone does not turn on after flashingIncompatible firmware or interrupted processRepeat the firmware via Fastboot with a different software version
No network (IMEI invalid)Firmware for another regionRepair IMEI via DC Phoenix or flash the correct version
Stuck on the logoIncomplete firmware (missing vendor.img)Install the firmware again, check all partitions (system, boot, vendor)
Error "No Command" in RecoveryPartition damaged recoveryFlash recovery.img via Fastboot:
Google services do not workFirmware without GMS (for China)Install Googlefier or flash the global version

If you lost them after the firmware Google services (on models for China), they can be restored using utilities Googlefier:

  1. Download Googlefier from GitHub.
  2. Connect the phone to the PC with USB debugging enabled.
  3. Run the utility and follow the instructions (required reboot).

To restore IMEI (if it was reset to 0 or null):

  1. Install DC Phoenix or Maui META.
  2. Connect the phone to mode Diag (enter ##2846579## โ†’ ProjectMenu โ†’ Background Settings โ†’ USB Port Settings โ†’ Manufacture mode).
  3. Enter the original IMEI (indicated on the box or under the battery).
๐Ÿ’ก

If after the firmware the phone overheats or quickly discharges, reset to factory settings (Wipe Data in Recovery). This is due to a cache conflict with the old and new firmware.

FAQ: Frequently asked questions about Honor firmware

Is it possible to flash Honor without a computer?

Yes, if the phone turns on and you have the firmware in format .zipCopy it to a memory card, go in. in Recovery (Volume up + Power) and select Apply update from SD card. However, for models with a damaged system (bootloop) you will need a PC.

How to find out if the bootloader is unlocked?

Turn off the phone and hold down Volume down + Powerto enter Fastboot. If there is an inscription at the bottom of the screen PHONE Unlocked the bootloader is unlocked. If PHONE Locked โ€” blocked. On new models (Magic 5) can be displayed OEM INFO: 3 (unlocked).

Will data be lost when flashing firmware via HiSuite?

If HiSuite offers update (not reinstallation), the data will be saved. If it goes on restore (for example, after a failure), a reset will be performed. Always make a backup copy, even if the app promises file safety.

Is it possible to roll back to an older firmware version?

Technically yes, but Honor blocks rollback to versions older than 6 months. When you try to install the old firmware via Recovery an error VERIFICATION FAILEDwill appear. You can only get around this by Fastboot with an unlocked bootloader, but the risk of losing IMEI or camera functionality is high.

What to do if the touchscreen does not work after flashing the firmware?

This is a typical problem when the version does not match. vendor.img. Solution:

  1. Download the firmware specifically for your model and region.
  2. Flash again, paying attention to the files vendor and product.
  3. If that doesnโ€™t help, try the firmware of a different assembly (for example, instead C432 take C185).

On models Honor 50 and newer, resetting via Fastboot:

fastboot erase config