How to permanently remove the wallpaper carousel on Xiaomi: disable advertising and background slides

The wallpaper carousel on Xiaomi smartphones is one of the most controversial features of the MIUI shell. On the one hand, it offers beautiful dynamic background images that automatically update. On the other, many users consider it an intrusive advertisement that distracts from the main content on the home screen. It is especially annoying that the carousel not only shows wallpaper, but also consumes traffic, battery power, and sometimes even loads banner ads.

If you're tired of constantly changing backgrounds, too, and want to get back to your static desktop, this article is for you. We'll take a look at all the current ways to turn off the carousel on different versions of MIUI (12 to 14), including hidden settings and radical techniques for advanced users. Importantly, some options require super-user rights (root), but most work without them.

The Wallpaper Carousel feature was introduced into MIUI as part of Xiaomi’s ecosystem of services, which uploads images from the company’s cloud storage, offering users:

  • πŸŒ„ Daily change of background images (landscapes, cities, abstractions)
  • πŸ“… Topics for holidays and events (New Year, March 8, etc.)
  • 🎨 Collections from partners (for example, wallpaper from National Geographic)
  • πŸ“’ Banners (in some regions)

The problem is that the default feature is on and it is hidden in the depth of the settings. Moreover, after the MIUI updates, the carousel can be activated again automatically. Depending on the smartphone model (Redmi Note 12, POCO X5, Xiaomi 13, etc.) and the firmware version, the ways to turn off may vary.

Can you take the carousel away forever? Yeah, but there's a nuance:

  • βœ… On most devices, it is enough to turn off the function in wallpaper settings.
  • ⚠️ In some models (especially with MIUI Global option may be blocked.
  • πŸ”§ For complete removal, root rights or ADB-team.
πŸ“Š What version? MIUI you have installed?
MIUI 12
MIUI 13
MIUI 14
The other one/I don't know/

The simplest and most secure method, which works on 90% of Xiaomi devices, is suitable for models Redmi 10/11/12, POCO F4/X4, Xiaomi 12T/13 Lite and others with MIUI 12-14.

Instructions:

  1. Press and hold the empty space on the home screen until the menu appears.
  2. Select Wallpaper (or Wallpapers in English firmware).
  3. At the bottom of the screen, tap the icon. βš™οΈ Settings (or Settings).
  4. Find the Wallpaper Carousel option and move the slider to the off position.
  5. Confirm the action if a warning appears.

β˜‘οΈ Preparation for the carousel shutdown

Done: 0 / 4

If the item Carousel wallpaper is not on the menu, try:

  • πŸ” Scroll down the settings list – sometimes the option is hidden.
  • πŸ”„ Reboot your phone and repeat the steps.
  • πŸ“± Update the firmware to the latest version (in new versions) MIUI settings may change).

⚠️ Note: On some firmware (for example, MIUI Global for the European region) the option to disable the carousel may be blocked.

If the standard method does not work, you can turn off the carousel using ADB-It doesn't require superuser rights, but it does require a computer and USB-cable.

What you need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times to tap according to the version β†’ return to β†’ For developers β†’ Debugging by USB).
  • πŸ› οΈ Utility. ADB Tools (download from the official website).

Step-by-step:

  1. Connect your smartphone to your PC and allow debugging (the phone will have a request).
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to disable the carousel: adb shell pm hide com.miui.miwallpaper If it doesn't work, try: adb shell pm uninstall --user 0 com.miui.miwallpaper
  5. Reboot the phone.
Team team.Action.Note
adb shell pm hide com.miui.miwallpaperHiding the carousel app for the current userIt works on MIUI 12-14, reversibly.
adb shell pm uninstall --user 0 com.miui.miwallpaperRemove the application for the current userRequires confirmation, recoverable through reset
adb shell pm disable-user com.miui.miwallpaperShutting down the app.It may not work on the new MIUI versions.

⚠️ Attention: After update MIUI The carousel can come back. In this case, repeat the procedure. Also, some commands can reset when the phone is reset to factory settings.

πŸ’‘

If ADB Does not recognize the device, try reinstalling Xiaomi drivers or using another USB-Port. macOS/Linux You may need to add rules for udev.

Method 3: Disable via Mi Account settings (for Chinese firmware)

On devices with Chinese firmware (MIUI China), the wallpaper carousel is often tied to the Mi Account. You can turn it off through synchronization settings.

Instructions:

  1. Open the Settings. β†’ Mi Account.
  2. Go to Account Settings β†’ Synchronization.
  3. Find Wallpaper and turn off synchronization.
  4. Return to the wallpaper menu (as in Method 1) and check if the carousel has disappeared.

If there is no option:

  • πŸ”„ Try to log out of your Mi Account and log in again.
  • πŸ“΅ Turn off mobile internet and Wi-Fi for 10-15 minutes – sometimes it resets the carousel settings.
  • 🌐 Check the region in your phone settings (Settings) β†’ Additionally. β†’ For some regions (e.g. India), the carousel is more easily turned off.
