The situation when a user forgets the access code to his smartphone is more common than it seems. Owners of brand devices Honor are no exception: Android security mechanisms can block the gadget after repeated unsuccessful input attempts. This creates a serious problem, as access to contacts, photos and applications becomes impossible without special intervention.

There are several proven methods that allow you to regain control of your device. However, it is important to understand that most of them involve the complete deletion of user data. Modern security standards encrypt internal memory, and bypassing the blocking without losing information can be extremely difficult if cloud backups or Google accounts have not been previously set up.

In this article we will analyze in detail the algorithms of actions for different versions of the interface Magic UI and EMUI. You will learn how to use recovery mode, remote management services and third-party utilities to solve the blocking problem.

Preparing for the data reset procedure

Before taking active steps, you need to assess the risks and prepare the equipment. If you have important files on your phone that are not synchronized with the cloud, you should try to remember the code again or use the "Forgot Password" function if it is available on the lock screen.

You will need a charged device to perform a hard reset. If the battery is low, connect your smartphone to the network for at least 30-40 minutes. The process of flashing or wiping the data partition requires stable power, as a sudden shutdown can lead to damage to system files.

โš ๏ธ Attention: All methods described below, except for logging in through your account, lead to the complete deletion of photos, contacts and messages. Make sure you have a backup copy of your important data in cloud storage.

It is also recommended to remove the memory card microSDif you have one installed. Although modern versions of Android protect data on an external card, accidental formatting can occur if you select the wrong menu item in recovery mode.

โ˜‘๏ธ Ready to reset

Done: 0 / 4

Resetting the password through the Recovery (Hard Reset) menu

The most universal and reliable way to unlock Honor is to use the mode Recovery. This method works even if the touch screen is partially unresponsive or the system is frozen. It initiates a factory reset directly from the bootloader.

To enter the recovery menu, you must completely turn off the smartphone. Then you need to hold down the combination of physical buttons. On most Honor models, this is by simultaneously holding the Volume Up key and the Power button. Hold them until the brand logo appears, then release the power button, but continue to hold the volume.

Navigation in the menu Recovery is carried out with the volume buttons (up/down), and the selection of the item is confirmed with the power key. In touch mode (on newer models), you can simply touch the screen. You need to find the section Wipe data/factory reset or simply Reset settings.

  • ๐Ÿ”น Select item Wipe data to start the cleaning process.
  • ๐Ÿ”น Confirm the action by pressing Wipe data once again in the pop-up window.
  • ๐Ÿ”น Wait for the process to complete, the progress bar will show 100%.
  • ๐Ÿ”น Click Back and select Reboot system now to reboot.

After the reboot, the phone will turn on like new. You will need to go through the initial setup. The system may request identification confirmation through the Google account that was synchronized with the device before blocking. This is an anti-theft measure known as FRP Lock.

๐Ÿ’ก

If after resetting the phone asks you to enter your old Google account, but you do not remember it, you will need to unlock the FRP through special utilities or contact the service center with a purchase receipt.

Using the Huawei Find Device service

Owners of Honor smartphones released before the separation of brands often have connection to the ecosystem Huawei ID. The service Find Device (Find device) allows you not only to track the location of the gadget, but also to remotely erase data, which automatically removes the screen lock.

To use this method, you need access to a computer or other smartphone with the Internet. Go to the official Huawei cloud service page. Log in using the same ID that was entered on the locked phone.

In the service interface, select your device from the list of available ones. Among the management functions (Play Sound, Lost Mode), find the option Erase Data (Erase data). Confirming this action initiates a remote command to completely reset the settings.

โš ๏ธ Attention: The function only works if the Internet (Wi-Fi or mobile data) was turned on on the phone and the "Find device" option was activated in the security settings before blocking.

This method is considered the most gentle in terms of complexity of execution, since it does not require pressing a physical buttons and entering engineering menus. However, it is completely dependent on the network activity of the device.

What to do if the device is offline?

If the phone is turned off or not online, the reset command will be queued. As soon as the gadget connects to the Internet, the command will be executed automatically and the password will be deleted.

Unlocking via Google account (outdated method)

On older versions of the operating system Android (up to approximately version 5.1-6.0) it was possible to reset the pattern key or PIN code directly from the lock screen. After five incorrect entry attempts, the โ€œForgot your pattern key?โ€ button appeared.

