Fastboot on Xiaomi: How to disable and exit mode without data loss

Fastboot mode on Xiaomi smartphones is a special diagnostic tool that allows you to flash the device, unlock the bootloader or restore the system. However, many users face a situation where the phone β€œstuck” in this mode after a failed update, reset or experiments with firmware. If your Redmi, POCO or Mi screen is marked with a FASTBOOT image of a rabbit in a hat, do not panic – there is a way out.

In this article, we’ll take a look at all the working ways to disable Fastboot on Xiaomi devices, including software and hardware methods, why the phone can freeze in this mode, how to safely exit without losing data, and what to do if standard solutions don’t work.

We warn you that doing the wrong thing in Fastboot mode can cause you to lose data completely or get your device built. If you're not sure about your skills, you'd better go to a service center. But if you're willing to do it yourself, follow our instructions Step-by-step.

What is Fastboot and why Xiaomi phone hangs in it

Fastboot Mode (not to be confused with Recovery Mode) is a low-level interface for interacting with the Android bootloader.

  • πŸ”§ Pressing the button combination Volume down + Nutrition (on some models - Volume up) + Nutrition).
  • πŸ“± Interrupted firmware update through MIUI Updater or Fastboot.
  • πŸ”„ Unsuccessful attempt to unlock the bootloader via Mi Unlock Tool.
  • πŸ› οΈ Failure of the custom recaveri (for example, TWRP).
  • πŸ’₯ Critical damage to system files (e.g., after manual removal of applications via ADB).

Externally, Fastboot mode on Xiaomi looks like a black screen with a white FASTBOOT label, the Mi Bunny logo (rabbit in the hat) and information about the status of connection to the PC (USB Connected or Waiting for device).

πŸ“Š Your Xiaomi smartphone has ever hung in the Fastboot?
Yes, after the update.
Yeah, after the firmware experiments.
No, never.
I don't know what that is.

Cause of the getting stuck.CharacteristicsProbability of data loss
Interrupted updateThe phone restarted during installation OTA-packetLow (unless the userdata partitions are damaged)
Failed unlocking of the loaderThis device is locked or anti-rollback checkHigh (full reset required)
Damage to the boot sectionCyclical reboot in FastbootMedium (possible recovery via fastboot flash)
Custom software conflictTWRP or unofficial firmware installedHigh (risk of "brick")

Important! If the phone has been stuck in Fastboot after trying to install custom firmware (like LineageOS or Pixel Experience), don’t try to leave mode through a hard reboot – this can damage the partition table.

Method 1: Standard output via button combination

If the phone hit the Fastboot by accident (for example, after accidentally pressing buttons), try the standard exit method:

  1. Hold the Power button for 10-15 seconds until the screen goes out.
  2. After vibration, release the button and wait for the system to boot normally.

If this method does not work, try an alternative combination:

  • πŸ”„ Keep the Volume up. + Power for 20 seconds (up to double vibration).
  • πŸ”„ In some models (for example, POCO F3 or Redmi K40) Helps down the volume + Nutrition.

β˜‘οΈ Checking before a hard reboot

Done: 0 / 4

⚠️ Attention! On devices with Bootloader Unlocked, a hard reboot can cause a reset. If after a reboot the phone requires a password from your Mi Account, that's fine (anti-theft protection).

Method 2: Exit via Mi Flash Tool (for locked bootloader)

If the phone doesn’t respond to button combinations, you’ll need to connect to a PC and use the official Mi Flash Tool.This method is suitable for devices with a locked bootloader (most new Xiaomi models block Bootloader by default).

You'll need:

  • πŸ–₯️ Windows computer (7/10/11).
  • πŸ”Œ Original. USB-cable (preferably from the set).
  • πŸ“₯ Mi Flash Tool (last version).
  • πŸ“‚ Official firmware for your model (in.tgz or.zip format).

Step-by-step:

  1. Download and install the Mi Flash Tool. During installation, select the Install Driver option.
  2. Unpack the firmware archive into a folder without Cyrillic characters (e.g., C:\Xiaomi\ROM).
  3. Connect your phone to your PC in Fastboot mode (the USB Connected notification should appear on the device screen).
  4. Launch the Mi Flash Tool, press Select and specify the path to the firmware folder.
  5. At the bottom of the program, select Clean All mode (complete clean) or Save User Data (data retention, but not always works).
  6. Press Flash and wait for the process to complete (5-10 minutes).

What if the Mi Flash Tool can't see the phone?
1. Check if drivers are installed (Android Bootloader Interface should be displayed in Device Manager).2. Try another one. USB-port (preferably) USB Disable the antivirus (it can block the utility).4. Reinstall the drivers manually through Device Manager.

Important: If the phone doesn't turn on after the firmware is installed or it's stuck on the MI logo, repeat the process by selecting clean all and lock mode, which will delete all data, but return the device to working condition.

Method 3: Use ADB and Fastboot (for unlocked bootloader)

If your Xiaomi bootloader is unlocked, you can exit Fastboot using ADB and Fastboot commands.This method requires minimal knowledge of working with the command line, but avoids complete flashing.

What needs to be done:

  1. Download and install Platform Tools (part of the Android SDK).
  2. Connect your phone to your PC in Fastboot mode.
  3. Open the command prompt (cmd) in the folder with the platform-tools (hold Shift + right mouse button β†’ Open the PowerShell window here).
  4. Enter the command to check the connection: fastboot devices If the device is determined (the serial number will appear), run: fastboot continue or (if the first command did not work): fastboot reboot

If your phone doesn’t respond to fastboot continue, try rebooting to Recovery:

