How to completely remove the wallpaper carousel on Xiaomi Redmi: from settings to ADB

The wallpaper carousel on Xiaomi Redmi smartphones is one of the most controversial features of the MIUI shell. On the one hand, it offers automatic background changes, refreshing the appearance of the desktop. On the other hand, many users complain about arbitrary traffic consumption, slowing down animations and even battery drain due to the background activity of the service. If you too have faced these problems or just want to regain control of the wallpaper, this article will help to completely deactivate the carousel without losing the functionality of the MIUI.

Unlike the standard settings shutdown (which often doesn’t work properly), we’ll look at three methods: through the phone’s menu, using ADB, and using third-party utilities. Each method has been tested on Redmi Note 10/11/12, Redmi 9/10, and POCO X3/X4 running MIUI 12-14. Importantly, some actions require developer rights or root access β€” we’ll separately specify where this is critical.

Before you start, make sure that on your device:

  • πŸ“± Version. MIUI at least 12.5 (on old firmware, some methods do not work)
  • πŸ”§ Developer mode is enabled (instruction below)
  • πŸ“Ά Stable Wi-Fi connection (for downloading) ADB-tool)
  • πŸ”‹ Battery charge above 30% (to avoid failures when system files are changed)
πŸ“Š What kind of Redmi model do you have?
Redmi Note 10/11/12
Redmi 9/10/9A
POCO X3/X4/X5
Redmi K40/K50
Another model

The easiest way is to use the built-in shell options. Unfortunately, it doesn't always work 100%, especially after MIUI updates, but it's worth trying first.

Instructions:

  1. Open the Themes app (the icon with a brush on your desktop).
  2. Go to Wallpaper section. β†’ Wallpaper carousel.
  3. Turn off the slider Automatic change of wallpaper.
  4. Return to the main screen and check if the carousel disappeared when swiping to the left.

If the carousel is still active:

  • πŸ”„ Restart the device – sometimes changes only apply after a reboot.
  • πŸ“‚ Check if you have any other themes (they may conflict with the settings).
  • 🚫 Remove the app cache Topics in Settings β†’ Annexes β†’ Application management β†’ Topics β†’ Warehouse β†’ Clear the cache.

⚠️ Attention: On some firmware (MIUI 13.0.4–13.0.6) The option to turn off the carousel may not be on the menu.

Enable the developer mode (7 taps by build number in "About phone")

Allow debugging over USB in "Settings β†’ Additional β†’ For developers"

Download Platform Tools from Google’s official website

Connect your phone to your PC with the original cable

-->

Using Android Debug Bridge (ADB) to disable the carousel at the system command level, it is more reliable than standard settings, but requires a connection to a computer.

Step-by-step:

  1. Download and unpack Platform Tools on PC.
  2. Connect Redmi to your computer and allow debugging over USB (a request will appear on the phone screen).
  3. Open the command prompt (cmd) in the folder with the platform-tools and type:
adb devices

(Your device should be displayed. If not, check the drivers.)

adb shell pm uninstall -k --user 0 com.miui.miwallpaper

This command removes the carousel application for the current user without deleting system files.

After completion:

  • πŸ”„ Reboot the phone.
  • πŸ“± Check the absence of a carousel swipe left on the home screen.
  • πŸ”§ If the wallpaper is dropped on the standard, install new ones manually through the Topics.

⚠️ Note: On some models (Redmi Note 11 Pro)+, POCO F4) This command can cause the desktop widgets to be reset.

What if the ADB can’t see the device?
1. Check if debugging is included on USB 2. Install Xiaomi drivers from the official website (Section "Support" β†’ Drivers. 3. Try another one. USB-cable (preferably original). 4. Reboot your phone and PC. 5. In the command line, type: adb kill-server then adb start-server

If the first two methods didn’t work, you can use specialized applications, we recommend MIUI Hidden Settings or Activity Launcher, which allow you to access hidden MIUI options.

Instructions for MIUI Hidden Settings:

  1. Download the app from Google Play.
  2. Open the Desktop section β†’ Wallpaper Carousel.
  3. Turn off the options: πŸ”˜ Enable Wallpaper Carousel πŸ”˜ Auto Download Wallpapers πŸ”˜ Network Usage (if available)

Save the changes and restart the phone.

For Activity Launcher:

  1. Install the utility from Google Play.
  2. Find the list of activities com.miui.home.
  3. Select WallpaperCarouselSettingsActivity.
  4. Turn off all sliders associated with the carousel.
MethodPC requiredRoot is required.EfficiencyRisk of failure
Standard settings❌ No.❌ No.⚠️ Medium❌ Low.
ADB-teamβœ… Yes.❌ No.βœ… Tall.⚠️ Medium.
MIUI Hidden Settings❌ No.❌ No.βœ… Tall.❌ Low.
Activity Launcher❌ No.❌ No.βœ… Tall.❌ Low.

πŸ’‘

If the wallpaper is blurred after the carousel is turned off, reset it through "Themes β†’ My Wallpaper β†’ Local." MIUI sometimes resets the resolution of background images when changing the settings of the carousel.

4. Manual deletion of system files (for advanced users)

This method involves manual removal. APK-The carousel file requires root access or an unlocked bootloader, only use it if other methods have not helped!

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/MiuiWallpaperCarousel
  3. Delete or rename files: πŸ“„ MiuiWallpaperCarousel.apk πŸ“„ MiuiWallpaperCarousel.odex (if any)

Reset the device.

After removal:

  • βœ… The carousel will disappear forever (even after the updates) MIUI).
  • ⚠️ Some of the themes may not work properly.
  • πŸ”§ To restore, it is enough to return the files back.

