How to go to the Fastboot menu on Xiaomi Redmi: all ways 2026

Fastboot mode on Xiaomi Redmi smartphones is a special engineering menu that allows you to perform low-level operations: unlock the bootloader, firmware through the Mi Flash Tool, restore the system after crashes or even bring the device back to life if it does not turn on. Without access to this mode, many service procedures are simply impossible.

However, Fastboot Mode is often difficult to log in to, and some people confuse it with Recovery Mode, some people can’t find the right button combination, and some people are afraid to accidentally reset. In this article, we’ll look at all the current ways to log in to Fastboot on Redmi Note 12/11/10, Redmi A2/A1, POCO and other models – from the classic method with buttons to commands via ADB.

If you've never worked with Fastboot before, don't worry: it's not as hard as it sounds. The key is to follow the instructions and not miss important nuances. For example, on some Xiaomi models after 2022, the button combination changed due to the updated MIUI 14+ firmware, and the old ways may not work. We took all these points into account and collected only current methods.

Before proceeding, make sure that:

  • πŸ”‹ The battery level is not lower than 30% (ideally - 50%+).
  • πŸ”Œ If you use a cable, it must be original or high quality (cheap cables may not transmit data).
  • πŸ“± The phone has disabled the function of Protection against accidental pressing (if it is in your model).
πŸ“Š Why You Need Fastboot on Xiaomi Redmi?
Unlock the loader
Sweep through custom software
Restore the phone after a failure
Remove MIUI-blocking
Other

1 What is Fastboot and why is it needed on Xiaomi Redmi?

Fastboot Mode (or Bootloader Mode) is a protocol that allows you to interact with the Android device bootloader directly via your computer. Unlike Recovery Mode, where you can reset or install an update, Fastboot gives you access to deeper settings:

For example, it can:

  • πŸ”“ Unlock the bootloader (a mandatory step before firmware custom software like LineageOS or Pixel Experience).
  • πŸ“₯ Install official firmware via Mi Flash Tool (relevant if the phone doesn’t turn on or is stuck on the logo).
  • πŸ”„ Restore IMEI, If it's gone after a failed firmware.
  • πŸ› οΈ Check the condition of the section EFS (where the critical data of the communication module is stored).

On Xiaomi Redmi smartphones (as on other Mi/POCOs), the Fastboot looks like a black screen with a hare in a hat and the inscription FASTBOOT at the bottom. If you see the Mi logo or menu items in English, it's Recovery, not Fastboot.

⚠️ Note: Logining to Fastboot on a locked bootloader (which is blocked by default on all Xiaomi) will not give you full access to commands. ROM If you don't unlock it, you'll get permission from Xiaomi through the official Mi Unlock Tool.

What is the difference between Fastboot and Recovery?
In Recovery, you run the firmware files (zip archives), and in Fastboot, you work with images (img files) directly through commands. Recovery runs on top of Android, and Fastboot is part of the bootloader that starts before the system starts.

2. Method 1: Sign in to Fastboot via buttons (for all Redmi models)