fastboot reboot recovery

πŸ’‘

If fastboot continues returns FAILED (remote: unknown command) error, then your version of Fastboot does not support this option, in which case use fastboot reboot or manually run the kernel (boot.img).

Warning: On some models (e.g. Xiaomi 12 or Redmi Note 11), the fastboot command may not work due to Anti-Rollback protection, in which case only full firmware via the Mi Flash Tool will help.

Method 4: Hardware reset (if nothing helps)

If the software methods don’t work, then you have to reset the hardware, which is forced reboot through battery extraction, which is suitable for older Xiaomi models with removable batteries (e.g. Redmi 4A, Redmi Note 3).

How to do this:

  1. Turn off the phone (hold power for 20 seconds).
  2. Remove the back cover and remove the battery for 30 seconds.
  3. Set the battery back and turn on the device.

For non-removable batteries (most modern models), you can try deep discharge:

  • πŸ”‹ Connect your phone to charge and wait until it’s completely discharged (this can take several hours).
  • πŸ”Œ After full discharge, connect to charging for 30 minutes, then try to turn on.

⚠️ On devices with Qualcomm Snapdragon (for example, POCO X3, Redmi Note 10) Deep discharge can damage the power controller. Use this method only as a last resort!

Frequent Mistakes and How to Avoid Them

Many users make mistakes when trying to log out of Fastboot, which exacerbates the problem.

Mistake.Reason.Decision
The phone is not defined in the Mi Flash Tool.Lack of drivers or faulty cableInstall drivers manually through Device Manager or use the original cable
Anti-rollback check errorTrying to flash the old version of MIUIDownload the firmware of the same or newer version
Cyclical reboot after releaseBoot or system partition damagedSwitch the official firmware in clean all mode
Mi Flash Tool is 99% FreezingConflict with antivirus or unstable USB-connectionTurn off the antivirus and try another USB port.

πŸ’‘

If after logging out of Fastboot, the phone requires a password from the Mi Account and you don't remember it, don't try to find it! After 5 unsuccessful attempts, the device will lock for 72 hours.

How to Prevent Fastboot Fastboot in the Future

To avoid repeated problems with Fastboot, follow these guidelines:

  • πŸ“± Don’t interrupt the updates – wait for the full installation OTA-packet.
  • πŸ”§ Don't experiment with firmware unless you're sure of your actions. ROM (LineageOS can conflict with Anti-Rollback.
  • πŸ”’ Block the bootloader after firmware is installed (fastboot oem lock command).
  • πŸ”‹ Watch the battery charge - if the phone runs out during firmware, the risk of "brick" increases.
  • πŸ“ Create backups through TWRP Mi Cloud before any manipulation of the system.

πŸ’‘

If you often work with Fastboot, install Minimal ADB and Fastboot. It is lighter than the standard Android SDK and contains all the necessary commands to work with the bootloader.

If you plan to unlock the bootloader for installing custom firmware, be sure to:

  1. Check out your model support on the XDA Developers forum.
  2. Download the official Global ROM for your region.
  3. Use only proven tools (e.g. OrangeFox Recovery instead of legacy TWRP versions).

FAQ: Answers to Frequent Questions

My Xiaomi has been stuck in Fastboot since the update. Can I save the data?
If the phone is getting stuck during OTA-Update, chances of saving data are high. Try: Get out via fastboot continue (if boot boot is unlocked). boot.img. If the update is interrupted at the stage of full firmware (via the Mi Flash Tool), the data is most likely lost. In this case, select clean all mode and flash the device again.
The phone says "This device is locked." What do you do?
This message means that the bootloader is locked and you can not flash custom software: πŸ”“ Unlock the bootloader through the Mi Unlock Tool (requires a binding Mi Account and wait 7-30 days). πŸ“± Flush the official firmware through the Mi Flash Tool in clean all and lock mode. On newer models (Xiaomi 13, Redmi Note 12), unlocking may require confirmation via the device. SMS or waiting up to 720 hours (30 days).
After you leave Fastboot, the phone doesn't turn on.
If the screen is black or the logo is on. MI, Possible reasons: πŸ”‹ Battery is discharged - connect to charging for 30-60 minutes. πŸ“ Damaged system partition – run the full firmware through the Mi Flash Tool. πŸ› οΈ Power controller failure – repairs are required at the service center.If the phone vibrates when you press the buttons, but the screen does not turn on, try connecting to the PC and checking the reaction in Device Manager (Qualcomm should appear) HS-USB QDLoader 9008. In this case, the firmware through EDL-Mode (requires an authorized Xiaomi account).
Can I log out of Fastboot without a computer?
Yes, but only if: πŸ”„ The phone responds to button combinations (Loudness) + Nutrition). πŸ”‹ The battery is charged at least 20 times%. πŸ“± The bootloader is not locked (otherwise you'll need firmware). Try: Hold power for 30 seconds (hard reset). Press Volume up. + Power to log in to Recovery, then select Reboot β†’ If nothing works, you can't do without a PC.
Which Xiaomi models are most often hanging out on Fastboot?
According to statistics of service centers, most often problems occur on the following devices: πŸ“± Redmi Note 9/10/11 β€” due to conflicts with the Anti-Rollback. πŸ“± POCO X3/F3 β€” post-installation. πŸ“± Xiaomi Mi A2/A3 β€” Due to the features of the firmware Android One. πŸ“± Redmi 4X/5A β€” Because of the outdated versions of the bootloader. 13, Redmi Note 12) Problems are less common, but leaving Fastboot may require additional confirmations via Mi Account.