How to go to Recovery Mode on Xiaomi Redmi 2: all working ways

Xiaomi Redmi 2

HM2014811

recovery

But the Recovery login on Redmi 2 has its nuances. Unlike today's Xiaomi models, there's no universal button combination, and some techniques require pre-preparedness. In this article, we'll look at all the current ways to log in to Recovery, including hardware keyboards, ADB commands, and alternatives for locked devices. You'll also learn how to distinguish stock Recovery from custom (TWRP) and what to do if the smartphone doesn't respond to standard combinations.

If your Redmi 2 is stuck on the logo, does not turn on or requires a reset before selling, this guide will help bring it back to life.

1. Standard method: button combination for logging into Recovery

The easiest method is to use hardware keys. The Xiaomi Redmi 2 has a three-button combination, but it only works if two conditions are met:

  1. The battery is charged at least 30% (at low charge, the device can turn off in the process).
  2. Buttons Volume+ and Loudnessβˆ’ Do not stick (a common problem with older devices).

Step-by-step:

  1. Turn off the smartphone with a long press on the power button (10-15 seconds).
  2. Press simultaneously: Volume Up button (Power button)

10-15 seconds

Mi

Recovery Mode

Release the buttons and you will be taken to stock Recovery (English or Chinese).

β˜‘οΈ Preparation for the entrance to Recovery

Done: 0 / 4

If after 20 seconds of holding the screen is black or if only the Mi logo appears without a menu, then the combination did not work.

  • πŸ”‹ Battery discharged (even if the indicator showed charge, the controller could shut down).
  • πŸ”§ Damaged power button (a common problem after falls).
  • πŸ“± Blocking the bootloader (if previously unofficial firmware was installed).

⚠️ Warning: If after a few attempts, the smartphone stopped responding to the buttons at all, plug it into charging for 30 minutes, then try again.

2.Alternative method: login via Fastboot and ADB

If the hardware buttons are not working or the device is locked, you can log in to Recovery via Fastboot mode using your computer, which requires Xiaomi drivers installed and the Android Debug Bridge (ADB) tool installed.

What you need:

  • πŸ’» Windows computer 7/10/11 or Linux/macOS.
  • πŸ”Œ Cable USB Type-A – Micro-USB (original or qualitative analogue).
  • πŸ“¦ Installed Mi Phone Manager or Google Drivers USB Driver.
  • πŸ› οΈ Folder with ADB Fastboot (you can download from the official Android website).

Instructions:

  1. Turn off Redmi 2.
  2. Hold the volume.βˆ’ + Power before the screen with Fastboot Mode (Android robot with an open stomach).
  3. Connect your smartphone to your PC via USB.
  4. Open the command prompt (cmd) in the ADB folder and type: fastboot devices If the device is identified (the serial number appears), continue. If not, check the drivers.
  5. Enter the command to go to Recovery: fastboot boot recovery.img Note: If you have custom Recovery (like TWRP), replace recovery.img with the path to your file.
fastboot oem reboot-recovery

This command works on some versions of Xiaomi bootloader, but may require unlocking OEM.-->

Once the command is complete, the smartphone will automatically reboot to Recovery Mode. If the screen remains black for more than 30 seconds, check the cable or repeat the process from another one. USB-port.

3. How to distinguish stock Recovery from TWRP

The external menus of stock Recovery and custom TWRP are very different, and this is important to understand, because the functionality and management of them are different.

Sign.Stock Recovery (Mi Recovery)Castom Recovery (TWRP)
Interface languageEnglish or ChineseMany languages (including Russian)
ManagementVolume buttons - selection, power - confirmationTouch or Volume buttons + Power
FunctionsOnly reset, update via.zipFull backup, firmware installation, Mount section
Color schemeBlack and white text on a blue backgroundOrange-black interface with icons

If you see a menu with Reboot system now, Wipe data, and Apply update from ADB, this is stock Recovery. You can't install unofficial firmware, but you can reset it to factory settings.

In TWRP, you'll see a vibrant interface with Install, Wipe, Backup, and Restore sections, and you'll find advanced features that include NANDroid backup and partition mounting.

πŸ“Š What Recovery Is Installed on Your Redmi 2?
Stock (Mi Recovery)
Castomic (TWRP)
I don't know.
Other

4. Enter Recovery if the smartphone is not turned on

When Redmi 2 doesn’t respond to buttons or is stuck on the logo, it requires a special approach, which can be helped by hardware reset through test points or forced reboot in Recovery.

Method 1: Hard reboot

  • πŸ”‹ Turn off the charging cable (if connected).
  • πŸ”„ Squeeze the power. + Loudnessβˆ’ 20 to 30 seconds.
  • πŸ“± If the screen blinks, release the buttons and immediately press the power. + Loudness+ recovery.

Method 2: Through Test Points (for experienced users)

