You turned on a Xiaomi smartphone, but instead of the usual MIUI logo, a recumbent Android robot with the inscription "No Command" appeared on the screen? This error scares many users, especially if the device stops responding to buttons. In fact, "No Command" is not a critical failure, but a signal of a system bootloader failure. Most often the problem occurs after a failed update, reset settings or experiments with firmware.
In this article, we will discuss in detail:
- 🔍 What does the error mean and why does it appear on Xiaomi Redmi, POCO or Mi.
- 🛠️ 5 working ways to exit the mode “No Command” – from the simplest to the most advanced.
- ⚠️ What can not be done to avoid aggravating the situation (spoiler: do not rush to reflash the device!).
- 📱 Features for different models - from Redmi Note 10 to Xiaomi 13 Ultra.
The important thing is, if you're not sure what you're doing, you should go to a service center, but 80 percent of the time, you can solve the problem yourself in 10 to 30 minutes.
What is No Command and why does it appear on Xiaomi?
The “No Command” error occurs when Xiaomi tries to boot into Recovery Mode but cannot display the recovery menu correctly. Instead of the usual blue screen with Reboot, Wipe Data and other items, the user sees:
- 🤖 Android robot with red exclamation mark.
- 📛 The inscription "No Command" is under the robot (sometimes missing).
- 🔄 Black screen with flashing loading strip (in rare cases).
It's not a hardware failure, it's a software failure, and it's divided into 3 categories:
| Category | Causes | Frequency of occurrence |
|---|---|---|
| Update of the PO | Interrupted MIUI update via OTA. Incompatible firmware version. Installation error custom Recovery (TWRP). | 45% |
| Resetting settings | Hard Wipe Data reset via unstable Recovery. Delete system files manually. | 30% |
| Other failures | Battery discharge during critical operations, application conflict with system, damage to /cache or /data partition. | 25% |
Interesting fact: Xiaomi with Qualcomm processors (for example, Redmi Note 11 Pro+) error “No Command” is less common than on devices with Mediatek chips (for example, POCO M4 Pro).
💡
If the error occurs after installing custom firmware, check its compatibility with your model on the XDA Developers forum. Mismatch between the MIUI version and the hardware platform is a common reason for "No Command".
How to get out of the mode “No Command”: a universal way
In 60% of cases, the problem is solved by a simple combination of buttons, which works on all Xiaomi models, including Redmi, POCO and Mi:
- Hold the power + volume button for 10-15 seconds.
- When the screen goes out, release the buttons and immediately press the power + volume reduction.
- Hold until the Mi logo or Fastboot menu appears.
If your smartphone is loaded in Fastboot Mode (black screen with a rabbit and the inscription FASTBOOT), do:
fastboot rebootThis command will restart the device in normal mode. If the problem persists, proceed to the next method.
Charge your phone to a minimum. 50%|Download the official firmware for your model|Prepare. USB-cable (original)|Install drivers ADB/Fastboot PC-only-->
Method 2: Reset via Recovery Mode (if the menu does not open)
If you see "No Command" again after the button combination, then the system Recovery is damaged, and then the forced login to stock Recovery will help:
- Turn off your smartphone (hold the power button for 20 seconds).
- Press the power + increase the volume for 5-7 seconds.
- Once the screen blinks, release the power button**, but keep the volume + for another 3 seconds.
If done correctly, you'll see the Recovery Mode menu in Chinese or English.
- Select Wipe Data → Wipe All Data (use volume buttons for navigation, power buttons for confirmation).
- After reset, go to Reboot → Reboot to System.
What to do if you recover in Chinese?
Attention! The reset will delete all data on the device, including photos and apps. If the smartphone was enabled sync with Mi Account, contacts and some settings will be restored automatically after you log in to your account.
Method 3: Fastboot Flashing (for advanced users)
If previous methods have not worked, you will have to reflash the device through the Fastboot, which is suitable for models with an unlocked bootloader. For a closed bootloader (for example, on the new Xiaomi 13T or Redmi K60), you will first need to unlock through the Mi Unlock Tool.
Step-by-step:
- Download the official firmware for your model from the MIUI Downloads website (choose the Fastboot version).
- Unpack the archive in a folder on your computer (for example, C:\MIUI\fastboot_rom).
- Connect your smartphone in Fastboot mode to your PC (hold power + volume down when connecting the cable).
- Open the command line in the firmware folder and do: fastboot flash all or for new devices: fastboot update rom.zip
It takes 5-10 minutes, and when it's done, the smartphone automatically reboots.
💡
Fastboot flashing removes all data, but restores the system to work even in case of serious failures, a method recommended if other methods have not worked.
⚠️ Attention! Do not use firmware from third-party sources - this can lead to a blink (complete failure) of the device. ROM Xiaomi is being tested for compatibility with the hardware.
Features for different Xiaomi models
Some devices have unique nuances when a No Command error occurs:
- 📱 Redmi Note 8/9/10: Often the problem is related to partition damage. /misc. Reflashing through the Mi Flash Tool with Clean All checkmark.
For an accurate definition of the cause, check the error logs through ADB:
adb logcat | find"E"This team will identify critical system errors that will help diagnose the problem.
What not to do with the error "No Command"
Some actions can make things worse. Avoid the following:
⚠️ Attention! If after a few attempts the smartphone stopped responding to buttons or the screen turned black, do not try to disassemble the device yourself, in which case a diagnosis at the hardware level is required (possibly damaged flash drive or power controller).
How to avoid the “No Command” error in the future
To minimize the risk of recurrence, follow these guidelines:
- 🔄 Update. MIUI Only through official channels (Settings) → The phone. → Updating the system).
- 🔋 Do not interrupt charging during updates or resets.
- 🛡️ Regularly back up through Settings → Additionally. → Backup.
- 🔧 Do not modify system files without knowing the consequences (e.g., deletion) /system/app).
If you often experiment with firmware, install custom Recovery (TWRP) and create a full backup system (Nandroid Backup) that will restore the device to working condition in 5 minutes.
For models with unlocked bootloader (Xiaomi 12T, Redmi K60 Pro, etc.), you can use the Mi Flash Tool utility to automatically install the official firmware.