How to permanently disable updates on Xiaomi: TVs, smartphones and tablets

Why do users want to disable updates on Xiaomi?

Automatic firmware and app updates on Xiaomi devices are often a source of irritation, with users complaining of sudden TV reboots in the middle of watching a movie, slowing down smartphones after another patch, or forcing unnecessary features to be installed.

In this article, weโ€™ll look at all the ways you can disable updates, from standard settings to hidden commands for power users. Itโ€™s important to understand that turning off security updates altogether can increase a deviceโ€™s vulnerability, but in some cases (e.g., older TVs) itโ€™s the only way to keep it running.

We will look at it separately:

  • ๐Ÿ“บ Xiaomi Mi TVs TV (generation)
  • ๐Ÿ“ฑ Smartphones and tablets MIUI (including Redmi, POCO)
  • ๐Ÿค– Devices on pure Android TV (Like the Mi Box)
  • ๐Ÿ“ฆ Updates to apps via Google Play

We warn you in advance: some methods require developer rights or unlock the bootloader, which can lead to loss of warranty.

Method 1: Disable updates on Xiaomi Mi TV (official method)

On Xiaomi TVs with PatchWall or Google TV, you can turn off automatic update downloads via the standard menu, a method that works on most models, including the Mi TV 4S, Mi TV Q1, Mi TV A2 and newer versions.

Step instructions:

  1. Open the settings (cog in the upper right corner)
  2. Go to About TV. โ†’ Updating the system
  3. Press three points. โ‹ฎ top-right
  4. Select the Update Settings
  5. Turn off the slider Automatic update
  6. For reliability, also disable Wi-Fi Download and Update Notices

โš ๏ธ

Note: On some firmware, after turning off automatic updates, the TV will still check for new versions each time it turns on, and to avoid this, you need to turn off the Internet at launch time or use the server-locking method (described below).

Backup of settings (screen photo with parameters)

Record the current firmware version (in Settings โ†’ About TV)

Turn off the TV from the Internet during the manipulation

Check for Administrator Rights (if you plan to make a deep setup)-->

If after these actions the TV still offers to update, try resetting the network settings:

  1. Settings โ†’ Network and Internet โ†’ Resetting network settings
  2. Connect again, but do not enter your Mi Account details
  3. Skip the synchronization step with Xiaomi servers

Method 2: Block update servers via hosts (advanced method)

For users ready to dive into the technical details, there is a method of locking update servers through hosts file editing.This works on Xiaomi Mi TV with Android TV and smartphones with root rights.

You'll need:

  • ๐Ÿ–ฅ๏ธ Computer with software ADB (Android Debug Bridge)
  • ๐Ÿ”Œ USB-cable
  • ๐Ÿ“„ Hosts file with blocking records

Step-by-step:

  1. Turn on Developer Mode on TV: Settings โ†’ About TV โ†’ Click 7 times on โ€œBuild Numberโ€
  2. Activate debugging over USB in the developer settings
  3. Connect the TV to your PC and check the connection with the command: Adb devices
  4. Download modified hosts file with domain lock Xiaomi: List of blocked domains 127.0.0.1 update.miui.com 127.0.0.1 ota.tv.xiaomi.com 127.0.0.1 api.io.mi.com 127.0.0.1 sdkconfig.ad.xiaomi.com 127.0.0.1 ota.d.miui.com
  5. Upload the file to the TV with the command: adb push hosts /sdcard/
  6. Set the rights and replace the original file: adb shell su mount -o rw,remount /system cp /sdcard/hosts /system/etc/hosts chmod 644 /system/etc/hosts

โš ๏ธ

Warning: Incorrect editing of the hosts file can result in loss of Internet access on the TV. Before manipulation, back up the original file with the adb pull /system/etc/hosts command.

Official settings on the menu

Editing hosts via ADB

Shutting down the Internet on the device

Use of third-party firmware

I haven't decided yet.-->

Method of disconnectionDifficultyRequired. root/ADBReversibilityEfficiency
Official settingsโญโŒ No.โœ… Yes.โš ๏ธ Medium
Blocking through hostsโญโญโญโœ… ADBโœ… Yes.โœ… Tall.
Disabling Update Servicesโญโญโญโญโœ… Rootโš ๏ธ Partially.โœ… Maximum
Third-party firmwareโญโญโญโญโญโœ… Loader. Loader.โŒ No.โœ… Absolute.

