How to log in to Recovery Mode on Xiaomi Mi A2 Lite: 3 working ways

Xiaomi Mi A2 Lite (codename daisy) is one of the few smartphones of the brand that runs on a β€œclean” Android One instead of the proprietary shell MIUI. This feature also affects the process of entering recovery mode (Recovery Mode), which may be required to reset settings, install custom firmware or fix system errors. Unlike devices with MIUI, where the input to the Recovery is standardized, the Mi A2 Lite has its own nuances – especially if the phone has a non-originous firmware or a bootloader is blocked.

In this article, we will discuss all the current ways to log into Recovery on the Xiaomi Mi A2 Lite, including button combinations, commands via ADB and Fastboot, and explain why sometimes the smartphone does not respond to standard methods. Separately, we will focus on typical errors (for example, hanging on the Mi logo or the absence of a Recovery menu) and give recommendations for their elimination. If you plan to manipulate the firmware, be sure to read the section on preparation to avoid the device’s blink due to incorrect actions in recovery mode.

1.What is Recovery Mode and why is it needed on Xiaomi Mi A2 Lite?

Recovery Mode is an Android service environment that works independently of the main operating system, and on the Mi A2 Lite, it can be of two types:

  • πŸ”Ή Stock Recovery – standard menu from Google (on Android One) or Xiaomi (if stitched) MIUI). Limited functionality: reset to factory settings, cache cleaning, update via ADB.
  • πŸ”Ή Custom recovery (TWRP, OrangeFox – Extended version with support for backups, installation ZIP-Firmware and root rights require unlocking the bootloader.

On the Mi A2 Lite, you may need to use Recovery mode to:

  • πŸ”„ Hard reset (full reset if the phone is getting stuck or not turning on).
  • πŸ“¦ Manual installation of official updates (through ADB sideload).
  • πŸ› οΈ Fixing errors after a failed update (e.g. bootloop).
  • πŸ”“ Unlock the bootloader (the first step before the firmware) TWRP).

⚠️ Attention: On Mi A2 Lite with Android 10+ Google has tightened its security policy, and if you haven't unlocked the bootloader before, logging into custom Recovery can cause an automatic data reset (dm-verity protection!

2.Recovery Entry Preparation: What to Do in Advance

Before you try to enter recovery mode, follow a few critical steps:

  1. Check the battery level. It should be at least 50%. If the phone runs out during manipulations in Recovery, it can damage the system files.
  2. Back up your data. Even if you plan on only clearing the cache, there's always the risk of an accidental reset: use Google Drive, Mi Cloud, or connect your phone to your PC.
  3. Find out the firmware version. Go to Settings β†’ System β†’ About Phone. If you have Android One, the way you log in to Recovery may be different from MIUI.
  4. Prepare a USB cable. For ADB/Fastboot methods, you need an original cable (cheap ones often don’t transmit data).

If you plan to stitch custom Recovery (such as TWRP), additionally:

  • πŸ”— Download the latest version TWRP for daisy from the official website (twrp.me).

Battery charge β‰₯50%|Backup copy of data created|The firmware version is checked|Original. USB-cable|ADB/Fastboot installed (if necessary)

-->

If you have never worked with ADB, we recommend that you test your phone’s connection to a PC first.

  1. Enable USB debugging in Settings β†’ System β†’ About Phone β†’ Assembly Number (click 7 times, then go back to Settings β†’ System β†’ For Developers).
  2. Connect your phone to your PC and type in the command line: adb devices If the device is displayed – the connection is configured correctly.

Method 3: Sign in to Recovery via a button combination (for stock menu)

This is the easiest method, but it only works if:

  • πŸ”“ The bootloader is not locked (otherwise the phone can automatically restart to the system).

Instructions:

  1. Turn off the Xiaomi Mi A2 Lite with a long press on the power button (or through the off menu).
  2. Press and hold at the same time: Volume Up + Power button.
  3. Hold both buttons for 10-15 seconds until the Mi logo or Recovery menu appears.
  4. If you have a menu with items in English (for example, Reboot system now, Wipe data) - you are successfully logged in to Recovery.

If instead of Recovery, the phone turns on in normal mode or hangs on the logo:

  • πŸ”„ Try repeating the combination by holding the buttons for longer (up to 20 seconds).
  • πŸ”Œ Connect the charger – sometimes helps with a discharged battery.
  • πŸ”§ If the phone is stuck on the Mi logo, the firmware may be damaged. In this case, you need a Fastboot (see Method 3).
What to do if the button combination does not work?
If the phone doesn’t respond to Volume Up + Power, it’s possible: 1. You have custom Recovery installed (like TWRP), where the combination is different – try Volume Down + Power. 2. The bootloader is locked – in which case the phone can automatically reboot to the system. You need to unlock it through Mi Unlock Tool. 3. The volume button is damaged – check its performance in normal mode. 4. On some versions of Android One, the combination can be Volume Up + Volume Down + Power (simultaneously).

Method 2: Log in to Recovery via ADB (if the phone turns on)

If the smartphone is working but you need to reboot to Recovery (for example, to install an update), it’s more convenient to use ADB. This method is also useful if the physical buttons are faulty.

Instructions:

  1. Enable debugging over USB (see the "Preparation" section).
  2. Connect the Mi A2 Lite to your PC via USB.
  3. Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with ADB.
  4. Enter the command to check the connection: adb devices should appear serial number of the device.
  5. Recovery: Adb Reboot Recovery: Adb Reboot Recovery

