How to Cancel Updates on Xiaomi: 5 Proven Ways for All Devices

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.

๐Ÿ“Š What is your Xiaomi model?
Redmi (Note/Pro series)
POCO (F/X/M)
Mi (11/12/13)
Mi TV/TV Stick
Smart watch or fitness bracelet
Other

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).

  1. Open the Settings app (cog icon).
  2. Go to About Phone (or About Device on some models).
  3. Slip on the item MIUI Update (or System Update).
  4. In the upper right corner, press three dots (โ‹ฎ) Select the settings (or additionally).
  5. Turn off the Automatic Download switch via mobile network and Automatic Update.
  6. 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 notifications

Check 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:

  1. Open Settings โ†’ About the phone โ†’ Update MIUI.
  2. If the update is downloaded, you will see the Install or Reboot and Install button.
  3. Press three points (โ‹ฎ) in the upper right corner and select Remove the update file.
  4. 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?
If the system issues a Permission denied error, you don't have root rights. Alternative: 1. Go to Settings โ†’ Applications โ†’ Application Management. 2. Find the MIUI Update and clear the cache + data. 3. Reboot the device. This won't delete the update file itself, but will reset the installation process.

Model of the deviceThe path to update filesMax. 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:

  1. 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.
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Download ADB Tools and unpack it into a folder.
  4. 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.updaterservice

These 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:

  1. Open the Settings (button with a gear on the remote).
  2. Go to About TV. โ†’ Updating the system.
  3. Turn off the automatic update option.
  4. If the update has already been downloaded, select Delete the update file.

For the Mi Box S or Mi TV Stick:

  1. Go to Settings โ†’ Device โ†’ Software Update.
  2. Select Settings (cog icon).
  3. 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:

  1. Delete system APKs: With Root Explorer or ADB, delete files: /system/priv-app/Updater/Updater.apk /system/app/UpdaterService/UpdaterService.apk After deletion, reboot.
  2. Freeze via Magisk: Install the DisableForceEncrypt module or use App Systemizer to disable the update service.
  3. 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?
If you have removed the APK updates, you can restore them: 1. Download the original firmware for your model from the Xiaomi Firmware site. 2. Remove the Updater.apk and UpdaterService.apk files from the archive. 3. Place them back to /system/priv-app/ and /system/app/ with the correct rights (644 or 755). 4. Reboot the device.

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 settingsSystem service ignores user settingsUse ADB (Method 3) or turn off the Internet for Updater via firewall
After disabling the updates, the icon MIUI Update disappearedUpdate service deactivatedEnable back through ADB or reset the application settings
Phone stuck on logo after interrupted updateUpdate file damaged or installation interruptedDownload 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 settingsDisable the Internet for a while or block domain updates through the router

If you encounter bootloop (infinite reboot) after a failed update, try:

  1. Clip Power + Loudness up to enter Recovery.
  2. Select Wipe Data/Factory Reset (reset to factory settings).
  3. If it doesnโ€™t work, run the firmware through Fastboot.

FAQ: Answers to Frequent Questions

Can I cancel the update that has already started?
If the upgrade process is already running (the progress bar appears), it is highly recommended not to interrupt it - this can lead to a brick (inoperability) of the device. Wait for completion or, if the phone freezes, wait 10-15 minutes. If nothing changes after that: Forced restart the device (press the Power for 10-15 seconds). If the phone does not turn on, try to log in to Recovery (Power + Volume up) and reset. On Mi TV, when the "hangling" update, it will help to turn off the power for 1 minute (remove the plug from the socket).
How to block updates on the Mi Band or Mi Watch?
On Xiaomi wearables, you can only disable updates indirectly: In the Mi Fitness or Zepp Life app, go to the device profile. Turn off the Automatic Software Update option (if available). To completely block updates, turn off the Internet on your phone before syncing the clock. โš ๏ธ On Mi Band 7 and later, some updates are forced when you connect to the app. The only way to avoid this is to use the old version of Mi Fitness (for example, 4.6.0).
Will the banking application (Sberbank, Tinkoff) work if the updates are disabled?
Yes, banking apps are not dependent on MIUI or Android TV. However, some banks (e.g. Sberbank) require an up-to-date version of Android (at least 8-9) to work properly. If your device is too old (e.g. Redmi 4X on Android 7), disabling updates may prevent the use of new versions of banking applications. Solution: upgrade to the latest supported version of MIUI, and then block further updates.
How to check if Xiaomi is blocking updates for my model?
Xiaomi sometimes pauses updates for specific devices due to bugs. To find out status: Visit the official MIUI Downloads website. Select your model (e.g. Redmi Note 11 Pro+ 5G). See the date of the last update. If more than 3 months have passed, updates may have been suspended. You can also follow the news on the XDA-Developers forums or on the Telegram channels (e.g. @miuiru).
Can I roll back the update to Xiaomi after installation?
Recoil is possible, but difficult: ๐Ÿ“ฑ Smartphones: Switch the previous version MIUI via Fastboot (unlocked bootloader required) Instructions: Xiaomi.EU. ๐Ÿ“บ TV: Reverse firmware to Mi TV You can only use the service center - this alone is fraught with loss of warranty. โš ๏ธ Important: Recoil often results in data reset. do backup via Mi Cloud or Google Drive.