How to find out the status of the bootloader on Xiaomi smartphones: unlocked or blocked?

The bootloader on Xiaomi smartphones is a software component that controls the launch of the operating system. Its state (unlocked or locked) directly affects the ability to install custom firmware, obtain root rights, or even restore the device after a failure. If you plan to flash MIUI through Fastboot, install TWRP or modify system files, knowledge of the bootloader status becomes critical.

In this article, we will discuss all the current ways to check the status of the bootloader on Xiaomi, Redmi and POCO โ€“ from standard methods through the Fastboot to hidden engineering menus. We will focus on the nuances for new models (for example, Xiaomi 13/14 or Redmi Note 12), where the manufacturer has tightened the unlock rules, and you will learn how to distinguish a dummy unlock (mythical โ€œOEM Unlockโ€) from the real status that is displayed in Fastboot mode.

1. Check through Fastboot Mode (the most reliable way)

Fastboot mode is a low-level smartphone interface that allows you to interact with the bootloader directly.This is where the real lock status is displayed, which cannot be tampered with by system settings.

To get into Fastboot:

  • ๐Ÿ”Œ Turn off your smartphone.
  • ๐Ÿ–ฑ๏ธ Press the power button. + Loudness down for 5-10 seconds until the image of a rabbit in a hat appears (Fastboot logo).
  • ๐Ÿ“ฑ Connect the device to the PC through USB-cable (preferably original).

There are two options for verification:

  1. Visual way: The screen under the Fastboot logo will have a Locked (locked) or Unlocked (unlocked) string. On the new models (Xiaomi 12T/13/14), the line can look like Device unlocked: true/false.
  2. Through ADB: Open the command line on your PC and type: fastboot oem device-info In the answer, find the Device unlocked: true option (bootloader).

๐Ÿ’ก

If the fastboot oem device-info command returns the FAILED (remote: unknown command) error, try the alternative command:

fastboot getvar unlocked

โš ๏ธ Note: On some models (e.g, POCO F5 or Redmi K60) When the bootloader is unlocked, a warning about an uncertified device may be displayed when booting.

2. Check through Mi Unlock Tool (official method)

Xiaomiโ€™s Mi Unlock Tool not only unlocks the bootloader, but also shows its current status, a method thatโ€™s suitable if youโ€™ve already linked your Mi Account to your device and are planning to unlock it.

Instructions:

  • ๐Ÿ“ฅ Download Mi Unlock Tool from the official website (the version must match your firmware).
  • ๐Ÿ–ฅ๏ธ Install the utility on your PC and run it on behalf of the administrator.
  • ๐Ÿ“ฑ Connect your smartphone in Fastboot mode (as described above).
  • ๐Ÿ” A message will appear in the program window: ๐Ÿ”’ Phone connected. Bootloader is locked. ๐Ÿ”“ Phone connected. Bootloader is unlocked - bootloader unlocked.

If the utility gives an error Couldn't receive device info, check:

  • ๐Ÿ”Œ Quality. USB-cable (try another port or cable).
  • ๐Ÿ› ๏ธ Availability of Xiaomi drivers (install Mi) PC Suite or driver manually through Device Manager).
  • ๐Ÿ”„ Reboot your smartphone and PC.
๐Ÿ“Š Have you ever unlocked a bootloader on Xiaomi?
Yeah, I did it myself.
Yeah, through the service center.
No, but I'm planning.
No, and no planning.

3. Check through the engineering menu (#4636##)

Xiaomiโ€™s hidden engineering menu contains information about the state of the hardware, including indirect signs of unlocking the bootloader, but this method does not provide a 100% guarantee and only works on some MIUI firmware (mainly on older versions).

How to open the menu:

  1. Open the Phone app.
  2. Enter the combination: ##4636###.
  3. Go to the phone information section.

Look for the following parameters:

  • ๐Ÿ”’ Bootloader unlock status โ€“ if any, the status will be listed right here.
  • ๐Ÿ“ฑ Model number โ€“ on unlocked devices can be displayed as UNLOCKED at the end (e.g, 2210132G UNLOCKED).
  • ๐Ÿ”ง Build number - the presence of postfix -dev or -unlocked indirectly indicates the unblocking.

โš ๏ธ Note: On new models (Xiaomi 13 Pro, Redmi Note 12 Pro)+) The engineering menu may not display the bootloader status, in which case use the Fastboot or Mi Unlock Tool.

Why is there no information on the engineering menu?
Starting with MIUI 13 and later, Xiaomi removed direct links to bootloader status from the engineering menu to protect against accidental changes.

4. Check through ADB (for advanced users)

If you have debugging enabled USB, You can find the status of the bootloader without rebooting in Fastboot. ADB-Drivers and Developer Mode enabled.

Instructions:

  1. Turn on Developer Mode: Go to Settings โ†’ About Phone. Tap 7 times on MIUI Version.

USB debugging

Settings โ†’ Additional โ†’ For Developers

adb shell getprop ro.boot.verifiedbootstate

Possible answers:

MeaningLoader statusExplanation
orangeUnlocked.The device was unlocked through the Mi Unlock Tool.
greenBlocked.The loader is in factory condition.
yellowPartially unlockedIt is found on devices with OEM Unlock (not fully unlocked).
redVerification errorDiagnosis is required (possibly damaged boot section).

If the command returns an empty answer or error, try an alternative:

adb shell su -c "getprop ro.boot.verifiedbootstate"

(requires root rights).

Indirect signs of an unlocked loader

