How to exit Fastboot mode on Xiaomi via computer: full guide

Fastboot mode on Xiaomi smartphones (including Redmi, POCO and Mi) is a service mode for firmware and restore a device via a PC. However, sometimes the phone gets stuck in it after a failed update, reset or experiment with unlocking the bootloader. If your Xiaomi screen shows the FASTBOOT logo with a rabbit in its hat, and a conventional reboot does not help, do not panic. In 90% of cases, the problem can be solved through a computer without resorting to a service center.

In this article, we will discuss all the working ways to exit Fastboot using a PC, from standard ADB commands to forced flashing through MiFlash. We will pay special attention to the nuances for different models (for example, the Redmi Note 10 Pro or POCO X3 Pro require separate drivers), and also warn against typical errors that can turn a temporary problem into a β€œbrick.” If you are not sure about your actions, use safe methods from the first sections.

Before you start, check:

  • πŸ”Œ USB-Type-C cable (original or certified) – cheap cables often don’t transfer data to Fastboot.
  • πŸ–₯️ On the PC installed drivers Xiaomi (you can download on the official website).
  • πŸ”‹ Battery level above 30% – discharge during the procedure can damage the firmware.
πŸ“Š Your Xiaomi is stuck in Fastboot after
PO Updates
Unlock the loader
Resetting to factory settings
PC connections
The other.

1. Easy exit via the reboot command (ADB)

If your Xiaomi is recognized by your computer in Fastboot mode, the quickest way to bring it back to life is to send a reboot command via ADB (Android Debug Bridge), a method that works even if the phone doesn't respond to power buttons.

For this:

  1. Download Platform Tools from Google (platform-tools.zip archive).
  2. Unpack the archive in the root of the C:\ disk (the path should not contain Cyrillic!).
  3. Connect your phone to your PC, keeping Volume Down + Power (to log in to Fastboot if it’s not already active).
  4. Open the command line (Win + R β†’ enter cmd β†’ Enter).
  5. Go to the folder with ADB: cd C:\platform-tools
  6. Check the connection of the device: fastboot devices If in response you see the serial number of the phone – the connection is established.
  7. Send the reboot command: fastboot reboot

If the phone returns to Fastboot after the fastboot reboot command, then the problem is deeper - perhaps the firmware is damaged or the bootloader is blocked.

πŸ’‘

If the fastboot device command doesn’t show your Xiaomi, try reinstalling drivers manually through Device Manager (select Qualcomm HS-USB QDLoader 9008 Microsoftware).

2. Forced reboot via button combination

Before you resort to complex manipulations with the PC, try a hardware reset, which will work if the Fastboot was caused by a temporary failure, not damage to the system files.

Instructions:

  • πŸ”„ Turn off your phone from PC and charging.
  • πŸ”˜ Press the power button for 20 to 30 seconds. If the phone vibrates, let go.
  • πŸ” If the screen stays in Fastboot, try the combination: Volume up + Power (hold 10-15 seconds until the Recovery menu appears).
  • πŸ“± In the Recovery menu, select Reboot β†’ Reboot to System (control – volume buttons, confirmation – power).

On some models (e.g. Redmi 9A or POCO M3), the button combination may be different. If the phone doesn't respond, check the current combination for your model on the 4PDA forum.

What to do if your phone doesn’t respond to the buttons?
If Xiaomi is completely dead (not vibrating, not warming), it may be a hardware problem, such as a dead battery or a damaged button plume, in which case a diagnosis is required at the service center.

3. Recovery via MiFlash (stock ROM firmware)

If previous methods didn’t work, the firmware is likely damaged, in which case flashing through MiFlash, Xiaomi’s official device recovery tool, will help, which will delete all the data on the phone but return it to working condition.

Step-by-step:

  1. Download Fastboot firmware for your model (choose the Stable version, not the Developer version).
  2. Unpack the archive into a folder without spaces (e.g., C:\MiFlash\ROM).
  3. Download and install the MiFlash Tool.
  4. Connect your phone in Fastboot mode to your PC.
  5. Launch MiFlash, press Select and point the path to the firmware folder.
  6. At the bottom, select Clean All (Full Clean) or Clean All and Lock (if you want to lock the bootloader).
  7. Press Flash and wait until it is completed (the process will take 5-10 minutes).

Once firmware is in place, the phone will automatically restart. The first launch can take up to 15 minutes - don't disconnect it from the PC!

β˜‘οΈ Preparing for firmware through MiFlash

Done: 0 / 5

4. Unlock the bootloader (if Fastboot due to lock)

On new Xiaomi models (released after 2021), the bootloader is locked by default. If you tried to unlock it through Mi Unlock, but the process was interrupted, the phone can β€œhang” in the Fastboot, in which case you either need to wait for the official unlock (up to 720 hours of waiting), or use workarounds.

