How to permanently remove the carousel on Xiaomi TV: 5 working ways

The promotional carousel on the home screen of Xiaomi Mi TV, Redmi Smart TV and other models of the brand has become one of the most discussed issues among owners. This element of the interface is not just taking up space β€” it actively consumes system resources, slows down navigation and distracts with bright banners at the moment when you are trying to quickly turn on your favorite TV series or movie.

The manufacturer describes this element as a β€œpersonalized recommendation feed,” but in practice, users are faced with intrusive advertising of Xiaomi services, partner platforms and even third-party applications. Compounding the situation, the carousel automatically updates over the Internet, consuming traffic and loading the TV processor even in standby mode. In this article, we will analyze all the current ways to remove it, from simple settings to deep modifications of the system.

While Xiaomi does not provide a direct option to remove the carousel, some firmware versions can minimize its impact through hidden settings, which will not remove the item completely, but will make it less intrusive.

Here's what you need to do:

  • πŸ“Ί Go to Settings. β†’ Accounts and security β†’ Synchronize data and disable all synchronization options.
  • πŸ”„ Go back to the main settings menu and select Apps β†’ Application management.
  • πŸ” Find it in the Mi Home (or Xiaomi Home) list, open its settings and clear the cache + shut down autostart.
  • πŸ›‘ Restart the TV through Settings β†’ On TV. β†’ Reboot.

These actions will reduce the frequency of the carousel updates and reduce the number of banner ads, but the block itself will remain on the home screen, and more radical measures will be needed to completely remove it.

πŸ’‘

If the carousel comes back after the reboot, try to disconnect the TV from the Internet for 10-15 minutes, sometimes resetting the cache of the advertising module.

Method 2: Use of an alternative launcher

One of the most effective ways to get rid of the carousel is to install a third-party launcher, such as an ATV Launcher or a Leanback Launcher.These apps completely replace Xiaomi's standard interface, offering a clean screen without ads.

Installation instructions:

  1. πŸ“± Download. APK-launcher file (e.g, ATV Launcher with APKMirror on USB-accumulator.
  2. πŸ–₯️ Connect the flash drive to the TV and open the File Manager.
  3. πŸ“‚ Find the downloaded file and install it by allowing installation from unknown sources in the security settings.
  4. πŸ”§ After installation, go to Settings β†’ Annexes β†’ Default Apps and Select New Launcher as Main.

Advantages of this method:

  • βœ… Complete removal of carousel and other advertising.
  • βœ… The ability to adjust the appearance of the main screen.
  • βœ… Speed up the interface (third-party launchers are often optimized better than the standard one).

πŸ’‘

Alternative launchers are the only way to remove the carousel without the risk of losing the warranty or disrupting the TV.

Method 3: Disconnect via ADB (for advanced users)

If you're not afraid to work with the command line, you can turn off the carousel via Android Debug Bridge (ADB), a technique that requires connecting the TV to your computer, but gives you maximum control over the system.

What you need:

  • πŸ’» Computer with Windows/Linux/macOS and established ADB.
  • πŸ”Œ USB-cable (preferably original from Xiaomi).
  • βš™οΈ Developer mode on TV (activated via Settings) β†’ On TV. β†’ Version of the software - press 7 times on the line with the version).

Step-by-step:

  1. Connect the TV to your computer and allow debugging via USB in the window that appears.
  2. Open the terminal (or command line) and type:
adb devices

If the device appears in the list, execute the command to disable the carousel:

adb shell pm disable-user --user 0 com.miui.tv.recommendation

PatchWall firmware models (e.g. Mi TV 4A/4C) may require an additional command:

adb shell pm hide com.miui.tv.recommendation

Install ADB drivers on PC

Enable the Developer Mode on TV

Allow debugging over USB

Download platform-tools from the official website

Connect the TV with the original cable-->

⚠️ Attention: Misuse of the right ADB If the interface starts to work incorrectly after the instructions are executed, return the settings with the command:

adb shell pm enable com.miui.tv.recommendation

Method 4: Reset to factory settings with disabling updates