This is the most versatile method that works on 99% of Xiaomi Redmi models, including:

  • πŸ“± Redmi Note 12/11/10/9 Pro and their modifications (Pro)+, 5G, Lite).
  • πŸ“± Redmi A2/A1/A2+ and other budget series.
  • πŸ“± POCO X5/X4/M5 (They're on the Redmi platform, too).
  • πŸ“± Older models like the Redmi 8/7/6A.

Instructions:

  1. Turn off the phone (press the power button and select Turn off).
  2. Press and hold at the same time: Power button Volume Down.

10-15 seconds

FASTBOOT

πŸ”Ή If the phone vibrates and it goes into normal mode, you let go of the buttons too early.

πŸ”Ή On some models (for example, Redmi Note 12 Turbo) can work a combination of Power + Volume Up, but it's rare. Standard is always Power. + Volume Down.

β˜‘οΈ Preparation for entrance to Fastboot

Done: 0 / 4

Method 2: Entry through ADB (if the phone is switched on)

If your Redmi works but you need to upgrade to Fastboot without using buttons (e.g. to automate the process), you can do so through the ADB command.

  • πŸ–₯️ Computers with installed ADB and Fastboot drivers.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Included debugging by USB phone-on.

Step-by-step:

  1. Connect the phone to the PC and allow debugging over USB (a request will pop up on the smartphone screen).
  2. Open the Command Prompt (Windows) or Terminal (macOS/Linux) in the folder with ADB.
  3. Enter the command: Adb devices Make sure your device appears in the list.
  4. Run the command to go to Fastboot: adb reboot bootloader

The phone will automatically reboot to FASTBOOT mode, which is convenient if you need to switch between modes frequently (for example, when testing firmware).

⚠️ Note: If after the command adb reboot bootloader phone is stuck on the Mi logo for more than 5 minutes - this is a sign of a damaged bootloader. EDL (flash-fix).

πŸ’‘

If the adb command doesn’t work, check if Xiaomi drivers are installed on your PC. Download them from the official website or use the universal driver package from Google (Android SDK).

Method 3: Entering through the Mi Flash Tool (for "bricks")

If your Redmi doesn’t turn on at all (black screen, perpetual boot, bootloop error), but reacts to a PC connection (USB connection sound), you can try logging into Fastboot via the Mi Flash Tool.

  • πŸ”„ Recovery after a failed firmware.
  • πŸ”§ Fixing errors such as Invalid IMEI Baseband Unknown.
  • πŸ“¦ Install official firmware if the phone is not loading.

Instructions:

  1. Download and install the Mi Flash Tool (the official utility from Xiaomi).
  2. Connect the phone to the PC without pressing the buttons.
  3. Run the Mi Flash Tool and press Refresh. if the device is determined as COM-port - it's in Fastboot mode.
  4. If not, press Power + Volume Down for 10 seconds, then release and press Refresh again.

If the phone is not detected even after that, it may be in EDL (emergency boot) mode, in which case you will need a special Deep Flash Cable cable or transition to EDL via test points (for power users).

Symptoms.Probable causeDecision
The phone vibrates, but doesn't come with the FastbootThe bootloader or buttons are damaged.Try to sign in via ADB or Mi Flash Tool
The screen flashes and goes out.Weak battery.Charge your phone to at least 50%
Recovery Menu Appears Instead of FastbootWrong combination of buttonsUse Power + Volume Down, not Volume Up
PC doesn't see the device in FastbootThere are no drivers.Install Mi USB Driver or Google USB Driver

5. Frequent mistakes and how to avoid them

Even experienced users sometimes encounter problems logging into Fastboot, and here are the most common errors and solutions:

πŸ”Ή The phone doesn't respond to the buttons.

  • πŸ”‹ Check battery power – at a level below 5%, the device may not turn on.
  • πŸ”Œ Try another one. USB-cable (cheap cables often don't transmit data).
  • πŸ› οΈ If the buttons are physically damaged, use the method of using ADB (if the phone still turns on).

πŸ”Ή Recovery Menu Appears Instead of Fastboot

  • You used Power + Volume Up instead of Volume Down.
  • On some models (such as the Redmi Note 10 Pro), after prolonged button retention, Recovery can be triggered.

πŸ”Ή PC doesn't see phone in Fastboot

  • Install Xiaomi USB Driver or Google Android USB Driver.
  • Try another one. USB-port (preferably) USB 2.0, because USB 3.0 sometimes conflicts).
  • In Device Manager, check if the phone is displayed as an Unidentified Device (you need to update the driver manually).

⚠️ Note: If you see the status of the device is locked after logging in to Fastboot, it means that the bootloader is locked. You can only unlock it through the official Mi Unlock Tool, linking the Mi Account to the device.

πŸ’‘

If the phone is not included in the Fastboot in any way, the bootloader is likely damaged, in which case only the firmware through EDL (emergency mode) using an authorized Xiaomi account will help.

6 What to do if the Fastboot doesn't work

If none of these methods worked, here is the algorithm:

1. Check the hardware:

Connect your phone to charge for 30 minutes (the battery may be completely drained).

Try a different cable and a different computer (if you use a PC).

If the phone fell or got wet, it may be damaged motherboard.

2. Try alternative button combinations:

Some models (e.g. Redmi K50) have Power + Volume Up + Volume Down (hold 15 seconds).

For older models (Redmi 4X, Redmi 5A) sometimes Power + Volume Up helps, but this is rare.

3. Use test points for EDL:

If the phone doesn't respond at all, you can try EDL mode by closing the contacts on the board, which requires disassembling the device and is only suitable for advanced users.

For the Redmi Note series, testpoints are usually under the back cover, next to the battery (look for EDL or TEST labels).

4.Please contact the service center:

If the phone is not switched on and detected by the PC, the eMMC chip or power controller may be damaged, in which case only professional repair will help.

πŸ’‘ Useful tip: If you plan to work with Fastboot often (for example, for custom firmware), buy Deep Flash Cable for Xiaomi. EDL without disassembly, which makes it easier to recover from failures.

7 Security: What can and cannot be done in Fastboot

Fastboot is a powerful, but also risky mode, and this is what you can do without consequences.

  • πŸ”„ Check the status of the bootloader (fastboot oem device-info).
  • πŸ“‹ Read the device information (fastboot getvar all).
  • πŸ”‹ Reboot to other modes (fastboot reboot recovery).

Here’s what you can’t do without understanding the consequences:

  • 🚫 Delete partitions (fastboot erase) - this will lead to data loss and possible loss of performance.
  • 🚫 Switch unofficial images without unlocking the bootloader.
  • 🚫 Change the parameters IMEI Baseband without backup.

⚠️ Attention: The fastboot oem unlock command erases all data from the device, including photos, contacts and applications. Before unlocking the bootloader, be sure to back up via Mi PC suite TWRP (if established).

If you are not sure about your actions, it is better to seek help from profile forums, such as:

  • 🌐 4PDA (Xiaomi).
  • 🌐 XDA Developers.
  • 🌐 Official Xiaomi Forum (section) MIUI).

