How to safely exit Fastboot mode on Xiaomi Redmi smartphones: instruction 2026

Fastboot mode on Xiaomi Redmi smartphones is a utility tool for firmware, unlocking the bootloader or restoring the system. However, many users face a situation where the device β€œhangs” in this mode after a failed update, resetting or experimenting with custom firmware. If your Redmi Note 12, Redmi 10 or other model displays the FASTBOOT logo with a flashing LED and does not respond to buttons, do not panic. In 90% of cases, the problem can be solved without going to the service center.

In this article, we will discuss all the working ways to exit Fastboot, including software and hardware methods, and explain why a smartphone can get stuck in this mode. We will focus on the nuances for different versions of MIUI (including HyperOS) and Redmi models. If you are not sure about your actions, use safe methods (sections 2 and 3), and resort to radical measures (section 5) only as a last resort.

Why Xiaomi Redmi is stuck in Fastboot mode: 5 main reasons

Before you try to exit Fastboot, it is important to understand what caused the crash, which will help you choose the right recovery method and avoid recurring problems.

  • πŸ”„ Interrupted Software Update: If During Update Installation MIUI a failure occurred through Recovery or Fastboot (the battery was discharged, disconnected) USB-cable, the system can "hang" during the initialization stage.
  • πŸ”“ Improper unlocking of the bootloader: Using informal tools (such as Mi Unlock Tool with errors) or interrupting the process often results in a lock in the Fastboot.
  • πŸ“± Installation of custom firmware: incompatible versions TWRP, LineageOS or other firmware may conflict with the original Xiaomi bootloader.
  • ⚑ Critical battery discharge: If the charge level has dropped below 5% while running in Fastboot, the power controller can block normal loading.
  • πŸ› οΈ Hardware malfunctions: damage to the power button, battery contacts or memory chips (eMMC/UF) Sometimes it simulates β€œhang” in firmware mode.

Fun fact: On Redmi models with Qualcomm Snapdragon processors (like the Redmi Note 11 Pro+), Fastboot mode can activate automatically when 3 failed download attempts in a row, a security mechanism that is often confused with β€œbreakdown.”

⚠️ Warning: If you have connected your smartphone to your computer before the problem and used fastboot oem unlock or fastboot flash commands, do not try to re-run these commands without diagnosis - this can lead to complete data loss or "bricking" of the device.

Method 1: Forced reset (the safest method)

In most cases, leaving Fastboot on Xiaomi Redmi is reduced to a forced reboot, which requires no connection to a PC and works even when the bootloader is unlocked.

  1. Hold the power button for 15-20 seconds until the screen goes out.
  2. If the smartphone vibrated, but the screen turned on again in Fastboot mode – repeat the action by holding the power button + increase the volume at the same time.
  3. On some models (e.g. Redmi 9A) you may need to press the power + volume down for 10 seconds.

If the MI logo appears after the reboot, but it doesn't load any further, it's a sign of damage to the system partition, then go to method 3 (Recovery through Recovery).

Make sure the battery is at least 10% charged.

Turn off all cables (USB, headphones)

Try to press the buttons on the device turned off (if the screen is black)

If you have a case, remove it (can block the buttons)-->

On HyperOS models (like the Redmi Note 13 Pro), it can take up to 30 seconds to force a reboot, which is normal. If your smartphone doesn't respond after 5 attempts, move on to the next one.

Method 2: Exit through the Mi Flash Tool (for unlocked bootloader)

If the forced reboot does not help, and the bootloader on your Redmi is unlocked (checked by the fastboot oem device-info command), you can use the official Mi Flash Tool. This method is suitable for restoring the original firmware without losing data (if the system partition is not damaged).

You'll need:

  • πŸ–₯️ Windows computer 10/11 (Qualcomm or MediaTek drivers depending on the processor).
  • πŸ“‹ Fastboot firmware for your model (download only from the official Xiaomi website).
  • πŸ”Œ Cable USB (preferably original).

Step-by-step:

  1. Install the Mi Flash Tool and unpack the firmware archive into a folder without Cyrillic characters (e.g, C:\ROM\redmi_note12_pro).
  2. Connect your smartphone in Fastboot mode to your PC (the screen should display FASTBOOT).
  3. In the Mi Flash Tool, click Select and specify the path to the firmware folder.
  4. Select Clean All mode (saves data) or Clean All and Lock mode (full reset + bootloader lock).
  5. Press Flash and wait until it is completed (usually 5-10 minutes).
Firmware modeIs the data preserved?Time of the processSuitable for
Clean allβœ… Yes.5-8 minutesRecovery without resetting
Clean all and lock❌ No.8-12 minutesRemoving serious failures, blocking the loader
Save user dataβœ… Yes.3-5 minutesUpdate the firmware without losing files

⚠️ Note: If the Mi Flash Tool gives a critical partition flashing error is not allowed, it means that the firmware is incompatible with your Redmi model.

Mi Flash Tool|TWRP|SP Flash Tool|Fastboot teams manually|Other-->

Method 3: Recovery Mode (without PC)

If the Fastboot came after a failed upgrade or reset, you can try to restore the system through the built-in Recovery Mode.This method does not require a computer and is suitable for most Redmi models, including the Redmi 10C, Redmi A2 and others.

How to log in to Recovery:

  1. Turn off your smartphone (if it’s in Fastboot mode, hold the power button for 20 seconds).
  2. Press the power + increase the volume and hold until the MI logo appears.
  3. Release the buttons – in a few seconds the Recovery menu will open (in English or Chinese).

