What Fastboot looks like on Xiaomi: photos, differences and actions

Fastboot mode on Xiaomi smartphones is a special state of the device that allows you to interact with its firmware at a low level. It is often confused with Recovery mode, but externally and functionally they are two different tools. If your Redmi, POCO or Mi suddenly hovers on a black screen with a white robot and the inscription FASTBOOT, do not panic: it is a regular mode, not a breakdown.

In this article, we will look at how the Fastboot looks on different Xiaomi models (from the old Mi 5 to the new Redmi Note 13), how it differs from the EDL Mode, and what to do if the device is stuck in this state.

What is Fastboot and Why You Need It

Fastboot Mode (or Bootloader Mode) is a protocol for interacting with an Android device loader via a computer.

  • πŸ”„ Firmware custom or official ROM via fastboot flash.
  • πŸ”“ Unlock the bootloader (necessary for installation of informal firmware).
  • πŸ› οΈ Restore the device after a failure (for example, if the smartphone does not boot into the system).
  • πŸ“± Check the status of the hardware (fastboot devices or fastboot getvar all commands).

Unlike Recovery, where the sensor or volume buttons control the device, Fastboot inputs all commands from the PC via ADB/Fastboot, making the mode more powerful, but also more dangerous: the wrong command can turn the smartphone into a β€œbrick”.

πŸ“Š Have you ever used Fastboot on Xiaomi?
Yeah, I stitched the device.
Yes, the bootloader unlocked.
No, but I know what it is.
No, I don't plan on.

What does Fastboot look like on different Xiaomi models

The appearance of the Fastboot screen depends on the generation of the device and the version of the bootloader.

Model/SeriesImage on screenText labelsFeatures
Xiaomi Mi 5/6, Redmi Note 4/5 (2016–2018)Black screen with a green Android robot and an open stomachFASTBOOT MODE Product Name: [model] belowNo animation robot, text shallow, gray background details
Redmi Note 8/9, Mi 9/10 (2019–2020)Black screen with a white robot Mi Bunny (bunny with a hat)FASTBOOT Large, Connect to MiAssistant belowAdded a hint about connecting to the PC
POCO X3/F3, Redmi Note 10/11 (2021–2022)Dark gray background, POCO robot (yellow or orange)FASTBOOT MODE, Device is LOCKED/UNLOCKEDThe status of the bootloader (LOCKED or UNLOCKED) is displayed.
Xiaomi 12/13, Redmi Note 12/13 (2022–2026)Black screen with animated Mi logo (white or blue)FASTBOOTD (on new firmware), Slot A/BSupport for FastbootD (dynamic partitions)

On models 2023+, the Fastboot screen can display the inscription FASTBOOTD instead of the usual FASTBOOT - this is a new mode with support for dynamic partitions (for example, for firmware via fastboot update).

If there is no robot on the screen, but only the text This device is LOCKED or CRITICAL ERROR, this may indicate a problem with the bootloader or a damaged firmware, in which case diagnostics through the Mi Flash Tool is required.

Why aren’t the new Xiaomi Android robot in Fastboot?
Since 2022, Xiaomi has been replacing the standard Android robot with branded logos (Mi Bunny or POCO) as part of a rebranding that does not affect the mode’s functionality, but can confuse users accustomed to the green robot.

How to distinguish Fastboot from other modes

Fastboot is often confused with Recovery or EDL Mode by beginners.

  • πŸ€– Fastboot: black/dark screen with robot or logo, text FASTBOOT, The device is defined as a Fastboot interface.
  • πŸ”§ Recovery: menu with items (Reboot, Wipe Data), volume button management, text MIUI Recovery.
  • πŸ”Œ EDL Mode (9008): All-black screen (no images), Qualcomm device HS-USB QDLoader, requires an authorized account for firmware.
  • ⚑ Hard Brick: screen doesn’t light up, no labels, PC doesn’t identify device (test item or repair required).

If your Xiaomi is stuck on a screen labeled FASTBOOT and a robot, but does not respond to your PC connection, check:

  1. USB cable (use original or certified).
  2. USB port on PC (try USB 2.0 instead of 3.0)
  3. Fastboot drivers (install Mi PC Suite or ADB Driver Installer).

πŸ’‘

If the Fastboot screen flashes or reboots every 5-10 seconds, it indicates a damaged bootloader, in which case only firmware through EDL Mode (9008) with an authorized Xiaomi account will help.

Next Next post: What to do if Xiaomi is stuck in Fastboot

If your device accidentally hits Fastboot (for example, after a failed update or clicking a button combination), follow this algorithm:

β˜‘οΈ Actions to exit Fastboot

Done: 0 / 4

Method 1: Hard reboot

Hold the power button for 10-15 seconds until the vibration or the Mi logo appears. If the device is discharged (battery < 10%), this method will not work - plug the charge for 10-15 minutes.

Method 2: Reboot command via PC

  1. Connect your smartphone to your PC with a cable.
  2. Open the command line (Win + R β†’ cmd).
  3. Enter: fastboot devices If the device is determined (the serial number appears), enter: fastboot reboot

⚠️ Warning: If the device returns to Fastboot after fastboot reboot, it is a sign of a damaged boot partition.

Method 3: Firmware of the official ROM

