How to remove the wallpaper carousel on Xiaomi: all ways (including hidden)

The wallpaper carousel on Xiaomi smartphones is a dynamic collection of background images that automatically changes on the lock screen or desktop. For some users, this feature becomes an annoying element: it consumes an extra battery, slows down interface animations and sometimes loads low-resolution wallpaper. Worst of all, the latest versions of MIUI 14/15 do not always allow the standard settings to completely disable the carousel - the deactivation button can be hidden or blocked.

In this article, we will analyze all the current ways to remove wallpaper carousel on Xiaomi, Redmi and other devices. POCO, including models 2022-2026 (Mi 13 Ultra, Redmi Note 12 Pro)+, POCO F5 You will learn how to disable the function through the settings menu, hidden options MIUI, and also ADB-We'll take a look at the challenges faced by global and Chinese firmware users, where the carousel algorithms may differ.

The dynamic wallpaper function ("Carousel" or "Dynamic Wallpapers") was introduced in MIUI 12 as part of the personalization ecosystem.

  • ๐Ÿ”„ When you first turn on the smartphone (if not disable in the settings wizard).
  • ๐Ÿ“ฒ After updating the firmware to MIUI 13/14/15 (The system resets some settings).
  • ๐ŸŒ When you connect to a Xiaomi account (sync themes).
  • ๐ŸŽจ When installing third-party themes from the Mi Theme Store (some packages include the default carousel).

Technically, the wallpaper carousel is not a standalone app, but part of the com.miui.gallery and com.android.themes system service, so simply deleting the cache or disabling the Theme app won't help, but there are workarounds, from the simple to the radical.

On forums, users often complain that after a shutdown, the carousel returns after a few days.

  • ๐Ÿ”„ Automatic update of topics (MIUI periodically synchronizes settings with Xiaomi servers).
  • ๐Ÿ“ฑ Resetting settings after firmware update.
  • ๐Ÿ› ๏ธ Restore Factory Parameters through Mi Cloud.

โš ๏ธ Note: On devices with Chinese firmware (China) ROM) Some methods of disabling the carousel may not work due to manufacturer limitations, in which case only manual editing of system files through the vehicle will help. ADB or re-flashing to the global version.

๐Ÿ“Š What version? MIUI installed on your Xiaomi?
MIUI 12
MIUI 13
MIUI 14
MIUI 15
I don't know.

The easiest method is to use built-in system options, which is suitable for most MIUI 12-15 devices, but may not be available on some custom firmware models.

Instructions:

  1. Open Settings โ†’ Wallpaper (or Personalization on new versions).
  2. Select a Lock Screen or Desktop (depending on where you want to remove the carousel).
  3. Scroll down to the wallpaper carousel section (may be called Dynamic Wallpaper or Carrier).
  4. Turn the slider to the "Off" position or press Disable.
  5. Confirm the action if the system requests permission.

If the item "Carousel wallpaper" is not on the menu, try an alternative way:

  • ๐Ÿ“ฑ Hold your finger to the free space on the desktop โ†’ Wallpaper. โ†’ Wallpaper settings โ†’ carousel.
  • ๐Ÿ” In the settings search bar, enter "carousel" or "dynamic wallpaper".

โš ๏ธ Note: On some devices (POCO F4, Redmi K50) After you turn off the carousel through the settings, it can be activated again after you restart.

โ˜‘๏ธ Preparation for the carousel shutdown

Done: 0 / 4

In recent firmware versions, Xiaomi has hidden a direct button to turn off the carousel in the wallpaper menu, but left the option of deactivation through the โ€œThemesโ€ section.

Step-by-step:

  1. Open the Themes app (the icon with a brush on your desktop).
  2. Go to the section My topics โ†’ Wallpaper.
  3. Press three points (โ‹ฎ) in the upper right corner and select Wallpaper Settings.
  4. Find the option "Wallpaper Carousel" or "Automatic shift" and turn it off.
  5. Return to the main screen and check if the carousel has disappeared.

