How to Turn Off Updates on Xiaomi TV: The Complete 2026 Guide

Automatic updates on Xiaomi TVs (Mi TV, Redmi Smart TV, Xiaomi TV A) are often a headache for users. The manufacturer imposes new versions of firmware that may contain errors, remove familiar features or slow down the device. Especially a problem for owners of models of 2018-2022 (Mi TV 4A/4S/4X, Redmi Smart TV X50/X65), where updates often break compatibility with applications or change the interface without the possibility of rollback.

In this article, we will discuss all the working ways to disable updates, from standard settings to hidden commands through ADB. You will learn how to block checking for updates forever, delete downloaded firmware files and even return a previous version of the software if the update has already been installed.

Why users want to disable updates on Xiaomi TV

The manufacturer has positioned the automatic update as โ€œimprovement of the user experience,โ€ but in practice it often backfires. Here are the main reasons why Xiaomi TV owners are looking for ways to block updates:

  • ๐Ÿ”„ Loss of functionality: New versions of software often remove useful features, for example, after upgrading to the new software. MIUI TV 3.0 Many users have lost the ability to install APK-Files through the file manager.
  • ๐Ÿข Slowdown: Firmware for older models (Mi) TV 3S 2016โ€“2017) optimized poorly โ€“ after the update, the TV begins to โ€œbrakeโ€ when switching channels or launching applications.
  • ๐Ÿ“ต Compatibility issues: Updates break the work of third-party remotes (for example, from the old Xiaomi Mi Remote) or disable support for popular streaming services.
  • ๐Ÿ”’ Imposing Advertising: In the latest versions of the software, non-removable banners appear on the main screen, and disabling advertising through Settings โ†’ The account stops working.

According to a survey on the 4PDA forum, 68% of Xiaomi TV owners have experienced problems after an automatic update, while 34% of respondents said they can not return a previous firmware version through standard settings.

๐Ÿ“Š How often have you had problems after updating Xiaomi? TV?
Never had a problem.
1-2 times
Always, after every update.
I turned off the updates and forgot about the problems.

Method 1: Disabling updates through standard settings

The easiest method is to use the built-in system options, which is suitable for most Xiaomi TV models (except the newest ones on Google TV).

  1. Open Settings (cog in the upper right corner of the main screen).
  2. Go to the section About TV โ†’ Updating the system.
  3. Press three points (โ‹ฎ) in the upper right corner and select Update Settings.
  4. Turn off the automatic update slider.

On some firmware (MIUI TV 2.5 and older), this item may be called Auto Update over Wi-Fi or Update Checker. If you don't have an option, your model uses forced updates (see ADB method).

โ˜‘๏ธ Preparing to disable updates

Done: 0 / 4

โš ๏ธ Note: Even after the automatic update is disabled, the TV will periodically check for new versions when connecting to the Internet.

Method 2: Block updates via router (host method)

If your TV is connected to the Internet via Wi-Fi, you can block access to Xiaomi update servers at the router level, a method that does not require root rights and works on all models, including the Redmi Smart TV X55 and Mi TV Q1E.

Instructions for routers on OpenWRT, Keenetic or ASUS Merlin firmware:

  1. Go to the router control panel (usually at 192.168.1.1).
  2. Find the section DNS Hosts (in Keenetic, it is a Home Network) โ†’ DNS-server).
  3. Add the following entries: 127.0.0.1 otaupdate.mitv.tv 127.0.0.1 api.mitv.tv 127.0.0.1 ota.mitv.tv
  4. Save the settings and restart the router.

For standard routers (for example, from the provider), you can use an alternative way - change the router. DNS-TV-server:

  1. Go to Settings โ†’ Network โ†’ Wi-Fi.
  2. Click on your network name and select Additional.
  3. In the DNS field, type 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google).
  4. Save the changes and reconnect to the network.
Locking methodDifficultyEfficiencyCons
Hosts via routerMediumTall.Requires access to a router, does not work on the mobile Internet
Changing DNS on TVEasy.MediumDoes not block all servers, can break other functions
Wi-Fi shutdownEasy.Low.Depriving TV of Internet access