⚠️ Warning: This method requires disassembling the device and may result in a loss of warranty (if it is still valid!

Instructions:

  1. Remove the back cover and battery.
  2. Find two contact points on the motherboard that say TEST or CLK (usually next to the battery connector).
  3. Close them with tweezers or a screwdriver for 5-10 seconds.
  4. Connect the battery and try to log in to Recovery in the standard way.
What if after closing the test points, the smartphone does not turn on?
This means that the power controller may have reset, connect the device to charge for 1-2 hours, then try again, if the screen remains black, the problem is in the hardware (possibly damaged Boot ROM).

5. Frequent errors and their solutions

When you try to log in to Recovery, Redmi 2 users face typical problems, and let's look at the most common ones and how to fix them.

Error 1: After pressing Volume Up + Power, the Mi logo appears, but the Recovery menu does not load.

  • πŸ”„ Try another combination: Volume Down + Power (sometimes on locked devices).
  • πŸ“± If the logo flashes and goes out, the battery is discharged below the critical level.

Error 2: In Fastboot, the device is detected, but the command fastboot boot recovery.img produces a FAILED (remote: unknown command) error.

  • πŸ”§ Make sure the bootloader is unlocked (checked by the fastboot oem device-info command).
  • πŸ“‹ If the bootloader is locked, unlock it through the Mi Unlock Tool (requires a Xiaomi account and device binding).

Error 3: The sensor does not work in the Recovery (you can not select menu items).

  • πŸ–±οΈ Use volume buttons for navigation and power to confirm.
  • πŸ”„ If the buttons do not respond, connect the device to the PC and use it. ADB Adb shell recovery (adb shell recovery) --update_package).

(1) The file format should be.zip.

(2) The path to the file is without Cyrillic characters.

3) Archive integrity (unpack and check for errors).-->

6. Additional features of Recovery Mode

Recovery on Xiaomi Redmi 2 is not just a reset tool, but different features are available depending on the type of Recovery (stock or custom).

In the stock recovery (Mi Recovery 2.0/3.0):

  • πŸ”„ Reboot system now - restart to normal mode.
  • 🧹 Wipe data – complete reset (deletes all data!).
  • πŸ“¦ Apply update from ADB β€” Installation of official updates via PC.
  • πŸ”Œ Connect with MiAssistant – Connect with Mi PC Suite for recovery.

In custom Recovery (TWRP):

  • πŸ’Ύ Backup – backup of the entire system (including boot, system, data).
  • πŸ“² Install - installation of firmware, cores, mods in.zip format.
  • 🧹 Wipe β†’ Advanced Wipe – Selective partition cleaning (Dalvik Cache, Internal Storage).
  • πŸ”§ Mount – mount partitions to access through ADB file manager.

Important: TWRP can install firmware even with a damaged system, if the bootloader is not locked, and this is the only way to reanimate the "bricked" Redmi 2 without JTAG.

7 Security: What You Can and Can't Do in Recovery

Recovery Mode is a powerful tool, but doing the wrong thing can turn a smartphone into a brick.

You can:

  • βœ… Reset (Wipe data) before selling or transferring the device.
  • βœ… Install official firmware through Apply update from ADB.
  • βœ… Create backups in TWRP before the firmware experiments.

You can't:

  • ❌ Remove boot or recovery partitions manually (this will make the device inoperable).
  • ❌ Install firmware from other models (even Redmi 2 Prime has a different bootloader!).
  • ❌ Interrupt the firmware or reset process (may damage the file system).

⚠️ Note: If you install custom firmware through TWRP, Check it for compatibility with the bootloader version of your Redmi 2. HM2014811 (The global version is not suitable for HM2014812 (Chinese version and vice versa.

FAQ: Frequently Asked Questions

My Redmi 2 was on the Mi Recovery screen after the reset.
This is a typical problem with an interrupted Wipe data process. Try: Take out the battery for 10 minutes, then return and turn on the smartphone. If it does not help, log in to Recovery again and reset. In extreme cases, swipe the device through Fastboot with official firmware (you can download it on the Xiaomi website).
Can I log in to Recovery if the screen is broken?
Yes, but you will need: Connect your smartphone to your PC and control it through ADB (adb reboot recovery commands); use USB OTG + mouse (works in TWRP, but not in stock Recovery); If the screen responds to touch, try to control blindly by remembering the location of the buttons.
How do I know which Recovery is installed without going into it?
There are two ways: Turn on your smartphone and type in the dialer: ##4636### In the phone information menu, find the Version recovery line. Connect the device to your PC and type in ADB: adb shell getprop ro.boot.recovery If the answer 3e is stock Recovery, if twrp is custom.
Once you log in to Recovery, the smartphone overheats. Is that normal?
No, overheating in Recovery indicates: Battery problems (blowning, wear and tear); process freeze (e.g., when installing a damaged.zip file); Power controller malfunction; Recommendations: Get out of Recovery immediately (select Reboot system now); Let the device cool for 30 to 60 minutes; Check the battery for bloating (if any, replace!).
Can I return stock recovery after installing TWRP?
Yes, for that: Download the official recovery.img for your model from Xiaomi. Place the file in the folder with Fastboot. Enter the command: fastboot flash recovery.img Reboot the device. Important: After that, you will lose access to the TWRP functions.