Further action:

  • πŸ”„ Choose Reboot. β†’ System (if the system is not damaged, the smartphone will boot normally).
  • πŸ—ƒοΈ If downloading is not possible, select Wipe Data. β†’ Wipe All Data (full reset, data will be deleted!).
  • πŸ“₯ If you have a backup, use Backup. β†’ Restore (not available on all models).

On new HyperOS models (like the Redmi Note 13), the Recovery menu may look different. If you only see Fastboot and Recovery without additional items, this is a sign of a damaged recovery partition, in which case only firmware through the Mi Flash Tool (mode 2) will help.

πŸ’‘

If the touchscreen doesn’t work in Recovery Mode, use the volume buttons for navigation and the power button to confirm the choice.

Method 4: Fastboot commands via ADB (for power users)

If you have access to a computer and you have an ADB/Fastboot driver installed, you can try to exit Fastboot mode using commands, which is suitable for advanced users, since it requires knowledge of the basics of working with the console.

Tools required:

  • πŸ–₯️ Google Platform Tools (includes fastboot and adb).
  • πŸ”Œ Cable USB data-supported.

Step-by-step teams:

fastboot devices # Connection check (serial number should be displayed)


fastboot reboot # Simple reboot




fastboot continue # Continue downloading (if the system is not damaged)




fastboot oem edl # Go to EDL mode (for firmware only via Mi Flash)

If the fastboot reboot command doesn’t work, try:

fastboot reboot recovery #Reboot in Recovery Mode


fastboot flash recovery.img # Recovery (requires recovery.img)

⚠️ Attention: the team fastboot oem edl translates the device to Emergency Download mode (EDL), Do not interrupt the process in this mode, it can lead to irreversible damage to the bootloader.

What if the fastboot can’t see the device?
1. Check the cable connection (try another USB port). 2. Install drivers for your CPU (Qualcomm or MediaTek). 3. Start Device Manager and update the driver for "Android Bootloader Interface." 4. Try another computer (sometimes antiviruses conflict).

Method 5: Hardware reset (extreme case)

If none of the above methods worked and the smartphone is still stuck in Fastboot mode, it may be a hardware failure, in which case you can try a full hardware reset, but be prepared to lose all data.

How to perform a hardware reset:

  1. Disconnect the smartphone from charging and PC.
  2. Press the power button + increase volume + decrease volume for 30 seconds at the same time.
  3. If the screen goes out and there's a vibration, release the buttons. The device should reboot as standard.

On some models (for example, Redmi 9T) hardware reset is performed through a special test menu:

  1. Enter the command in Fastboot mode: fastboot oem test
  2. In the menu that opens, select Factory Reset (use volume buttons for navigation).

If the hardware reset did not help, it is a sign of a serious malfunction, for example:

  • πŸ”‹ Damage to the power controller (smartphone does not hold charge).
  • πŸ’Ύ Failure of memory chips (eMMC or UFS).
  • πŸ”§ Damage to the motherboard (for example, after falling or getting moisture).

πŸ’‘

A hardware reset is the last chance to bring a smartphone back to life without repair, and if it doesn't work, you'll probably need a diagnosis at a service center.

How to avoid hanging out in Fastboot in the future: 7 rules

To avoid the problem of β€œhanging” in Fastboot mode, follow these recommendations:

  • πŸ”‹ Always check the battery level before upgrading or firmware (minimum 50%).
  • πŸ”Œ Use the original cable USB port USB 2.0 (USB 3.0 may cause malfunctions when running).
  • πŸ“₯ Download firmware only from the official Xiaomi website or verified sources (for example, XDA Developers).
  • πŸ”“ Do not interrupt the process of unlocking the bootloader (on average, it takes 72-168 hours of waiting on new models).
  • πŸ› οΈ Before installing custom firmware, make a backup copy through TWRP or Mi PC Suite.
  • πŸ“± Update regularly MIUI through settings β†’ The phone. β†’ Updating the system.
  • ⚑ Avoid experimenting with fastboot oem unlock or fastboot flash commands without understanding the consequences.

On HyperOS models (e.g. Redmi Note 13 Pro 5G), the firmware process is more stringent: now the system checks the integrity of the boot partitions. If you use informal tools, the risk of β€œhanging” in the Fastboot increases by 3 times.

FAQ: Frequent questions about Fastboot mode on Xiaomi Redmi

❓ Why is the smartphone coming back to Fastboot?
This is a typical sign of a damaged boot or system partition. Try flashing the original firmware through the Mi Flash Tool in Clean all mode. If the problem persists, the memory chip may have malfunctioned.
❓ Can I get out of Fastboot without a computer?
Yes, 70 percent of the time, forced reboot (method 1) or reset via Recovery Mode (method 3) helps. If these methods don't work, you can't do without a PC.
❓ What to do if Fastboot doesn’t respond to buttons?
Check if the power or volume button is stuck. Try tapping the body gently near the buttons (sometimes helping with contact oxidation), if that doesn't work, it's probably the hardware problem.
❓ How to distinguish Fastboot from Brick)?
In Fastboot mode, the screen is lit, the FASTBOOT logo is displayed, and the smartphone is determined by the computer (the fastboot device team shows the device). When the brick is black, there is no reaction to the buttons, and the PC does not see the device.
❓ Can I recover data after I leave Fastboot?
If you used non-reset methods (e.g. fastboot reboot), the data will be saved. If you had to do Wipe Data or Clean all and lock, the data will be deleted without the possibility of recovery (unless backed up via TWRP or Mi Cloud).