How to permanently remove the wallpaper carousel on Xiaomi Redmi 4X: working methods

Wallpaper carousel on Xiaomi Redmi 4X β€” one of the most controversial functions MIUI, It's not just an inconvenience, it's a real problem for many users, because it consumes additional resources, traffic, and can even slow down a smartphone. 4X (codename santoni, where each megabyte of memory and battery percentage counts.

In this article, we will look at all the current ways to disable the carousel, from standard MIUI settings to radical methods using ADB and modifying system files. It is important to understand that some solutions require root rights or can affect the stability of the device, we will explain in detail the risks of each option and provide recommendations for security.

The automatic wallpaper change feature was introduced in MIUI since MIUI 9 as part of the Xiaomi ecosystem; on Redmi 4X, it is activated by default after a system update or when the device is first turned on.

  • πŸ“‰ Increased traffic consumption: Wallpaper is loaded from the Xiaomi cloud, which can eat up to 50-100 MB per month.
  • πŸ”‹ Increased battery consumption: background processes for checking new wallpaper discharge the battery 5-10% faster.
  • 🐒 Slowing down the interface: on a weak Snapdragon 435 processor, animations of changing wallpaper cause lags.
  • πŸ“ Memory clutter: cached wallpaper takes up space in the section /data/system.

In addition, the carousel often resets custom wallpapers to standard ones, which annoys those who are used to personalization, and in some cases, the feature even continues to work after resetting to factory settings, since its parameters are stored in secure system files.

πŸ“Š You’ve been in trouble because of the wallpaper carousel on Xiaomi?
Yeah, she eats traffic.
Yeah, it's slowing down.
Yeah, sheds my wallpaper.
No, I'm fine with it.
I have a different Xiaomi.

The safest and easiest method is to use the built-in options of the system, which is suitable for most users and does not require technical skills. MIUI 10–14 (inclusive):

  1. Open the β€œThemes” app (icon with brush).
  2. Go to Wallpaper section. β†’ Wallpaper carousel.
  3. Move the slider "Automatic shift" in the position off.
  4. Click Remove under each of the active carousels (if any).
  5. Return to the main menu "Theme" and select static wallpaper manually.

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

Settings β†’ Desktop β†’ Wallpaper settings β†’ Wallpaper carousel

Clear the cache of the β€œThemes” application (Settings β†’ Applications β†’ Topics β†’ Clear the cache)

Disable mobile data for "Tem" (Settings) β†’ SIM-maps and mobile networks β†’ Transfer of data β†’ Topics)

Reboot your phone after the changes

Check for updates MIUI (Settings β†’ The phone. β†’ Updating the system)-->

Limitations of the method:

  • ⚠️ Some of the majors (especially Global) ROM) option may not be available.
  • ⚠️ After updating MIUI The carousel sometimes turns on again.
  • ⚠️ Does not remove already loaded wallpaper from the device memory.

Method 2: Disconnect through developer settings (without root)

If the standard method didn't work, you can try deactivating the carousel through the developer's settings, which doesn't require superuser rights, but involves working with system parameters.

First, activate the developer mode:

  1. Go to Settings. β†’ The phone.
  2. Click the MIUI version 7 times in a row until the notification β€œYou became a developer!” appears.

Now, follow the following steps:

Settings β†’ Additional β†’ For Developers β†’ Background Processes


β†’ Limit background processes β†’ Select β€œWithout background processes"

Then:

Settings β†’ Applications β†’ Application Management β†’ Topics


β†’ Battery β†’ Background activity β†’ Select β€œLimit”

These actions will not remove the carousel completely, but will significantly reduce its activity, and more radical measures will be needed to completely shut down the carousel.

πŸ’‘

If notifications from other applications stop working after limiting background processes, return the setting to the β€œStandard Limit” state and try another method.

For users who are ready for more complex manipulations, the method using Android Debug Bridge is suitable (ADB). It allows you to disable the system application com.miui.micloud.sync, which is responsible for synchronizing wallpaper, and the advantage of this method is that you don't need root rights, but you need to use it. ADB-driver and computer.

Step-by-step:

  1. Download and install Google’s Platform Tools.
  2. Enable USB debugging on your phone: Settings β†’ Additional β†’ For developers β†’ Debugging over USB
  3. Connect Redmi 4X to your PC and confirm debugging permission.
  4. Open the command line (cmd) in the folder with the platform-tools and enter: adb devices (should display the serial number of your device).
  5. Run the command to disable wallpaper sync: adb shell pm disable-user --user 0 com.miui.micloud.sync
  6. Reboot the phone.

What to do if it doesn't work:

  • Try an alternative command: adb shell pm uninstall-k --user 0 com.miui.wallpaper (remove the Wallpaper app updates).
  • If a Device unauthorized error appears, check that the phone is allowed to debug for that PC.
How to Get the Carousel Back Through ADB
To turn on wallpaper sync again, use the command: adb shell pm enable com.miui.micloud.sync Or to return the Wallpaper app: adb shell cmd package install-existing com.miui.wallpaper