Method 3: Disable updates on Xiaomi smartphones (MIUI)

On Xiaomi, Redmi and POCO smartphones with MIUI shells, it is more difficult to disable updates due to the companyโ€™s aggressive policy. The standard shutdown in settings is often ignored by the system, so you will have to use workarounds.

Basic actions:

  • ๐Ÿ“ฑ Go to Settings. โ†’ The phone. โ†’ Update MIUI
  • ๐Ÿ”„ Press three points. โ‹ฎ โ†’ Settings
  • ๐Ÿšซ Turn off Automatic Download via Mobile Data and Automatic Download via Wi-Fi
  • ๐Ÿ”• Enable Notification of new updates, but ignore them

For a more reliable result:

  1. Set background activity limit for the app Update: Settings โ†’ Applications โ†’ Application management โ†’ Update โ†’ Battery โ†’ Limit background activity
  2. Disable AutoRun: Settings โ†’ Applications โ†’ Application Management โ†’ Update โ†’ AutoRun
  3. Freeze the com.android.updater app via ADB: adb shell pm disable-user --user 0 com.android.updater

โš ๏ธ

Note: On MIUI 13/14, after major updates (e.g., from Android 11 to Android 12), the system can automatically unfreeze the update service, in which case you will have to repeat the procedure or use Magisk modules to permanently lock.

๐Ÿ’ก

If MIUI still offers to update after disabling the updates, try removing the Update app cache via Settings โ†’ Apps โ†’ Storage โ†’ Clear the cache. This will reset all downloaded service packs.

Method 4: Disable app updates in Google Play

A separate problem is the automatic update of applications through Google Play, which applies to both Xiaomi smartphones and Android TVs.

Standard method:

  • ๐Ÿ“ฑ Open the Google Play Store
  • ๐Ÿ‘ค Click on the profile avatar โ†’ Settings
  • ๐Ÿ”„ Select Network Settings โ†’ Auto-update of applications
  • ๐Ÿšซ Install Never or Only through Wi-Fi

For Xiaomi Mi TVs with Google Play:

  1. Open Google Play through the App section
  2. Scroll down to Settings (a remote with a microphone may be required for voice search)
  3. Select Auto-Update applications โ†’ Off.

If Google Play ignores the settings:

  • ๐Ÿ›‘ Turn off background activity: Settings โ†’ Annexes โ†’ Google Play Store โ†’ Battery โ†’ Limit the background
  • ๐Ÿ”ง Use it. ADB Disabled service: adb shell pm disable-user --user 0 com.android.vending (Warning: This Will Turn Off All Google Play!)

๐Ÿ’ก

Disabling auto-updates in Google Play does not affect MIUI system updates or TV firmware, but is managed by different services.

Method 5: Radical methods (for power users)

If standard methods don't work, you can resort to more serious measures, which require unlocking the bootloader, root rights, or custom firmware.

Options for smartphones:

  • ๐Ÿ”จ Remove System Applications: Remove through ADB: pm uninstall --user 0 com.android.updater (update) MIUI) pm uninstall --user 0 com.miui.systemAdSolution (advertising modules) pm uninstall --user 0 com.xiaomi.market (Mi App Store)
  • ๐Ÿ›ก๏ธ Use of Magisk modules: Disable Flag Secure (to disable protection) MIUI Optimizations Remover (removes forced updates)
  • ๐Ÿ“ฅ Install custom firmware (LineageOS, Pixel Experience), where there is no update service Xiaomi

For Xiaomi Mi TVs:

  • ๐Ÿ”ง Disconnection of services through ADB: adb shell pm disable-user --user 0 com.xiaomi.tv.update adb shell pm disable-user --user 0 com.google.android.gsf.update
  • ๐Ÿ–ฅ๏ธ Firmware reflashing on Android TV without Xiaomi branding (e.g. EmberOS)
  • ๐Ÿ”’ Blocking through firewall applications (requires root): Block outbound connections for com.xiaomi.tv.update Disable internet access for Google Play Services (cautionary!)

โš ๏ธ

