Fastboot on Xiaomi Redmi: why the phone got stuck and how to restore it

Your Xiaomi Redmi suddenly stopped loading, and the screen says Fastboot with the image of a hare in a hat-eared? Don't panic - it's not a brick, but a special engineering mode that is used to firmware, unlock the bootloader or restore the system. In 90% of cases, the phone can be brought back to life without visiting a service center.

Fastboot mode (not to be confused with Recovery!) is activated when an unsuccessful update, firmware failure, improper unlocking of the bootloader or even accidentally pressing a combination of buttons. The main thing is not to try to turn the device off by force (for example, removing the battery), this can exacerbate the problem. In this article, we will discuss all the working ways to exit the Fastboot on the Redmi Note 10/11/12, Redmi 9/10/13C and other models, including cases when the phone does not respond to buttons or is not detected by the computer.

Before you start, check if the phone is connected to charging (a discharged battery can block the exit from mode), if the Volume button is accidentally pressed down (on some models this loops the boot in Fastboot). If the screen is completely black, but when you connect to the PC, the device recognizes the sound - most likely the problem is in the display, not in the firmware.

πŸ“Š Your Xiaomi Redmi is stuck in Fastboot mode after
PO Updates
Unlock the loader
Custom firmware installations
Accidental button pressing
Unknown cause

What is Fastboot and why the phone is getting stuck in this mode

Fastboot Mode is a low-level tool for interacting with smartphone hardware via a computer, which runs before the Android operating system boots and allows you to:

  • πŸ”§ Install official and custom firmware
  • πŸ”“ Unlock the bootloader (bootloader)
  • πŸ“± Recover damaged memory sections
  • πŸ”„ Reset the settings to the factory

Reasons to hang out in Fastboot on Xiaomi Redmi:

Reason.CharacteristicsDecision
Interrupted software updateThe phone restarted during the update installationRe-switch through the Mi Flash Tool
Incorrect unlocking of the loaderThe message reads β€œThis device is locked.”Repeat the unlocking procedure
Damage to the boot or recovery sectionCyclical reboot in FastbootRestore partitions via fastboot flash
Accidental push of buttonsThe phone is loaded into Fastboot every time it is turned onReset button settings or flash stock firmware

Critical error: if the device manager displays β€œQualcomm HS-USB QDLoader 9008” when connecting to a PC, this means that the phone has gone into emergency EDL mode. In this case, an authorized Xiaomi account will be required to run through Mi Flash Pro.

How to exit Fastboot without a computer (means for beginners)

If you don't have a PC on hand, try these methods. They work if the problem isn't caused by firmware damage:

  1. Forced reboot: Press the Power button for 15-20 seconds. On some models (Redmi Note 8/9), the Power + Volume combination helps.
  2. Cache reset: Press Power + Volume up to log into Recovery. Select Wipe & Reset β†’ Wipe Cache (control - volume buttons, confirmation - power button).
  3. Disable charging: Sometimes the phone loops into the Fastboot due to a faulty cable or adapter.Switch off charging and try again to turn on.

β˜‘οΈ Checklist before connecting to a PC

Done: 0 / 4

Attention! If the phone returns to Fastboot after the cache is reset, it means that the system partition is damaged, in which case the computer is necessary.

Firmware through Mi Flash Tool: step-by-step instructions

It's a universal recovery method that works even in severe crashes.

  • πŸ’» Windows computer 7/10/11 (on Mac/Linux Use fastboot via the terminal)
  • πŸ”Œ Cable USB (preferably original)
  • πŸ“₯ Stock firmware for your model (download only from the official Xiaomi website)
  • πŸ› οΈ Mi Flash Tool Programming

Step 1: Installation of drivers

Download and install Xiaomi drivers. If the phone is defined as Unknown Device, install the driver manually through Device Manager, indicating the path to the folder with the Mi Flash Tool.

Step 2: Preparation of firmware

Unpack the downloaded firmware archive (.tgz or.zip format) into a folder without Cyrillic characters: C:\Redmi_Note_10_Pro_Fastboot.

Step 3. Firmware

  1. Open the Mi Flash Tool on behalf of the administrator.
  2. Click Select and point the way to the firmware folder.
  3. Connect the phone to the PC, holding Volume Down + Power (Fastboot should appear on the screen).
  4. In the Mi Flash Tool, press Refresh – the device must be identified by ID.
  5. Select firmware mode: Clean all - complete cleaning (recommended in case of failures) Clean all and lock - cleaning + lock bootloader (if you need to return the phone to the "factory" state) Save user data - saving user data (not always stable)

Flash

