Xiaomiโ€™s gray screen: when you need it and how to turn it on correctly

The gray screen on Xiaomi smartphones is not just an accidental system error, but a special diagnostic mode that can save the device in critical situations, it appears when you boot in recovery mode (Recovery Mode) or when you crash firmware when the phone can not properly load Android. Many users confuse it with a โ€œdeath screenโ€, but in fact it is a tool to restore the health of the gadget.

In this article, we will discuss why you need a gray screen, when it should be activated yourself, and most importantly, how to do it safely for your Redmi, POCO or Mi. You will learn about three main methods of turning on (hardware buttons, ADB commands, special applications), as well as how to exit this mode without losing data.

If your smartphone is stuck on the logo, doesn't respond to clicks, or needs to reset your password, the gray screen will be your main assistant, but remember, this is not a universal solution for all problems. For example, for hardware failures (a damaged screen plume or a burned motherboard), it is useless. We will go through each scenario in detail.

What is a gray screen on Xiaomi and why you need it

The grey screen (or Mi Recovery Mode) is an integrated recovery environment that runs separately from the main Android operating system.It looks like a minimalist menu with text items in English or Chinese (depending on the model) and a gray background.This mode is available on all Xiaomi devices, including budget Redmi and gaming Black Shark.

The main functions of the gray screen:

  • ๐Ÿ”„ Reset to factory settings (Wipe Data) โ€“ deletes all user data, including apps, photos and accounts.
  • ๐Ÿ“ฆ Install firmware (Apply Update) - allows you to flash the device through ZIP-file.
  • ๐Ÿ”ง Cache Clearance (Wipe Cache) โ€“ Deletes temporary files that may cause crashes.
  • ๐Ÿ”Œ Connection to PC (Mount) โ€“ activates access to the phoneโ€™s memory through USB backup.
  • ๐Ÿ› ๏ธ Diagnostics of hardware components - checking the operation of the display, touch screen, speakers.

Itโ€™s important to understand that the gray screen is not a Safe Mode where third-party apps are disabled. Itโ€™s a separate environment that works even when system files are corrupted. For example, if your Xiaomi 13 Pro doesnโ€™t turn on because of broken firmware, the gray screen will help you reflash it without the main OS.

โš ๏ธ Note: Signing into Mi Recovery Mode on bootloader devices can automatically trigger the data reset procedure. If you don't plan to reset your phone, don't choose Wipe Data or Factory Reset!

When to Use a Grey Screen: 5 Real Screenplays

Activate the gray screen only when other methods of solving the problem have not worked, and here are typical situations where it is justified:

  1. The phone doesnโ€™t turn on or hangs on the MI logo. If the device is cyclically restarted (bootloop), the gray screen will help reset settings or reflash the system.
  2. It's not working properly after the upgrade, for example, after installing MIUI 15 on the Redmi Note 12, there are lags โ€” cleaning the cache (Wipe Cache) can help.

However, there are cases where the gray screen will not help:

  • ๐Ÿ’€ Breakdown of the motherboard (the phone does not respond to charging and buttons).
  • ๐Ÿ”‹ Battery discharge (you need to charge the device to at least 20 first%).
  • ๐Ÿ“ฑ Display damaged (if the screen is physically broken, the menu will not be visible).
๐Ÿ“Š Your Xiaomi has ever hung on a logo?
Yeah, a few times.
Yeah, but I did it myself.
No, never.
I don't know what it is.

Method 1: Enter the gray screen through hardware buttons (for all models)

This is the most versatile method that works even on a completely broken phone.The instruction is suitable for the Xiaomi Mi 11, Redmi 10, POCO X5 and other models with physical buttons.

Turn off the phone (press the power button for 10 seconds)

Connect the charger (the battery must be at least 15% charged)

Make room on your phone (if you plan to install firmware)

Prepare. USB-cable for PC connection (if necessary)-->

Step-by-step:

  1. Press the button combination: ๐Ÿ“ฑ For most models: Volume up + Nutrition. ๐ŸŽฎ For Black Shark: Volume down + Nutrition. ๐Ÿ“Ÿ For older models (e.g. Redmi) 4X): Loudness up + Loudness down + Nutrition.

Mi

Release the buttons when you see a menu with a gray background and text items.