Sometimes the bootloader's condition can be determined by the behavior of the smartphone without using a PC or commands, these signs are not absolute, but can serve as a hint:

  • ๐Ÿ”„ Boot Warning: This device is unlocked or Orange State appears on the turn-on screen (on the new models โ€“ the open-lock Xiaomi logo).
  • ๐Ÿ“ฆ Possibility of installation TWRP: If you can sew TWRP Recovery via Fastboot without errors โ€“ bootloader unlocked.
  • ๐Ÿ”ง Root rights: Unblocking the bootloader is a prerequisite for getting root on Xiaomi.
  • ๐Ÿ”„ Factory reset: On unlocked devices, resetting via Recovery can lead to errors (e.g. Can't load Android system).

Note: on some models (for example, POCO X5 Pro) after unlocking the bootloader stops working:

  • ๐ŸŽฎ Google Pay (due to SafetyNet activation).
  • ๐Ÿ“บ Netflix HD-Quality (required Widevine) L1, drop-off).
  • ๐Ÿ”’ Some banking applications (due to the Device Integrity trigger).

๐Ÿ’ก

If you do not plan to install custom firmware or modify the system, unlocking the bootloader will bring more problems than benefits (refusal of warranty, problems with SafetyNet, the risk of โ€œbrickingโ€).

6. Frequent Mistakes and Myths About Xiaomi Booter

There are many misconceptions about unlocking the bootloader on Xiaomi.

  • ๐Ÿšซ Myth 1: โ€œInclusion OEM Unlock in the developer settings unlocks the bootloader. Reality: Option OEM Unlock only allows you to unlock, but it doesn't. Real unlock requires Mi Unlock Tool and account binding.
  • ๐Ÿšซ Myth 2: "Once unlocked, the bootloader remains unlocked forever. Reality: On new models (Xiaomi) 12/13/14) The boot loader can automatically lock after the firmware is official MIUI recover.
  • ๐Ÿšซ Myth 3: "Unlocking the bootloader removes the warranty." Reality: Xiaomi officially does not cancel the unlock warranty, but refuses to repair devices with corrupted software (for example, after a failed firmware).

Another common mistake is to confuse unlocking the bootloader and unlocking SIM-The latter relates to network constraints (e.g., on devices purchased from an operator), and the former to the possibility of firmware modification.

โ˜‘๏ธ Preparation for loader inspection

Done: 0 / 5

FAQ: Answers to Frequent Questions

Can I find out the status of the bootloader without a computer?
Yes, but with reservations: On older models (Redmi Note 4/5) status is displayed in the engineering menu (#4636##). On new devices (Xiaomi 11/12/13) you can not do without a PC - you need a Fastboot or ADB. Indirect sign: if you turn on the Orange State warning, the bootloader is unlocked.
Why does Mi Unlock Tool write โ€œDevice not connectedโ€ when itโ€™s on Fastboot?
Causes and solutions: ๐Ÿ”Œ Problem with drivers: Install Mi PC Suite or download drivers manually through Device Manager (look for Android Bootloader Interface). ๐Ÿ”„ Incompatible version of the utility: Download the latest version of Mi Unlock Tool from the official website. ๐Ÿ“ฑ Incorrect Mode: Make sure your smartphone is in Fastboot, not Recovery (Recovery displays an Android with a red triangle). ๐Ÿ”’ Blocked Mi Account: If you have previously tried to unlock a bootloader and exceeded the limit of attempts, your account may be blocked for 30-360 days.
What happens if you unlock the bootloader on the new Xiaomi (2023-2026)?
On Xiaomi models 13/14, Redmi Note 12 And a new unlocking of the bootloader requires: ๐Ÿ”’ Resetting all data (including internal memory). ๐Ÿ›ก๏ธ Losing Widevine L1 (Netflix, Disney+ Other services will only work in SD-quality). ๐Ÿšจ SafetyNet Trigger: Google Pay, Banking Apps, and Some Games (Pokรฉmon GO) stop working. ๐Ÿ”„ Automatic locking when firmware is installed via Recovery: After installing the official MIUI And through standard recovery, the bootloader can lock again. L1 SafetyNet, you will need: Sweat stock ROM Use Magisk modules to mask status (e.g. Universal SafetyNet Fix) to lock the bootloader back (possibly not on all models).
How do I lock the bootloader back?
Xiaomi doesnโ€™t officially provide a tool for re-blocking, but it can be done via Fastboot: Download stock ROM For your model from the Xiaomi Firmware Updater. Unpack the archive and find the file. flash_all_lock.bat (for Windows or flash_all_lock.sh (for Linux/Mac). Put your smartphone on a Fastboot and start the script. Important: The process erases all data. Some models (POCO F4/F5) The lock may not work due to the changed policy of Xiaomi, after blocking you will have to re-link your Mi Account to unlock.
Can I unlock the bootloader without waiting 7/14/30 days?
No, it's a technical limitation of Xiaomi, and since 2020, the company has introduced a mandatory wait to protect against theft and fraud: ๐Ÿ“… On flagships (Xiaomi 13 Ultra) the wait can reach 360 days, on budget (Redmi) A2) โ€” 7 days. ๐Ÿ”„ Account activity: If the Mi Account is new or suspicious, the period is increased. ๐ŸŒ Region: In some countries (e.g. India), waiting is shorter, it is not legal to get around the wait, all โ€œunlock in 1 dayโ€ offers are fraud or exploiting vulnerabilities that can lead to hard bricks.