How to Sign In to Recovery on Xiaomi Redmi Note 8: All working methods

Why do you need Recovery Mode on the Redmi Note 8?

Recovery Mode on Xiaomi Redmi Note 8 is a service environment that allows you to perform critical operations with the device bypassing the main operating system. Without access to it, you can not reset the phone to factory settings if it is locked, or install custom firmware like LineageOS. But most importantly, this is the only way to restore the health of the smartphone if it stopped booting due to a software failure.

Redmi Note 8 (codenamed ginkgo) has two types of Recovery: standard Mi Recovery (from Xiaomi) and alternative TWRP (if you installed it), the former is limited to basic features like resetting, cache clearing and ZIP upgrade. The latter gives you full control over memory partitions, backups and manual firmware. The login method depends on which version of Recovery you use.

It’s important to understand that incorrect actions in this mode can lead to data loss or even β€œbricking” of the device. For example, random formatting of the /system partition in TWRP will make the phone unsuitable for download without flashing through Fastboot. So before any manipulations, you should back up through Mi Cloud or locally on your PC.

Method 1: Standard button combination (for Mi Recovery)

This is the most versatile method that works on all Xiaomi smartphones, including the Redmi Note 8, regardless of the version of MIUI. The main condition is that the device must be turned off (not in sleep mode!). If the phone freezes and does not respond to presses, hold the power button for 10-15 seconds to force shutdown.

Instructions:

  • πŸ”˜ Turn off the Redmi Note 8 completely (hold the power button, then select Turn off").
  • πŸ”§ Press the power button and increase volume simultaneously (+).
  • πŸ“± Hold them for 8-10 seconds until the Mi logo and Recovery menu appear on the screen.
  • πŸ–±οΈ Release the buttons – you are in Mi Recovery.

Turn off your phone completely (not reboot!)|Check your battery (minimum 30%)|Use the original USB cable (if you need ADB)|Disable all peripherals (earphones, memory cards)

-->

If nothing happens after 10 seconds of holding, the problem may be physical buttons. On the Redmi Note 8, the volume button membrane often wears out - try pressing with different strengths or from different angles. Alternatively, use the ADB method (described below).

⚠️ Warning: If you see the word No command with the Android robot lying down, it's not a mistake. + Increase the volume again – the hidden menu will open.

Method 2: Entering through ADB (for developers)

This is a useful tool if the physical buttons don't work or you prefer to control the device via a computer.

  • πŸ’» PC Windows/macOS/Linux and installed Xiaomi drivers.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ› οΈ Included debugging by USB in the phone settings (Settings) β†’ The phone. β†’ Version. MIUI β€” Press 7 times, then return to Additional β†’ For developers).
  • πŸ“¦ Utility. ADB (is part of Android SDK or Minimal ADB).

Step-by-step:

  1. Connect Redmi Note 8 to your PC and allow debugging (a request will appear on your phone).
  2. Open the command prompt (cmd) in the folder with ADB.
  3. Enter the command to check the connection: adb devices must appear serial number of the device.
  4. Recovery: Adb Reboot Recovery: Adb Reboot Recovery

If the command doesn’t work, try rebooting your phone to Fastboot first and then to Recovery:

adb reboot bootloader


fastboot reboot recovery

πŸ’‘

If ADB doesn’t see the device, try reinstalling drivers via Mi PC Suite or manually through Device Manager (select β€œAndroid ADB Interface”).

Method 3: Through Fastboot (if the phone is not turned on)

If the Redmi Note 8 doesn’t boot even before the Mi logo, but reacts to a PC connection (vibrates or is defined as a Qualcomm HS-USB QDLoader 9008), you can try logging into Recovery via Fastboot.This method is also useful if you accidentally deleted the Recovery partition.

Algorithm:

  1. Turn off the phone (if it is on, hold Power + Volume Down (-) 10 seconds).
  2. Press Power + Volume Down (-) until the image of a rabbit in a fastboot Mode appears.
  3. Connect the device to the PC and open the command line with ADB.
  4. Type in: fastboot reboot recovery If it doesn't work, try: fastboot boot recovery.img (where recovery.img is your Recovery file, for example, TWRP).
Team team.DescriptionWhen to use
fastboot reboot recoveryReboot to RecoveryIf the standard Recovery is not damaged
fastboot flash recovery twrp.imgTWRP firmwareIf you need to install custom Recovery
fastboot erase recoveryRecovery removalOnly for experienced users!
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.imgDisabling loader checkIf the phone does not boot after TWRP firmware

⚠️ Note: Fastboot erase and fastboot flash commands can lead to loss of warranty and irreversible changes to the system. On the Redmi Note 8 with a blocked bootloader, firmware is available. TWRP Requires pre-unlocking via Mi Unlock Tool.

Method 4: Automatic input in case of system failure

Sometimes the Redmi Note 8 will go to Recovery Mode on its own if detects critical errors – for example, after a failed MIUI update or damage to system files.

  • πŸ”„ Reboot system now - reboot (can be looped).
  • 🧹 Wipe data – reset settings (deletes all data!).
  • πŸ“¦ Apply update from ADB β€” Update installation via PC.
  • πŸ”§ Advanced – additional options (clearing cache, checking memory).