If the screen does not appear:

  • ๐Ÿ”‹ Check the battery charge (plug in charge for 10 minutes).
  • ๐Ÿ”„ Try another button combination (see table below).
  • ๐Ÿ› ๏ธ If the phone doesnโ€™t respond at all, the power button may be damaged.
Xiaomi modelButton combinationNotes
Redmi Note 10/11/12, POCO X3/X4Volume up + NutritionHold until the MI logo appears.
Mi 11/12/13, Mi Mix 4Volume up + NutritionOn some firmware, you need to release the buttons after vibration.
Black Shark 4/5Loudness down + NutritionGaming smartphones use a different combination.
Redmi 9A/9C, POCO M3Volume up + Volume down + NutritionThe old budget models require three buttons.

โš ๏ธ Note: Some models (e.g. Xiaomi) 12T) Long-term button retention can trigger a Fastboot Mode (a black screen with a rabbit in a hat-eared). If this happens, turn off the phone and try again with a different combination.

Method 2: Log in via ADB commands (for advanced users)

If the phone is turned on but you want to go into the gray screen without using buttons (for example, to automate the process), you can use Android Debug Bridge (ADB).

  1. Enable USB debugging in the developer settings (Settings โ†’ About Phone โ†’ MIUI Version (click 7 times) โ†’ Additional โ†’ For developers โ†’ Debugging over USB).
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Install. ADB-computer-driver.

When youโ€™re done, run the command in the terminal (or Windows command line):

adb reboot recovery

After 5-10 seconds, the phone will reboot into the gray screen, which is convenient if:

  • ๐Ÿ–ฅ๏ธ You often work with firmware and need to quickly switch between modes.
  • ๐Ÿ”ง The power or volume buttons on the phone are faulty.
  • ๐Ÿค– You write scripts to automate updates (e.g., for Xiaomi) EU ROM).

๐Ÿ’ก

If the adb reboot recovery command doesnโ€™t work, try rooting first or using an alternative command:

adb shell reboot --bootloader

Limitations of the method:

  • ๐Ÿšซ It doesn't work if the debugging is USB not included in advance.
  • ๐Ÿ”’ Some of the silk (for example, Chinese) ADB may be blocked.
  • ๐Ÿ’ป Requires a computer and minimal command line knowledge.

Method 3: Special applications for logging into Recovery (without PC)

If you don't want to mess with buttons or ADB, you can use third-party apps from Google Play. They simulate a reboot command to the gray screen through system calls. Popular options:

  • ๐Ÿ“ฑ Quick Reboot โ€“ allows you to restart in Recovery, Fastboot or Safe Mode with one tap.
  • ๐Ÿ”„ Boot Droid โ€“ supports Xiaomi and other brands, has a Russian interface.
  • ๐Ÿ› ๏ธ Reboot Menu is a minimalist ad-free app.

How to use (as in Quick Reboot):

  1. Download and install the app from Google Play.
  2. Open it and grant the superuser (root) rights if required.
  3. Select Recovery and confirm the reboot.

Advantages of the method:

  • โœ… No need to remember button combinations.
  • โœ… It works without a connection to the PC.
  • โœ… You can create a shortcut on your desktop for quick access.

โš ๏ธ Note: Some applications (such as those that require root) can work like malware and steal data. download only proven high-ranking programs (4.5).+ stars and a lot of reviews.

What to do if the application does not work?
If after pressing Recovery, the phone simply reboots to normal mode, it means: 1. You have a custom firmware installed that blocks access to the drain Recovery. 2. The manufacturer disabled this feature in your version. MIUI (Chinese-influential ROM). 3. the application lacks rights (try to provide root or enable debugging by USB). In such cases, use hardware buttons or ADB.

How to Get Out of the Grey Screen on Xiaomi

