Fastboot mode on Xiaomi, Redmi and POCO smartphones is a special state of the device that allows you to perform low-level operations, from unlocking the bootloader to firmware custom recavers or restoring the brick. Without this mode, you can not conduct most service manipulations, but many users face difficulties when trying to log in.
In this article, you will find the most current ways to log in to Fastboot for all modern Xiaomi models (2026), including devices with a locked bootloader, and also analyze the typical errors that prevent users from successfully activating the mode. We will not limit ourselves to basic instructions β here you will learn how to bypass common MIUI locks and what to do if the smartphone does not respond to standard button combinations.
Important: the Fastboot login procedure on Xiaomi is different from other brands (such as Samsung or Google Pixel), so the instructions for them will not work. If you plan to unlock the bootloader or flash the device, prepare a PC with MiFlash drivers and utility installed in advance. ADB/Fastboot.
What is Fastboot Mode and Why You Need It on Xiaomi
Fastboot mode (not to be confused with Recovery!) is a protocol for interaction between a smartphone and a computer at the bootloader level, in which the device does not load the operating system, but waits for commands from the user via the fastboot interface (part of the Android SDK Platform-Tools package).
On Xiaomi smartphones, Fastboot mode is used to:
- π Unlocking the bootloader (Bootloader Unlock) β a mandatory step before firmware custom software;
- π₯ Install official and unofficial firmware via MiFlash or fastboot;
- π οΈ Recovery of the device after failures ("bricking");
- π Reflashing the boot, recovery or system partitions;
- π‘ Check the status of the bootloader (fastboot oem device-info command).
Unlike Recovery Mode: In Recovery, you interact with the menu on your smartphone screen (for example, to reset settings), whereas Fastboot requires a PC connection and the use of the command line. On Xiaomi, these modes are logged in with different combinations of buttons.
β οΈ Note: On new Xiaomi models (released after 2022), Fastboot entry can be blocked before unlocking the bootloader through the official Mi Unlock app. FASTBOOT: error: Failed to boot into fastbootd.
The standard way to log into Fastboot on Xiaomi
For most Xiaomi, Redmi and POCO devices (including 2023-2026 models), there is a universal combination:
1. Turn off your smartphone completely (press the power button and select "Switch off")
2. Press the Power + Volume Down button at the same time
3. Hold both buttons for 8-10 seconds until the Fastboot logo appears (the Mi Bunny robot labeled FASTBOOT)
4. connect the device to the PC via USB-cable USB 2.0 is preferable)
-->
If the screen remains black or the MI logo appears with the subsequent booting of the system, it means:
- π Battery discharged (charge the device to at least 30%);
- π It's not original. USB-cable (try the cable from the kit);
- π₯οΈ MiFlash drivers are not installed on the PC (download them from the official Xiaomi website).
On some models (such as the Xiaomi 13 Pro or Redmi Note 12 Pro+), the button combination can only work after pre-enabled OEM Unlock option in the developer settings.
Xiaomi (11/12/13) series
Redmi (Note, K-series)
POCO (F/X/M-series)
Black Shark
Other-->
Alternative methods of logging into Fastboot
If the standard combination doesnβt work, try one of these methods:
| Method | Suitable models | Instructions |
|---|---|---|
| Through ADB | All models with USB debugging enabled | Connect your smartphone to your PC and enable USB Debugging; Enter the command: adb reboot bootloader |
| Through MiFlash. | Devices with locked loader | Install MiFlash Tool; Connect the smartphone to the PC; Press Power + Volume Reduction for 15 seconds. |
| Through TestPoint. | Devices with damaged software ("bricks") | Disassemble your smartphone and close the contacts TestPoint; Connect to your PC β the device will automatically go to EDL Mode; Use MiFlash for firmware. |
TestPoint requires disassembly of the device and is used only in extreme cases (for example, if the smartphone does not turn on at all). ADB or a standard button combination.
What if Fastboot is not recognized by PC?
Unlock the bootloader via Fastboot
Logging into Fastboot is just the first step on the way to unlock the bootloader. To fully unlock the device, you need to:
- Link your Mi Account to your device in settings (Settings β Xiaomi Account β Mi Cloud);
- Enable OEM Unlock in the developer settings;
- Download the official Mi Unlock Tool app from Xiaomi website;
- Connect the smartphone in Fastboot mode to the PC and start Mi Unlock;
- Follow the instructions of the program (the waiting time for unlocking is from 72 to 720 hours).
On new models (such as the Xiaomi 14 or Redmi K70), Xiaomi has tightened its unlock policy, which now requires:
- π± Tethering SIM-Mi card account (at least 30 days of active use);
- π Confirmation of identity through sending supporting documents;
- β³ Wait up to 30 days after the application is submitted.
β οΈ Attention: Unlocking the bootloader resets all data on the device, including files in internal memory. Backup will not help - once unlocked, data recovery is impossible.
Frequent Fastboot login errors and their solutions
Even experienced users have trouble trying to activate Fastboot, and here are the most common errors and ways to fix them:
| Mistake. | Reason. | Decision |
|---|---|---|
| fastboot: error: Failed to boot into fastbootd | bootloader is locked and OEM Unlock is not enabled | Enable OEM Unlock in the Developer Settings and try again |
| The device does not respond to the combination of buttons | Damaged button plume or contacts | Use the ADB entry method or disassemble the device to check the plume |
| PC doesn't see the device in Fastboot | MiFlash drivers are missing or USB 3.0 is used | Install drivers manually and connect to USB 2.0 port |
| Recovery Menu Appears Instead of Fastboot | Incorrect combination of buttons (volume up button is pressed) | Repeat the attempt, holding only Power + Volume Down |
If after all the manipulations, the entrance to Fastboot is not possible, check:
- π Correction USB-cable (try another cable, preferably original);
- π Battery level (less than 20% can block entry);
- π₯οΈ Port capacity USB On PC (try another port or computer).
π‘
If the Xiaomi smartphone doesnβt respond to buttons but the screen is turned on, try logging into Fastboot via the ADB terminal by sending an adb reboot bootloader command.This method works even with faulty physical buttons if USB debugging is enabled.
Security: What You Can and Can't Do in Fastboot
Fastboot mode provides low-level access to the device, which is fraught with risks.
You can:
- β Check the status of the bootloader with the fastboot oem device-info command;
- β Install official firmware through MiFlash;
- β Unlock the bootloader through the Mi Unlock Tool;
- β Stripping custom Recovery (TWRP, OrangeFox) after unlocking.
You can't:
- β Switching unofficial firmware to a blocked bootloader;
- β Use fastboot erase commands without backup;
- β Interrupt the firmware process (risk of turning the device into a brick");
- β Install firmware from other models (even if they are on the same chipset).
Fastboot: error: Cannot generate image for this anti version means you are trying to flash the firmware with a lower version of Anti-Rollback than the current one.This can cause the device to fail.Always check the firmware compatibility with your model through the Xiaomi Firmware Updater tool.
π‘
Before any operation in Fastboot, back up the persist partition with the fastboot backup persist command. This section contains unique communication module data (IMEI, MAC-address, and its damage may make the device unsuitable for calls.