How to get out of Fastboot mode on Xiaomi: 5 working ways

Fastboot mode on Xiaomi smartphones (including Redmi and POCO models) is a special diagnostic mode that is used to firmware, unlock the bootloader or restore the system. However, many users face a situation where the device freezes in the Fastboot after a failed update, resetting or experimenting with custom firmware. Unlike the usual boot mode, the screen with the image of the bunny and the inscription FASTBOOT does not respond to standard actions, which causes panic.

In this article, we’ll look at all the current ways to exit Fastboot, from the elementary (button reboot) to the advanced (using ADB and Mi Flash Tool).We’ll focus on the reasons why a smartphone can get stuck in this mode and how to avoid repeated problems. The instructions are suitable for most Xiaomi models released after 2018, including the Redmi Note 10/11/12, POCO X3/X4/X5, Mi 11/12/13 and others.

What is Fastboot Mode and Why is the Phone Hanging in It?

Fastboot Mode (not to be confused with Recovery!) is a low-level interface that is activated before the Android operating system boots.

  • πŸ”§ Firmware official / custom software via Mi Flash Tool or fastboot-commands;
  • πŸ”“ Unlock bootloader (bootloader) for installation of unofficial firmware;
  • πŸ› οΈ Recovery of the system after critical failures;
  • πŸ“± Testing of hardware components (e.g. display, battery).

Reasons Xiaomi might get stuck in Fastboot:

Reason.How it happens.Decision
Interrupted updateTurning off the phone during installation OTA-updateSwitch the full version of the software through Mi Flash
Failed unlocking of the loaderUse of informal tools for unlockingReturn the stock bootloader via EDL
Damaged firmware.Installation of custom ROM with errorsRefuse the device in fastboot mode
Hardware failureProblems with the power button or batteryDiagnostics at the service center

⚠️ Note: If the phone hit the Fastboot after trying to get root rights or install TWRP, A standard reboot might not help, and that would require a full flashing through fastboot or a full flashing. EDL-regime.

Method 1: Hard button reboot (for most models)

The easiest method that works 60% of the time is forced reboot, which is suitable if the Xiaomi smartphone accidentally hit the Fastboot (for example, after pressing a button combination) and the system is not damaged.

Instructions:

  1. Press the power button for 10-15 seconds before the vibration or turn off the screen.
  2. If the screen is gone, wait 30 seconds, then press the power button to turn on.
  3. If the phone boots again in Fastboot, repeat the action by holding the button for 20-30 seconds.

For some models (e.g., POCO F3/F4 or Redmi K40/K50) a combination of:

Power button + Volume up (hold 10-15 seconds)

⚠️ Note: On devices with a non-removable battery (for example, Xiaomi) 12T Or the Redmi Note 11 Pro.+) Long-term retention of the power button can lead to hardware reset. If after 3 attempts the phone does not leave the Fastboot, move to other ways.

Make sure the battery is at least 30 times charged%|

Turn off all cables (USB, headphones) |

Try to connect the charger for 5 minutes |

Use the original buttons (not the cover!)

-->

Method 2: Exit through Recovery Mode (if the system is not damaged)

If a hard reboot doesn't work, try logging into Recovery Mode and starting a reset or reboot from there.

  • πŸ“± Android system is not damaged;
  • πŸ”„ The phone has stock recovery (not installed) TWRP);
  • πŸ”‹ The battery is charged at least 20 times%.

How to log in to Recovery:

  1. Turn off the phone (hold the power button for 10-15 seconds).
  2. Hold the combination: Power button + Volume up Hold until the Mi logo or Recovery menu appears.
  3. From the Recovery menu, select Reboot β†’ Reboot to System (use volume buttons for navigation, power button for confirmation).

If after selecting Reboot to System, the phone returns to Fastboot again, this means that:

  • 🚫 Boot section damaged;
  • πŸ” bootloader locked after failed unlock;
  • πŸ“‰ The firmware is incorrectly installed.

πŸ’‘

If the screen displays TWRP instead of standard Recovery, don’t choose the Reboot System option – this can lead to bootloop.

Method 3: Use the Mi Flash Tool (for firmware)

Mi Flash Tool is the official tool from Xiaomi for firmware devices in Fastboot mode. This method is suitable if:

  • πŸ“² Phone does not leave Fastboot after reset or upgrade;
  • πŸ”“ The bootloader is unlocked (or you are ready to unlock it);
  • πŸ’» You have a computer with Windows and USB-cable.

Step-by-step:

  1. Download the Mi Flash Tool from Xiaomi’s official website.
  2. Install drivers for your model (e.g. Qualcomm HS-USB QDLoader 9008 for Snapdragon devices).
  3. Download the full Fastboot ROM for your model from the Xiaomi Firmware Updater website.
  4. Unpack the firmware archive into a folder without Cyrillic characters (e.g., C:\Xiaomi\ROM).
  5. Connect your phone in Fastboot mode to your PC.
  6. Launch the Mi Flash Tool, press Select and specify the path to the firmware folder.
  7. Select firmware mode: πŸ”„ Clean all – cleansing (deleting all data); πŸ“± Clean all and lock - cleaning + Loader lock (recommended in case of failures); πŸ”§ Save user data – saving user data (not always working).

Flash

⚠️ Warning: Firmware via the Mi Flash Tool with the Clean all and lock option will block the bootloader. If you plan to install custom firmware in the future, choose Clean all without locking.

