How to Reboot Xiaomi: From a Soft Restart to a Forced Reboot

A suspended Xiaomi smartphone is a situation that almost every user has faced. Sometimes a simple restart is enough, but in critical cases (for example, with an endless boot or a black screen), forced restart is required. In this article, we will discuss all possible ways to reboot Xiaomi, Redmi and POCO devices, from standard to emergency, including methods through Recovery and ADB.

Xiaomi smartphones feature hidden button combinations and a specific Fastboot mode that can help and complicate things when you do something wrong. We will explain in detail when to use each method, and warn against the typical errors that lead to a device blink, such as why you can not hold the power button for longer than 20 seconds on some models, and how to properly exit EDL mode.

This article is relevant for all modern Xiaomi devices (2018-2026), including the Mi 11/12/13 series, Redmi Note 10/11/12, POCO F3/F4/F5 and others. If your model is older, check the compatibility of methods in the table section.

1. Soft reboot: the standard method

The safest method, which does not affect data and settings, is suitable if the smartphone responds to touch, but works unstable (for example, slows down or does not open applications).

How to do this:

  • ๐Ÿ”„ Press and hold the power button (usually located on the right) for 2-3 seconds.
  • ๐Ÿ“ฑ On the screen will appear menu with options to Turn off, Reboot and Emergency mode.
  • ๐Ÿ”„ Select Reboot and confirm the action.

If the menu doesn't appear, try pressing the power button for 5-7 seconds, which will force the device to turn off.

๐Ÿ’ก

On some models (such as the Xiaomi 12 Pro), the power button is sensitive to the duration of the press.A short tap blocks the screen, and holding for 3+ seconds causes the reboot menu.

โš ๏ธ Note: If the smartphone is stuck on the logo MI After a soft reboot, don't repeat the action many times, it can lead to a boot cycle. โ„–3 (hard restart).

2. Forced reset (hard restart)

Used when the smartphone is not fully responsive, such as a black screen, endless boot animations, or a logo hover, this technique simulates battery extraction (even on non-removable batteries).

Instructions for most Xiaomi models:

  1. Press the power button and the volume button at the same time.
  2. Hold them no longer than 15-20 seconds until the MI logo appears or vibrates.
  3. Release the buttons and wait for the system to boot up fully (it can take up to 2-3 minutes).

On some devices (e.g., the POCO X3 Pro), the combination may differ:

  • ๐Ÿ”‹ Nutrition + Volume reduction โ€“ for models with Qualcomm processor.
  • ๐Ÿ”‹ Nutrition + both volume buttons for MediaTek devices (e.g. Redmi) 9A).

Make sure your smartphone is at least 20 times charged%|

Turn off the charger (if connected)|

Remember the start time of button retention (no more than 20 seconds) |

After restart, check the operability of the touch screen

-->

Xiaomi modelButton combinationRetention timeFeatures
Redmi Note 10/11/12Power + Volume Up10-15 sec.Vibration upon activation
POCO F3/F4/F5Power + Volume Down12-18 sec.POCO logo flashes 2 times
Xiaomi 13/13 ProPower + both volume buttons8-12 sec.It only works when the loader is unlocked.
Redmi 9/9A/9CPower + Volume Up15-20 sec.Re-pressing may be required.

โš ๏ธ Note: On devices with MediaTek processor (e.g. Redmi) 10C) Holding buttons longer than 20 seconds can activate Meta Mode, which requires special software to exit!

3.Reboot via Recovery Mode

If the smartphone is turned on but not loaded beyond the logo, rebooting via Recovery will help.This method also allows you to reset to factory settings if other methods have not helped.

How to log in to Recovery:

  1. Turn off the device (use a hard restart from Section 2 if necessary).
  2. Press the power button and the volume button at the same time.
  3. Hold on until the MI logo and Recovery menu appear (usually 5-10 seconds).

In the Recovery menu (in English or Chinese):

  • ๐Ÿ”„ Choose Reboot. โ†’ Reboot to System for a regular reboot.
  • ๐Ÿงน If you need to reset your settings: Wipe Data โ†’ Wipe All Data (delete all files!).
  • ๐Ÿ”ง To correct errors: Repair โ†’ Repair System (not always available).

Recovery is controlled by volume buttons (up/down) and power button (select). On some models (for example, Xiaomi Mi A2), the menu is touch-sensitive.

