Automatic reboot on Xiaomi devices is one of the most annoying features for users, can go off in the middle of the night, interrupt file downloads, or even interfere with movie watching. This is a problem that is especially common for Mi TVs and MIUI smartphones, where the system is forced to update and restart without warning. In this article, we will explore all possible ways to disable reboot β from standard settings to hidden commands for power users.
It is important to understand that the reasons for automatic reboot can be different: it is planned firmware updates, system failures, and even viruses. We will not consider cases where the device restarts due to hardware problems (for example, a faulty battery or overheating).
If you've tried to turn off automatic menu updates, but the reboots are still going on, don't rush to factory resets. In 90% of cases, you can fix the problem without drastic measures using one of the methods below. Let's start with the easiest and safest ways, and then move on to the more complex ones.
1. disable automatic updates in MIUI settings
The most obvious reason for reboot is the background firmware update. Xiaomi defaults to download and install updates automatically, then restarts the device at a convenient (according to the system) time, and to stop this, just turn off auto-update:
On smartphones:
- Go to Settings β About the phone β System update.
- Slap the icon. βοΈ (gear) in the upper right corner.
- Turn off the options: π Automatic booting via Wi-Fi π Automatic installation of updates β° Notify of new updates (optional)
On Mi TV (Android TV):
- Open Settings β About TV β Update system.
- Select the Update Settings (or Additional Settings).
- Turn it off: π Automatic verification of updates π Automatic installation
After this, the system will stop downloading and installing updates on its own, but this does not guarantee 100% protection against reboot, since some critical security updates can be installed by force.
2.Using the Developer Mode to Block Reboot
If standard settings donβt work, you can use developer mode, which is suitable for smartphones and some Xiaomi TV models, and enable developer mode to disable background processes that can cause reboots.
How to turn on the developer mode:
- On your smartphone, go to Settings β About the phone.
- Find the MIUI version and tap it 7 times in a row.
- After the notification appears, you become a developer! return to the main settings menu.
- Now there will be a new section for developers.
Step-by-step:
- Connect the device to your computer and open the command line (or Terminal on Mac/Linux).
- Check the connection command: Adb devices should appear serial number of your device.
- Enter the command to disable the update service: adb shell pm disable-user --user 0 com.android.updater For Mi TVs, another command may be required: adb shell pm disable-user --user 0 com.xiaomi.mitv.upgrade
- Reboot the device manually (adb reboot).
After that, the update service will be disabled, and the system will not be able to initialize reboot to install updates. To return everything back, use the command:
adb shell pm enable com.android.updaterWhat if the ADB canβt see the device?
4. disable reboot via Recovery Mode (for firmware without root)
If your Xiaomi device is rebooting due to firmware failures (for example, after a failed update), you can try resetting the cache via Recovery Mode.This wonβt disable automatic updates, but can eliminate the cause of spontaneous reboots.
How to log in to Recovery Mode:
- π± On your smartphone: Turn off the device, then press the Power button + Loudness up before the appearance of the Mi logo.
- πΊ On TV: Turn off the TV from the socket, then press the Power button on the case + Volume down and turn on the power.
Further action:
- Use volume buttons for navigation and power button for selection.
- Select Wipe & Reset (or Advanced β Wipe Cache Partition)
- Confirm the action and wait for the completion.
- Reboot the device (Reboot).
This method won't delete your data, but it will clear temporary files that may have caused the crashes, and if the problem was in the damaged cache, the reboots will stop.
βοΈ Preparation for cache dumping
5. manually remove updates (if reboot is already scheduled)
Sometimes Xiaomi will download an update and schedule a reboot, but it wonβt install it right away, in which case you can manually delete the update file to prevent reboot.
Where to look for update files:
| The device | The path to the file | File name |
|---|---|---|
| Xiaomi smartphones | /sdcard/Download/rom | update.zip or miui_*.zip |
| Mi TVs | /storage/emulated/0/Download | upgrade_*.zip |
| Mi Pad tablets | /sdcard/MIUI/rom | miui_*.zip |
How to delete a file:
- Connect the device to your computer or use a file manager (such as Mi File Explorer).
- Click one of the paths above and find the update file.
- Delete it or move it to another folder (for example, create a folder). old_updates).
- Reset the device.
If the update file is already installed but not activated, you can try rolling back the system.
- Enter Recovery Mode (see previous section).
- Select Apply update β Choose from storage.
- Find a folder with a backup of the firmware (if any) or select Cancel to interrupt the process.
π‘
Deleting update files is a temporary solution, and the system can download them again if the auto-update in the settings is not disabled.
6. Radical methods: rollback of firmware and custom assemblies
If none of the above methods worked, there are radical measures: rollback on the old version of the firmware or installing custom build (for example, LineageOS), these methods require unlocking the bootloader and can deprive you of warranties, so use them only as a last resort.
How to roll back firmware on a smartphone:
- Download the necessary firmware version from the official Xiaomi website.
- Rename the file to update.zip and place it in the root folder of internal memory.
- Log in to Recovery Mode and select Install update.zip.
For Mi TVs, the process is more complicated:
- π οΈ Requires unlocking the bootloader via fastboot.
- π οΈ Need firmware to support your model (see forums) 4PDA or XDA Developers).
- π οΈ Installation is carried out through ADB Sideload or fastboot.
Warnings:
β οΈ Attention! Firmware rollback can cause data loss. Always back up via Mi Cloud or TWRP (if established).
β οΈ Attention, Mi TVs. TV Unofficial firmware can block Netflix and other services from the Internet DRM-protection.
If you are not sure of your abilities, you should contact the Xiaomi service center or the support forum. Wrong actions can turn the device into a brick.