How to Disable Fastboot on Xiaomi: 5 Verified Ways (2026)

Fastboot mode on Xiaomi smartphones (including Redmi and POCO) is a low-level tool for firmware, unlocking the bootloader or restoring the system. However, many users face a situation where the device gets stuck in this mode after a failed update, resetting or experimenting with custom firmware. Unlike a regular reboot, leaving the Fastboot requires specific actions - otherwise you risk getting a brick.

In this article, we will discuss all the current ways to disable Fastboot on Xiaomi in 2026, including hardware methods (buttons), software methods (via ADB and Mi Flash Tool), as well as recovery through Recovery. Separately, we will focus on typical errors (for example, fastboot: error: Failed to into fast bootbootd) and how to fix them. If your Xiaomi does not respond to standard commands or reboots cyclically in Fastboot, here you will find a solution.

What is Fastboot and Why Xiaomi is Stuck in This Mode

Fastboot mode (not to be confused with fastbootd, its dynamic version) is an Android bootloader protocol that is activated before the operating system is launched. On Xiaomi smartphones, it is used to:

  • πŸ”§ Unlocking the bootloader (Bootloader Unlock)
  • πŸ“₯ Official/custom firmware ROM via Mi Flash Tool
  • πŸ”„ System Recovery After Failures
  • πŸ› οΈ Installation of patches or modifications (e.g, TWRP)

Reasons for β€œhanging” in Fastboot:

Reason.Signs.Decision
Interrupted updateCyclical reboot in Fastboot after OTARecovery through Recovery or Flashing
The Wrong ADB TeamError: Device not foundChecking drivers and USB connections
Damaged loaderThe device does not respond to the buttonsFirmware via EDL Mode (requires authorization)
The conflict of custom firmwareThe Mi logo flashes, then FastbootInstallation of stock firmware through Mi Flash

⚠️ Note: If your Xiaomi hit Fastboot after trying to unlock the bootloader through the Mi Unlock Tool, don’t try to flash the device right away. First wait until the unlock timer ends (usually 72–168 hours), otherwise you risk blocking the bootloader forever.

πŸ“Š How You Got into Fastboot Mode on Xiaomi?
Updating the system
Firmware experiments
Resetting settings
Self-unlocking
Another case

Method 1: Exit from Fastboot using buttons (hardware method)

The easiest way is to force a reboot through a combination of hardware buttons. It works on 90% of Xiaomi models, including the Redmi Note 10/11/12, POCO F3/F4, Mi 11/12 and older devices.

Instructions:

  1. Hold the power button for 10-15 seconds until the screen goes out.
  2. As soon as the device is turned off, immediately press the combination: πŸ”„ Power button + Volume up - for entrance to Recovery. πŸ”„ Power button + Volume down - for forced reboot.

10-20 seconds

Mi

Recovery

If the device returns to Fastboot after these actions, then the problem is deeper – you will need firmware or recovery through ADB.

β˜‘οΈ Preparation for hardware discharge

Done: 0 / 4

Method 2: ADB commands to exit Fastboot

If the hardware method didn’t work, try using Android Debug Bridge (ADB), which requires a computer with Xiaomi drivers installed and a platform-tools package.

Step-by-step:

  1. Connect your smartphone to your PC via USB (preferably the original cable).
  2. Open the command prompt (CMD) in the folder with the platform-tools.
  3. Enter the command to check the connection: fastboot devices If the device is determined (the serial number will appear), move to the next step. If not, install the Mi USB Driver drivers.
  4. Run the reboot command: fastboot reboot If it didn't work, try: fastboot continue or (for new models with fastbootd): fastboot reboot fastboot

⚠️ Note: If the device returns to Fastboot after fastboot reboot, this indicates damage to the boot or system partition.

πŸ’‘

If the fastboot device command doesn’t show your device, try connecting to another device. USB-port (preferably) USB 2.0) or disable driver signatures in Windows.

Method 3: Recovery through MIUI Recovery

If your Xiaomi is loaded into the Recovery menu (even briefly), you can try to restore the system without losing data, a method that is suitable for devices with an intact recovery partition.