What if the carousel returns after the shutdown?
If the carousel reappears after the reboot, this may be due to the automatic update of Xiaomi services. Try: 1. Turn off auto-update for the Themes app in Settings β†’ Applications β†’ Application Management β†’ Themes β†’ Auto-update. 2. Limit background activity for Themes and Wallpaper in battery settings. 3. Use Method 2 (ADB) to completely remove the component.

If you're willing to take drastic measures and you have root access, you can completely delete the system files that are responsible for the carousel. This method is irreversible, so back up the data.

What you need:

  • πŸ“± Smartphone with unlocked bootloader and installed Magisk or SuperSU.
  • πŸ› οΈ Root-access file manager (e.g., Root Explorer or Solid Explorer).
  • πŸ”„ Backup of the system (in case of errors).

Instructions:

  1. Open the file manager and go to /system/priv-app/MiuiWallpaperCarousel.
  2. Remove or rename the folder (for example, in the MiuiWallpaperCarousel_bak).
  3. Go to /system/app/Themes and delete files associated with the carousel (usually MiuiWallpaper.apk or WallpaperCarousel.apk).
  4. Clear the cache and application data Themes and Wallpaper in Settings β†’ Apps.
  5. Reboot the phone.

⚠️ Warning: Incorrectly deleting system files can lead to bootloop or loss of functionality. If you are not sure, use Method 2 (ADB), It's safer.

Alternative option for users with Magisk:

  • πŸ“¦ Install the Disable Wallpaper Carousel module from the Magisk repository.
  • πŸ”„ Reset the device.

Method 5: Using third-party launchers (a bypass)

If none of these things worked, you can just replace the standard launcher with a third-party one, and it won't remove the carousel completely, but it will hide it from view.

Popular launchers for Xiaomi:

  • 🏠 Nova Launcher – flexible settings, gesture support, no advertising.
  • 🎨 Lawnchair is an open source lightweight launcher.
  • ⚑ Hyperion Launcher – Optimized for Performance.
  • πŸ“± POCO Launcher - Official Launcher from POCO carouselless.

How to determine:

  1. Download the launcher from Google Play or APKMirror.
  2. Install and open the application.
  3. Click Set as default launcher in the welcome window.
  4. In the launcher settings, disable all widgets and animations associated with wallpaper.

Advantages of the method:

  • βœ… Does not require rooting or ADB.
  • βœ… You can return the standard launcher at any time.
  • βœ… Additional functions (gestures, themes, icons).

Disadvantages:

  • ❌ The carousel stays in the system and consumes resources in the background.
  • ❌ Some widgets MIUI may not work.

πŸ’‘

The launcher side is the safest way to get rid of the carousel without any interference, but they don't remove it completely, they just hide it.

If after all the manipulations the wallpaper carousel continues to appear, check the following points:

Problem.Possible causeDecision
Carousel returns after updateMIUI restores standard settingsRepeat Method 2 (ADB) or roll back the update
Shutdown option inactiveRegional firmware restrictionsChange the region to India or Russia in the settings
The carousel only appears on the screen lock.Separate setting for lockingTurn off in Settings β†’ Lock and Protection β†’ Wallpaper settings
ADB-teams are not workingAccess to system packages is blockedTry adb shell pm uninstall -k --user 0 com.miui.miwallpaper

If nothing helps, radical measures remain:

  • πŸ”„ Reset to factory settings (before doing this, make a backup copy!).
  • πŸ“₯ Flip-on MIUI EU Or custom firmware (such as Pixel Experience).
  • πŸ›‘οΈ Using the Xposed Framework with a module to lock the carousel (power users only).
Can I turn off the carousel on Xiaomi without a computer?
Yes, in most cases, Method 1 (via wallpaper settings) is enough. If you don't have an option, try changing the region in your phone settings to India or Russia - sometimes this will unlock hidden features.
Why do the wallpaper turn black after the carousel is turned off?
This happens if the system can't load an alternative background. Solution: Manually set static wallpapers through Settings β†’ Wallpaper. Download wallpaper from Google Photos or Zedge and apply them. Reboot your phone.
Wallpaper carousel eats up traffic. How do you stop it?
Turn off background data for the Topic and Wallpaper apps: Go to Settings β†’ Mobile Network β†’ Traffic Usage. Find Themes and Wallpaper, tap them. Turn off Background traffic and Data Autoupload. Method 2 (ADB) or disable sync in your Mi Account will also help.
Will the carousel work after resetting the phone to factory settings?
Yes, it will most likely turn on again, as it is a standard MIUI feature.To avoid this: Immediately after reset, turn off the carousel via Method 1. Use Method 2 (ADB) before first setting up the phone. Set a third-party launcher (Method 5) before restoring data from the backup.
Can I return the carousel after the shutdown?
Yes, if you used: Method 1 or 3 β€” just turn the carousel back on in the settings. Method 2 (ADB) β€” run adb shell pm uninstall -k --user 0 com.miui.miwallpaper by replacing uninstall with install. Method 4 (root) β€” restore deleted files from the backup. If you used a third-party launcher (Meth 5), just return the standard MIUI launcher.