What to do if the Mi Flash Tool gives you an error called "Couldn't find fastboot device"
Check if the phone in Device Manager is identified as "Android Bootloader Interface." If not, try another one. USB-port (preferably) USB 2.0 on the back of your PC) or reinstall drivers manually via Zadig (select driver "libusb-win32").

Attention! If the phone doesn't turn on after the firmware is installed or it's stuck on the Mi logo, repeat the procedure with the Clean all and lock mode, which will reset all the settings, but it will return to work.

Unlock the bootloader if the phone requires authorization

On the new Xiaomi Redmi models (released after 2021), the bootloader is locked by default. If you see the message This device is locked. Connect with Mi Account, you will need:

  1. Sign in to the Mi Account that was tied to the phone.
  2. Download Mi Unlock Tool and log in to the same account.
  3. Connect your phone in Fastboot mode and follow the program instructions.

If the phone is defined as Qualcomm HS-USB QDLoader 9008, this means switching to EDL mode.

  1. Download firmware in.mbn or.elf format.
  2. Use Mi Flash Pro or QFil (for Qualcomm processors).
  3. Sign in to the Xiaomi developer account (permission from the manufacturer is required).

πŸ’‘

If the phone is not detected in Fastboot or in EDL, The problem may be hardware (damaged) USB-port or power controller, which requires a diagnosis at a service centre.

Recovery via ADB and Fastboot (for advanced users)

If standard methods don't work, you can try to restore the phone through the command line.

  1. Install Android SDK Platform Tools.
  2. Connect your phone in Fastboot mode.
  3. Open the command line in the folder with platform-tools and type:
fastboot devices

If the device is determined (his ID appears), execute commands in order:

fastboot flash boot boot.img


fastboot flash recovery recovery.img




fastboot flash system system.img




fastboot reboot

Where boot.img, recovery.img, and system.img are files from unpacked firmware. If your phone returns to Fastboot after you restart, do a full reset:

fastboot erase userdata


fastboot erase cache




fastboot reboot

Attention! fastboot erase commands will completely delete user data, including photos and apps. If your phone had important files on it, try extracting them first through TWRP Recovery (if installed).

Frequent mistakes and their solutions

Let’s look at the common problems that users face when leaving Fastboot:

Mistake.Reason.Decision
fastboot: error: Failed to boot into fastbootdBoot section damagedShare boot.img separately: fastboot flash boot.img
Mi Flash: "Flash is not done"Incompatible version of the firmwareDownload firmware specifically for your model and region (for example, Redmi Note 10 Pro - vili)
The phone vibrates, but does not turn onFailure of the power controllerConnect to charging for 30 minutes, then try to pinch Power + Volume up
Device is locked after firmwarebootloader lockedUnlock the device through the Mi Unlock Tool (see section above)

If after all the manipulations the phone still does not turn on, check:

  • πŸ”‹ Is the battery discharged (plug in for 1-2 hours).
  • πŸ”Œ Correction USB-Port (try charging your phone with another cable).
  • πŸ“± Display plume integrity (if the screen isn't shining, but the phone vibrates).

FAQ: Answers to Frequent Questions

Can I log out of Fastboot without losing data?
In most cases, no. If the phone is stuck in the Fastboot due to damage to system files, recovery without reset is possible only through TWRP Recovery (if installed), otherwise, firmware through the Mi Flash Tool or fastboot commands will delete user data.
The phone loads into the Fastboot after every shutdown. How do you fix it?
This means that the misc partition, which is responsible for the download flags, is damaged. Restore it using the command: fastboot flash misc misc.img If the misc.img file is not in the firmware, run the phone completely in Clean all mode.
The Mi Flash Tool doesn't see the phone, although it's in Fastboot mode.
Try the following steps: Disable driver signatures in Windows (click Win) + X β†’ Command Prompt (Administrator) and enter bcdedit /set nointegritychecks on, then restart the PC. Install drivers via Zadig (select the PC). libusb-win32 Or WinUSB. Try another one. USB-port.
After the firmware, the phone doesn't turn on, it just flashes red.
The red light indicates a critically low battery charge. Connect your phone to the original charger and wait 30 to 60 minutes. If the indicator doesn't change, maybe the power controller is damaged, you need repairs.
Can I flash Xiaomi Redmi via Fastboot on Mac or Linux?
Yes, but it will require: Install fastboot via brew install android-platform-tools (Mac) or sudo apt install fastboot (Linux). Enable execution: chmod +x fastboot. Swipe through the terminal using commands from the "Recovery through ADB" section. The official Mi Flash Tool only works on Windows.