Recovery Mode on Xiaomi: How to go to recovery mode in 30 seconds

Recovery Mode on Xiaomi, Redmi and POCO smartphones is a hidden system environment that allows you to perform critical operations: factory reset, firmware installation or recovery from failures. Unlike the usual MIUI interface, there is no graphical shell, only a text menu with a limited set of functions, but it is this mode that becomes a lifeline when the phone stops loading or requires a manual software update.

In this article, you’ll find all the current ways to sign in to Recovery for Xiaomi 2026 devices, including models with Snapdragon and Mediatek processors, as well as solutions to typical problems (for example, when the phone does not respond to buttons or hovers on the logo). We will analyze methods for switched off and on apparatus, use ADB, And explain why on some devices instead of standard Recovery appears Fastboot.

What is Recovery Mode and Why You Need It

Recovery Mode is an isolated environment built into Android firmware that works independently of the main system, allowing you to:

  • πŸ”„ Reset to factory settings (useful when selling or after a virus attack).
  • πŸ“¦ Install official / castom firmware through ZIP-file.
  • πŸ› οΈ Clear cache (e.g. Dalvik-cache) if the system is slowing down.
  • πŸ”§ Restore backup copies (if they were created through TWRP or MIUI Backup).
  • 🚨 Fix download errors (bootloop, getting stuck on the Mi logo).

Xiaomi smartphones use two types of Recovery:

  1. Stock (MIUI Recovery) – a simplified menu from the manufacturer with basic functions (reset, clear cache, install updates via update.zip).
  2. Custom (TWRP, OrangeFox) - an extended version with support for backup, partition mounting and installation of unofficial firmware.

⚠️ Note: On new Xiaomi models (e.g. Xiaomi) 13/14, Redmi Note 12) Stock Recovery can block installation of unsigned ZIP-This requires unlocking the bootloader (Bootloader Unlock).

If you plan to flash your phone, first check the bootloader status with the command:

fastboot oem device-info

In the answer, look for the line Device unlocked: true. If it is false, you will need to officially unlock through the Xiaomi website.

Method 1: Log in to Recovery from a phone turned off (classic method)

This is the most reliable way to work on 90% of Xiaomi devices, including older models (Redmi 4X, Mi A1) and newer ones (POCO F5, Xiaomi 13T).

Sequence of action:

  1. Turn off the phone (if it freezes, hold the power button for 10-15 seconds before vibration).
  2. Press the button combination: For most models: Volume up (+) + Power. For older devices (2016–2018): Volume up (+) + Volume down (–) + Power.

Mi

or the Recovery menu

5-10 seconds

If you reboot your phone after the Mi logo, you let go of the buttons too soon. Try again, holding them for longer.

β˜‘οΈ Checking before entering Recovery

Done: 0 / 4
Xiaomi modelButton combinationNotes
Xiaomi 12/13/14, Redmi Note 11/12, POCO F4/F5Volume up + NutritionOn some devices, you may need to hold the buttons for up to 20 seconds.
Redmi 9/9A/9C, POCO M3/M4Volume up + NutritionIf a Fastboot appears, try again with a different combination.
Mi 8/9/10, Redmi Note 8/9 ProVolume up + Nutrition or Volume up + Down + NutritionOn some firmware, only the second combination works.
Xiaomi Mi A1/A2 (Android One)Loudness down + NutritionThese models have their own Recovery menu from Google.

⚠️ Note: On devices with a Mediatek processor (e.g. Redmi) 10A, POCO C40) Long-term button retention can result in a reset via Fastboot rather than a Recovery login.In this case, release the buttons immediately after the Mi logo appears.

Method 2: Log in to Recovery via ADB (for phone on)

If the phone is working but you need to get into Recovery (for example, to install an update), you can use it. ADB-This method requires a team:

  • πŸ–₯️ Computers with installed ADB and Fastboot.
  • πŸ”Œ Included debugging by USB in the developer settings (Settings) β†’ The phone. β†’ Version. MIUI β€” tap 7 times).
  • πŸ“± Connected phone over USB (File transfer mode).

Instructions:

  1. Open the command line (Win + R β†’ enter cmd).
  2. Check the device connection: Adb devices should show a serial phone number.
  3. Run the command to reboot in Recovery: adb reboot recovery

If after the command the phone is rebooted to normal mode, it means:

  • πŸ”Ή Stock Recovery is disabled on your model (replaced with Fastboot).
  • πŸ”Ή Installed custom Recovery (TWRP), but it's damaged.

πŸ’‘

If the adb reboot recovery command doesn’t work, try adb reboot bootloader and then manually select Recovery Mode from the Fastboot menu using volume buttons.

Method 3: Sign in via Fastboot (if the phone only loads into it)

Sometimes, instead of Recovery, the phone loads into Fastboot Mode, which is a black screen with a bunny and the words FASTBOOT.

  • πŸ”Ή Recovery section damaged.
  • πŸ”Ή Unofficial firmware installed.
  • πŸ”Ή The wrong combination of buttons is pressed.

To get from Fastboot to Recovery:

  1. Connect your phone to your PC and open the command line.
  2. Check the connection: fastboot devices
  3. The command is: fastboot reboot recovery.

If the command fails, then the Recovery is missing or locked on the device.

  • πŸ”Ή Install stock Recovery with Fastboot: Fastboot Flash Recovery recovery.img (file recovery.img You can download the Xiaomi Firmware Updater).
  • πŸ”Ή Or run the full firmware through the Mi Flash Tool.