What happens if Recovery does not open?
If the smartphone vibrates after holding the buttons, but the menu does not appear, it is possible: 1. Recovery firmware is damaged (reflashing through Fastboot is required). 2. Fastboot mode is activated - try to pinch the power + volume down for exit. 3. On some models (POCO X3 NFC), you first need to keep the volume up, and then connect the USB cable.

4.Reboot via Fastboot (for advanced)

The method for users familiar with ADB and Fastboot. Allows you to restart your device even if it doesn't respond to buttons. Requires a computer with Xiaomi drivers installed and platform-tools tool.

Step-by-step:

  1. Connect your smartphone to your PC through USB-cable (preferably original).
  2. Press the power button + volume down for 5-7 seconds to enter the Fastboot (a screen with a rabbit and the inscription Fastboot).
  3. On your computer, open the command line (cmd) in the folder with the platform-tools.
  4. Enter the command to check the connection: fastboot devices If the device is determined (serial number will appear), type: fastboot reboot

Additional Fastboot commands:

  • ๐Ÿ”„ Recovery: Fastboot Reboot Recovery
  • ๐Ÿ“ฑ Reboot to the system: fastboot reboot system
  • ๐Ÿ”‹ Reboot to Bootloader (for unlocking): fastboot reboot bootloader

โš ๏ธ Warning: Fastboot erase or fastboot flash commands without understanding their actions can lead to data loss or device blink!

๐Ÿ“Š What type of reboot you use most often?
Soft reboot via the menu
Hard restart (buttons)
Recovery Mode
Fastboot/ADB
I never reboot.

5.Reboot via ADB (no physical access)

If the smartphone is on, but the screen does not respond to touch (for example, due to a failure of the touchscreen driver), you can reboot it via ADB. This method requires pre-activation of debugging over USB in the developer settings.

Instructions:

  1. Connect Xiaomi to your PC via USB (use a data-enabled cable).
  2. Open the command line and check the connection: adb devices If the device is displayed, type: adb reboot
  3. For forced reboot (similar to hard restart): adb shell reboot -p

If the ADB does not specify the device:

  • ๐Ÿ”Œ Check if the debugging is included USB (Settings โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to the Additional Settings โ†’ For developers).
  • ๐Ÿ–ฅ๏ธ Install Xiaomi drivers via Mi PC Suite or manually.
  • ๐Ÿ”„ Reconnect the cable, try another one. USB-port.

๐Ÿ’ก

USB debugging should be enabled before the smartphone is already frozen, it will not be able to activate it, this method is only suitable for preventing or eliminating minor failures.

6. Emergency reboot during the boot cycle (bootloop)

Bootloop is a situation where the smartphone is constantly restarting without reaching the desktop. Common cause: a failed update, damage to system files or conflict of modules Magisk/Xposed.

How to get out of the cycle:

  1. Method 1: Hard reset ๐Ÿ”„ Hold the power. + up volume for 15-20 seconds until the device is turned off. ๐Ÿ“ฑ Wait 1-2 minutes and turn on your smartphone in the usual way.
  2. Method 2: Wipe Cache (without data loss) ๐Ÿ”ง Enter Recovery (Power buttons) + volume). ๐Ÿงน Choose Wipe & Reset โ†’ Wipe Cache. ๐Ÿ”„ Reboot to System (Reboot to System).

