How to permanently disable auto-update on Xiaomi: 5 proven ways

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.

๐Ÿ“Š How often do you update your firmware on Xiaomi?
Automatically as soon as the new version is released
Only after checking the reviews of other users
Six-monthly or less
Never update.
I don't know what a firmware is.

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:

  1. Open the Settings app (the gear icon on the home screen).
  2. Go to About Phone (or About Device on some models).
  3. Tap on the item Update MIUI (or Update system on new versions).
  4. In the upper right corner, press three dots (โ‹ฎ) and select Settings.
  5. 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

Done: 0 / 4

โš ๏ธ 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:

  1. Open the Settings. โ†’ SIM-maps and mobile networks.
  2. Choose yours. SIM-card (if there are several).
  3. Go to the use of mobile data.
  4. Scroll down to the App section and find the MIUI Update (or Updater).
  5. Turn off the switch Mobile data and Background data.

For reliability, it is also recommended to limit background activity of the MIUI Update application:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the MIUI Update in the list and tap it.
  3. Choose the Battery. โ†’ Limit background activity.
  4. In the Mobile Data section, set a limit on background traffic.
Locking methodEfficiencyDeficiencies
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:

  1. On the remote control, press the Settings button.
  2. Go to Device Preferences (or Device Settings in Russian).
  3. Select About (About the device).
  4. Find the System Update and click on it.
  5. 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:

  1. 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.updater

This command disables the Updater system application responsible for updates.

To get it back, use:

adb shell pm enable com.android.updater

Xiaomi 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?
1. Make sure that the debugging is enabled by USB You've given permission to connect to your PC. 2 Try another one. USB-cable (preferably original). 3. Install drivers for your Xiaomi model (e.g. Mi). PC Suite). 4. Restart your phone and PC. 5. If you use Windows, check if the connection is blocked by antivirus.

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:

  1. Install a file manager with access to root folders (such as Solid Explorer or FX File Explorer).
  2. Cross the path: /data/ota_package/ or /cache/
  3. Delete all files with the.zip extension (e.g, miui_*.zip).
  4. Clear /cache/recovery/ from update.zip files.
  5. Reset the device.

For Xiaomi TVs, the path may be different:

/data/data/com.xiaomi.mitv.updater/files/

or

/cache/recovery/block.map

After deleting files, it is also recommended to clear the cache of the MIUI Update application:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the MIUI Update.
  3. 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:

  1. Connect your phone to your PC and open ADB.
  2. Transfer the device to fastboot mode (clip Power + Volume down).
  3. 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.

  1. Press Power + Volume Up to Enter Recovery Mode.
  2. Select Wipe Data โ†’ Wipe All Data (manage by volume and power buttons).
  3. 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.

FAQ: Frequent questions about auto updates on Xiaomi

Can you turn off updates for specific applications, not the entire system?
Yes, but this is not done through update settings, but through the permission restriction for each application separately. For example, for the Google Play Market: Open Settings โ†’ Apps โ†’ Google Play Store. Select Auto Update and install Do Not Update automatically. For system applications (for example, Security or Themes), this method will not work - their updates are tied to firmware.
Why do they still come after auto updates are turned off?
This can happen for several reasons: ๐Ÿ”„ On some firmware (for example, MIUI for Russia) resetting settings returns auto updates. ๐Ÿ“ก The device is connected to the Xiaomi network (for example, in a service center), where updates are installed forcibly. ๐Ÿ› ๏ธ The manufacturer remotely activated a "critical security update" (often on Redmi and the Redmi and the Redmi). POCO Solution: use it. ADB to completely disable the service updates (Method 4).
How do I know which version of MIUI is installed on my Xiaomi?
Go to Settings โ†’ About Phone. The MIUI version will show the current build (e.g. MIUI Global 14.0.5). For TVs, path: Settings โ†’ About device โ†’ Software version.
Will disabling auto-updates on custom firmware (e.g., Pixel Experience) work?
On most custom firmware (for example, LineageOS, ArrowOS), the update mechanism differs from the standard one. MIUI. Here, auto updates are disabled via the firmware settings themselves or through Magisk (if you use the update management module).For Pixel Experience: Open Settings โ†’ System system โ†’ System Update. Turn off Automatic Update Check.
Can I roll back the firmware on Xiaomi after a failed update?
Yes, but the process depends on the model and type of bootloader: ๐Ÿ“ฑ For smartphones: you need an unlocked bootloader and firmware via Fastboot or TWRP. ๐Ÿ“บ For TVs: rollback is possible only through USB-OTG For detailed instructions on rollback, look for specific model (for example, rollback on Xiaomi). 11T Pro).