How to disable updates on Xiaomi devices: the full guide

Automatic updates on Xiaomi devices are a double-edged sword, providing security, fixing bugs and adding new features, and can drain the battery at the wrong time, interrupt important tasks, or even install unstable versions of software that disrupt the gadget, especially for owners of Redmi, POCO and Mi TV, where updates sometimes lead to interface failures or loss of functionality.

In this article, weโ€™ll look at all the ways you can disable updates on Xiaomi smartphones and TVs, from standard settings to hidden commands for power users. Youโ€™ll learn how to block automatic firmware downloads via MIUI or Android TV, and what you risk by completely abandoning updates. The instructions are relevant for devices on MIUI 12-14 and Android 10-14, including Xiaomi 13/14 models, Redmi Note 12, POCO F5 and Mi TV A2/Q2.

Why users want to disable updates on Xiaomi

At first glance, refusing to update seems counterproductive, but there are good reasons for this decision:

  • ๐Ÿ”‹ Battery discharge in the background: the system can download heavy firmware files (up to 2-3 GB) via mobile Internet, consuming charge and traffic.
  • ๐Ÿข Device slowdown. New versions MIUI often optimized for flagship models, and on budget smartphones (Redmi) 9A, POCO M3) can cause lag.
  • ๐Ÿšซ Unwanted UI changes: Xiaomi regularly reworks design MIUI, removing familiar features (such as Topics or Super Wallpaper in the latest versions).
  • ๐Ÿ”ง Glitches after update: Users complain of problems with Wi-Fi, Bluetooth or camera after installing new firmware.
  • ๐Ÿ“ฑ Root access and custom firmware. Updates can suture vulnerabilities used to gain superuser rights or install TWRP.

According to a survey on the forum XDA Developers, 37% of Xiaomi owners at least once disabled automatic updates due to negative experience. At the same time, on Mi TVs, the risk of โ€œbreakingโ€ the system after an update is 2 times higher than on smartphones โ€“ due to the features of firmware based on Android TV.

๐Ÿ“Š Have you ever turned off updates on Xiaomi?
Yeah, because of bugs.
Yes, to save traffic.
No, I'm always updated.
I tried it, but turned it back on.

Method 1: Disable updates through standard MIUI settings

The easiest and safest method is to use the built-in system options, which is suitable for most Xiaomi, Redmi and POCO smartphones on MIUI 12-14.

Instructions:

  1. Open the Settings app (the gear icon on the home screen).
  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 (โ‹ฎ) and select Settings.
  5. Turn off the automatic download slider via Wi-Fi.
  6. Optionally, disable Update Notices so that the system does not remind you of new versions.