If you got into Mi Recovery Mode by accident or completed all the necessary actions, you can return to normal mode in several ways:

  1. Reboot: Select Reboot โ†’ Reboot to System (use volume buttons for navigation and power for confirmation). If the menu is in Chinese, look for characters (reboot).
  2. Forced Shutdown: Press the power button for 10-15 seconds until the screen goes out. Then turn on the phone as usual.
  3. Using Fastboot (if the reboot doesn't work): Select Reboot to Bootloader (or Fastboot). Connect your phone to your PC and execute the command: fastboot reboot

If the phone is stuck in a gray screen and does not respond to the buttons:

  • ๐Ÿ”‹ Wait 10 minutes โ€“ sometimes the system will restart itself.
  • ๐Ÿ”Œ Connect the charger - maybe the battery has gone down.
  • ๐Ÿ› ๏ธ Remove and insert back. SIM-Memory card (sometimes it works as a "hardware reset").

๐Ÿ’ก

Never remove the battery for forced shutdown (if it is not removable) - this can damage the plume. Use only the long hold of the power button.

Frequent Mistakes and How to Avoid Them

Working with a gray screen requires caution, and here are the typical user errors and their consequences:

Mistake.Effects of consequencesHow to avoid
Selecting Wipe Data without backupLoss of all data (photos, contacts, messages)First, copy important files through Mount or Mi PC Suite.
Interrupting the firmware (turning off the phone during ZIP installation)"Overfitting" device (not even included in Recovery)Only stitch when charged. >50% and stable USB-connection
Using unofficial firmware without unlocking the bootloaderPhone lock (Mir account authorization required)First, unlock the bootloader through the official Xiaomi tool
Click on unknown menu items (e.g. Apply update from ADB without preparation)System failure or transition to non-operating modeUse only the functions you understand. If in doubt, look for the translation of menu items.

If you have already made a mistake:

  • ๐Ÿ“ž Contact the Xiaomi service center (if the phone is guaranteed).
  • ๐Ÿ’ฌ Find a solution in the forums (4PDA, XDA Developers โ€“ There are often ways to restore the brick".
  • ๐Ÿ”ง Use the Mi Flash Tool for full flashing (PC and cable required).

FAQ: Answers to Frequent Questions

My Xiaomi is showing a gray screen with a "No command" error.
This error means that the system can't boot Recovery. Solutions: Press Power + Volume up for 10 seconds - sometimes this reboots the menu. Connect your phone to your PC and execute the command: adb reboot recovery If it doesn't help - run stock Recovery through Fastboot: fastboot recovery flash recovery.img (recovery.img file can be downloaded from Xiaomi Firmware Updater).
Can I turn on a gray screen on Xiaomi with a broken display?
Yes, but you won't see the menu: ๐Ÿ–ฅ๏ธ Connect your phone to your PC through ADB and manage commands (e.g., adb shell). ๐Ÿ”Š Use voice support: in some versions MIUI Recovery is voiceover menu items (activated by a long press on the screen). ๐Ÿ“ฑ If the touchscreen works, remember the sequence of presses (for example, 3 times down). + Power for Wipe Data selection. For blind firmware, you should use the Mi Flash Tool in Flash All mode (full cleaning) + firmware).
The gray screen appears on its own when you turn on the phone. How do you remove it?
This is a sign of a broken firmware or system failure. Order of action: Choose Wipe Cache and restart your phone. If it doesn't work, run your phone through Fastboot with official firmware (instructions on Xiaomi website). Check the battery โ€” sometimes these failures are caused by low voltage. If the problem persists, maybe memory is damaged (EMMC) and you need repair.
How to back up data before resetting through a gray screen?
In Recovery Mode itself, backup is not possible, but there are workarounds: ๐Ÿ“ From Mount: From the Recovery Menu, select Mount โ†’ Enable MTP. Connect your phone to your PC, it will appear as a removable disk. Copy the files (photos, videos) to your computer. ๐Ÿ–ฅ๏ธ Through ADB (If the phone is turned on: adb pull /sdcard/ This will copy all files from internal memory. โ˜๏ธ Cloud services: If your phone is sometimes turned on, sync your data with Google Drive or Mi Cloud. โš ๏ธ Applications and their data (for example, messages in WhatsApp) will not be copied โ€“ they are stored in a protected memory area.
Does the gray screen on Xiaomi work with custom firmware (like LineageOS)?
Yes, but the menu will be different - instead of Mi Recovery you will see TWRP (Team Win Recovery Project or other custom Recovery: ๐ŸŽจ Interface with touch control (can be tapped with a finger). ๐Ÿ“ Full system backup capability (Backup). ๐Ÿ”ง Support for installation ZIP-To return to the stock Recovery, you need to flash it through Fastboot: fastboot flash recovery. stock_recovery.img