Algorithm of action:

  • πŸ”“ Download the Mi Unlock Tool and log in to the same Mi Account that is linked to your phone.
  • πŸ“± Connect your phone in Fastboot mode.
  • πŸ–±οΈ In Mi Unlock, click Unlock. If you see a wait message, wait for the time specified (usually 168 hours for new accounts).
  • ⚑ Once unlocked, the phone will automatically restart. If it doesn't, type in the command: fastboot reboot.

If Mi Unlock is running a "Couldn't unlock" error, check:

  • πŸ”— Phone is linked to Mi Account (in Mi Account settings) β†’ Mi Cloud).
  • πŸ“… At least 7 days have passed since the binding (for new devices).
  • 🌐 You are using a stable version of Mi Unlock (not beta).

πŸ’‘

Unlocking the bootloader through informal tools (e.g. XiaomiTool V2) can result in a Mi Account being blocked or a phone "brick" used only by the official Mi Unlock!

5. Alternative methods: EDL and Test Point

If none of the above methods worked, there are emergency modes – EDL (Emergency Download Mode) and Test Point. These methods require disassembling the phone or special equipment, so we recommend them only to advanced users.

Method 1: EDL via cable

Some Xiaomi models (e.g. Redmi Note 8 Pro or POCO F1) support EDL login via circuiting of contacts on the board.

  1. Remove the back cover of the phone (need a mediator and a hair dryer to soften the glue).
  2. Find Test Point (usually two metal dots with an EDL or TP signature).
  3. Lock them with tweezers or wires while connecting the phone to the PC.
  4. In MiFlash, run your phone in EDL mode (select the appropriate firmware script).

Method 2: Authorized EDL

New models (such as Xiaomi 12 or Redmi K50) require an authorized account to log into the EDL. Without it, the firmware will be blocked.

  • πŸ“ Contact the Xiaomi.EU community to provide an auth file for your model.
  • πŸ”‘ Use programs like Mi Account Bypass Tool (risky - can block the account!).

πŸ’‘

Before disassembling your phone for Test Point, check out your model's disassembly on YouTube. Improper closure of contacts can damage the motherboard!

6. Common mistakes and how to avoid them

Many users compound the problem by making errors when leaving Fastboot, and here are the most common ones and ways to prevent them:

Mistake.Effects of consequencesHow to avoid
Use of non-original cablePC doesn't see phone in Fastboot, commands don't passUse a cable from the kit or a certified USB-Type-C
Firmware is the wrong version of ROMBrick (the phone doesn't even include in Fastboot)Check out the phone model in fastboot getvar product
Interrupting the firmware through MiFlashBoot partition damage, cyclic rebootDo not turn off USB or close MiFlash until it is complete.
Unlocking the bootloader through third-party toolsBlocking of Mi Account, loss of warrantyUse the official Mi Unlock Tool only

If after all the manipulations the phone has not left the Fastboot, it may be a problem in the hardware:

  • πŸ”‹ Failed battery (phone doesn’t get enough power to load).
  • πŸ”Œ Damaged connector USB power controller.
  • πŸ› οΈ Oxidation of contacts on the motherboard (often after moisture is ingested).

πŸ’‘

If Xiaomi shows an error in the "Invalid image" after running through MiFlash, you have downloaded the firmware for another model. Always check the name of the ROM file for compliance with your device!

FAQ: Frequent questions about leaving Fastboot on Xiaomi

My Xiaomi got stuck in Fastboot after the update. Can I get the data back?
If the phone is recognized in Fastboot, try extracting data via ADB (adb pull /sdcard/ command). However, in most cases, when the firmware is damaged, data is lost. Make regular backups to Mi Cloud!
MiFlash gives you a "Flash is not done" error.
This error is due to: Incorrect firmware (download Fastboot ROM, not Recovery); lack of Qualcomm drivers (installe them manually through Device Manager); antivirus blocking the process (disable Windows Defender or add MiFlash to exceptions); also try running MiFlash on behalf of the administrator.
The phone leaves the Fastboot, but it comes back right away. What's the matter?
This is a sign of a damaged bootloader or a conflict with the installed firmware. Solutions: Run your phone through MiFlash in clean all and lock mode. If it doesn't work, unlock the bootloader officially through Mi Unlock and repeat the firmware.
Can I log out of Fastboot without a computer?
Yes, but the odds are lower. Try: Keep Power + Volume up to 30 seconds (forced reset); Connect to charge for 1-2 hours (sometimes helps with a discharged battery); If the phone vibrates when you connect the charger, the bootloader is alive and the problem is solved via the PC.
After you log out of Fastboot, the phone asks for a password. How do you reset it?
If you forget your Mi Account password, restore it to account.xiaomi.com. If your phone asks for a pattern lock or PIN and you don’t remember it, you’ll have to reset your settings via Recovery (the data will be deleted).