What if the Fastboot doesn’t recognize the device?
Make sure that Xiaomi drivers are installed USB Drivers. Try another one. USB-Cable (preferably original) Disable driver signatures in Windows (to do this, type in the command line on behalf of the administrator: bcdedit /set nointegritychecks on, then restart the PC).

Problems with logging into Recovery and their solutions

Even with the right actions, logging into Recovery may not work, and let’s look at common mistakes and ways to fix them:

Problem.Possible causeDecision
The phone vibrates, but does not turn onBattery discharged or power connector damagedCharge your phone for at least 30 minutes with the original charger. Try another cable.
Fastboot is coming instead of RecoveryRecovery partition is damaged or the wrong combination is pressedRecovery via Fastboot (see Method 3) or use ADB.
Recovery menu in ChineseGlobal firmware for China (China ROM) installedSelect locations (reset is usually the 4th on the list) or go through the Global ROM.
phone is stuck on startup Mi logo after resetDamaged firmware or module conflictComplete reset again or run your phone through the Mi Flash Tool.

On Xiaomi models with a Snapdragon 8 Gen 2/3 processor (for example, Xiaomi 13 Ultra, Redmi K60 Pro), stock Recovery can block the entrance if the device is tied to a Mi Account.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi (series) Note/budgetary)
POCO (Game/Middle Segment)
Xiaomi (flagship)
Another brand

What to do in the Recovery menu: basic functions

Once you log in, you'll see a menu in English or Chinese (depending on the firmware), with volume (moving) and power (selecting) buttons, and let's look at the key points:

  • πŸ”„ Reboot system now - restart to normal mode.
  • πŸ—‘οΈ Wipe data / Factory reset – complete reset (deletes all data except files on the dataset) SD-map).
  • 🧹 Wipe cache partition – cleaning cache (useful when brakes system).
  • πŸ“₯ Apply update from ADB β€” Updating the updates through ADB sideload.
  • πŸ“ Apply update from SD card - installing firmware from a memory card (file should be called) update.zip).
  • πŸ”§ Advanced – additional options (checking firmware integrity, mounting partitions).

⚠️ Warning: The Wipe data item deletes all data, including photos, contacts and apps. SD-You can copy important files to your PC. You can't recover data after resetting through Recovery without specialized hardware.

If you install firmware through Apply update from SD card, make sure that:

  • πŸ”Ή The firmware file has a name. update.zip (gapless!).
  • πŸ”Ή The firmware is suitable for your model (check on the website). MIUI Downloads).
  • πŸ”Ή Battery charged at least 50 times%.

πŸ’‘

Recovery is the last chance to restore the phone if it doesn't turn on, but remember, after Wipe data, Xiaomi's warranty is saved, but the data isn't.

How to avoid turning your phone into a brick

Incorrect actions in Recovery can lead to a complete loss of the device’s performance (called β€œbrick”).

  • 🚫 Do not interrupt the process of installing firmware or reset (even if the phone takes a long time to β€œthinkΒ»).
  • πŸ”‹ Watch the battery – if the phone runs out during the operation, the chances of recovery without a service center are minimal.
  • πŸ“Œ Do not install firmware from other models – even if they are β€œsimilar” (for example, Redmi Note 11 and Redmi Note 11 Pro have different firmware).
  • πŸ”’ Do not change partitions manually (for example, via fastboot erase) unless you understand the consequences.

If after manipulation in Recovery phone:

  • πŸ”Ή Not enabled – try logging into Fastboot and flashing stock firmware through the Mi Flash Tool.
  • πŸ”Ή Hang on the logo – reset again or check the integrity of the firmware.
  • πŸ”Ή Mi Account requires password – log in or wait 72 hours to unlock (if the device was linked to the account).

Last Chance: If the phone doesn't respond to any combinations, try a hardware reset (if supported by your model):

  1. Turn off the phone.
  2. Press Volume Up + Power for 30 seconds.
  3. Release the buttons and wait 2-3 minutes – sometimes it works as a forced reboot.

FAQ: Frequent questions about Recovery on Xiaomi

Can I log in to Recovery if the volume button is broken?
Yes, but you'll need ADB or special apps like Quick Reboot, and if the buttons don't work at all, you'll just have to disassemble the phone to close the contacts on the board (not recommended without experience).
Why does the phone ask for a password from Mi Account after resetting to Recovery?
This is Mi Cloud Lock, and if the phone was linked to an account, you'll need to enter your login and password after the reset, and if you forget the data, restore it to the Mi Account website or contact Xiaomi with proof of purchase.
How to distinguish stock recovery from TWRP?
Xiaomi’s stock Recovery has a blue yellow text screen and a minimal feature set. TWRP is a black/orange interface with touch controls and advanced options (e.g. Mount, Backup).
Can I install TWRP without unlocking the bootloader?
No. To install custom Recovery, be sure to unlock the bootloader through the official Mi Unlock Tool. On newer models (Xiaomi 13, Redmi Note 12), this takes up to 7 days of waiting due to security policy.
What if all items in Recovery are in Chinese?
Or, you can go point-by-point (usually Wipe data is the fourth one on top) or you can run Global ROM through Fastboot. On some firmware, the menu language depends on the regional version of MIUI.