⚠️ Attention: Removal of system APK-Files can cause cyclic restart (bootloop) on some firmware MIUI 14.Before the action, make a backup copy through TWRP Or OrangeFox.

If after the shutdown you decide to restore the carousel, use one of the ways:

For the ADB method:

adb shell cmd package install-existing com.miui.miwallpaper

For manual removal:

  • Download the original MiuiWallpaperCarousel.apk for your version of MIUI (can be extracted from the firmware via MT Manager).
  • Place the file back in /system/priv-app/MiuiWallpaperCarousel/.
  • Enter the rights 644 (r-w-r-----).
  • Reset the device.

For third-party utilities: just turn the sliders back on to MIUI Hidden Settings or Activity Launcher.

πŸ’‘

Disabling the carousel via ADB is the safest method among the "advanced" ones. It does not require root, is reversible and works on 90% of Redmi models.

Frequent problems and their solutions

Even after a successful shutdown of the carousel, users experience side effects.

Problem 1: The carousel is gone, but the wallpaper doesn't change when swiping.

  • πŸ”§ Solution: Set wallpaper manually through Topics β†’ Wallpaper. β†’ Local. MIUI may reset the display settings.

Problem 2: After the MIUI update, the carousel reappeared.

  • πŸ”„ Solution: Repeat the shutdown procedure (ADB Updates often restore system applications.

Problem 3: The Topic app gives an error after the carousel is removed.

  • πŸ› οΈ Solution: Clear the application data Themes in the settings or reinstall it through ADB: adb shell pm clear com.android.themes

Problem 4: The wallpaper change animation remains on the lock screen.

  • πŸ”’ Solution: Disconnect separately the carousel to lock in Settings β†’ Lock screen β†’ Additionally. β†’ Change of wallpaper.

If you don’t like the standard carousel but want a dynamic wallpaper, consider these apps:

  • πŸŒ„ Wallpaper Engine – Animated wallpaper with low battery consumption (requires) MIUI 13+).
  • πŸ–ΌοΈ Muzei – Automatic wallpaper change from Google Arts & Culture collections.
  • 🌌 Backdrops – minimalist wallpaper with manual change rate setting.
  • 🎨 Zedge – a large base of static and live wallpaper with categorization.

Advantages of third-party solutions:

  • ⚑ Less battery load (optimized better than battery) MIUI-carousel).
  • πŸŽ›οΈ More settings (shift interval, image sources).
  • πŸ”’ No forced content downloads (like in a standard carousel).

⚠️ Note: Apps like the Wallpaper Engine may conflict with the MIUI Optimization. If wallpaper does not apply, disable optimization in the developer settings (Settings) β†’ Additionally. β†’ For developers β†’ Shut down. MIUI Optimization).

Can I turn off the carousel without a computer?
Yes, use the standard settings method or MIUI Hidden Settings/Activity Launcher utility. ADB requires a PC, but that's not the only way.
Why did all the wallpaper disappear after the carousel was turned off?
MIUI sometimes resets custom wallpaper when you change the settings of the carousel. Set them again through Themes β†’ My Wallpaper. If the wallpaper was from the carousel, it will be deleted irrevocably.
Will the ADB on Redmi work with a locked bootloader?
Yes, the adb shell pm uninstall-k --user 0 com.miui.miwallpaper command doesn't require unlocking the bootloader. It only removes the app for the current user.
How to check if the carousel is actually turned off?
Swipe left on the home screen β€” if you have a blank screen or a standard background instead of changing the wallpaper, the carousel is deactivated. Also check the activity of the com.miui.miwallpaper process in Settings β†’ Apps β†’ All apps.
Can you turn off the carousel only on the lock screen, leaving it on the home screen?
Yes, for this: Open Settings β†’ Lock screen β†’ Additional. Turn off the option of Change Wallpaper or Wallpaper Carousel. On the home screen, the carousel will remain active (unless otherwise disabled).