๐Ÿ’ก

If applications (such as YouTube or Netflix) stop working after changing the DNS, return the standard DNS settings or use an alternative blocking method.

Method 3: Disable updates via ADB (for advanced)

The Android Debug Bridge (ADB) method is the most reliable, but requires a TV to be connected to a computer, and it works for all Android TV models, including the Xiaomi TV A Pro and Mi TV P1.

  • ๐Ÿ’ป Computer with Windows/Linux/macOS
  • ๐Ÿ”Œ USB-cable (preferably original)
  • ๐Ÿ“ฆ Utility. ADB Tools by Google

Step-by-step:

  1. Enable Developer Mode on TV: Go to Settings โ†’ Find the line Build number and press it 7 times in a row. PIN-code (default 1234 or 0000).

USB debugging

For developers

ADB

adb devices

(Your device should be displayed)

adb shell pm disable-user --user 0 com.miui.ota
adb shell pm disable-user --user 0 com.xiaomi.mitv.ota

Once these commands are executed, the update service will be completely disabled and new versions will be checked, and to return everything back, use the command adb shell pm enable com.miui.ota.

What if ADB canโ€™t see the TV?
1. Check if debugging is included on USB In the developer settings. 2. Try another one. USB-cable (preferably original). 3. Install drivers for your model (you can download from Xiaomi website in the support section). 4. Reboot your TV and computer.

โš ๏ธ Note: On some models (Mi) TV Q2 2023 and later) Xiaomi blocks pm disable commands for system applications, in which case you will have to use the root-rights method.

Method 4: Remove downloaded update files manually

If the TV has already downloaded the update but hasn't installed it yet, you can manually delete the firmware files, which will prevent automatic installation the next time you turn on.

  1. Connect to the TV flash drive (FAT32) or external hard drive.
  2. Open the File Manager (Files app on the home screen).
  3. Go to the folder. /storage/emulated/0/Download/ota or /data/ota_package (You may need to display hidden files).
  4. Delete all files with the.zip extension or names like update_miui_TVMODEL_*.zip.

Some firmwares may have the update folder on the /cache/ota path, and you need to see it:

  1. Set through ADB Reading rights: adb shell chmod 777 /cache/ota
  2. Use a root-access file manager (e.g., FX File Explorer).

After deleting the files, restart the TV. If the update is still trying to install, reset the settings to factory settings (see next section).

๐Ÿ’ก

Deleting update files is a temporary measure. To permanently disable downloading new versions, combine this method with blocking through an ADB or router.

Method 5: Reset to factory settings (if the update has already been installed)

If the TV has upgraded to an unwanted version of software, and you can't roll back through the menu, you only have to reset completely. This method will return the firmware to factory status, but remove all installed applications and settings. Suitable for Mi TV 4A/4S/4X, Redmi Smart TV X50/X65 and others on Android TV 9-11.

Resetting instructions:

  1. Open Settings โ†’ Account and Security โ†’ Resetting.
  2. Select Reset all settings (not Network Reset!).
  3. Enter. PIN-code (default 1234, 0000 or last 4 digits) IMEI sticker-on).
  4. Confirm the action and wait for the reboot (it will take 5-10 minutes).

Step-by-step:

  1. Download the archive with firmware (for example, miui_TV_MITV4A_2.3.12_stable.zip) and rename it in update.zip.
  2. Copy the file to a flash drive (to the root directory, no folders!).
  3. Insert the flash drive into the TV and go to Settings โ†’ About TV โ†’ System Update.
  4. Click Update via USB and select the update.zip file.
  5. Confirm the installation and wait for the completion (the TV will restart 2-3 times).

If the TV doesnโ€™t see the update file:

  • Check that the flash drive is formatted in FAT32 (not exFAT or NTFS).
  • Rename the file to update.zip (registration is important!).
  • Try another one. USB-Port (only the port is used in some models) USB 2.0).
