How to go to the booter (Fastboot) on Xiaomi: all the ways for models 2018-2026

The bootloader mode (or Fastboot) on Xiaomi smartphones is a special state of the device that allows you to perform low-level operations: firmware, unlock the bootloader, restore the system or even β€œresuscitate” the phone after serious crashes. Without access to this mode, you can not install custom firmware, obtain root rights or eliminate critical errors when the phone does not boot in normal mode.

However, logging into the bootloader on Xiaomi, Redmi and POCO devices has its own nuances. Unlike many other brands, it often requires pre-unlocking the bootloader through the official Mi Unlock tool, and on new models (for example, Xiaomi 13/14 or Redmi Note 12), the process is complicated by additional security measures. In this article, we will discuss all the current ways to log into the Fastboot, including bypassing typical bugs and security tips.

⚠️ Warning: Incorrect actions in bootloader mode can lead to complete loss of data or β€œbricking” of the device (turning into a β€œbrick”). If you are not sure about your actions, contact a specialist or use official Xiaomi service centers.

What is a bootloader and why you need it on Xiaomi

Bootloader is a program that runs to the operating system and is responsible for initializing the hardware of the smartphone. On Xiaomi devices, the bootloader is implemented in the form of a Fastboot mode, which allows:

  • πŸ”§ Install official and custom firmware via Mi Flash Tool or fastboot-commands.
  • πŸ”“ Unlock the bootloader to obtain root rights or install alternative OSes (e.g. LineageOS).
  • πŸ› οΈ Restore the phone after crashes when the system is not booting (so-called bootloop").
  • πŸ“± Check the status of hardware components (for example, through the command fastboot getvar all).

On new Xiaomi models (released after 2020), the bootloader is locked by default, which means that even if you enter Fastboot mode, many operations will not be available without first unlocking through your Mi Account. Older devices (such as the Redmi 4X or Mi A1) often allow you to work with the bootloader without additional actions.

⚠️ Attention: Unlocking the bootloader on Xiaomi resets all data on the phone, including photos, contacts and apps. Mi Account will also be untied from the device.

The official way to log into Fastboot on Xiaomi

The easiest and safest method is to use hardware buttons, which works on all Xiaomi, Redmi and POCO models, including the latest flagships.

  1. Turn off the phone, holding the power button for 10-15 seconds.
  2. Hold the combination: πŸ”˜ Power button + Loudness down (for most models). πŸ”˜ Power button + Volume up (for some older devices, such as Redmi) 3S).

10-15 seconds

Mi Bunny

Fastboot

Android

FASTBOOT

If the screen is not responding, try connecting the phone to charge for 5-10 minutes, then try again.Some models (such as the POCO F5) may require a double press of the power button after holding the combination.

The screen shows the Mi Bunny logo in Fastboot mode|The phone is defined in Device Manager as "Android Bootloader Interface"|Team team. `fastboot devices` The terminal displays the serial number of the device|You can see the inscription on the screen "FASTBOOT MODE" or "LOCK STATE - LOCKED"

-->

πŸ’‘ Tip: If you plan to sew your phone, install Mi drivers in advance USB Driver and check the fastboot device command in the terminal. Without the right drivers, the PC won't see the device.

Alternative ways to enter the bootloader

If the hardware buttons don't work (for example, because of a physical breakdown), software methods can be used, and they are suitable for devices that are at least partially powered on.

Method 1: Recovery Menu (Recovery)

This method works if you have stock or custom recovery (such as TWRP) installed:

  1. Enter Recovery by holding Power + Volume up.
  2. Select Reboot β†’ Fastboot (in TWRP) or Connect with MIAssistant (in drain recovery).
  3. Confirm the reset.

⚠️ Note: On new Xiaomi models (e.g. Xiaomi) 13T) Stock recovery can block the transition to Fastboot without unlocking the bootloader.

Method 2: Through ADB-team

If your phone is turned on and you have USB debugging enabled, use the command:

adb reboot bootloader

For this:

  1. Connect the phone to the PC and allow debugging.
  2. Open the terminal (or Command Prompt) and enter the command above.

πŸ“Œ Note: If debugging is USB It's not on, it's not going to work, and to activate it on a locked phone, you'll have to use the recovery menu.