If the "Themes" menu does not have the right item, try resetting the application settings:

  • ๐Ÿ“ฑ Go to Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” Find Themes (com.android.themes) and select Warehouse.
  • ๐Ÿ—‘๏ธ Click Clear Data and Clear Cache.
  • ๐Ÿ”„ Reset the device.

After resetting, the carousel should disappear, but you will have to reconfigure the theme and wallpaper.

๐Ÿ’ก

If the carousel returns after the MIUI update, before installing the new firmware, turn off automatic synchronization of themes in the Xiaomi account: Settings โ†’ Xiaomi Account โ†’ Synchronization โ†’ Topics (remove the tick).

Method 3: Disconnect via ADB (for power users)

If standard methods do not work, you can block the wallpaper carousel using the ADB-This method requires connecting the smartphone to the computer and enabling debugging. USB, It is guaranteed to remove the function at the system level.

What you need:

  • ๐Ÿ–ฅ๏ธ A computer with installed Xiaomi drivers and ADB (Download Platform Tools).
  • ๐Ÿ“ฑ Smartphone with enabled debugging USB (Settings โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times to activate the developer mode โ†’ Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ USB-cable (preferably original).

Instructions:

  1. Connect your smartphone to your PC and allow debugging (a request will appear on the phone screen).
  2. Open the command prompt (cmd) in the folder with ADB and type:
adb devices

(Your device should be displayed.)

  1. Run the command to turn off the carousel:
adb shell pm disable-user --user 0 com.miui.miwallpaper

If this command doesnโ€™t work, try an alternative:

adb shell pm hide com.miui.miwallpaper
  1. Reboot your smartphone (adb reboot).

To return the carousel, use:

adb shell pm enable com.miui.miwallpaper
Team team.Action.Note
disable-userDisable the application for the current userIt does not delete data, it only blocks work.
hideHiding the application from the systemIt doesnโ€™t work on all versions of MIUI.
enableTurns the app back onReboot required
uninstall -kRemoves app updatesMaybe reset the theme settings.

โš ๏ธ Note: On some devices (Xiaomi) 13T, POCO X5 Pro) after execution ADB-The carousel can return after updating the firmware, in which case you will have to repeat the procedure or use method 4 (manual removal of the apk).

What if the ADB canโ€™t see the device?
1. Make sure that the debugging is enabled by USB and allowed access for your PC. 2. Install Xiaomi drivers (download from the official website). 3. Try another one. USB-cable (preferably original). 4. Switch the connection mode to "File Transfer" (MTP) 5.Reboot your PC and smartphone.

It's a radical method that completely removes the carousel files from the system, requires root rights, and can cause the firmware to run in an unstable way if something goes wrong, and is suitable for users who are willing to sacrifice warranties for the sake of cleanliness.

What you need:

  • ๐Ÿ“ฑ Smartphone with unlocked bootloader and root rights (for example, through Magisk).
  • ๐Ÿ› ๏ธ File Manager with access to /system (Root Explorer or Mixplorer).
  • ๐Ÿ” Knowledge of the names of system apcs (MiWallpaper.apk, DynamicWallpaper.apk).

Instructions:

  1. Open the file manager with root access.
  2. Go to /system/priv-app/ or /system/app/.
  3. Find the files: MiWallpaper (main carousel module), DynamicWallpaper (dynamic wallpaper), WallpaperCarousell (on some firmware).

.bak

Reset the device.

If you have problems with wallpaper after deleting (for example, it is impossible to install new ones), restore files from a backup or reflash the device.

โš ๏ธ Note: Deleting system uploads can cause a cyclic bootloop if files are linked to other components MIUI. Before the action, make a backup copy through TWRP Or Mi Flash Tool.

๐Ÿ’ก

Removing the APK carousel is the most reliable way, but it is only suitable for experienced root-right users. On devices without root, use ADB or standard settings.

Method 5: Using third-party launchers