Model TV setSupported version of AndroidFirmware reference
Mi TV 4A (2018โ€“2019)Android 8.1Download
Redmi Smart TV X50/X65Android 9Download
Mi TV 4S (2020)Android 10Download

๐Ÿ’ก

USB firmware is a risky method. When interrupting the process, the TV may stop turning on (brick), use only if you have backup or experience in restoring devices.

Frequent Mistakes and How to Avoid Them

When you turn off updates, users often encounter typical problems, and here are the most common errors and solutions:

  • ๐Ÿ”„ The update was installed despite the lock: This happens if you only disabled the automatic installation, but not check for updates. ADB to completely disable the service com.miui.ota.
  • ๐Ÿ“ต TV doesn't see flash drive with firmware: Check the file system (should be) FAT32) and rename the file to update.zip. Some models only have port operation. USB 2.0 (black-colored).
  • ๐Ÿ”’ After resetting, the firmware did not roll back: On new models (Xiaomi) TV A2 2023 and later, the reset does not roll back the software, in which case only manual firmware via fastboot (requires disassembly of the TV) will help).
  • โšก The TV stuck on the logo after the firmware: This means the firmware file was not suitable for your model. Try repeating the procedure with another version of the software or contact the service center.

If none of the methods worked, check:

  • Firmware relevance (there may be patches for your model on 4PDA or XDA-Developers forums).
  • root rights (on some firmware without them it is impossible to disable system services).
  • Hardware version of the TV (the back sticker shows the model and revision, for example, L43M6-6ARU).
Can I turn off updates to Xiaomi TV without a computer?
Yes, but not on all models. On TVs until 2022 (such as the Mi TV 4A or Redmi Smart TV X50), you can turn off automatic updates via settings (Settings โ†’ System Update โ†’ Update) On new models (Xiaomi TV A Pro 2023/2026), this item may not be available, then you will have to use the method with locking through a router or ADB.
What happens if you interrupt the USB update?
Interrupting the firmware process can cause the TV to fail completely (called a brick). At best, the device will load in a loop (constantly display the Mi logo), at worst, it will not turn on at all. Recovery will require a special USB-A to USB-A cable and firmware via fastboot (requires disassembly of the TV). If the update is interrupted, try: Remove the flash drive and restart the TV (hold the power button for 10 seconds). Repeat the firmware with the correct file update.zip. Contact the service center if the TV does not respond to the buttons.
How do I know which firmware is installed on my Xiaomi TV?
To check the current version of the software: Open Settings โ†’ About TV. Find the lines of the MIUI TV version and the build number. Write the data in the format of MIUI TV X.X.X (for example, MIUI TV 2.5.12). For models on Google TV (for example, Xiaomi TV A2 2023), the path is different: Settings โ†’ System โ†’ About TV โ†’ Android TV version.
Can I roll back the firmware on Xiaomi TV if the update has already been installed?
Yes, but with reservations: On TVs before 2022 year TV 4A/4S/4X, Redmi Smart TV X50/X65) You can roll back through the reset to the factory settings or firmware through USB. On models 2023 year and newer (Xiaomi) TV A Pro, Mi TV Q2) The reset does not roll back the software - you will need manual firmware through fastboot (requires disassembly). TV Q1E) There are custom firmware from the community that allows you to roll back and disable forced updates. Before rolling back, check the firmware compatibility with your model on the forums. 4PDA or XDA-Developers.
Will Netflix/YouTube work after the updates are disabled?
Yes, disabling updates does not affect the performance of streaming services, if: You have not removed system applications (for example, com.google.android.tvlauncher). Your current firmware supports these services (on very old versions of the software there may be compatibility issues). You did not block Google servers through hosts (see Method 2). If applications stopped working after disabling the updates, try: Clear the app cache (Settings) โ†’ Annexes โ†’ Select an application โ†’ Clear cache.Reinstall the app via Google Play or Send Files to TV. Return the standard settings DNS (if you've changed them).