Fastboot screen on Xiaomi: how to remove and bring the smartphone back to life

You turned on your Xiaomi smartphone, and instead of your desktop, you saw a black screen with the words FASTBOOT, a green Android robot and a bunch of strange lines? Don't panic, this is not a breakdown, but a special engineering mode that the device could go into because of a firmware failure, an unsuccessful update or accidental button pressing. In 90% of cases, the problem is solved without visiting the service center, but it is important to act carefully so as not to aggravate the situation.

Fastboot (or bootloader) is a low-level smartphone state designed to firmware, unlock the bootloader or restore the system. On the screen, you can see options like FASTBOOT MODE, MIUI FASTBOOT or just the Mi logo with backlit lighting. The main danger here is that wrong actions can lead to complete data loss or โ€œbrickingโ€ of the device when it stops turning on at all. So before you try something, carefully study the reasons for entering this mode and the ways to exit.

Why is Xiaomiโ€™s smartphone stuck in Fastboot mode?

There are several reasons for getting into Fastboot on Xiaomi devices (including Redmi, POCO, Black Shark), and the correct diagnosis depends on the choice of solution.

  • ๐Ÿ”„ Interrupted Software Update โ€“ if during the installation of the update MIUI Ota Updater or Recovery has crashed (battery is dead, power is off, file download error), the system can automatically go to Fastboot for recovery.
  • ๐Ÿ”ง Failed firmware โ€“ an attempt to install custom software (for example, through TWRP Mi Flash Tool โ€“ Mi Flash Tool โ€“ often causes errors to freeze on this screen.
  • ๐ŸŽฏ Accidental button pressing โ€“ simultaneously pressed keys Power + Volume down when turned on is forced to transfer the device to Fastboot. This is a standard combination for Xiaomi.
  • ๐Ÿ”‹ Critical battery discharge โ€“ if the battery is discharged to 0% during operation, after connecting charging, the smartphone can start in emergency mode.
  • ๐Ÿ› ๏ธ Hardware problems โ€“ damage to the power button, charging controller, or motherboard sometimes mimics logging into a Fastboot.

If you didnโ€™t do any firmware manipulation before the screen came along, itโ€™s likely a system failure or hardware malfunction, in which case youโ€™ll try soft exits (reboot, reset through buttons) first, and only if they donโ€™t work, move on to more radical methods.

๐Ÿ“Š Your Xiaomi smartphone is stuck in Fastboot after
MIUI updates
Custom firmware installations
Accidental button pressing
Battery discharge
The other.

Method 1: Simple reboot (works 60% of the time)

The safest and fastest method is forced reboot, which will work if the cause of the Fastboot hit is a temporary failure, not a major firmware error.

  1. Hold the Power button for 15-20 seconds until the screen goes out.
  2. If the device doesnโ€™t respond, try Power + Volume up (hold 10-15 seconds).
  3. After turning off, wait 30 seconds and turn on your smartphone in the usual way (Power button).

If the Fastboot screen reappears after the reboot, then the problem is deeper and you need to try other methods. Do not try to reboot more than 3 times in a row - this can lead to additional crashes.

๐Ÿ’ก

On some Xiaomi models (such as the Redmi Note 10 Pro or POCO F3), you need to hold the Power button with Volume down for at least 30 seconds to force a reboot. If the screen does not go out, try plugging the charger in and try again.

Method 2: Exit from the Recovery Menu (without data loss)

If a simple reboot doesnโ€™t work, the next step is to try booting into Recovery mode and perform a cache reset or system restart, a method that doesnโ€™t delete user data, but requires you to follow the instructions accurately.

โ˜‘๏ธ Preparing for exit via Recovery

Done: 0 / 4

Instructions for most Xiaomi models:

  1. Turn off the device (hold power until the screen is turned off).
  2. Press the Power + Volume combination up and hold until the Mi logo appears.
  3. Release the buttons and you will see the Recovery menu (usually in English or Chinese).
  4. Use the volume buttons for navigation and the power button to select Reboot โ†’ Reboot to System.

If the smartphone returns to Fastboot after that, try to select Wipe & Reset โ†’ Wipe Cache from the Recovery menu (this wonโ€™t delete your files, only clear the temporary system data).

โš ๏ธ Note: Some models (e.g. Xiaomi Mi 11 or Redmi) K40) You can use the Recovery menu in Chinese, look for characters (reset) or (clean up cache) and don't pick items that mention data or factory reset, which will cause data loss!