On some firmware (for example, MIUI Global may not have a full shutdown option, in which case the system will check for updates, but not download them automatically. ADB-commands (see Method 4).

โ˜‘๏ธ Preparing to disable updates

Done: 0 / 4

โš ๏ธ Attention: On devices with a locked bootloader (most official firmware), disabling updates through settings does not prevent the system from downloading critical security patches.

Method 2: Disable updates on Mi TVs

Xiaomi TVs based on Android TV They're updated differently than smartphones. There's no separate section here called "Update." MIUIยป, But the procedure is no less simple.

Step-by-step:

  1. On the remote, press the Settings button.
  2. Select Device Preferences โ†’ About (About TV)
  3. Scroll down to System Update and press OK.
  4. In the window that opens, select Auto-update and switch the slider to Off position.
  5. Confirm if the system requests a password (by default it is 1234 or 0000).

Some models (e.g. Mi TV Q1E or Mi TV A2 43) may require the option to turn off Check for updates automatically if this option is missing, then the TV does not support a complete shutdown โ€“ you will have to use alternative methods (see Method 5).

Model TV setDoes it support auto-update disabling?Do you need a password?
Mi TV 4S/4A (2018โ€“2020)Yes.No.
Mi TV Q1/Q2 (2021โ€“2023)Yes (partially)Yes (1234)
Redmi Smart TV X (2022)No.โ€”
Mi TV A2 (2023)Yes.Yes (0000)

โš ๏ธ Note: On Xiaomi TVs with PatchWall firmware (Indian models), disabling updates may cause Google Play Services to malfunction.In this case, it is recommended to use background traffic restriction for the Updater app (see Method 3).

Method 3: Traffic Limitation for the Update App

If standard settings do not allow you to completely disable updates, you can block the Updater app (or System Update) access to the Internet, which works on all Xiaomi devices without root rights.

How to do this:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, enter Updater (or Update on Russian firmware).
  3. Select the app from the list and tap Mobile Data (or Data).
  4. Turn off the sliders: ๐Ÿ“ถ Mobile traffic ๐Ÿ“ถ Background traffic ๐Ÿ“ถ Wi-Fi (if available)

Battery

Limit background activity

This method does not delete update files that have already been downloaded, but prevents new ones from being downloaded, but it will still check for updates when you manually start Updater. To completely hide notifications, you will need to disable permissions for the application:

  1. In the Updater app menu, go to Permissions.
  2. Turn it off: ๐Ÿ”” Notifications ๐Ÿ“ฑ Change of system settings (if available)

๐Ÿ’ก

If, after limiting traffic, the Updater app continues to show notifications, clear its cache and data in the Warehouse menu.This will reset all downloaded update files.

Method 4: Disabling updates via ADB (for power users)

If standard methods donโ€™t work, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which requires a connection to a computer, but gives a 100% guarantee that all automatic updates will be disabled.

What you need:

  • ๐Ÿ’ป Computer with installed ADB-driver.
  • ๐Ÿ“ฑ Included Debugging by USB on a smartphone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times to tap the version number โ†’ return to โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ USB-cable (preferably original).

Instructions:

  1. Connect your smartphone to your PC and open the command line (or Terminal on macOS/Linux).
  2. Enter the command to check the connection: Adb devices should appear the name of your device.
  3. Run the command to disable the update service: adb shell pm disable-user --user 0 com.android.updater For Mi TVs use: adb shell pm disable-user --user 0 com.mitv.tvupdate
  4. Reboot the device: adb reboot

Once these commands are executed, Updater will be deactivated and the system will stop checking and installing updates. To get it back, use the command:

adb shell pm enable com.android.updater
What if the ADB canโ€™t see the device?
1. Make sure that the debugging is enabled USB and you've confirmed a trusted connection on your smartphone screen. 2 Try another. USB-cable (preferably original). 3. Install drivers for your Xiaomi model from the site MIUI Download. 4. Restart your computer and smartphone.

โš ๏ธ Attention: On devices with MIUI 14 and later, the pm disable-user may not work due to security limitations, in which case you will need to use Magisk or other tools for rooted devices.

Method 5: Manually Delete Update Files

If the system has already downloaded the update, but you don't want to install it, you can manually delete the firmware files. This won't disable automatic verification, but will free up space on the device and prevent accidental installation.

Where to look for files:

  • ๐Ÿ“ On smartphones: /sdcard/Download/rom or /sdcard/DownloadedRom.
  • ๐Ÿ“ On TVs: /storage/emulated/0/Download/update.zip.

How to delete:

  1. Connect your device to your PC or use a file manager (such as Mi File Explorer).
  2. Follow one of the paths indicated.
  3. Delete all files with the.zip extension or names like miui_*.zip.
  4. Clear the cache of the Updater app (Settings โ†’ Apps โ†’ Updater โ†’ Storage โ†’ Clear the cache).

On some firmware, update files can be stored in a hidden folder. /data/ota_package. To access it, root rights or TWRP. Without them, deleting files from here can cause crashes.

๐Ÿ’ก

Deleting update files does not prevent them from automatically downloading in the future.To prevent re-downloading, combine this method with traffic restriction (Method 3) or ADB-teams (Method 4).

Risks of disabling updates on Xiaomi

The downside of not updating completely is that there are some problems that can arise:

Type of riskEffects of consequencesHow to minimize
๐Ÿ›ก๏ธ SecurityVulnerabilities in the older version of MIUI can be used to hack into the device.Install critical patches manually every 3-6 months.
๐Ÿ“ฑ CompatibilityNew apps (like banking) may require a fresh version of Android.Check the application requirements before installation.
๐Ÿ”Œ Hardware functionsSome sensors (e.g, NFC or IR-blaster) may not work properly.Use alternative applications (e.g. Unified Remote for IR).
๐Ÿ”„ Resetting settingsAfter a forced update (for example, via Fastboot), all data may be erased.Make regular backups through Mi Cloud or Titanium Backup.

The safest trade-off is to disable the automatic installation, but leave the update check on, so you can manually choose which updates to install and which to skip. For example, on Xiaomi 12T, users often ignore MIUI 14.0.4.0 updates due to bugs with Always-on Display, but put security patches.

FAQ: Frequent questions about disabling updates on Xiaomi

Can I turn off updates on Xiaomi without root rights?
Yes, most of the methods in this article (standard settings, traffic restriction, ADB) do not require root. However, some firmware (e.g. MIUI China) may require unlocking the bootloader.
What to do if after disabling the updates the phone stopped seeing SIM-map?
This is a rare bug that is associated with a conflict of versions of modem firmware. Try: Manually install the latest firmware via Fastboot. Reset network settings (Settings) โ†’ SIM-maps and mobile networks โ†’ Reset settings. Contact the service center if the problem persists.
How do I return an automatic update if I change my mind?
Turn it back on in the settings (Settings) โ†’ The phone. โ†’ Update MIUI โ†’ Settings) or follow ADB-Team: adb shell pm enable com.android.updater On Mi TVs TV Enable Auto-update in the system settings.
Will Google Pay work if I turn off the updates?
Google Pay requires up-to-date Google Play Services and security patches. If you block the updates completely, the app may stop working over time (after 6-12 months), and it is recommended to manually install critical updates at least once every six months.
Can you turn off updates only for specific applications (e.g. Mi Video or Mi Browser)?> Yes, for that: Open the Settings โ†’ Apps. Select the app you want (e.g. Mi Video). Tap Remove updates (if the button is active). Turn off Auto Update on Google Play (go to the app profile). โ†’ โ‹ฎ โ†’ Turn off auto-update).