πŸ“Š What is the Fastboot login method you use more often?
Hardware buttons
Through Recovery.
ADB-team
Another way.

Unlocking the bootloader on Xiaomi: why it is necessary

Starting with the Xiaomi Mi 5 (2016), the company implemented a default bootloader lock, which means that even if you log in to Fastboot, many operations (such as firmware via fastboot flash) will be blocked without first unlocking.

The unlocking process includes:

  1. Linking your Mi Account to your device (SMS/email confirmation required).
  2. Wait 72–168 hours (on new models) after the binding.
  3. The official Mi Unlock Tool tool is used.

1. Connect to another network (e.g., via mobile internet instead of Wi-Fi).

2. Use a Mi Account that is linked to the phone for more than 7 days.

3.Recheck the Mi Unlock Tool version (newer models require the latest version).

-->

EDL mode: when Fastboot is not available

If the phone doesn’t turn on at all (even in Fastboot), the last chance is Emergency Download Mode (EDL), which allows you to flash the device at a low level through a special cable or test points.

πŸ”Ή How to enter EDL:

  1. Turn off the phone.
  2. Press Volume up + Volume down and connect to the PC.
  3. Hold the buttons for 20 to 30 seconds until the PC identifies the device as Qualcomm HS-USB QDLoader 9008.

⚠️ Attention: Firmware through EDL Without an official auth file (for new models) can cause loss IMEI or network locking. On devices with a Mediatek processor (e.g., Redmi) 10A) enter EDL Testpoint is often required (closing contacts on the board).

πŸ“Œ Important: Firmware files for EDL (.mbn) are different from conventional Fastboots ROM. Download them only from official sources (for example, the site Xiaomi).

Security: What not to do in Fastboot

The bootloader mode provides low-level access to the device, so errors can be critical.

  • 🚫 Firmware of unofficial files without compatibility check (risk of bricking").
  • 🚫 Changing partitions (such as userdata or modem) without backup.
  • 🚫 Using fastboot oem unlock commands on new models can lead to blocking of Mi Account.
  • 🚫 Interrupting the firmware process (even if it is frozen) Wait 10-15 minutes before forced reboot.

πŸ”Ή Recommendation: Before any manipulations in Fastboot, create a backup of the persist partition (responsible for IMEI and network settings):

fastboot backup persist

πŸ’‘

On Xiaomi devices with a Snapdragon processor (such as Xiaomi 12 Pro), the firmware of unofficial cores or modified boot.img can cause the Anti-Rollback protection to work and the bootloader to permanently lock.

FAQ: Frequent questions about Xiaomi bootloader

Can I log into Fastboot on Xiaomi without buttons (for example, if the screen breaks)?
Yes, if your phone is debugging over USB, use the adb reboot bootloader command. If debugging is off and the buttons are not working, only EDL mode remains (requires disassembly of the device to close the testpoints).
Why is the phone not identified in the Mi Flash Tool after logging in to Fastboot?
The reasons may be: Mi USB Driver drivers are not installed. Use a non-original cable (try the cable from the kit); Mi Flash Tool version is outdated (download the latest from the official website); bootloader is blocked (check status with the fastboot getvar all command).
How long does it take to unlock a bootloader on Xiaomi in 2026?
Timeline depends on the model: 168 hours (7 Days - for flagships (Xiaomi) 13/14, Mix Fold). 72 hour (3 for most of the Redmi and POCO (For example, Redmi Note 12, POCO X5). Instantly for older models (up to now) 2019 if the account has been linked for a long time. ⚠️ The wait starts with the first time you link your account to your device, not when you launch the Mi Unlock Tool.
Can I return the lock to the bootloader after unlocking?
Yes, it is possible with the command: fastboot oem lock However, note: All data on the phone will be deleted. On some models (for example, Xiaomi 12T), re-unlocking will require a new wait of 72/168 hours. If the phone was stitched with custom ROM, locking can lead to bootloop.
What if the phone does not turn on after the firmware in Fastboot?
Follow this algorithm: Try logging in to Fastboot and flashing your phone again (possibly the firmware file has been corrupted). If the Fastboot is not available, try EDL mode. Check firmware compatibility with your model (for example, do not put Global ROM on the Chinese version of the phone). If nothing helps, contact the service center with an error (for example, Invalid sparse file format at header).