Why Xiaomi TV carousel annoys users
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.
Method 1: Disconnect the carousel through standard settings
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:
- π± Download. APK-launcher file (e.g, ATV Launcher with APKMirror on USB-accumulator.
- π₯οΈ Connect the flash drive to the TV and open the File Manager.
- π Find the downloaded file and install it by allowing installation from unknown sources in the security settings.
- π§ 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:
- Connect the TV to your computer and allow debugging via USB in the window that appears.
- Open the terminal (or command line) and type:
adb devicesIf the device appears in the list, execute the command to disable the carousel:
adb shell pm disable-user --user 0 com.miui.tv.recommendationPatchWall firmware models (e.g. Mi TV 4A/4C) may require an additional command:
adb shell pm hide com.miui.tv.recommendationInstall 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.recommendationMethod 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:
- π₯ Download the desired firmware version from the official Xiaomi website (the support section of your model).
- π Place the firmware file (usually with the.zip extension) in the root directory USB-storage.
- π Go to Settings. β On TV. β Update of the PO β Local Update and select the downloaded file.
- βοΈ After rolling back the firmware immediately disable the automatic update in the settings.
| Model TV set | The last firmware without a carousel | Android version |
|---|---|---|
| Mi TV 4A 32" | V12.0.3.0.PMFCNXM | 9.0 |
| Mi TV 4S 55" | V11.0.5.0.PMFCNXM | 9.0 |
| Redmi Smart TV X50 | V12.0.4.0.QMFCNXM | 10.0 |
| Mi TV Q1 75" | V12.0.6.0.QMFCNXM | 10.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.comThese 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?
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:
- Call on Xiaomi to provide a non-advertising version of the software (sometimes it helps for regions with strict regulation, such as the EU).
- 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).