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.
Why is the wallpaper carousel appearing on Xiaomi and can it be removed?
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.
Method 1: Disabling the carousel through wallpaper settings (without root)
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:
- Press and hold the empty space on the home screen until the menu appears.
- Select Wallpaper (or Wallpapers in English firmware).
- At the bottom of the screen, tap the icon. βοΈ Settings (or Settings).
- Find the Wallpaper Carousel option and move the slider to the off position.
- Confirm the action if a warning appears.
βοΈ Preparation for the carousel shutdown
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.
Method 2: Remove the carousel via ADB (without root but with PC)
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:
- Connect your smartphone to your PC and allow debugging (the phone will have a request).
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- 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
- Reboot the phone.
| Team team. | Action. | Note |
|---|---|---|
| adb shell pm hide com.miui.miwallpaper | Hiding the carousel app for the current user | It works on MIUI 12-14, reversibly. |
| adb shell pm uninstall --user 0 com.miui.miwallpaper | Remove the application for the current user | Requires confirmation, recoverable through reset |
| adb shell pm disable-user com.miui.miwallpaper | Shutting 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:
- Open the Settings. β Mi Account.
- Go to Account Settings β Synchronization.
- Find Wallpaper and turn off synchronization.
- 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?
Method 4: Remove the carousel with root rights (for advanced)
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:
- Open the file manager and go to /system/priv-app/MiuiWallpaperCarousel.
- Remove or rename the folder (for example, in the MiuiWallpaperCarousel_bak).
- Go to /system/app/Themes and delete files associated with the carousel (usually MiuiWallpaper.apk or WallpaperCarousel.apk).
- Clear the cache and application data Themes and Wallpaper in Settings β Apps.
- 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:
- Download the launcher from Google Play or APKMirror.
- Install and open the application.
- Click Set as default launcher in the welcome window.
- 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.
What if the carousel is coming back anyway?
If after all the manipulations the wallpaper carousel continues to appear, check the following points:
| Problem. | Possible cause | Decision |
|---|---|---|
| Carousel returns after update | MIUI restores standard settings | Repeat Method 2 (ADB) or roll back the update |
| Shutdown option inactive | Regional firmware restrictions | Change the region to India or Russia in the settings |
| The carousel only appears on the screen lock. | Separate setting for locking | Turn off in Settings β Lock and Protection β Wallpaper settings |
| ADB-teams are not working | Access to system packages is blocked | Try 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).