If you donโ€™t want to go through the system settings, you can simply replace the standard MIUI launcher with a third-party one (like Nova Launcher, Lawnchair or Hyperion). Most of the alternative shells donโ€™t support Xiaomiโ€™s wallpaper carousel, so the problem will be solved automatically.

How it works:

  • ๐Ÿ“ฑ Install any launcher from Google Play.
  • ๐Ÿ”ง Set it up as the default launcher (when you first start the system will offer a choice).
  • ๐ŸŽจ Install static wallpaper through the new launcher settings.

Pros of the method:

  • โœ… Does not require root rights or ADB.
  • โœ… It retains all the functions of the smartphone.
  • โœ… Allows you to customize the interface deeper than the standard MIUI.

Cons:

  • โŒ The carousel can remain on the lock screen (if not disabled in the settings).
  • โŒ Some Xiaomi widgets may not work.

Recommended launchers for Xiaomi:

LauncherSupport for topicsNo advertising.Cost
Nova Launcherโœ… (icon-pacque)โœ… (prime-version)Free of charge / ~300โ‚ฝ
Lawnchairโœ… (embedded themes)โœ…Free of charge.
Hyperion Launcherโœ… (deep-customization)โŒ (banners)Free of charge.
Poco LauncherโŒ (minimalism)โœ…Free of charge.

Frequent problems and their solutions

Even after the carousel is turned off, users face a number of problems, and let's look at the most common ones and how to fix them.

Problem 1: The carousel returns after the reboot.

  • ๐Ÿ”น Solution: Turn off automatic themes sync in your Xiaomi account (Settings) โ†’ Xiaomi account โ†’ Synchronization โ†’ Topics).
  • ๐Ÿ”น If it doesn't help, use it. ADB-command to completely remove the packet (method 3).

Problem 2: There is no "Wallpaper carousel" item in the settings.

  • ๐Ÿ”น Solution: Update the firmware to the latest version MIUI โ€” In older versions, the option may not be available.
  • ๐Ÿ”น Check the regional settings: on Chinese firmware (China) ROM) The menu may be called differently (for example, "").

Problem 3: After removing the APK, the carousels were all gone.

  • ๐Ÿ”น Solution: Reset wallpaper through Settings โ†’ Wallpaper or third-party application (e.g. WallpapersCraft).
  • ๐Ÿ”น If wallpaper is not installed, restore deleted files from backup.

Problem 4: The carousel is only on the lock screen.

  • ๐Ÿ”น Solution: Disable it separately in the lock settings: Settings โ†’ Lock screen โ†’ Wallpaper. โ†’ carousel.
  • ๐Ÿ”น If there is no option, use it. ADB-Disable the service com.miui.miwallpaper.

๐Ÿ’ก

If you have the carousel left after all the manipulations, try resetting the Themes and Gallery app settings through Settings โ†’ Apps โ†’ Application Management. This often helps to reset hidden settings.

FAQ: Answers to Frequent Questions

Can I remove the wallpaper carousel without root rights?
Yes, in most cases, standard settings (method 1 or 2) are sufficient or ADB-Root rights are only needed to completely delete the system files of the carousel.
Why is the carousel returning after the MIUI update?
When you update your firmware, some settings are reset to factory settings. To avoid this, turn off the themes sync in your Xiaomi account before upgrading and use them. ADB-team to block carousel service.
Will the ADB work on the POCO F5?
Yes, ADB-The method is universal for all devices on MIUI, including POCO F5, Redmi Note 12 and Xiaomi 13. the main thing is to enable debugging USB and use relevant teams.
Can you turn off the carousel only on the desktop, but leave it on the lock?
Yes, in the wallpaper settings (Settings โ†’ Wallpaper), select the Desktop and turn off the carousel only for it. You will have to configure the settings separately for the lock screen.
What if after removing the APK carousel stopped working lock screen?
Return deleted files from backup or reflash the device. Typically, the problem occurs if system components associated with SystemUI have been removed. In extreme cases, reset to factory settings (but this will delete all data!).