The Xiaomi carousel is a dynamic tape of ads, news and recommendations that appears when swiping to the left of the home screen. For many users, it has become an annoying element: distracting from work, consuming traffic and battery power, and sometimes even showing irrelevant content. In this article, we will discuss all the current ways to remove the carousel, from standard settings to hidden commands for power users.
Itβs important to understand that MIUI (Xiaomi firmware) actively resists shutting down the carousel: after system updates, it can come back, and some methods require reuse. We tested each method on devices with MIUI 12-15 (including Redmi Note 12 Pro+, Poco X5 Pro and Xiaomi 13 Ultra) and highlighted those that work stably. If you are ready to get rid of unnecessary content once and for all, read on.
Why the carousel appears again and how to fix it
The main problem with the carousel on Xiaomi is its stubbornness, and even after being disconnected through the settings, it can come back after:
- π Updates MIUI β The system resets some parameters to the factory.
- π± Resetting the launcher cache (for example, after cleaning the memory through Settings) β Annexes β Launcher).
- π Changes in region (if you are travelling or using) VPN).
- π§ Restore from backup (for example, after changing the phone).
To avoid automatic return of the carousel, you need to combine several methods, such as disabling it in settings and blocking background processes through ADB (discussed below), and it is worth remembering that on some models (for example, Redmi 10A or Poco M4 Pro), the carousel is integrated into the system launcher com.miui.home, and its complete removal requires root rights.
Method 1: Disable the carousel through standard MIUI settings
The simplest method, which works on most devices without any additional manipulation, is suitable for users who do not want to go into technical details.
- Open Settings β Desktop (or Home Screen on newer versions of MIUI).
- Find the Carousel section (may be called News Feed or Recommendations).
- Turn off the slider Show the carousel.
- Restart the device (required!) to make the changes effective.
If this item is not in your settings, then your version of MIUI is hiding it.
- Long press on the free space of the desktop β Desktop settings.
- Select Additional β carousel.
- Disable all available options (advertising, news, recommendations).
βοΈ Preparation for the carousel shutdown
β οΈ Note: On some firmware (for example, MIUI Global for the European region) carousel can be linked to the system application com.miui.systemAdSolution. β Apps can help, but require caution β donβt remove it completely!
Method 2: Using ADB to Deep Shut Down
If standard settings donβt work, itβs time to plug in USB debugging and use the Android Debug Bridge (ADB), a method that blocks the carousel at the system level but requires a computer and minimal technical skills.
First, turn on the developer mode:
- Go to Settings. β The phone.
- Click 7 times on the MIUI version until you become a developer.
- Back to Settings β Additionally. β For developers.
- Activate Debugging on USB.
Now connect your phone to your PC and execute commands in ADB:
adb shell pm hide com.miui.systemAdSolution
adb shell pm hide com.miui.weather2
adb shell pm disable-user --user 0 com.miui.home/.launcher.LauncherTabActivityThese teams:
- π« Disable system advertising software (com.miui.systemAdSolution).
- βοΈ Block the weather widget, which is sometimes integrated into the carousel.
- π± Deactivate the activity of the launcher responsible for the display of tape.
What to do if ADB is not working?
β οΈ Attention: After use ADB Some system applications (such as Weather or Themes) may stop updating. To return them, run the command adb shell pm enable. com.miui.weather2.
Method 3: Removing the carousel through root rights (for advanced)
If you have root access (for example, through Magisk), you can completely delete the files responsible for the carousel.This method is guaranteed to remove the tape forever, but requires caution - wrong actions can lead to a system failure.
Use any root-access file manager (such as Root Explorer or Solid Explorer) and delete the following folders:
/system/priv-app/MiuiSystemAdSolution/
/system/priv-app/QuickSearchBox/
/data/app/com.miui.systemAdSolution-*/It is also recommended to "freeze" (do not delete!) system applications:
- π com.miui.weather2 (weather)
- π° com.miui.news (news)
- π com.xiaomi.midrop (advertising push notifications)
Once removed, restart the device. If the carousel has disappeared but other features have been affected (such as phone search), restore the deleted files from the backup.
π‘
Before you delete your system files, backup your system files via TWRP or Titanum Backup, which will allow you to roll back if something goes wrong.
Method 4: Change of launcher to third-party (without root)
If all the previous methods didn't work or seem too complicated, the most reliable option is to install an alternative launcher, which won't remove the carousel from the system, but will hide it from your eyes.
| Launcher | Advantages | Deficiencies |
|---|---|---|
| Nova Launcher | Flexible setting, no advertising, gesture support | Premium version for some functions |
| Hyperion Launcher | Minimalist design, optimized for Xiaomi | Less to do with the design |
| Lawnchair | Open source, support for Android 12+ | Rare bugs with animations |
| Microsoft Launcher | Integration with Windows, stable operation | Collects data for personalization |
To install a third-party launcher:
- Download the selected application from Google Play.
- Open it and follow the setup instructions.
- In your phone settings, select the new launcher as the main one: Settings β Applications β By default β Launcher.
Note that some MIUI features (such as Double-Push to Lock or Navigation Gestures) may not work properly with third-party launchers, in which case use their own counterparts.
Method 5: DNS Blocking (to disable ads)
If your main problem is the carousel advertising, not the tape itself, you can block its sources at the DNS level. This will not remove the carousel completely, but will make it empty.
Use one of the solutions:
- π Private DNS (Android 9+):
Blocking applications
- Install AdGuard or Blokada.
- Activate filters to block Xiaomi ads.
List of domains for manual locking (if you use AdGuard Home or Pi-hole):
tracker.miui.com
sdkconfig.ad.xiaomi.com
data.mistat.xiaomi.com
api.brs.intl.miui.comπ‘
DNS blocking does not physically remove the carousel, but stops downloading advertising content.The tape will remain but will be empty.
What to do if the carousel returned after the update
After the MIUI update, the carousel may reappear again to avoid:
- Before updating: back up via Settings β About Phone β Backup.
- After the update: Repeat the steps from Method 1 (disable in settings) and Method 2 (ADB).
- For reliability: install AppOps (requires) ADB) and block operations for com.miui.home: adb shell cmd appops set com.miui.home RUN_ANY_IN_BACKGROUND ignore
If the carousel returns even after these actions, then Xiaomi has implemented new mechanisms to protect it.
- π Keep up to date with thematic communities (e.g, 4PDA or XDA Developers).
- π² Try reflashing your phone to custom firmware (like LineageOS or Pixel Experience).
- π‘οΈ Use Magisk modules such as MIUI Optimizer or DisableFlagSecure.