For those willing to take risks, there is a method of completely removing carousel files from the system partition, which requires root rights and can lead to unstable phone operation if you do not do the right thing.

Pre-launch warnings:

⚠️ Warning: Incorrectly deleting system files can cause bootloop (locking on the boot) or loss of functionality MIUI. We recommend making a full backup through TWRP beforehand.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/MiuiWallpaper and delete the entire folder.
  3. Then delete the carousel cache files: /data/system/wallpaper
  4. Clean the data of the β€œThemes” application: Settings β†’ Applications β†’ Themes β†’ Storage β†’ Clear the data
  5. Reset the device.

Possible problems and solutions:

Problem.Reason.Decision
Phone does not boot after deleting filesCritical system file removedRestore backup via TWRP or reflash MIUI
Wallpaper is dropped on the black screenThe file is damaged. default_wallpaper.jpgCopy standard backup wallpaper to /system/media/theme/default/wallpaper
Carousel returns after MIUI updateThe system restored deleted filesRepeat deletion or use Magisk to block updates

Method 5: Using third-party applications to block

If previous methods do not work, you can use third-party utilities that block the activity of the carousel at the system level. 4X:

  • πŸ›‘οΈ AppOps – allows you to disable permissions for the Themes application (you can download it on the Internet) XDA Developers).
  • πŸ”§ Package Disabler – Deactivates system components MIUI, including carousel (requires root).
  • πŸ“± MIUI Hidden Settings – reveals hidden options MIUI, where you can switch off automatic wallpaper change.

How to use AppOps:

  1. Download and install. APK-AppOps file (available on 4PDA or XDA).
  2. Open the app and find it in the β€œThemes” list (com.android.themes).
  3. Turn off permissions: πŸ“₯ Internet (prevents the downloading of new wallpaper) πŸ“ Storage (blocks access to cache) πŸ”„ Auto-start (disable background activity)

Reboot the phone.

Advantages of the method:

  • βœ… No root (for most functions).
  • βœ… Reversible – you can return the permissions at any time.
  • βœ… Blocks the carousel at the permission level without affecting system files.

πŸ’‘

Third-party apps like AppOps are the safest way to turn off the carousel without root, but they may stop working after a MIUI update.

Many Redmi 4X users are faced with the fact that the wallpaper carousel returns after:

  • πŸ”„ Updates MIUI through OTA.
  • πŸ“± Resetting settings to factory.
  • πŸ”§ Backup recovery.

Reasons for the resumption of the carousel:

  1. System Application Recovery: MIUI automatically returns deleted components when you update.
  2. Sync with Xiaomi account: If you are logged in to Mi Account, wallpaper settings can be pulled up from the cloud.
  3. Cash theme: Even after cleaning, the carousel data can be stored in hidden folders.

How to prevent the return of the carousel:

  1. Before updating MIUI, turn off automatic sync: Settings β†’ Accounts β†’ Mi Account β†’ Sync β†’ Wallpaper (disable)
  2. Use Magisk to block system application updates (the β€œMagiskHide Props Config” module).
  3. After resetting, do not restore data from the MIUI backup – choose only contacts and media files.

πŸ’‘

If the carousel is back after the update, try to roll back to the previous version of MIUI via Fastboot or TWRP. Downgrad instructions are available on the 4PDA forum in the theme of your device.

❓ Can I remove the carousel without rooting and ADB?
Yeah, but not completely. MIUI (Topics β†’ Wallpaper. β†’ Carousel) you can turn off automatic shift, but the carousel files will remain in the system. For complete removal without root, the method with AppOps (block permissions for the Themes application) is suitableΒ»).
❓ Why after the carousel is turned off, the wallpaper is dropped on the black screen?
This is due to file damage of standard wallpaper (default_wallpaper.jpg). To fix: Download standard wallpaper for Redmi 4X (can be found 4PDA). Put the file in the folder. /system/media/theme/default/wallpaper/ (It needs root. Restart the phone.
❓ Will the way to work with ADB custom-made?
Most custom firmware (like LineageOS or Pixel Experience) doesn’t have wallpaper carousels initially, as they’re based on pure Android. If you’ve installed a MIUI-like firmware (like MIUI by xiaomi.eu), the ADB method will work, but you may need a different command because of the modified system packages.
❓ How to check if the carousel is turned off?
There are a number of ways: πŸ“Š View traffic consumption by the β€œThemes” application in Settings β†’ SIM-maps and mobile networks β†’ Transfer of data. πŸ” Checking the active processes through ADB: adb shell dumpsys package com.miui.micloud.sync (if disabled, carousel disabled). ⏳ Wait 24 hours – if the wallpaper has not changed, then the shift is disabled.
❓ Can I turn off the carousel on an always locked phone (without unlocking the bootloader)?
No. Without bootloader unlocking and root rights, you are limited to standard MIUI settings. The only option is to use AppOps or similar utilities, but they require APK installation (which is only possible with an unlocked phone or via ADB sideload).