Rebooting Xiaomi is a procedure that everyone faces, but not everyone knows that there are several types of reboots, each of which solves its own tasks, from a banal update to an emergency recovery after a critical failure. In this article, we will discuss all the current ways to reboot for Redmi, POCO and Mi devices, from standard to hidden engineering methods that are not described in the official documentation.
It is important to understand the difference between soft reboot, hard reset and forced reboot via Fastboot or Recovery modes. The first option is secure for data, the second can lead to data loss, and the third requires technical training. We will analyze each case in detail, including unique ADB commands for models on MIUI 14+ that do not work on older versions of the firmware.
1. Standard Reboot: When and How to Use
This is a basic method that should be used in 90% of cases: after installing applications, updating the system or with minor interface lags, it does not delete data or reset settings, but simply restarts the operating system.
How to do this:
- ๐ฑ Hold the power button for 2-3 seconds.
- ๐ In the menu that appears, select โRebootโ (or โRestartโ in English firmware).
- โณ Wait until the process is complete (usually 30-60 seconds).
On some models (e.g. POCO F5 or Redmi Note 12 Pro+), the power menu may include additional options:
- ๐ ยซReboot in Safe Mode" - download with disabled third-party applications (useful for virus diagnosis).
- ๐ง ยซReboot in Recovery" - transition to recovery mode (caution: not intended for beginners!).
โ ๏ธ Note: If after a standard reboot, the smartphone hangs on the logo MI longer than 5 minutes is a sign of damage to system files, in which case you will need to hard reset or flash the firmware.
2. Forced reboot: when the soft method does not work
If the smartphone is completely frozen (no touch response, black screen, endless boot), you will need a hardware reboot, which simulates battery extraction on older devices and works even in critical kernel errors.
Instructions for all Xiaomi models (including Redmi 10C, POCO X5 Pro, Mi 11 Ultra):
- Hold the power button + increase the volume at the same time.
- Hold for 10-15 seconds until the screen goes out and vibration starts.
- Release the buttons โ the device will restart automatically.
On some devices (such as Black Shark or Mi Mix 4), the combination may differ:
| Model | Button combination | Retention time |
|---|---|---|
| Redmi Note 11/12 | Food + Volume up | 10-12 sec. |
| POCO F4/F5 | Food + Volume Down | 15 seconds |
| Mi 13 Series | Power + both volume buttons | 8-10 sec. |
โ ๏ธ Warning: Frequent use of forced reboots can cause file system damage on memory devices UFS 3.1 (e.g. Xiaomi) 12T or Redmi K60). Recommended interval - no more than 1 time in 2 weeks.
๐ก
If the smartphone does not respond to the button combination, plug it into charging for 5 minutes โ sometimes a discharged battery blocks the hardware reboot.
3.Reboot via Recovery Mode: for power users
Recovery mode allows you to perform a deep reboot with the ability to reset settings, clean the cache or install updates manually.
- ๐ข The smartphone is slowing down after the update MIUI.
- ๐ฑ Screen flashes or artifacts appear.
- ๐ You need to apply the firmware patch without losing data.
How to log in to Recovery:
Turn off your smartphone (hold power for 10 seconds)
Press the power + Volume up
Hold until the Mi Bunny logo appears
Select the language (volume buttons)
-->
The Recovery menu has options:
- ๐ Reboot - Standard Reboot.
- ๐งน Wipe Data โ reset to factory settings (deletes all data!).
- ๐ฆ Apply update โ installing firmware with SD-card ADB.
- ๐ ๏ธ Mount โ partition mounting (for advanced users).
To exit Recovery, choose Reboot to System without changing. If you accidentally select Wipe Data, don't confirm the action - go back with the volume button.
What happens if Recovery does not open?
4.Reboot via Fastboot: for firmware and recovery
Fastboot mode is a low-level interface that allows you to interact with the bootloader of the device.
- ๐ฅ Installation of custom firmware (LineageOS, Pixel Experience).
- ๐ Unlock the bootloader (bootloader).
- ๐ ๏ธ Recovery of โbrickโ devices.
How to log in to Fastboot:
- Turn off your smartphone.
- Press Power + Volume down (on some models - Power + both volume buttons).
- Connect the device to the PC via USB-C.
To work with Fastboot will require:
- ๐ฅ๏ธ A computer with installed Xiaomi drivers and ADB/Fastboot.
- ๐ Firmware in.tgz or.img format.
- ๐ Unlocked bootloader (for custom firmware).
Example of commands to reboot from Fastboot to the system:
fastboot rebootโ ๏ธ Note: Incorrect commands in Fastboot can permanently lock the device. For example, the fastboot erase userdata command will delete all user data without the ability to restore it.
5.Reboot through ADB: for developers and enthusiasts
The ADB (Android Debug Bridge) tool allows you to control your smartphone via the PC command line.
- ๐ง Reboot the device without physical access to the buttons.
- ๐ก System errors need to be corrected.
- ๐ Automation of the process (e.g. for testing).
ADB Basic Commands for Rebooting:
- ๐ Standard Reboot: Adb Reboot
- ๐ ๏ธ Recovery: Adb Reboot Recovery
- โก Reboot in Fastboot: Adb Reboot Bootloader
For models on MIUI 14+, a unique command is available for soft reboot without animation (accelerates the process by 30%):
adb shell am broadcast -a android.intent.action.REBOOT --ez nowait 1Before using ADB, make sure that:
- ๐ Debugging is on. USB (Settings โ The phone. โ Version. MIUI โ 7 times to unlock the developer menu).
- ๐ฅ๏ธ Googleโs Platform Tools are installed on PC.
- ๐ Allowed connection to this computer (a request will appear on the screen of the smartphone).
๐ก
The adb reboot sideload command allows you to install firmware in ADB Sideload mode without losing data โ this is the only safe way to update on locked devices.
6. Automatic reboot on schedule
Xiaomi offers a built-in auto-reboot feature that is useful for:
- ๐ Optimize performance (cleaning the cache once a week).
- ๐ Application of deferred updates.
- ๐ก๏ธ Overheating protection (on Black Shark gaming smartphones).
How to set up:
- Go to Settings โ Advanced Settings โ Automatic Reboot.
- Activate the switch.
- Choose the day of the week and time (recommended 3-4 hours in the morning).
- Press Save.
Limitations of function:
- โ It doesnโt work if your smartphone is turned off or in Deep Sleep.
- โ Not available on customized firmware devices.
- โ May be lost after resetting settings.
For POCO X6 Pro and later, an advanced setting is available with a choice of reboot type:
- ๐ ยซFast โ without app optimization.
- ๐งน ยซDeep" - with cache cleaning.
7.Diagnosis after reboot: how to tell if something has gone wrong
After any reboot, it is recommended to check the system status.
- โ ๏ธ Long loading (more than 2 minutes).
- โ ๏ธ The message โAndroid is restoredโ appears every time you turn on.
- โ ๏ธ Loss of data or resetting of settings.
- โ ๏ธ Permanent notifications of application errors.
If you experience at least one of these symptoms, make a diagnosis:
- Check the integrity of system files: adb shell df -h (look for 100% partitions).
- Make sure the file system is not damaged: adb shell e2fsck -n /dev/block/bootdevice/by-name/userdata
- Check the error logs: adb logcat | grep -i error
For visual diagnostics, use the hidden menu of Xiaomi:
- Enter the dialer: ##4636##.
- Select โBattery Informationโ or โUse Statisticsโ.
- Check the โTemperatureโ and โTimelessโ settings.
โ ๏ธ Note: If after the reboot, the Xiaomi smartphone shows the error โNo Commandโ in Recovery, this means that the misc partition is damaged.