Software updates on Xiaomi devices often bring new features, security fixes and performance improvements. However, not all users want to receive these updates automatically. The reasons can range from unstable performance of recent versions of MIUI to limited mobile Internet traffic or a desire to stay on proven firmware. In some cases, updates can even lead to loss of functionality on custom firmware or modified devices.
In this article, weโll look at all the ways you can disable updates on Redmi, POCO, Mi, Mi TVs and other smart devices in the Xiaomi ecosystem, and learn how to temporarily suspend updates, block them completely through system settings, or even delete update files that have already been downloaded.
Why users want to cancel Xiaomi updates
Before we get to the instructions, it is important to understand when disabling updates is justified.
- ๐ Unstable operation of the new version MIUI โ Many users encounter bugs after major updates (for example, switching from a computer to a computer). MIUI 13 on MIUI 14 frequently breaks gestures or notifications).
- ๐ถ Limited Internet traffic โ Automatic downloads of updates 1-3 GBs can quickly deplete mobile traffic.
- ๐ง Modified devices โ on phones with custom firmware (LineageOS, Pixel Experience) or unlocked update boot OTA This can lead to bootloop (a looped reboot).
- ๐ Wanting to stay on the old version โ some users prefer a proven firmware (for example, a firmware, MIUI 12.5 on Redmi Note 10 Pro due to better optimization).
- ๐ ๏ธ Software testing โ developers or enthusiasts sometimes block updates to avoid debugging conflicts.
On the other hand, disabling updates has its downsides: you lose critical security patches (especially for Mi Band or Mi Home devices connected to a smart home) and new features, for example, MIUI 14 added support for Android 13, which is important for compatibility with modern applications.
Method 1: Disabling automatic updates in MIUI settings
The easiest and safest method is to use the built-in system options, which is suitable for most Xiaomi, Redmi and POCO MIUI-based smartphones (including MIUI 12/13/14).
- Open the Settings app (cog icon).
- Go to About Phone (or About Device on some models).
- Slip on the item MIUI Update (or System Update).
- In the upper right corner, press three dots (โฎ) Select the settings (or additionally).
- Turn off the Automatic Download switch via mobile network and Automatic Update.
- For reliability, also deactivate the Notify of new updates option.
On some firmware (e.g. POCO Launcher or global versions of MIUI), the path may be slightly different. If you don't have Settings displayed in the update menu, try an alternative path:
Settings โ Applications โ Application Management โ Three points (โฎ) โ Show system โ Find "Update MIUI" โ Disable notificationsCheck the current version of MIUI (Settings โ About Phone)
Connect to Wi-Fi (if you have already downloaded updates)
Backup important data (Settings โ Additional โ Backup)
Make sure the battery is more than 50% charged
-->
โ ๏ธ Note: (even if you have disabled automatic updates), the system will still check for new versions when you manually run the check. To block this feature completely, you will need to use the methods in the following sections.
Method 2: Delete downloaded update files
If the update has already been downloaded to the device but has not yet been installed, it can be manually removed, which will free up space in memory (update files can weigh up to 2-3 GB) and prevent accidental installation.
Instructions for smartphones:
- Open Settings โ About the phone โ Update MIUI.
- If the update is downloaded, you will see the Install or Reboot and Install button.
- Press three points (โฎ) in the upper right corner and select Remove the update file.
- Confirm the action.
For root-enabled devices or through ADB, you can manually delete the file. Updates are stored along the way:
/data/ota_package/Or (for some versions of MIUI):
/cache/ota/To delete the file via ADB, connect the phone to your PC and do:
adb shell
su
rm -f /data/ota_package/*
rm -f /cache/ota/*What to do if the update file is not deleted?
| Model of the device | The path to update files | Max. File size. |
|---|---|---|
| Redmi Note 11/12, POCO X4/X5 | /data/ota_package/ | 2.5โ3 GB |
| Mi 11/12/13 | /cache/ota/ or /data/ota_package/ | 3.5 GB |
| Mi TV 4S/5 | /cache/recovery/ | 1-1.5 GB |
| Mi Box S | /data/ota/ | 800 MB-1 GB |
Method 3: Blocking updates via ADB (without root)
If standard settings donโt work, you can block the update service using ADB (Android Debug Bridge), a method that doesnโt require root rights, but requires connecting the phone to a computer.
Steps:
- Turn on USB Debugging on your phone: Settings โ About Phone โ MIUI Version (stick 7 times to become a developer) โ Back to Additional โ For Developers โ Debugging on USB.
- Connect the phone to the PC and confirm the debugging permission.
- Download ADB Tools and unpack it into a folder.
- Open the command line (cmd) in this folder and do:
adb devices(Make sure your device is listed.)
adb shell pm disable-user --user 0 com.android.updater
adb shell pm disable-user --user 0 com.miui.updaterserviceThese commands disable the system applications responsible for the updates. To get it back, use:
adb shell pm enable com.android.updater
adb shell pm enable com.miui.updaterservice๐ก
If you lose MIUI Update after you turn off the updates in Settings โ, donโt worry, itโs okay. To return it, turn it on or restart the phone.
โ ๏ธ Note: On certain devices (e.g, POCO F3 or Redmi K40) after disabling the updates through ADB Checking for updates manually may stop working. If you need to update later, turn the services back on first.
Method 4: Cancel updates to Mi TV and Mi Box
Xiaomiโs smart TVs and Mi Box consoles also automatically check for updates, which can be a problem with slow internet or unstable firmware.For example, upgrading the Mi TV 4S to Android TV 11 often leads to interface lags.
Instructions for Mi TV:
- Open the Settings (button with a gear on the remote).
- Go to About TV. โ Updating the system.
- Turn off the automatic update option.
- If the update has already been downloaded, select Delete the update file.
For the Mi Box S or Mi TV Stick:
- Go to Settings โ Device โ Software Update.
- Select Settings (cog icon).
- Turn off Automatic Update Check.
On Android TV consoles, you can also block updates via ADB (similar to smartphones), but this will require you to enable USB debugging in the developer settings (Settings โ Device โ About the program โ tap 7 times on the Assembly Number).
๐ก
On Xiaomi TVs, disabling automatic updates does not block manual checks. To completely ban updates, you will need to turn off the Internet or use a firewall (for example, via a router).
Method 5: Radical methods (for power users)
If you're willing to go to extreme lengths, there are a few ways to block updates completely, but they require root rights or modifications to system files.
- ๐ฑ Devices with unlocked loader (bootloader).
- ๐ง Phones with custom firmware (LineageOS, ArrowOS).
- ๐ก๏ธ Advanced users who want to permanently freeze the version MIUI.
Options:
- Delete system APKs: With Root Explorer or ADB, delete files: /system/priv-app/Updater/Updater.apk /system/app/UpdaterService/UpdaterService.apk After deletion, reboot.
- Freeze via Magisk: Install the DisableForceEncrypt module or use App Systemizer to disable the update service.
- Change the build.prop file: Add ro.miui.update.force=0 to /system/build.prop (requires write rights to the system partition).
โ ๏ธ Attention: Removal of system APK This can cause some functions to fail (e.g. Finder or Security) before experimenting, make a full backup through the TWRP Or OrangeFox.
How to return updates after deleting system files?
Frequent problems and solutions
When you turn off updates, users often encounter (typical problems), and here are the most common ways to solve them:
| Problem. | Reason. | Decision |
|---|---|---|
| Updates continue to download despite outages in settings | System service ignores user settings | Use ADB (Method 3) or turn off the Internet for Updater via firewall |
| After disabling the updates, the icon MIUI Update disappeared | Update service deactivated | Enable back through ADB or reset the application settings |
| Phone stuck on logo after interrupted update | Update file damaged or installation interrupted | Download to Fastboot and flash the original firmware through the Mi Flash Tool |
| On Mi TV, the update is installed automatically despite the shutdown. | The firmware ignores user settings | Disable the Internet for a while or block domain updates through the router |
If you encounter bootloop (infinite reboot) after a failed update, try:
- Clip Power + Loudness up to enter Recovery.
- Select Wipe Data/Factory Reset (reset to factory settings).
- If it doesnโt work, run the firmware through Fastboot.