Automatic updates on Xiaomi devices often cause unexpected problems, from sudden battery drain to app failures. The manufacturer strongly recommends keeping the system up to date, but not all users need it. Perhaps you are using a stable version of firmware, fearing bugs in new builds or just want to control the update process yourself.
In this article, weโll look at all the ways you can disable auto-update on Xiaomi smartphones and TVs, including hidden MIUI and Android TV settings. Weโll focus on the nuances for different firmware versions, from MIUI 12 to MIUI 15, and look at the risks and consequences of disabling updates. If youโre looking for a way to stop intrusive notifications about new software versions or want to completely block the background download of updates, here youโll find working solutions.
Why Xiaomi is imposing auto updates and whether it is safe to disable them
Xiaomi has positioned regular updates as a key element of security and stability of devices. However, in practice this is not always justified: new versions of the firmware can contain errors, conflict with custom settings or simply be uncomfortable for the user. For example, after upgrading to MIUI 14, many owners of the Redmi Note 10 Pro complained about increased power consumption and lags in the interface.
Technically speaking, disabling auto updates does not violate Xiaomiโs warranty obligations unless you use unofficial firmware or root access.
- ๐ Security: Without regular vulnerability patches, the device becomes more susceptible to attacks (especially for Android 10 and lower models).
- ๐ฑ Compatibility: Some applications (e.g., banking or government services) may require an up-to-date version of the OS.
- โ ๏ธ Brick Risk: If you manually interrupt the update download halfway through the process, the device may stop booting.
Before you turn off auto-updates, consider how critical these risks are to you. If you use your device to handle sensitive data or connect frequently to public Wi-Fi networks, itโs best to leave at least security updates on.
Method 1: Disable auto updates via standard MIUI settings
The easiest and safest method is to use the built-in system options, which is suitable for most Xiaomi, Redmi and other smartphones. POCO base MIUI 12-15. The instructions are also relevant for devices with global (MI), and Chinese (CN) firmware.
To disable automatic download and install updates:
- Open the Settings app (the gear icon on the home screen).
- Go to About Phone (or About Device on some models).
- Tap on the item Update MIUI (or Update system on new versions).
- In the upper right corner, press three dots (โฎ) and select Settings.
- Turn off the switches: ๐ Automatic booting via Wi-Fi ๐ฅ Automatic installation of updates ๐ Notifications of updates (optional)
On some devices (such as Xiaomi 13 Ultra or POCO F5), the Settings option may not be available. In this case, simply uncheck the Auto Update box in the main update window.
โ๏ธ Preparation before disabling auto updates
โ ๏ธ Attention: On devices with MIUI For example, the Redmi Note 12 Pro+ 5G) After disabling auto updates, a notification of "critical security patches" may continue to arrive. ADB (described in Method 4).
Method 2: Block updates through mobile data restriction
If your Xiaomi device tries to download updates over the mobile Internet (for example, when Wi-Fi is turned off), you can block this process through traffic settings. This method does not cancel auto-updates completely, but prevents large files from unexpectedly downloading over 3G/4G/5G.
For this:
- Open the Settings. โ SIM-maps and mobile networks.
- Choose yours. SIM-card (if there are several).
- Go to the use of mobile data.
- Scroll down to the App section and find the MIUI Update (or Updater).
- Turn off the switch Mobile data and Background data.
For reliability, it is also recommended to limit background activity of the MIUI Update application:
- Go to Settings โ Applications โ Application Management.
- Find the MIUI Update in the list and tap it.
- Choose the Battery. โ Limit background activity.
- In the Mobile Data section, set a limit on background traffic.
| Locking method | Efficiency | Deficiencies |
|---|---|---|
| Limitation of mobile data | โญโญโญ (middle-class) | Does not block download over Wi-Fi, requires manual control |
| Disconnection in MIUI settings | โญโญโญโญ (high-pitched) | It doesnโt work on some custom firmware. |
| Freeze through ADB | โญโญโญโญโญ (maximum) | Requires PC and command knowledge, resets after resetting settings |
| Removing updates via TWRP | โญโญโญโญ (high-pitched) | Only for unlocked bootloader, the risk of a "brick" |
Method 3: Disable updates on Xiaomi TV (Android TV)
Xiaomi TVs (Mi TV, Redmi TV, Xiaomi TV A) are based on Android TV, and the process of disabling auto updates is different from smartphones. The main problem is that the manufacturer often hides these settings deep in the menu, and in new versions of the software (Android TV 11/12) they may not be at all.
Instructions for most models:
- On the remote control, press the Settings button.
- Go to Device Preferences (or Device Settings in Russian).
- Select About (About the device).
- Find the System Update and click on it.
- In the window that opens, uncheck the Automatic updates box.
โ ๏ธ Attention: On Xiaomi TVs with Android TV 12 (e.g. Xiaomi) TV Q2 2023) disabling auto-updates may reset after restarting. ADB Or roll back the firmware to an earlier version.
๐ก
If the TV still tries to install updates after turning them off, try to shut down the Internet for 10-15 minutes during the expected update time (usually at night), which can interrupt the download process.
Method 4: Complete disabling via ADB (for advanced users)
If standard methods donโt work (e.g., on the POCO F4 GT or Xiaomi 12T Pro with custom firmware), you can block the update service via Android Debug Bridge (ADB), which requires connecting the device to a computer and basic command line knowledge.
Step-by-step:
- Turn on Developer Mode on your smartphone: Go to Settings โ About Phone. Tap 7 times on MIUI Version. Go back to Settings โ Additional โ Developer. Activate USB Debugging.
Connect your phone to your PC through USB-Cable (use the original cable for stability).
ADB Tools
cmd
Terminal
adb devices(Your device should show up with a serial number. If not, check the drivers or cable.)
adb shell pm disable-user --user 0 com.android.updaterThis command disables the Updater system application responsible for updates.
To get it back, use:
adb shell pm enable com.android.updaterXiaomi TVs will have a similar command, but instead of com.android.updater, you may need to specify com.xiaomi.mitv.updater (check with adb shell pm list packages | grep update).
What if the ADB canโt see the device?
Method 5: Manually remove update files (for power users)
If the update is already downloaded but not installed, it can be manually removed through the file manager, a method that is suitable for smartphones and TVs, but requires caution - accidentally deleting system files can lead to crashes.
Instructions for smartphones:
- Install a file manager with access to root folders (such as Solid Explorer or FX File Explorer).
- Cross the path: /data/ota_package/ or /cache/
- Delete all files with the.zip extension (e.g, miui_*.zip).
- Clear /cache/recovery/ from update.zip files.
- Reset the device.
For Xiaomi TVs, the path may be different:
/data/data/com.xiaomi.mitv.updater/files/or
/cache/recovery/block.mapAfter deleting files, it is also recommended to clear the cache of the MIUI Update application:
- Go to Settings โ Applications โ Application Management.
- Find the MIUI Update.
- Click Warehouse โ Clear the cache and Clear the data.
Option 2: Blocking via Fastboot (advanced method)
If the device is stuck on the MI logo or in recovery mode, you can try:
- Connect your phone to your PC and open ADB.
- Transfer the device to fastboot mode (clip Power + Volume down).
- Run the command: fastboot reboot or (if it doesn't help): fastboot reboot recovery
Option 3: Reset to factory settings (last resort)
If the update has resulted in critical failures (e.g., the device is not turning on or is permanently restarted), a complete reset may be required.
- Press Power + Volume Up to Enter Recovery Mode.
- Select Wipe Data โ Wipe All Data (manage by volume and power buttons).
- After reset, the device will return to the factory firmware (possibly an older version).
Important: the reset will delete all data on the device, including photos, contacts and apps, and if you had Mi Cloud enabled, some of the data can be restored after authorization.