How to check if the bootloader is unlocked on Xiaomi: all ways 2026

Unlocking the bootloader on Xiaomi smartphones is a procedure that allows you to install custom firmware, root rights and deep system setup. However, before you start manipulating the device, it is critical to verify the current status of the bootloader. Incorrect interpretation of the state can lead to a β€œbrick” (completely inoperable) of the phone or unexpected restrictions after the firmware.

The problem is that MIUI hides this information from the user β€” there is no direct item on the menu that says "Truckloader Status." But there are both official verification methods through Fastboot and ADB, and hidden combinations for the new MIUI 14-based Redmi/Poco/Mi models. In this article, current ways for 2026, including bypassing restrictions for Anti-Rollback devices.

⚠️ Note: Checking the status of the bootloader through third-party applications (for example, Bootloader Status from Play Market) can give false results on new Xiaomi models due to changes in the fastboot oem device-info protocol.

πŸ“Š Your Xiaomi model is released
Until 2020
2020-2022
2023 or newer
I don't know.

1.Official method: command fastboot oem device-info

This is the most reliable method that works on all Xiaomi models, including the Redmi Note. 12, Poco X5 mi 13. To check you will need a computer with installed drivers ADB/Fastboot original USB-cable (Chinese "nouneim" cables often do not transmit data to fastboot).

Step-by-step:

  1. Turn off your smartphone.
  2. Press Volume Down + Power before the Fastboot logo appears.
  3. Connect the phone to the PC.
  4. Open the command prompt (Win + R β†’ cmd) and type: fastboot devices If the device is identified (the serial number appears), continue. If not, install the drivers from Google.
  5. Enter the command: fastboot oem device-info

In the answer, look for the line Device unlocked: true. If there is false - the bootloader is locked. New models (MIUI 14+) may appear an additional option Anti-Rollback: true - this means that the device has protection against firmware rollback.

β˜‘οΈ Preparing for inspection through Fastboot

Done: 0 / 5

2. Hidden engineering code for MIUI 12-14

On devices with MIUI 12 and later, Xiaomi has added a hidden menu where you can see the status of the bootloader without a PC connection, which works on most models, except for some regional versions (for example, for India or China).

How to open it:

  1. Open the Phone app.
  2. Enter the combination: ##4636### (if it didn't work, try ##7378423## for older models).
  3. Go to the section Information about the phone β†’ Status of the loader.

⚠️ Note: On some firmware (for example, MIUI Global Stable for Redmi Note 11) this section may not be available. ADB (described below).

If the bootloader is unlocked, you'll see "Unlocked" in green, and the locked devices will have gray text "Locked" or no information at all.

Why does the code not work on some models?
Since MIUI 13.5, Xiaomi has started blocking engineering codes for regional firmware (EU, IN, RU), due to tightening security policies following the data breach scandal in 2022.

3. Verification through ADB (fastbootless)

If you are uncomfortable rebooting your phone to Fastboot mode, you can check the bootloader status directly from the working system via ADB. This method is suitable for devices with USB debugging enabled.

Instructions:

  1. Activate Developer Mode: Go to Settings β†’ About Phone and click on MIUI Version 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your phone to your PC and type in the command line: adb shell getprop ro.boot.verifiedbootstate

Transcription of the answers:

  • Orange - the bootloader is unlocked.
  • green – the loader is locked (official state).
  • Yellow – partially unlocked (found on anti-Rollback devices)

⚠️ Note: On some models (Poco) F5, Redmi K60) The team can return a blank answer. MIUI 14.In this case, use the method with fastboot oem device-info.

4. Visual signs of an unlocked bootloader

If you don’t have access to a PC or don’t want to use commands, look for indirect signs of an unlocked bootloader:

Signs of unlocking:

  • πŸ”“ Boot Warning: The on-screen displays the words "This device is unlocked" or "Orange State" (new models).
  • πŸ“± Absence OTA-Updates: In the Update Settings (Settings) β†’ The phone. β†’ System Update) There are no packages available, although they are for your model.
  • πŸ”§ Developer settings: In the menu for developers appeared item OEM Unlocking (even if it is inactive).
  • 🚫 Blocking Services: Mi Cloud, Find Device, or Mi Pay are a side effect of unlocking.

Signs of a blocked loader:

  • πŸ”’ No warnings when switched on (clean logo) MIUI).
  • πŸ”„ OTA-Updates come regularly.
  • πŸ›‘οΈ There is no item in the developer settings OEM Unlocking.

On models with a Snapdragon 8 Gen 2 chip (such as the Xiaomi 13 Ultra), the visual unlock warning may not appear due to changes in Qualcomm's security policy.

Verification through third-party annexes (with reservations)

Google Play has apps that promise to show the status of the bootloader, such as:

  • Bootloader Status Checker
  • MIUI Hidden Settings
  • DevCheck

However, these methods have critical shortcomings:

  1. False positive results: On MIUI 14, applications often show β€œunlocked” when in fact the bootloader is locked (due to changes in getprop).
  2. Lack of support for new models: Applications are not updated with fresh HyperOS firmware.
  3. Security risk: Some utilities request superuser rights, which can lead to data leakage.