What if the Mi Flash Tool can't see the phone?
1. Check if Android drivers are installed ADB Interface and Fastboot in Device Manager. 2. Try another one USB-cable (preferably original). 3. Switch the port USB on the motherboard (for example, with USB 3.0 on USB 2.0). 4. Disable the antivirus - it can block the utility. 5. Launch the Mi Flash Tool on behalf of the administrator.

Method 4: ADB and Fastboot commands (for advanced users)

If you have experience with ADB and Fastboot, you can try to exit mode using the command line.

  • πŸ–₯️ The phone has a loader unlocked;
  • πŸ“‘ Drivers installed ADB;
  • πŸ”§ You are confident in your actions (wrong commands can make the problem worse).

Instructions:

  1. Download and install Google’s Platform Tools.
  2. Connect your phone in Fastboot mode to your PC.
  3. Open the command line (cmd) in the folder with the platform-tools.
  4. Check the connection of the device: fastboot devices (should display the serial number of the phone).
  5. Run the reboot command: fastboot reboot
  6. If the phone is back in Fastboot, try flashing the boot section: fastboot flash boot.img fastboot reboot (the boot.img file must be from your firmware).

Additional commands for diagnosis:

fastboot getvar all # Show device information


fastboot oem device-info # Check the status of the bootloader




fastboot erase cache #Clean up the cache

Hard button reboot |

Recovery Mode|

Mi Flash Tool|

Teams ADB/Fastboot|

Another way.|

Method 5: EDL-mode (emergency firmware)

EDL (Emergency Download Mode) is a firmware emergency mode that is used when the phone does not respond to other methods, it connects directly to the processor via a special port (9008) and allows you to restore the device even with a damaged bootloader.

⚠️ Warning: Entrance to EDL On new Xiaomi models (such as the Redmi Note 12 or Xiaomi 13) requires an authorized Mi Account or special boxing.

How to log into EDL:

  1. Turn off the phone (hold the power button for 15-20 seconds).
  2. Press the combination: The power button + Loudness up + Loudness down (some models require plugging in) USB-button-stroke).
  3. Hold the buttons for 10-15 seconds until the screen goes out (some devices will have a red bar).
  4. Connect your phone to your PC – a Qualcomm HS-USB QDLoader 9008 device should appear in Device Manager.

For firmware in EDL, use:

  • πŸ–₯️ Mi Flash Tool (with Clean All and Lock option);
  • πŸ› οΈ QFil or QPST for devices on Qualcomm;
  • πŸ“± Special firmware in.mbn format (for example, for MediaTek).

πŸ’‘

EDL-The mode is the last chance to repair the brick. If the phone is not identified as 9008, it is likely to be a hardware problem (e.g., a damaged motherboard).

Frequent Mistakes and How to Avoid Them

Many users make the problem with Fastboot worse by making common mistakes.

Mistake.Effects of consequencesThe right decision
Interrupting the firmware through Mi FlashDamage to the system, bootloop partitionWait until the process is complete (even if it is β€œhang-up”)
Using a firmware from another modelHard-brick (the phone doesn't turn on at all)Download ROM only for your model (check codename)
Unlocking the bootloader without a backupData loss, inability to roll backCreate a backup via TWRP or Mi Cloud before unlocking
Use of informal tools for EDLIMEI blocking, loss of warrantyUse only official utilities (Mi Flash, QFil)

To minimize the risks:

  • πŸ“Œ Always check the firmware version (for example, V14.0.3.0.TKUMIXM For the Redmi Note 11).
  • πŸ”‹ Charge the battery by at least 50% before the firmware.
  • πŸ”— Use the original. USB-cable (cheap cables can interrupt the connection).
  • πŸ“‘ Turn off antivirus and firewall during firmware.

FAQ: Answers to Frequent Questions

The phone got stuck in Fastboot after an update via OTA.
If the update is interrupted, try: Hard Reboot (hold the power button for 20 seconds); Log in Recovery and select Wipe cache; Swipe the full software through Mi Flash Tool (select Clean all). If nothing works, use it. EDL-regime.
Can I log out of Fastboot without a computer?
Yes, but only if the system is intact: πŸ”„ Tough reset; πŸ“± Log in to Recovery and select Reboot to System; πŸ”‹ Connecting to charge for 10-15 minutes (sometimes helps with a discharged battery) If the phone returns to the Fastboot after each turn on, you can not do without a PC.
After you log off Fastboot, the phone asks for a password.
That means the defense worked. FRP (Factory Reset Protection). Solutions: πŸ”‘ Enter the last used Google account or Mi Account. πŸ“± If you don’t remember your password, reset it via Google or Mi Account. πŸ› οΈ If the account is not tied, you will need firmware through EDL shut-off FRP.
Mi Flash Tool gives you a "Flash is not done" error.
Frequent causes and solutions: 🚫 Incompatible firmware β†’ Download. ROM For your model (check codename in Fastboot with the fastboot getvar product command). πŸ”Œ Problems with USB β†’ Try another port/cable or turn off hubs. πŸ”’ Locked loader β†’ Unlock it through the official Xiaomi website. πŸ›‘οΈ Antivirus is blocking β†’ Turn off protection or add the Mi Flash Tool to exceptions.
Can you shut down Fastboot forever?
No, Fastboot is a hardware feature that's always available when you boot: πŸ”§ Disable automatic Fastboot login after a crash (in some firmwares, this is configured via adb shell). πŸ“± Avoid accidentally pressing button combinations (e.g., Powering) + Loudness down). πŸ›‘οΈ Set a password for Recovery (via TWRP), to prevent unauthorized access.