By clicking on this button, the system prompted you to enter the login and password for the account Googlewhich was the main one on this device. After successful authorization, the lock was removed, and the user could set a new access code.

On modern Honor smartphones with shell Magic UI and the latest versions of Android, this function was removed for security reasons. Now entering an incorrect password only leads to temporary blocking of input (timer) or complete erasure of data, but not to the form for entering credentials.

Android version Presence of a "Forgot key" button Required data Save data
Android 4.4 - 5.0 Yes Google Account Yes
Android 6.0 - 7.0 Rarely Google Account Yes
Android 8.0 and higher No Not applicable No (needs reset)
Android 10+ (Honor) Absent Not applicable No (needs reset)

If you have a very old model, you should try entering the wrong key 5 times and see if the treasured button appears. Otherwise, you will have to use the hard reset methods described above.

๐Ÿ“Š What version of the interface do you have on Honor?
Magic UI 8
Magic UI 6
EMUI 12
EMUI 9 or older
I donโ€™t know

Third-party utilities for unlocking

There are a number of apps for PCs that are positioned as tools for removing screen locks without losing data. Examples of such solutions are Tenorshare 4uKey, Dr.Fone or iMyFone LockWiper. They work via a phone connection via a USB cable.

The principle of their operation often comes down to automating the process of sending commands via ADB or exploiting vulnerabilities in the bootloader of specific models. However, it is worth noting that on new devices with an encrypted data section removing the password without formatting is impossible due to the Android security architecture.

The use of such software is usually paid. Free versions often only allow you to scan the device, but require payment to perform the reset procedure itself. The effectiveness of such apps highly depends on the specific processor model and firmware version.

  • ๐Ÿ”น Download and install the selected app on your computer.
  • ๐Ÿ”น Connect the locked Honor with a USB cable.
  • ๐Ÿ”น Follow the instructions of the setup wizard on the PC screen.
  • ๐Ÿ”น Wait until the process completes and the device turns off.

Be careful when downloading such software from unverified sources, as there is a risk of catching viruses. Official developer sites are usually safer, but a guarantee of results is not always provided.

USB debugging mode and ADB command

For advanced users, there is a method for deleting a file with passwords through console commands ADB (Android Debug Bridge). This method only works if, before the lock, USB debugging was activated in the "For Developers" menu and the computer was already authorized.

If these conditions are met, connect the phone to the PC, open the command line in the ADB tools folder and enter the command to delete the system key file. This will restore access to the system without losing personal files.

adb shell rm /data/system/gesture.key

For a digital PIN code or mixed password, the file name may be different, for example password.key or locksettings.db. After executing the command, you must reboot the device. If debugging has not been enabled in advance, this method will not work because the phone will not accept the command from the computer.

โš ๏ธ Note: The interface and location of system files may vary depending on the version of Magic UI. Incorrect deletion of system files can lead to a cyclic reboot (bootloop).

๐Ÿ’ก

The ADB method is effective only if USB debugging is enabled in advance. In 95% of cases, if the password is forgotten, this option is disabled, so the method is rather theoretical.

Frequently asked questions (FAQ)

Is it possible to reset the password on Honor without losing photos?

Unfortunately, this is not possible on modern versions of Android with encryption enabled. The password is part of the data encryption key. Without it, the file system cannot be decrypted, so the only way out is a full reset, which deletes all data.

What is FRP Lock and how to bypass it?

FRP (Factory Reset Protection) is protection against factory resets by attackers. After a HARD Reset, the phone will require you to enter the Google account that was synchronized earlier. You can get around this only by knowing the password for your account or through complex technical manipulations with the firmware.

Will calling your phone help to remove the lock?

This myth was relevant for very old versions of Android (2.x - 3.x). On modern Honor smartphones, a call does not give access to settings or the desktop, so this method does not work.

How long does the Hard Reset procedure take?

The data clearing procedure itself takes from 2 to 5 minutes. However, the first boot after the reset may take longer than usual (up to 10-15 minutes), as the system optimizes applications and checks the integrity of files.

Can I unlock the phone using a fingerprint if I forgot the code?

No. Biometric data (fingerprint, face) are only a convenient addition to the main authorization method. If the main password is forgotten, biometrics also stops working to unlock the screen for security purposes.