If the carousel came after a firmware update, you can try to bring back the old version of the software where it was not already, this method is suitable for Xiaomi Mi TV 3/4 and some Redmi Smart TV, Released until 2021.

Algorithm of action:

  1. πŸ“₯ Download the desired firmware version from the official Xiaomi website (the support section of your model).
  2. πŸ“ Place the firmware file (usually with the.zip extension) in the root directory USB-storage.
  3. πŸ”„ Go to Settings. β†’ On TV. β†’ Update of the PO β†’ Local Update and select the downloaded file.
  4. βš™οΈ After rolling back the firmware immediately disable the automatic update in the settings.
Model TV setThe last firmware without a carouselAndroid version
Mi TV 4A 32"V12.0.3.0.PMFCNXM9.0
Mi TV 4S 55"V11.0.5.0.PMFCNXM9.0
Redmi Smart TV X50V12.0.4.0.QMFCNXM10.0
Mi TV Q1 75"V12.0.6.0.QMFCNXM10.0

⚠️ Attention: Firmware rollback can cause application data and settings to be lost. Write down important settings (such as network settings or accounts) on paper before the procedure.

Standard settings

Alternative launcher

ADB-team

Firmware rollback

Another option-->

Method 5: Blocking Advertising via DNS or Host File

The carousel downloads content from Xiaomi servers, and if you block access to those servers, it will stop updating, and you can do this in two ways: by changing the DNS or editing the host file.

Method 1: Replacement of DNS

  • 🌐 Go to Settings. β†’ Network β†’ Network setup β†’ DNS.
  • πŸ”’ Manually enter addresses 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google).
  • πŸ”„ Restart the TV.

Method 2: Editing a host file (requires root)

If you have root access, add the following lines to /etc/hosts:

127.0.0.1 ad.xiaomi.com


127.0.0.1 sdkconfig.ad.xiaomi.com




127.0.0.1 track.miui.com

These servers are responsible for downloading advertising content, and blocking them will not disrupt the basic functions of the TV, but can lead to errors in some system applications (for example, Mi Home).

What if some applications stop working after DNS is blocked?
Some streaming services (e.g. Netflix or Disney+) may block access when using public DNS. In this case, try the alternative addresses: 94.140.14.14 (AdGuard DNS) 1.0.0.1 (Cloudflare Family) 84.200.69.80 (DNS.WATCH) If the problem persists, return the standard DNS settings from the provider.

What to do if nothing helps

If none of these methods worked, your TV model may be using a new firmware version with a deeply integrated carousel, leaving two options:

  1. Call on Xiaomi to provide a non-advertising version of the software (sometimes it helps for regions with strict regulation, such as the EU).
  2. Install custom firmware (such as LineageOS for TV), but this requires unlocking the bootloader and voids the warranty.

Before installing custom software, familiarize yourself with the risks:

  • ⚠️ Loss of guarantee.
  • ⚠️ Possible problems with remote control or Wi-Fi.
  • ⚠️ Risk of "bricking" TV with firmware error.

If you do decide to do this, look for firmware and instructions in specialized forums such as XDA Developers or 4PDA (a section of Xiaomi TV).

Can I remove the carousel without losing my warranty?
Yes, the first three methods (settings, alternative launcher, ADB) do not violate warranty obligations, as long as you do not change the system files.
Why did the carousel reappear after the update?
Xiaomi regularly returns ad modules through updates. To avoid this, turn off automatic update checks in settings or use server locking via DNS.
Will Smart TV work without a carousel?
Yes, all features (YouTube, Netflix, IPTV) will remain available. The carousel is just an add-on to the main interface, and removing it does not affect the operation of applications.
Can I return the carousel if I need it?
If you disabled it through ADB, run the command adb shell pm enable com.miui.tv.recommendation. If you used an alternative launcher, just return the standard one to the default settings.
Is there an official way to remove the carousel?
No, Xiaomi doesn't offer this option; in response to user complaints, the company sometimes reduces the amount of advertising, but doesn't remove it completely; the only "official" workaround is to use a TV without an Internet connection.