If the phone is stuck on boot (constantly restarting), try:

  1. Log in to Recovery via buttons (Method 1).
  2. Select Wipe Data β†’ Wipe All Data (this will delete all user data, but save the system).
  3. Reboot system (reboot system now)
What if the reset didn't help?
If the phone still does not boot after Wipe data, the problem may be in the damaged /system partition. In this case, you will need: 1. Install TWRP via Fastboot. 2. Swipe the full MIUI firmware package (for example, from here) through Install β†’ Select ZIP. 3. Run Format Data (not to be confused with Wipe!).

Method 5: Enter TWRP (if custom Recovery is installed)

If your Redmi Note 8 has TWRP (TeamWin Recovery Project) installed, the button combination remains the same, but the interface and features will be different.

  • 🎨 Touch control (in Mi Recovery – volume buttons only).
  • πŸ“ Access to the file system (you can connect your phone as a flash drive through Mount) β†’ Enable MTP).
  • πŸ”§ Advanced options: backup / recovery, firmware ZIP, section-editing.
  • πŸ” Ability to bypass the lock MIUI (If you know the password from the Xiaomi account).

To enter TWRP:

  1. Turn off the phone.
  2. Press the power + increase the volume (+).
  3. If you have a request to enter a password (if encryption was enabled), enter the PIN or pattern lock from the phone.

TWRP can:

  • πŸ“± Make a full backup (Backup) β†’ Select Partitions).
  • 🧹 Clear the partitions (Wipe) β†’ Advanced Wipe).
  • πŸ“¦ Ask for custom software (Install) β†’ Select ZIP).
  • πŸ”§ Correct access rights (Wipe) β†’ Format Data, then enter Yes).
πŸ“Š What Recovery You Are Using on Redmi Note 8?
Standard Mi Recovery
TWRP
Another custom
I don't know what's established.

Frequent mistakes and their solutions

Even with the right actions, Redmi Note 8 users are experiencing problems logging in to Recovery, and here are the most common cases and ways to fix them:

Problem.Possible causeDecision
Does not respond to the button combinationSystem freeze or button damageUse ADB or wait until the battery runs out (then charge and repeat)
No command appearsStandard Mi Recovery behaviorPress Power + Increase Volume Again
Password requirement in TWRPEncryption of data enabledEnter your PIN/password from your phone or format /data (data loss!)
Cyclical reset after resetDamaged system filesFlush the full firmware through Mi Flash Tool or TWRP
Fastboot doesn't see the deviceLack of drivers or damaged cableInstall Mi PC Suite drivers or check the cable

If none of the methods worked, there may be a problem in the hardware, such as the motherboard or button contacts, in which case we recommend contacting the Xiaomi service center (especially if the phone is warranty).

πŸ’‘

On the Redmi Note 8 with a locked bootloader, TWRP or custom firmware without official unlocking will result in a "brick" (unloadability). Always check bootloader status through fastboot oem device-info (Device unlocked: true should be).

FAQ: Answers to Frequent Questions

Can I log in to Recovery if my phone is dead?
No. Recovery requires a minimum of 5 to 10 percent battery charge to log in. If the phone is completely drained, plug it into charging for 15 to 20 minutes, then try the button combination. If the charging indicator isn't on, the power controller may be the problem, so you'll need a diagnostic on the service.
How to distinguish Mi Recovery from TWRP?
Mi Recovery has a text interface, volume (select) and power (confirm) buttons, TWRP has a touch screen with color icons and gesture support, and TWRP has Mount, Backup and Restore options that are not available in standard Recovery.
What if after resetting to Recovery, the phone requires a Xiaomi account?
It's FRP-Factory Reset Protection: Log in to Recovery and connect your phone to Wi-Fi. TWRP: Advanced β†’ File Manager β†’ data/misc/wifi/WifiConfigStore.xml). Enter the Xiaomi account that was linked to the phone. If you don't remember the data, use the recovery service or contact Xiaomi with proof of ownership of the device. ⚠️ Attention: Bypass FRP Through third-party tools (such as Mi Account Unlock Tool) may violate Xiaomi’s security policy and result in account locking.
Can I flash TWRP without unlocking the bootloader?
No. On all Xiaomi devices, including the Redmi Note 8, the bootloader is locked by default. Trying to flash TWRP without officially unlocking through the Mi Unlock Tool will result in: FAILED error (remote: 'Flashing is not allowed in Lock State') in Fastboot. Recovery partition damage and inability to boot. The unlock process takes up to 720 hours (30 days) of waiting after the account is linked to the device.
How to return standard Recovery after installing TWRP?
To recover Mi Recovery: Download the official recovery.img for Redmi Note 8 (e.g. with Xiaomi Firmware Updater). Reboot your phone to Fastboot (Power + Volume Down). Squeeze Recovery via the command: fastboot flash recovery.img Reboot to Recovery for verification. After that, TWRP will be deleted, but all data on the phone will remain intact.