Method 3: Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fast Fastboot Fast Fastboot Fast Fastboot Fastboot Fast Fastboot Fast Fastboot Fast Fastboot Fast Fast Fastboot Fastboot Fast

  • ๐Ÿ–ฅ๏ธ Download the official firmware for your model from the site MIUI Downloads.
  • ๐Ÿ“Œ Unpack the archive and launch the script flash_all.bat (for Windows, in Fastboot mode.

If bootloop has been created after the OTA update, try:

  • ๐Ÿ”„ Reverse to the previous version MIUI via Recovery (if there is a backup).
  • ๐Ÿ“ก Connect to Wi-Fi in Recovery (if available) and repeat the update.
Why does bootloop occur after firmware?
Main reasons: 1. Interrupted update (for example, battery went down or Wi-Fi turned off). 2. Conflict of Magisk modules with the new version of MIUI. 3. Damaged firmware file (incompletely downloaded or with errors). 4. Incompatibility of custom recovery (for example, TWRP) with the official update.

7. Features of the reboot on different Xiaomi models

Not all Xiaomi smartphones behave the same way when rebooting.

Series of devicesFeatures of the resetFrequent problems
Xiaomi 11/12/13Support for Fastboot and EDL without unlocking the bootloaderBlack screen after update (resolved wipe cache)
Redmi Note 10/11Long-term button retention (>20 seconds) activates Meta ModeHanging on the logo when using custom firmware
POCO F3/F4The button combination for Recovery is different (power + volume down)Bootloop after installing GCam (camera driver conflict)
Redmi 9/9ANo touch controls in RecoveryFailures after resetting settings (reflashing required)
Mi A2/A3Uses standard Android Recovery (not MIUI)Problems with OTG-cable when connected to a PC

For devices with a MediaTek processor (e.g. Redmi 10C, POCO M4 Pro):

  • ๐Ÿ”ง Hard restart can start Meta Mode (purple screen) โ€“ to exit use the command: fastboot reboot
  • ๐Ÿ“ก Recovery updates often require Wi-Fi connectivity.

For Qualcomm devices (e.g. Xiaomi 12 Pro, POCO F3):

  • ๐Ÿ”‹ Support for the regime EDL (Emergency Firmware via Mi Flash Tool).
  • ๐Ÿ”„ Quick reboot with fastboot reboot recovery.

Frequent Mistakes and How to Avoid Them

The wrong actions in rebooting can make the problem worse. Consider the typical errors and their solutions:

  • ๐Ÿšซ Holding buttons longer than 30 seconds on some models, this results in activation of Meta Mode (purple screen) or EDL (Output: connect to your PC and use the fastboot reboot command.
  • ๐Ÿšซ Repeated attempts of soft reboot If the smartphone is stuck on the logo, reboots can cause bootloop.
  • ๐Ÿšซ In the Recovery menu, Wipe All Data removes all files, including photos and contacts. Pre-save data via Mi Cloud or ADB backup.
  • ๐Ÿšซ Use of unofficial firmware Installation of custom ROM (For example, LineageOS) without unlocking the bootloader leads to a blink. Check firmware compatibility with the model through the forums. XDA Developers.

If, after rebooting,

  • ๐Ÿ“ต No network - check the settings IMEI (Maybe they got lost after the wipe).
  • ๐Ÿ”‹ Battery goes down quickly - reset the cache to Recovery or roll back to a stable version MIUI.
  • ๐Ÿ–ฅ๏ธ The touchscreen does not work โ€“ try to connect the mouse through OTG and discharge.

๐Ÿ’ก

If the smartphone does not turn on after any manipulations, check the battery charge (plug it into charging for 30+ minutes) or contact the service center.

FAQ: Answers to Frequent Questions

โ“ Why Xiaomi is not restarting through the power menu?
Possible causes: ๐Ÿ”„ Freeze system process android.systemui (helps hard restart). ๐Ÿ“ฑ Damage to files MIUI After the update (you need to wipe cache). ๐Ÿ”‹ Battery discharged (plug charging and try again) If the problem recurs, check the device for viruses or reset settings via Recovery.
โ“ How to Reboot Xiaomi if the Buttons Are Not Working?
Options: ๐Ÿ–ฅ๏ธ Connect to the PC and use it ADB (If debugging is enabled: adb reboot ๐Ÿ”‹ Wait for the battery to run out (may take a few days). ๐Ÿ”Œ If the power button is physically broken, contact the service for repairs.
โ“ Can you reboot Xiaomi through the SMS call?
No, that's the function in MIUI No, but you can: ๐Ÿ“ฒ Install an automating application (e.g. MacroDroid) to reboot on schedule. ๐Ÿ”„ Use it. ADB Remotely via TeamViewer (if your PC is connected to the same Mi Account). For emergencies (for example, if your smartphone is stolen), it is better to use Remote Management in Mi Cloud.
โ“ Why photos and contacts disappeared after the reboot?
You probably chose Wipe All Data in Recovery: ๐Ÿ–ฅ๏ธ Through Mi Cloud (if synchronization was enabled). ๐Ÿ“ฑ Using programs like DiskDigger or Recuva (if there was no full encryption). ๐Ÿ”ง Contact the data recovery lab (expensive but effective) in the future, create backups regularly through Settings โ†’ System system โ†’ Backup.
โ“ How to know if your smartphone has really rebooted, not turned off?
Signs of a successful reboot: ๐Ÿ”„ The download animation appears on the screen. MIUI (logo MI rotating). ๐Ÿ“ฑ After inclusion, requested PIN-finger-print. ๐Ÿ”‹ In the event log (Settings) โ†’ The phone. โ†’ Error log) has a reboot record. If the screen stays black for longer than 5 minutes, the device is turned off or freezes.