Recovery Mode on Xiaomi smartphones is a powerful tool for system recovery, resetting or installing custom firmware. However, many users face difficulties when trying to get there: the combination of buttons does not work, the device is getting stuck on the Mi logo, instead of the expected menu appears flashing FASTBOOT. In this article, we will analyze all the current ways to enter the recovery on Xiaomi β from standard to advanced, and explain why sometimes nothing works.
It is important to understand that different models Xiaomi, Redmi and POCO process can be different. For example, on older devices (before 2019) often used a combination with the button Menu, which is no longer on modern gadgets. and on devices with a blocked bootloader, TWRP entry may not be possible without first unlocking.
1. Standard method: combination of power and volume buttons
The most common method is the use of hardware buttons. It works on 90% of Xiaomi devices, including the Redmi Note 10/11/12, POCO X3/X4/X5, Mi 11/12/13 and older series.
- Turn off your smartphone completely. If it freezes, hold the power button for 10 to 15 seconds.
- Press and hold the power button and the volume button at the same time.
- Keep them pressed until the Mi logo appears (usually 5-10 seconds).
- Release the buttons when the Mi Recovery menu appears on the screen (blue screen with English text).
If you see a FASTBOOT instead of a recavator, you've been holding the buttons for too long or pressing them at the same time. Try again, but release the buttons as soon as you vibrate or the logo appears.
βοΈ What to do if the buttons donβt work
β οΈ Note: Some models (e.g. Xiaomi) 12T or POCO F4) The combination of buttons may be different. If the standard method does not work, check the section with alternative methods below.
2. Alternative button combinations for different models
The manufacturer sometimes changes the logic of entry to the recaveri depending on the series of devices, here is a table with the current combinations for popular models:
| Xiaomi model | Button combination | Notes |
|---|---|---|
| Redmi Note 8/9/10/11, POCO X3/X4 | Food + Volume up | Release after the appearance of the Mi logo |
| Mi 10/11/12/13, Mi 10T/11T | Power + Volume up (hold 10+ seconds) | The Mi 12 Pro may require 2-3 attempts |
| POCO F3/F4/F5, Redmi K40/K50 | Nutrition + Loudness down β upward | Boot first. FASTBOOT, then recavery |
| Xiaomi Pad 5/6 | Food + Volume up + Volume down | Hold all three buttons for 15 seconds |
| Older models (Mi 5/6/8/9, Redmi 4/5) | Food + Volume up + Menu | The Menu button is not on all devices. |
If your model is not in the table, try the universal method: press the power + volume up for 15-20 seconds. Even if the FASTBOOT first appears, after a few seconds the device can automatically reboot to the Recovery.
3. login to Recovery via ADB (for advanced users)
If the hardware buttons don't work (e.g., the power button broke), you can go to the receptacle via ADB (Android Debug Bridge), which requires USB debugging enabled and drivers installed on the PC. Here's how to do this:
- Connect your smartphone to your computer via USB.
- Open the command line (Windows) or the terminal (macOS/Linux).
- Enter the command: Adb devices Make sure your device appears in the list.
- Run the command to reboot in RecavΓ©rie: adb reboot recovery
If after this command the device is loaded into FASTBOOT instead of a recaveri, try an alternative command:
adb shell reboot --bootloaderThen manually select Recovery Mode from the FASTBOOT menu (volume buttons).
π‘
If the adb device command doesnβt show your device, check if USB debugging is enabled in the developer settings (Settings β About Phone β MIUI version β press 7 times, then go back to Additional Settings β For Developers).
β οΈ Attention: On some firmware MIUI (Especially in Chinese versions, the adb reboot recovery command may not work due to manufacturer limitations, in which case only the input through buttons or Fastboot will help.
4. Entry via Fastboot Mode (if the standard method doesn't work)
If the smartphone is loaded into FASTBOOT instead of a recavery, you can use this menu to force the transition.
- Load the device to FASTBOOT (clip the power + volume down for 10 seconds).
- Connect your smartphone to your PC and open the terminal.
- Enter the command: fastboot reboot recovery
If this doesnβt work, try unlocking the bootloader first (if itβs locked).
fastboot oem unlockXiaomi
What if the fastboot doesnβt recognize the device?
5.The difference between Mi Recovery and TWRP: which one to choose?
On Xiaomi smartphones can be installed two types of recovery:
- π΅ Mi Recovery β standard menu from Xiaomi with limited features (reset, update via the app) ZIP, It is suitable for basic operations but does not allow custom firmware installation.
- π’ TWRP (TeamWin Recovery - customized Recovery with advanced features (backups, installation of unofficial firmware, root rights). Requires an unlocked bootloader.
If you just need to reset or update your firmware via update.zip, Mi Recovery is enough. TWRP will be required to install LineageOS, Pixel Experience or get root.
To install TWRP, follow the following steps:
- Unlock the bootloader via fastboot oem unlock.
- Download the official TWRP image for your model from twrp.me.
- Fastboot: fastboot flash recovery twrp.img fastboot reboot recovery
π‘
Installation TWRP New Xiaomi models (2023-2026) may cause the device to lock due to Anti-Rollback protection. ARB customized!
Frequent problems and their solutions
Even experienced users sometimes have difficulty logging into the Recovery, and here are the most common mistakes and ways to fix them:
- β The device vibrates but does not turn on β Check the battery charge (minimum 30%) or plug in the charge for 10 minutes before trying again.
- β Appears. FASTBOOT Recovery β Try fastboot reboot recovery or keep the buttons longer (15)+ seconds).
- β The screen flashes and reboots. β Maybe the firmware is damaged. Try flashing stock recavers through Fastboot: fastboot flash recovery. recovery.img
- β TWRP password β It's encryption. We need to enter it. PIN-The code or pattern lock you used in the system.
If none of the methods worked, it may be that the device has an unofficial firmware with a damaged Recovery, in which case only firmware of the full MIUI image through the Mi Flash Tool will help.
7.What to do after entering Recovery?
When you finally get on the Recovery menu, you'll have a few options. Here's what they mean:
- π Reboot system now - restart to normal mode.
- π¦ Apply update from ADB β installing updates via computer.
- π Apply update from SD card - installing firmware from the memory card (you need a file) update.zip).
- βοΈ Wipe data/factory Reset β Complete reset (deletes all data!).
- π§ Mount - connection of memory partitions (in TWRP).
- π Advanced β Additional functions (in TWRP You can make backups, format sections).
The most requested operations:
- π§Ή Reset to factory settings: select Wipe data/factory reset β Confirm the action. This will delete all data, including accounts and apps.
- π₯ Installation of firmware: download the official update.zip For your model from Xiaomi, place it in the root of memory and select Apply update from SD card.
β οΈ Warning: If you install firmware through Mi Recovery, it must be signed by Xiaomi. ZIP-Files (e.g. from Xiaomi.eu) can only be flashed through TWRP!