Attention: Installing custom firmware on Xiaomi TVs is fraught with loss DRM-Keys (Netflix, Disney)+ stop working 4K HDR). On smartphones, this could lead to the blocking of banking applications due to lack of Google certification.

Method 6: Alternative solutions (if nothing helps)

If all of the above methods do not work, there are non-standard approaches:

For TVs:

  • ๐Ÿ“ก Use a router with a lock. DNS: Add to the blacklist domains: ota.tv.xiaomi.com update.miui.com android.clients.google.com
  • โณ Remove the firmware to an older version through USB-Firmware (instructions are searched for on the TV model)
  • ๐Ÿ”Œ Physically disconnect the internet cable and use only local sources (USB, DLNA)

For smartphones:

  • ๐Ÿ“ต Use Airplane Mode with Wi-Fi only on (blocks mobile updates)
  • ๐Ÿ”„ Regularly reset your Google Play Services settings: Settings โ†’ Annexes โ†’ Google Play Services โ†’ Warehouse โ†’ Clear the data
  • ๐Ÿ“ฆ Install an alternative app store (Aurora Store, F-Droid) and turn off Google Play completely

Critical information: On Xiaomi TVs with an Amlogic chip (such as Mi TV Stick), disabling updates can result in a loss of support for new codecs (Dolby Vision, AV1).

Frequent Mistakes and How to Avoid Them

When trying to disable updates, users often face typical problems:

Problem 1: Once you disable the updates, they still set up in the settings. Solution: Check if the TV is connected to your Mi Account. Xiaomi servers can force updates to the associated devices. Unplug your account in Settings โ†’ Account and Security.

Problem 2: Some features have stopped working on your smartphone after com.android.updater was removed.Solution: Don't delete the app completely - just freeze it through the app. ADB Titanium Backup: Complete removal can disrupt the operation OTA-centre.

Problem 3: The TV does not turn on or hovers on the logo after the firmware rollback. Solution: This means damage to the bootloader. You need to flash the device through the USB Burning Tool in erase all mode. Look for instructions for a specific model (for example, Mi TV 4A or Mi TV 5 Pro).

Problem 4: Google Play continues to update apps despite settings. Solution: Check if the device has device profiles installed (e.g., via MDM). They can override auto-update settings. Delete unnecessary profiles in Settings โ†’ Google โ†’ Device and profiles.

โ“ Can I turn off updates without root rights?
Yes, on Xiaomi TVs, this is done through standard settings (Section 1). On smartphones without root, you can turn off auto-updates in Google Play and limit background activity of the Update app, but the system will still check for new versions when you manually launch.
โ“ What happens if you never update your Xiaomi TV?
Principal risks: ๐Ÿ›ก๏ธ Security vulnerabilities (if there are critical bugs in the firmware) ๐ŸŽฌ Loss of support for new video formats (AV1, Dolby Vision) ๐Ÿ”Œ Application compatibility issues (Netflix, YouTube may stop working) ๐Ÿ“ถ Deteriorating performance over time (without optimizing for new services) However, in practice, many users have been using older firmware versions for years without problems โ€“ especially on TVs that are not connected to the Internet.
โ“ How to return updates if I change my mind?
To enable updates again: On TV: Return the slider Automatic update to the position On. in the settings of the system. On smartphone: unfreeze the application Update via ADB: adb shell pm enable com.android.updater If you edited hosts, return the original file or delete the added lines.
โ“ Why Xiaomi is forcing an update?
Main causes: ๐Ÿ’ฐ Monetization: new versions MIUI Advertising and affiliate services are often added. ๐Ÿ“Š Data Collection: Updates Could Increase Telemetry Capture. ๐Ÿ”’ Security: Closing Vulnerabilities (although itโ€™s a controversial argument for older devices). ๐ŸŽฏ Marketing: forced interface updates to "fresh" the brand. Xiaomi makes no secret of seeing devices as a platform for services, not as disposable goods.
โ“ Can I turn off updates only for specific applications?
Yes, you can disable auto-update for individual apps on Google Play: Open the app page on Google Play. click three dots โ‹ฎ In the upper right corner, uncheck Auto Update. For system applications like Mi Video or Mi Home, this method doesn't work, it's updated by the system itself.