The wallpaper carousel on Xiaomi smartphones is one of the most controversial features of the MIUI shell. On the one hand, it automatically updates the background pattern, offering fresh images from Xiaomi collections or partners. On the other hand, many users find it intrusive: it eats up traffic, drains the battery and prevents you from focusing on the desktop. Worse, after MIUI updates, the carousel often turns on itself, even if you previously turned it off.
In this article, weβll look at all the current ways to disable the carousel, from official settings to hidden commands for power users. Instructions are tested on the latest versions of MIUI 14/15 (including global and Chinese firmware) and work on Redmi Note 12/13, POCO F5/X5, Mi 11/12/13 and newer devices. If standard methods donβt work, we have backup options using ADB and editing system files.
Why does the wallpaper carousel appear again and again?
The main problem lies in the MIUI architecture. Xiaomi shell aggressively synchronizes settings with the company's servers, and the wallpaper carousel is tied to the Mi Cloud service (even if you do not use it!).
- π Updates MIUI: After installing the new firmware version, many settings are reset to factory ones, including the background processes of the carousel.
- π± Sync with Mi Account: If you are logged in to a Xiaomi account, the system can restore the βrecommendedβ settings, including wallpaper.
- π‘ Background Services: Themes app and MiuiDaemon service periodically check for content updates, even if the carousel is disabled.
- π οΈ Cache Errors: Damaged cache files in the folder /data/system/theme/ They can reset user settings.
Interesting fact: on Chinese firmware (China ROM), wallpaper carousels are more aggressive than on global ones (Global ROM), and this involves monetization through affiliate content (such as movie or game ads), and in some regions, such as India, the carousel cannot be turned off by standard means, only through ADB or manual file editing.
β οΈ Note: If you use custom firmware (e.g. xiaomi.eu or PixelExperience), the ways to turn off may be different.In some builds, the wallpaper carousel is removed at the core level, but this is rare.
Method 1: Disconnect via standard MIUI settings
Letβs start with the simplest method that works on most Xiaomi devices with MIUI 12 and later: you donβt need root rights or a computer, itβs all done in the interface of the smartphone.
Instructions:
- Open the Themes app β its icon looks like a palette of colors.
- Go to Wallpaper (or Wallpapers in English).
- At the top of the screen, find the wallpaper carousel switch (or Wallpaper Carousel) and turn it off.
- Go back to the home screen and check if the background has changed. If the carousel is still running, restart the device.
On some models (for example, Redmi Note 10 Pro or POCO X3 Pro) the item may be called differently:
- π Wallpaper-driver
- π Dynamic wallpaper
- πΌοΈ Live Wallpaper (not to be confused with animation!)
β οΈ Attention: On firmware MIUI 14+ for the region of India (code) IN) The standard shutdown may not work due to Xiaomi's policy.In this case, proceed to Method 4 (ADB).
βοΈ Checking the carousel shutdown
Method 2: Remove the Themes app (without root)
If the standard method didn't work, you could go a radical way of disabling the Theme app that runs the carousel, which won't remove it completely (without root rights, it won't), but it will stop the background processes.
How to do this:
- Go to Settings β Applications β Application Management.
- Find the list of topics (Themes) and open its page.
- Press Disable (or Disable). Confirm action.
- Reboot your smartphone.
After the shutdown:
- β The wallpaper carousel will stop updating.
- β Notifications of new topics will disappear.
- β You wonβt be able to install wallpaper from Xiaomi Gallery (but you can use third-party apps).
- β Some widgets MIUI may be incorrectly displayed.
To get the functionality back, just turn the application back on in the settings. This method does not require root and is reversible.
π‘
If you lose access to gallery wallpaper after disabling Them, install a third-party app like WallpapersCraft or Backdrops, which offers more ads-free options.
Method 3: Resetting the settings of the MIUI launcher
Sometimes the wallpaper carousel gets stuck in an active state due to a failure in the launcher settings (main screen), in which case the MIUI Launcher reset helps, this will return the standard settings without losing data.
Step-by-step:
- Open Settings β Applications β Application Management.
- In the search bar, enter Launcher (or Launcher in Russian).
- Select the MIUI Launcher app (house icon).
- Click Warehouse β Clear the data and confirm.
- Reboot the phone.
After discharge:
- π All wallpaper and widgets will return to factory settings.
- π± The wallpaper carousel will shut down (if it was turned on through the launcher).
- β οΈ You will have to reconfigure the main screen (location of icons, folders, etc.).
β οΈ Note: On some devices (POCO F4, Redmi K50) Resetting the launcher can lead to loss of wallpaper on the lock.Previously save your favorite background to the gallery.
Method 4: Disconnect via ADB (for power users)
If previous methods didnβt work, youβll need to use Android Debug Bridge (ADB), a tool for debugging Android devices, which is guaranteed to turn off the carousel, but requires a computer and basic command-line skills.
What you need:
- π» Computer with Windows/macOS/Linux.
- π± Cable USB (preferably original).
- π§ Included debugging by USB smartphone.
- π₯ Utility. ADB (You can download from the official website).
Instructions:
- Turn on Developer Mode: Go to Settings β About Phone. Click 7 times on MIUI until the notification "You're a developer" appears.
- Activate USB Debugging: Return to Settings β Additional β Developer. Turn on the USB Debugging Switch.
- Connect your phone to your computer and confirm your trust in the device.
- Open the command prompt (or Terminal on macOS/Linux) and type: adb shell pm disable-user --user 0 com.miui.miwallpaper Then: adb shell pm disable-user --user 0 com.android.themes
- Reboot your smartphone.
If the carousel still works, try the additional command:
adb shell settings put global wallpaper_carousel_enabled 0| ADB Team Team | What's he doing? | Reversibility |
|---|---|---|
| pm disable-user --user 0 com.miui.miwallpaper | Disables the system wallpaper application | Yes (pm enable team) |
| settings put global wallpaper_carousel_enabled 0 | Forcedly disables the carousel in settings | Yes (replace 0 for 1) |
| pm uninstall -k --user 0 com.miui.miwallpaper | Removes wallpaper app updates | Partially (reinstallation required) |
β οΈ Note: On some devices (Mi 11 Ultra, Mi Mix 4) commands ADB It may not work because of the firmware that is protected, and only Method 5 (with root rights) will help).
π‘
ADB-commands are the most reliable way to disable the carousel, but requires a computer and enabled debugging on the carousel. USB. Suitable for all versions MIUI, including Chinese firmware.
Method 5: Edit system files (root only)
If you have root rights (like Magisk), you can permanently remove the wallpaper carousel by editing system files, which is the most radical and irreversible method without flashing.
You'll need:
- π οΈ Root access (check through the Root Checker app).
- π File Manager with root support (e.g. Solid Explorer or FX File Explorer).
- π Patience β a mistake can lead to a launcher failure.
Instructions:
- Open the file manager and go to /system/priv-app/MiuiWallpaperCarousel/
- Find the file MiuiWallpaperCarousel.apk and rename it to MiuiWallpaperCarousel.apk.bak.
- Go to the folder: /data/data/com.miui.home/shared_prefs/
- Open the file. launcher_preferences.xml in a text editor and find a line: <boolean name="wallpaper_carousel_enabled" value="true" /> Replace true with false.
- Save the changes, restart the phone.
If the launcher does not start after restarting:
- π Remove the app cache MIUI Launcher in settings.
- π₯ Reinstall the launcher via Magisk (module) MIUI Launcher Mod).
- π οΈ Restore the renamed file back.
What happens if you delete MiuiWallpaperCarousel.apk?
Method 6: Using third-party launchers
If all the previous methods seem complicated, there's a simple workaround to install an alternative launcher, which will completely replace the standard MIUI interface, and the wallpaper carousel will disappear with it.
The best options for Xiaomi:
| Launcher | Pluses | Cons |
|---|---|---|
| Nova Launcher | Flexible customization, gesture support, no advertising | Premium version for some functions |
| Lawnchair | Free, Lightweight, Pixel Style | Less Customization Opportunities |
| Hyperion Launcher | Animations, adaptive icons, dark theme | Battery costs are higher than Nova's |
| POCO Launcher | Optimized for Xiaomi, Free of charge | Fewer updates than Nova |
How to determine:
- Download the launcher from Google Play (or APKMirror if you don't have access).
- After installation, click the Home button and select the new launcher as the main one.
- Customize wallpaper through the launcher menu (usually a long press on the desktop).
Advantages of this method:
- π The wallpaper carousel is guaranteed to disappear.
- π¨ There will be more opportunities for customization of the interface.
- π Some launchers (like Nova) save battery better than standard ones. MIUI Launcher.
β οΈ Attention: On firmware MIUI 15+ When installing a third-party launcher, some functions may disappear, for example, pop-ups (Floating Windows) or super wallpapers (Super Wallpapers).
What if the carousel returned after the update?
MIUI updates often reset user settings, including the wallpaper carousel that has been disabled. To avoid this, follow these tips:
- π Turn off automatic theme updates: Go to Settings β Topics β Theme settings. Disable Auto Update and Recommendations.
- π΅ Freeze the "Themes" app through ADB: adb shell pm disable-user --user 0 com.android.themes This Will Prevent It From Launching After Updates.
- π Back up your settings: Install Swift Backup (requires root). Save settings MIUI Launcher and WallpaperCarousel.
Block Internet access for "Tem"
- Go to Settings β Applications β Topics β Mobile data.
- Turn off background traffic and Wi-Fi.
If the carousel does return anyway, consider opting out of MIUI updates (although itβs not safe from a security standpoint).The alternative is to switch to custom firmware, such as xiaomi.eu, where the wallpaper carousel is removed by default.
π‘
To get rid of the carousel forever, combine methods: disable "Themes" via ADB + install a third-party launcher + block background traffic for system applications.