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:
- 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.
- 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.
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:
- Open the Phone app.
- Enter the combination: ##4636###.
- 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?
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:
- 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.verifiedbootstatePossible answers:
| Meaning | Loader status | Explanation |
|---|---|---|
| orange | Unlocked. | The device was unlocked through the Mi Unlock Tool. |
| green | Blocked. | The loader is in factory condition. |
| yellow | Partially unlocked | It is found on devices with OEM Unlock (not fully unlocked). |
| red | Verification error | Diagnosis 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.