How to log in to Recovery:

  1. Turn off the device (hold the power button for 10+ seconds).
  2. Press the power button + volume up until the menu with the Mi logo appears.
  3. In the Recovery menu, select the language (if available: πŸ”„ Reboot β†’ System (attempting to load normally). πŸ› οΈ Wipe Data β†’ Wipe All Data (Resetting if the system is not booting). πŸ“₯ Connect with MiAssistant (for recovery via PC).

⚠️ Note: Wipe All Data will delete all user data, including photos, contacts and apps. If the device is synced with Mi Account, some of the data can be restored after you log in to your account.

What happens if Recovery does not open?
If you press Power + Volume up, you only see a black screen or the Mi logo flashes and disappears, it means that the recovery section is damaged, and only the firmware through Fastboot or EDL Mode will help.

Method 4: Firmware via Mi Flash Tool (for power users)

If previous methods have failed, the radical way is to completely flash the device through the Mi Flash Tool, which is guaranteed to take Xiaomi out of Fastboot, but requires:

  • πŸ’» Windows computer (7/10/11).
  • πŸ“ Official firmware for your model (download from Xiaomi website).
  • πŸ”Œ Cable. USB (preferably original).
  • πŸ”“ Unlocked loader (if you are stitching custom loader) ROM).

Step-by-step:

  1. Download and install the Mi Flash Tool (the latest version can be found on the MIUI forum).
  2. Unpack the archive with firmware (.tgz or.zip) in a folder without Cyrillic characters.
  3. Connect the smartphone to the PC by holding the power button + volume down (to log in to Fastboot).
  4. In the Mi Flash Tool, click Select, specify the folder with the firmware, then Refresh – the device must be determined.
  5. Select firmware mode: πŸ”„ Clean All – Complete cleaning (recommended in case of failures). πŸ”„ Clean All and Lock - Cleaning Up + Loader lock (only for official firmware). πŸ”„ Save User Data – an attempt to save data (not always working).

Flash

5-10 minutes

Once the firmware is in place, the device will automatically restart. The first run can take up to 10 minutes - don't interrupt the process!

πŸ’‘

If the Mi Flash Tool gives an error "This package is for *** model only", then you downloaded the firmware not for your model.

Method 5: EDL (Emergency Download Mode) for bricks

If Xiaomi doesn't respond to any commands, isn't detected in Fastboot, and isn't loaded into Recovery, then the last chance is EDL (9008) mode, which is an emergency boot mode that allows you to flash through the device even with a completely damaged bootloader, but it will require:

  • πŸ”§ Authorized Xiaomi account (for new models).
  • πŸ’» Mi Flash Pro or QFilm.
  • πŸ“ Firmware in.mbn or.elf format.
  • πŸ”Œ Cable with support EDL (Sometimes a special testpoint is requiredΒ»).

⚠️ Attention: Regime EDL On Xiaomi models after 2020 (for example, Redmi Note 10 Pro, Mi 11) requires authorization through an official account).

If you are not sure about your actions, it is better to contact the Xiaomi service center or to an experienced specialist in smartphone repair.

Typical errors and their solutions

When working with Fastboot, users often encounter errors, and consider the most common and ways to eliminate them:

Mistake.Reason.Decision
fastboot: error: Failed to boot into fastbootdIncompatibility of fastboot version or damaged partitionUpdate the platform-tools or flash the stock firmware
device not found or no permissionsNo driver or access rightsInstall Mi USB Driver and run ADB on behalf of the administrator
The device is cyclically rebooted in FastbootBoot or system partition damagedFirmware via Mi Flash Tool in Clean All mode
This package is for "", this device is "".Inconsistency of firmware and device modelDownload firmware specifically for your model (check in Fastboot command fastboot getvar product).

If none of the methods worked, check:

  • πŸ”‹ Battery charge (must be at least 30%).
  • πŸ”Œ Cable and port USB (Try another cable or port).

FAQ: Frequent questions about Fastboot on Xiaomi

My Xiaomi got stuck in Fastboot after the update.
Try a hardware reset first (hold the power button for 15+ seconds). If it doesn't work, restore the system via Recovery (Wipe Data) or run the stock firmware through the Mi Flash Tool.
The fastboot reboot command doesn’t work – the device is back in Fastboot.
This indicates that the boot partition has been damaged. Solution: download the official firmware for your model and run it through the Mi Flash Tool in Clean All mode.
Can I log out of Fastboot without a computer?
Yes, if the bootloader is intact. Try: Hold the power button for 15+ seconds to force shutdown. Clip the power + volume up to enter Recovery. In the Recovery menu, select Reboot β†’ System. If that doesn't work, you can't do without a PC.
After you leave Fastboot, the phone doesn't turn on.
Probably damaged partition system or vendor. connect the device to charge for 30+ minutes, then try flashing stock firmware through EDL Mode (requires authorization for new models).
Is it safe to turn off the Fastboot by removing the battery?
On modern Xiaomi (with a non-removable battery), this is highly discouraged: the risk of short circuit or damage to the power controller. Use only software methods or hardware buttons.