FAQ: Answers to Frequent Questions

My Redmi Note 11 is not included in the Fastboot.
Try: Charge your phone up to 50% and repeat the Power combination + Volume Down. Use another USB-If the phone is switched on, try entering through ADB (If nothing helps, maybe the bootloader is damaged, contact the service.
How to get out of Fastboot on Xiaomi Redmi?
There are three ways: Press and hold the power button for 10-15 seconds. Connect to your PC and execute the command: fastboot reboot Select Reboot in the Mi Flash Tool (if your phone is connected to a PC).
Can I flash my phone through Fastboot without unlocking the bootloader?
No. On all modern Xiaomi Redmi (after 2018), the bootloader is locked by default. Without unlocking through the Mi Unlock Tool, you can only: Install official firmware through the Mi Flash Tool (but not custom). View device information. Any attempts to flash custom ROM or modified software will result in a device is locked error.
What do you do if Fastboot says "device is locked"?
This means that the bootloader is locked. To unlock it: Link the Mi Account to the device (Settings) β†’ Xiaomi account β†’ Download Mi Unlock Tool from Xiaomi's official website, connect your phone in Fastboot mode to your PC and follow the instructions. ⚠️ Unlocking erases all data! backup in advance.
How do I know if my Redmi bootloader is unlocked?
There are two ways: Fastboot: run a command: fastboot oem device-info If the answer has a line Device unlocked: true - the bootloader is unlocked. Turn on the phone, go to Settings β†’ About phone and tap on the MIUI version several times. Then go back to Settings β†’ Additional β†’ For Developers. If there is a item bootloader Status and it says Unlocked, it's okay.