If the first two methods did not help:

  1. Download the firmware for your model from the Xiaomi Firmware website (choose the Fastboot version).
  2. Unpack the archive in a folder without Cyrillic.
  3. In the command line, run: fastboot flash all or for new devices: fastboot update name file.zip

Common Mistakes and How to Avoid Them

Fastboot is fraught with errors that can lead to a brick device, and the most common of these are:

  • ❌ Using unofficial firmware without unlocking the bootloader β†’ This leads to an anti-rollback error.
  • ❌ Interrupting the firmware process (for example, due to disconnection) USB) β†’ damage to system or vendor partitions.
  • ❌ Mismatch of firmware version (for example, Global firmware on the China version of the device) β†’ Invalid Sparse File Format.
  • ❌ Lack of drivers β†’ PCs can't see the device, fastboot commands don't work.

To minimize the risks:

  • πŸ”‹ Before the firmware charge the battery to 50%+.
  • πŸ”— Use quality. USB-cable (preferably original).
  • πŸ–₯️ Check out the Mi Flash Tool (new models require 2023 version)+).
  • πŸ“‹ Check the firmware model of the device (for example, Redmi Note 10 Pro has encoding sweet).

⚠️ Note: On devices with a locked boot loader (Device is) LOCKED) Firmware via fastboot flash will cause an error. First, unlock it through the Mi Unlock Tool (requires a Mi Account binding and wait 7-30 days).

Fastboot vs FastbootD: What's the difference?

With Android 10+ and Dynamic Partitions-based firmware, Xiaomi has started using a new mode, FastbootD (with the letter "D" at the end).

  • πŸ”„ Dynamic partition size change (e.g. system, vendor).
  • πŸ“¦ Firmware without data loss (in some cases).
  • πŸ”§ Working with A/B-Partitions (dual system for trouble-free updates).

Visually, FastbootD is different from the classic Fastboot:

  • Inscription FASTBOOTD instead FASTBOOT.
  • Additional points in the output of the command fastboot getvar all (for example, slot-suffixes: _a/_b).
  • Support for fastboot teams set_active fastboot --disable-verity --disable-verification flash vbmeta.

To run through FastbootD, use the command:

fastboot update name file.zip

Instead of the traditional:

fastboot flash all

πŸ’‘

FastbootD is not a separate mode, but an extended version of Fastboot for dynamic partition devices. It is compatible with all commands of the classic Fastboot, but adds support for new features.

What to do if Fastboot is not defined by PC

If your computer doesn’t see your device when you connect to Xiaomi in Fastboot mode (the fastboot device team returns an empty list), follow these steps:

  1. Check drivers: Open Device Manager (Win + X β†’ Device Manager). Find a device with an exclamation mark (usually under Other Devices); update the driver manually by specifying a folder with ADB Driver or Mi PC Suite.

Try another USB port.

USB 3.0 ports (blue) can conflict with Fastboot. Use USB 2.0 port (black).

Disable driver signatures

Press Shift when you restart your PC β†’ Troubleshooting β†’ Additional settings β†’ Boot options β†’ Reboot. After you restart, select item 7) Disable the mandatory driver signature check.

Use a different cable.

Cheap cables often don't support data transfer (charging only).Take a Xiaomi-branded cable or a certified USB-C.

If the problem persists, check the device on another PC or try running Fastboot via Linux/MacOS (there are less drivers problems).

FAQ: Frequent questions about Fastboot on Xiaomi

My Xiaomi got stuck in Fastboot after the update.
Most likely, the update was incorrect, and the boot or system partition was damaged. Try: Swipe the official firmware through the Mi Flash Tool (choose the Clean All option). If the firmware does not help, check the status of the bootloader (fastboot oem device-info). If Locked, unlock it. If the device is not defined in the Fastboot, transfer it to EDL Mode (close the test point or use the adb reboot edl command if ADB works).
Can I log out of Fastboot without a computer?
Yes, but not on all models. Try: Hold the power button for 10-20 seconds until forced reboot. On some devices (like the Redmi Note 8 Pro), the combination of Volume Up + Power (hold 10 seconds) helps. If the smartphone is drained (battery < 5%), these methods will not work - recharge it to at least 10%.
Why does the fastboot reboot command return to Fastboot?
This is a sign of a damaged boot or dtbo partition. Solutions: Scroll the boot partition separately: fastboot flash boot.img (the boot.img file is taken from the official firmware). If it doesn't work, run the full firmware with the Clean All option in the Mi Flash Tool. On FastbootD devices, try changing the active slot: fastboot --set-active=a or fastboot --set-active=b
How do I know if the bootloader is blocked in Fastboot?
Follow the command: fastboot oem device-info Search for lines: Device unlocked: false β†’ bootloader locked. Device unlocked: true β†’ bootloader unlocked. New devices (Xiaomi 12+) can display OEM unlock status: false/true.
Can I flash custom Recovery (TWRP) through Fastboot?
Yes, but only if the bootloader is unlocked. TWRP For your model (e.g., from twrp.me). recovery.img And put it in a folder with fastboot. recovery.img Recovery: Fastboot Reboot Recovery ⚠️ Note: On devices with FastbootD (e.g. Xiaomi) 13) firmware TWRP Signature verification must be disabled: fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img (file vbmeta.img It's also taken from the firmware).