Method 3: Connect to PC and ADB commands (for advanced)

If the soft methods don't work, you'll have to connect your smartphone to your computer and use the tools ADB (Android Debug Bridge) or Fastboot. This method requires installing drivers and minimal knowledge of working with the command line, but it is effective in 80% of cases.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ Cable USB (preferably original).
  • ๐Ÿ“ฅ Installed Xiaomi drivers (you can download from the official website).
  • ๐Ÿ› ๏ธ Tools ADB Fastboot (Platform Tools Package from Google).

Step-by-step:

  1. Connect your smartphone in Fastboot mode to your PC.
  2. Open the command line (cmd) in the folder with the platform-tools.
  3. Enter the command to check the connection: fastboot devices If the device is determined (the serial number will appear), continue. If not, install the drivers again.
  4. Run the reboot command: fastboot reboot

If after this command the smartphone returns to Fastboot again, try resetting the cache via Fastboot:

fastboot erase cache


fastboot reboot

โš ๏ธ Note: On some models (e.g, POCO X3 Pro) an error may occur after the fastboot reboot command FAILED (In this case, use the alternative command: fastboot continue

What if the PC doesnโ€™t see the device in Fastboot?
1. Check the cable - try another one USB-port (preferably) USB 2. Install drivers manually through Device Manager (select "Xiaomi Composite" MDB Interface.3) 3. Disable driver signatures in Windows (reboot your Shift-clamped PC to do this. โ†’"Reboot" โ†’"Loading parameters" โ†’"Disable the mandatory driver signature verification.4) 4. Try another computer or OS (e.g. Linux).

Method 4: Firmware via Mi Flash Tool (extremely)

If all previous methods did not work, the last option is a complete flashing of the smartphone through the official utility Mi Flash Tool, which is guaranteed to bring the device back to life, but delete all data (photos, contacts, messages) if a backup was not made.

What needs to be prepared:

ComponentWhere to find it.Notes
Firmware.tgz or.zipOfficial Xiaomi websiteChoose the Fastboot version (not Recovery!)
Mi Flash ToolUtility siteIt only works on Windows.
Qualcomm driversQFil ToolNeeded for models on Qualcomm processors (for example, Redmi Note 9 Pro)
Mi AccountYour personal Xiaomi accountIt will be required to unlock the bootloader (if it is blocked)

Firmware instructions:

  1. Unpack the archive with firmware in a folder without Cyrillic characters.
  2. Open the Mi Flash Tool, press Select and point the path to the firmware folder.
  3. Connect the smartphone turned off in Fastboot mode (clip Power + Volume down).
  4. In the utility, press Refresh - the device should appear.
  5. Select the Clean All firmware method and press Flash.
  6. Wait for the finish (5-10 minutes). The smartphone will reboot automatically.

๐Ÿ’ก

Firmware via the Mi Flash Tool is the only way to bring a brick-and-brick smartphone back to life, but it requires an unlocked bootloader. If the bootloader is locked, first unlock it through the official Mi Unlock Tool app (you need a Xiaomi account and wait 7-15 days for new devices).

Method 5: Contact a service center (when nothing helps)

If none of these methods worked, or you are afraid to flash the device yourself, the only way out is to contact an authorized Xiaomi service center.

  • ๐Ÿ”ง Hardware malfunction โ€“ if the cause of the Fastboot was damage to the power button, power controller or motherboard.
  • ๐Ÿ”’ Blocked bootloader โ€“ on new models (Xiaomi 12, Redmi Note 11) unlocking can take up to 15 days, and without this firmware is impossible.
  • ๐Ÿ“ฑ Data loss is critical โ€“ the service sometimes manages to recover information even after resetting.

The cost of repair in official Xiaomi services starts from 1,500 rubles (diagnostics) and reaches 5 000-10 000 rubles when replacing components. The average repair period is 3-7 days.

  • Take a picture of the screen with an error (if it changes).
  • Bring a check or a box (to confirm the guarantee).
  • Check if your data will be saved (sometimes this is possible with hardware failures).

โš ๏ธ Warning: Avoid "handicraft" workshops that promise to unlock the bootloader in 1 day or recover data after firmware. Unofficial unlock methods (for example, through exploits) can lead to complete loss of data. IMEI or blocking the Mi Account.

How to avoid getting into Fastboot in the future?

To avoid the problem of hanging on the Fastboot screen, follow the simple rules:

  • ๐Ÿ”‹ Donโ€™t interrupt updates โ€“ always wait for full download and updates to install. MIUI. If the battery is under 50%, plug in the charge before upgrading.
  • ๐Ÿ› ๏ธ Donโ€™t experiment with firmware โ€“ if youโ€™re not sure about your skills, donโ€™t install custom software (like LineageOS or Pixel Experience) without a backup.
  • ๐Ÿ”‘ Block buttons โ€“ in pockets or bags randomly pressing + Volume down can translate your smartphone into Fastboot.Use cases with button locks.
  • ๐Ÿ“ฑ Backups regularly โ€“ save important data to Mi Cloud or PC. If reset, you can quickly recover information.

If youโ€™re often flashing devices or testing MIUI betas, install the Quick Reboot app from Google Play.It lets you reboot to Fastboot or Recovery in one click, avoiding random taps.

FAQ: Frequent questions about Xiaomi's Fastboot mode

My Xiaomi got stuck in Fastboot after the update. Can I bring back the old version of MIUI?
Yes, but with reservations. You can roll back to the previous version via the Mi Flash Tool, but: You will need an unlocked bootloader. Data will be deleted (if no backup was made). On some models (for example, Xiaomi 13), a rollback to the old firmware can block the network (losing IMEI). We recommend first try to reflash the same version of MIUI that was before the failure - this often solves the problem without rollback.
The Fastboot screen says, "This device is locked." What do you do?
This means that your smartphone bootloader is locked. To log out of Fastboot, you need to: Unlock the bootloader through the official Mi Unlock Tool app (requires a Xiaomi account and waits 7-15 days for new devices) or flash the device through the Mi Flash Tool with a choice of Clean all and lock option (this will return the stock firmware and block the bootloader again). Without unlocking, you will not be able to install custom software or use fastboot commands for recovery.
After leaving Fastboot, the smartphone is constantly rebooted.
This is a sign of a damaged firmware or module conflict. Try: Clear the cache via Recovery (Wipe Cache); reset to factory settings (Wipe Data, but the data will be deleted!); Refuse the device through the Mi Flash Tool with a choice of Save user data option (if available for your model); If the cyclical boot reboot continues, most likely the damaged partition will only help the full firmware.
Can I log out of Fastboot without a computer?
Yes, most of the time. Try: Forced reboot (hold power for 20 seconds), Recovery login and Reboot to System selection. Cache clearing via Recovery (Wipe Cache), if these methods don't work, you can't do without a PC, you'll need firmware through the Mi Flash Tool.
The Fastboot screen flashes a red "critical error." Is it serious?
A red critical error or orange state indicates that the smartphone is found in an unstable state, often due to: Failed attempt to unlock the boot boot or system partition damage, Install inappropriate firmware. In this case, only full firmware through the Mi Flash Tool with the Clean all option will help. If the firmware error remains, contact the service - perhaps damaged memory (eMMC).