⚠️ Note: If you still decide to use third-party software, pre-disable the Internet on your phone and check the reviews for the last 3 months (many applications stopped working after the update). MIUI 13.5).

πŸ’‘

Before using third-party utilities, back up your data via Mi PC Suite.Some apps can reset your network settings or delete Google accounts.

6. Features for Anti-Rollback devices

Starting in 2021, Xiaomi has implemented Anti-Rollback (ARB) protection on most models (Redmi Note 10 Pro, Poco X3 GT, Mi 11 and later), which blocks the firmware rollback to an older version, making it difficult to verify the status of the bootloader.

How to determine the presence of ARB:

  1. Enter the command: fastboot getvar anti
  2. If the answer is anti: 3 or anti: 4, the defense is active.

What it means to unlock:

  • πŸ”„ If the bootloader is unlocked, but Anti-Rollback = True, you can't run the old version. MIUI (brick-risk").
  • πŸ”“ Unlocking on such devices requires official permission from Xiaomi (via the unblocking site).
  • ⚠️ Forced unlocking by bypass methods (for example, through EDL) This can lead to permanent blocking. IMEI.

Xiaomi modelAnti-Rollback availabilityMethod of checking the loader
Redmi Note 12 Pro+Yes (ARB 4)fastboot oem device-info + fastboot getvar anti
Poco F4 GTYes (ARB 3)Code #4636## or ADB
Mi 11 LiteNo.Any method (including third party applications)
Redmi 10CYes (ARB 2)fastboot oem device-info (official method only)

πŸ’‘

On Anti-Rollback devices, unlocking the bootloader without Xiaomi’s official permission leads to an irreversible lock of the bootloader after 72 hours (even if you return the stock firmware).

7. Frequent mistakes and how to avoid them

When checking the status of the loader, users often face typical problems:

Error 1: Device is not defined in fastboot

  • πŸ”Œ Check the cable – use the original from Xiaomi (Chinese cables often don’t transfer data to fastboot).
  • πŸ–₯️ Install drivers from the official website (section "Tools").
  • πŸ”„ Try another one. USB-port USB 2.0 on the back of the PC).

Error 2: Fastboot Oem Device-info returns "unknown command"

  • πŸ“± Make sure the phone is actually in Fastboot mode (screen with robot).
  • πŸ”„ Reinstall platform-tools (download the latest version from the Android site).
  • πŸ› οΈ On some models (Poco) M4 Pro) must first enter: fastboot oem unlock-go (this does not unlock the bootloader, but simply allows access to information).

Error 3: After unlocking the phone will not turn on

  • πŸ”‹ Wait. 10-15 Minutes – the first download after unlocking can take a long time.
  • πŸ”„ If the screen is black, try to pin the volume up. + Power for 20 seconds (forced reboot).
  • 🚨 If there is a logo MIUI The phone went to bootloop, requires firmware through the Mi Flash Tool.
What if the bootloader was blocked after checking, but you are sure that you unlocked it earlier?
This is typical of Anti-Rollback devices. When installing official firmware through the Mi Flash Tool, the bootloader can automatically lock again. To avoid this, use the fastboot flash unlock command after firmware (requires official permission from Xiaomi).
Can I check the status of the bootloader without a computer?
Yes, but with reservations. MIUI 12-14 has the code ##4636##, but newer models (Xiaomi 13T, Redmi Note 12) can turn it off. The alternative is DevCheck, but it's not always accurate. 100% of the result requires a PC with fastboot.
Why did Google Pay and banking apps stop working after unlocking the bootloader?
This is due to SafetyNet, an Android security system that blocks financial services on devices with an unlocked bootloader. Solutions: Install Magisk and activate MagiskHide. Use alternative firmware with a Google Play Protect certificate (such as Pixel Experience). Return the stock firmware and lock the bootloader back (but this will cancel all the benefits of unlocking).
How do I know if my Xiaomi model supports official unlocking?
Check the list of supported devices on Xiaomi’s official website. Please note: China (CN) models often do not support unlocking for global firmware. HyperOS (2026) devices may require additional authorization through Mi Account. Some carrier versions (for example, Tele2 or MegaFon) have hardware lock.
What happens if you unlock the bootloader on an Anti-Rollback device?
On models with ARB 3/4 (most smartphones 2022-2026), unlocking without official permission leads to: Blocking the ability to flash the old version of MIUI. Autolock the bootloader after 72 hours (if custom firmware is not installed); Loss of warranty and inability to restore the device through the service center. The only safe way is to obtain permission through the official website (requires binding Mi Account to the device for 720 hours).
Can I unlock a bootloader on Xiaomi without waiting 7 days (168 hours)?
Xiaomi has introduced a mandatory wait to protect against theft and fraud, but there are workarounds (at your own risk): EDL-Mode (requires an authorized Xiaomi account and risks blocking) IMEI). Buy an unlocked Mi Account on specialized forums (risk of fraud). Restore a backup via the Mi Flash Tool with an already unlocked bootloader (does not work on all models). ⚠️ All these methods can lead to permanent locking of the device.