Xiaomiβs Wallpaper Carousel app has become a real headache for many smartphone users on MIUI. Despite its beautiful live wallpaper, it consumes resources, shows intrusive advertising and is often updated without the ownerβs consent. Worst of all, standard removal through the app menu doesnβt work: the system simply resets it to the factory version, and after a few days the Carousel reappears after another automatic update.
In this article, we will discuss 5 proven ways to get rid of the Carousel forever, from simply turning it off to completely deleting system files. The methods are suitable for most Xiaomi, Redmi and POCO models on MIUI 12-14 (including HyperOS). Importantly, some solutions require super-user rights, but there are options for clean devices.
If you are willing to take risks for freedom from unnecessary software, read on. First, determine which option is right for your situation:
1. disabling the wallpaper carousel without removal (no root)
The safest way is to deactivate the application through system settings, which won't delete it completely, but will stop background activity and updates. MIUI Carousel may be activated again.
Instructions:
- Open Settings β Applications β Application Management.
- In the search box, type the wallpaper carousel (or com.miui.miwallpaper).
- Slip on the application, then select Disable.
- Confirm the action by clicking Disable the application.
After that, the icon will disappear from the menu and the background processes will cease, but updates via Google Play are still possible β they must be blocked separately (see section 3).
π‘
If the "Disable" button is inactive, try clearing the cache and app data in the same menu first.
β οΈ Note: On some firmware (for example, MIUI Global for Redmi Note 10 Pro) shutdown may reset after reboot.In this case, move on to more radical methods.
2.Removing Carousel Updates via ADB
If the standard shutdown doesn't work, you can remove all app updates through Android Debug Bridge (ADB), which will return the Carousel to the factory version, which weighs less and contains no ads, and works without root, but requires a connection to a computer.
What you need:
- π₯οΈ Computer with Windows/macOS/Linux
- π± USB-cable (original)
- π οΈ Utility. ADB Platform Tools by Google
- π§ Included Debugging by USB smartphone
Step-by-step:
- Download and unpack the platform-tools into a separate folder.
- Connect your smartphone to your PC, select File Transfer mode.
- Turn on USB Debugging in Settings β About Phone β MIUI version (tap 7 times on version, then go back to Additional settings β For developers).
- Open the command line (or Terminal) in the platform-tools folder and type: Adb devices should appear with the serial number.
- Run the command to remove updates: adb shell pm uninstall -k --user 0 com.miui.miwallpaper
After the reboot, Carousel will return to the factory version (usually version 1.0 or 2.0).To prevent automatic updates, block it in Google Play (see next section).
βοΈ Preparation for ADB-removal
3. Block automatic updates
Even after a shutdown or reset, Carousel can return via Google Play or the MIUI system updater. To avoid this, you need to block updates on both fronts.
Methods of blocking:
β οΈ Note: On some firmware (for example, MIUI China) system updater can not be turned off without root, in which case only the removal through ADB Delete files completely (Section 5).
An alternative method for advanced users is to change the name of the package through ADB so that the system does not recognize Carousel as an updated application.
adb shell pm hide com.miui.miwallpaperPlease note:
4. Remove the Carousel via Magisk (for rooted devices)
If your smartphone has superuser rights (root), you can completely remove the wallpaper carousel along with all its files. The best way to do this is the Magisk module, which allows you to delete system applications without risking damage to the firmware.
Instructions:
- Install Magisk Manager and get root access.
- Download the System App Remover module for Magisk.
- Install the module via Magisk and restart the device.
- Open System App Remover, search com.miui.miwallpaper and delete it.
Advantages of the method:
- β Complete removal without traces
- β The ability to restore the application through Magisk
- β There is no risk of βbrickingβ (unlike manually deleting files)
β οΈ Note: Removal of system applications on MIUI It can cause errors in the work of other services (for example, the themes of registration). TWRP Or OrangeFox Recovery.
What to do if the topics stop working after removal?
5. Manual deletion of Carousel files (for power users)
The most radical way is to manually delete Carousel files through a root-access file manager, which is suitable for those who do not want to use Magisk or have encountered errors after modular deletion.
What files should be deleted:
| Path to file/folder | Description | Can I remove it? |
|---|---|---|
| /system/priv-app/MiuiWallpaper | The main folder with APK-file | β Yes. |
| /data/app/com.miui.miwallpaper-* | Updated version (User data) | β Yes. |
| /data/data/com.miui.miwallpaper | Cash and application settings | β Yes. |
| /system/etc/permissions/miui_wallpaper.xml | Permissions file (may not be available) | β οΈ Only if there's a backup. |
How to delete:
- Install a file manager with root access (such as Root Explorer or Solid Explorer).
- Follow these paths and delete the folders/files.
- Clean Dalvik-cache (via TWRP or an app like Cache Cleaner).
- Reset the device.
β οΈ Note: Removing files from /system It can lead to bootloop if you remove something critical.Always check the paths before deleting and have a backup available to restore via fastboot.
π‘
Manually deleting system files is the riskiest method, only use it if other methods have failed and you have experience with root access.
6. Alternatives to Wallpaper Carousel for Xiaomi
If you've gotten rid of the standard Carousel, but you want beautiful live wallpaper, consider these alternatives, which consume less resources and don't impose advertising:
The best wallpaper apps:
- π Backdrops β minimalist wallpaper with manual selection, without advertising (there is a paid version).
- πΌοΈ Zedge β a huge database of static and live wallpaper (there is advertising, but it can be turned off in the settings).
- π Muzei Live Wallpaper β Wallpapers that are automatically updated (integration with Google Photos, Flickr, etc.).
- π¨ WallpapersCraft - high-quality wallpaper with resolution sorting (supports) 4K and AMOLED).
- π Kappboom is a Russian-language service with unique wallpapers for Xiaomi (there are themed collections for Xiaomi). POCO redmi).
For live wallpaper with minimal battery consumption, we recommend:
- 3D Parallax Background is the paralax effect of tilting the phone.
- Forest Live Wallpaper is animated natural landscapes with low energy consumption.
β οΈ Note: Some alternative launchers (e.g., Nova Launcher or Lawnchair) allow you to disable the system wallpaper completely. MIUI This can cause themes to malfunction. Check compatibility with your firmware version before installing.