If after the command the phone restarts, but gets not in Recovery, and in normal mode:

  • πŸ”§ Maybe the recovery partition is damaged, and then you can only flash it through Fastboot.
  • πŸ”“ If you have custom Recovery, but the phone loads into stock, check if the settings have reset after the update.
adb shell reboot recovery

Sometimes this helps to bypass the restrictions on some firmware.

-->

5. Method 3: Log in to Recovery via Fastboot (if the phone doesn't turn on)

If the Xiaomi Mi A2 Lite doesn’t respond to buttons or is stuck on the logo, the only reliable way to get into Recovery is via Fastboot. This method is also suitable if you want to flash custom Recovery (for example, TWRP).

Instructions:

  1. Turn off the phone (if it is on, press the Power for 10-15 seconds).
  2. Press the Volume Down button + the Power button.
  3. Hold it until the screen with the hare in the hat-eared (Fastboot logo) appears.
  4. Connect your phone to your PC and open the command line in the folder with Fastboot.
  5. Check the connection: fastboot devices
  6. Recovery: Fastboot Reboot Recovery

If the team fails:

  • πŸ”§ Make sure you have the latest Fastboot drivers installed for Xiaomi.
  • πŸ”Œ Try another one. USB-port.
  • πŸ”“ If you see a mistake FAILED (remote: 'Flashing is not allowed in Lock State', which means the bootloader is locked.

If you want to flash custom Recovery (TWRP), instead of fastboot reboot recovery, do:

  1. Download the twrp-3.x.x-x-daisy.img file and place it in the folder with Fastboot.
  2. Recovery: fastboot flash recovery twrp-3.x.x-x-daisy.img
  3. Immediately after the firmware reboot to Recovery: fastboot reboot recovery Important! Don't reboot to the system, otherwise stock Recovery will overwrite TWRP.

Button combination |ADB|Fastboot |Castom Recovery (TWRP) | I don't know what it is

-->

Typical errors and their solutions

When working with Recovery on Mi A2 Lite, users often face the following problems:

Mistake.Possible causeDecision
Phone hangs on Mi logo after entering RecoveryDamaged recovery or firmware sectionFlick stock Recovery through Fastboot or reinstall firmware
The button combination doesn't workFaulty buttons, blocked bootloader or installed custom RecoveryTry ADB/Fastboot or check the buttons in normal mode
Recovery does not have an ADB sideload itemXiaomi’s stock Recovery (not Android One) installedSweat custom Recovery (TWRP) or use Fastboot to upgrade
After resetting to Recovery, the phone requires a passwordData Encryption (FBE) enabledEnter the last PIN/password used or complete the reset (Wipe data)
E:unknown command error when selecting a item in RecoveryFirmware or incompatible Recovery damagedReflash stock Recovery or update the firmware through Fastboot

If you see a No command message with a lying Android robot:

  1. Press and hold the Power + Volume Up for 5-10 seconds.
  2. If the menu doesn't appear, the recovery section may be damaged, and only the Fastboot firmware will help.

⚠️ Attention: On Mi A2 Lite with Android 11+ Google has introduced additional protection, dynamic partitions. If you try to flash custom Recovery on such firmware, it can lead to data loss or device blink. β†’ System system β†’ The phone.

7 How to Get Out of Recovery Mode on Xiaomi Mi A2 Lite

To get out of recovery mode:

  1. In stock Recovery, select Reboot system now using volume buttons and confirm the choice with the power button.
  2. In TWRP, press Reboot β†’ System.
  3. If the phone doesn’t respond to commands, press the Power for 10-15 seconds to force a reboot.

If after leaving Recovery, the phone does not turn on or hovers on the logo:

  • πŸ”Œ Connect the charger and wait 10-15 minutes – the battery may have run out.
  • πŸ”§ Try logging in to Recovery and running Wipe Cache Partition.
  • πŸ“₯ If the problem persists, run the stock firmware through Fastboot (instructions on the Xiaomi website).

-->

FAQ: Frequent questions about Recovery on Xiaomi Mi A2 Lite

Can I log in to Recovery if my phone is completely drained?
No. Recovery requires a minimum battery charge (usually 5-10%) to log in. If the phone doesn't respond to charging, hold it charging for 15-20 minutes, then try the button combination. If the charging indicator doesn't burn, the power controller may be the problem - in which case repairs will be required.
Why does the phone automatically reboot after logging in to Recovery?
This is because the bootloader is locked. On the Mi A2 Lite with the bootloader locked, stock Recovery may not start, and custom Recovery (TWRP) may drop the device into the system. Solution: unlock the bootloader through the Mi Unlock Tool (requires a Mi Account binding and a wait of 7-30 days).
How to distinguish stock recovery from TWRP?
Stock Recovery has a minimalist interface with blue or black background and white text, and it has only basic items: Reboot system now, Wipe data/factory reset, Wipe cache partition. TWRP has touch controls, an orange logo and advanced options: Install, Backup, Mount, Advanced.
Can I install TWRP without unlocking the bootloader?
No. On all Xiaomi smartphones, including the Mi A2 Lite, you must unlock the bootloader to install custom Recovery, and trying to flash TWRP on a locked bootloader will result in a FAILED error (remote: 'Flashing is not allowed') or a device blink.
What if Recovery requires a password after resetting?
This is due to data encryption (FBE). Enter the last used PIN, pattern lock or password. If you don't remember, select Wipe data/factory reset, but note that this will delete all data from internal memory. Some firmware may require re-assignment of your Google account after reset.