The wallpaper carousel on Xiaomi Redmi 9 is one of the most controversial features of MIUI, which automatically changes the background of the desktop by uploading images from cloud collections. For some users, it is a convenient way to diversify the appearance of a smartphone, for others โ an annoying element that eats up traffic and battery power. If you fall into the second category, this article will help completely disable the carousel in all available ways, from standard settings to technical solutions for experienced users.
It's important to understand that the methods vary in complexity and consequences, for example, disabling through MIUI settings is reversible and safe, whereas interfering with system files can lead to failures. We will analyze each option with its pros and cons, and give recommendations on the best solution for your case, especially focusing on the hidden settings of MIUI 12/13, which the manufacturer does not advertise, but which allow you to deactivate the carousel without root rights.
Why the Wallpaper Carousel Appears on Redmi 9 and Can It Be Removed Forever?
The dynamic wallpaper (or "carousel") feature has been built into MIUI since version 11 and is actively promoted by Xiaomi as part of the ecosystem. On Redmi 9 (models M2003J15SC, M2004J19C, etc.), it is activated by default and works as follows:
- ๐ Automatically downloads wallpaper from Xiaomi cloud collections (themes "Global", "Nature", "Abstraction", etc.).
- ๐ฑ Changes the background of the desktop every few hours or when unlocking the screen.
- ๐ถ Consumes mobile traffic (up to 50-100 MB per month) and processor resources.
- ๐ Increases battery consumption by 3โ7% due to background activity.
You can turn off the carousel, but the degree of "forever" depends on the chosen method:
| Method | Reversibility | Root rights required | Risk of failure |
|---|---|---|---|
| Through MIUI settings | Yes. | No. | No. |
| Disabling theme updates | Yes. | No. | No. |
| ADB-team | Yeah (after reset) | No. | Low. |
| Removal of system APKs | No (firmware required) | Yes. | High-pitched |
| Third-party launchers | Yes. | No. | No. |
The manufacturer does not provide a direct option to "Stop the carousel forever" in the interface, but workarounds do exist. For example, in MIUI 12.5 and later, you can block background activity of the service com.miui.gallery responsible for loading the wallpaper. However, after updating the firmware settings may reset, this is important to consider when choosing a method.
Method 1: Disable the carousel through standard MIUI settings
The easiest and safest method is to use built-in options. MIUI. It is suitable for users who do not want to risk the stability of the system.Instructions are relevant for Redmi 9 on firmware MIUI 12โ14:
- Open the โThemesโ app (icon with a brush on your desktop).
- Go to Wallpaper section. โ Wallpaper carousel.
- Press the gear. โ๏ธ in the upper right corner and select the carousel settings.
- Turn off the slider Automatic change of wallpaper.
- Go back and manually select a static background from the My Wallpaper section.
This method does not remove the carousel completely, but only suspends it. After restarting or updating the MIUI, the function can be activated again. To minimize the risk, follow additional steps:
- ๐ต Disable mobile data for the "Themes" application: Settings โ Annexes โ Application management โ Topics โ Mobile data.
- ๐ซ Disallow AutoRun: In the same "Themes" app settings, select AutoRun โ Shut down.
- ๐ Limit background activity: Settings โ Battery and productivity โ Battery management โ Topics โ Limit background activity.
Make a backup copy of the wallpaper|Check the version. MIUI|Turn off mobile internet|Prohibit Auto-Run Application "Themes"-->
If the carousel continues to appear after these manipulations, your version of MIUI uses an alternative wallpaper-changing mechanism, in which case move on to the next method.
๐ก
To return standard Xiaomi wallpaper after turning off the carousel, download the archive with original MIUI themes from the forum xiaomi.eu and install them manually through the Themes app.
Method 2: Block theme updates through system settings
The wallpaper carousel is closely linked to the MIUI theme update service, which operates in the background. disabled automatic shift, the system can periodically load new collections, which leads to the return of the feature.
- Go to Settings โ About Phone and 7 times click on the MIUI version to activate the Developer Mode.
- Back to Settings โ Additionally. โ For developers.
- Activate the USB Debugging option (required for the following methods).
- Open Settings โ Applications โ Application Management.
- Find themes and select Warehouse โ Clear cache.
- In the same menu, click Data Management โ Clear all data (this will remove the uploaded wallpaper, but will not affect the userโs).
Next, block background activity:
- ๐ก๏ธ In the "Themes" application settings, select Battery โ Battery management โ Limit background activity.
- ๐ฅ Turn off automatic theme updates: Settings โ Topics โ Settings โ Auto-update themes.
- ๐ Stop using mobile data: Settings โ SIM-maps and mobile networks โ Transfer of data โ Annexes โ Topics โ Banned.
What if the carousel returned after cleaning the data?
This method is 80-90% effective, but does not guarantee 100% results, since MIUI can ignore user restrictions when critical updates are made.
Method 3: Using ADB to deactivate the carousel (without root)
If standard settings donโt work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to disable system components without obtaining root permissions, which is suitable for users with basic technical skills.
Warning: Incorrect ADB commands may disrupt the system.
โ ๏ธ Attention: After completion ADB-Teams will have their wallpaper carousel gone, but standard themes may also stop updating. MIUI. To get it back, you need to run the command adb shell pm enable com.miui.gallery.
Step-by-step:
- Download and install ADB Tools on PC.
- On the phone, activate debugging via USB (see Method 2).
- Connect Redmi 9 to your computer and select File Transfer mode.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the following commands: adb devices (should display your device's serial number) adb shell pm disable-user --user 0 com.miui.gallery adb shell pm disable-user --user 0 com.android.themes
- Reboot the phone.
After the reboot:
- ๐ง The Themes app will remain in the system, but its background processes will be stopped.
- ๐ผ๏ธ The wallpaper carousel will disappear, but you can manually set static backgrounds.
- ๐ To get it back, replace the disable-user commands with enable.
If ADB issues adb: error: failed to get feature set, try:
- Update ADB to the latest version.
- Reconnect the phone by selecting Only Charge mode, and then again File Transfer.
- Execute the adb kill-server command and try again.
๐ก
ADB-commands don't delete system files, they just block them from running for the current user, which is safer than getting root rights, but requires re-execution after resetting settings.
Method 4: Remove system APKs (root users only)
This method is the most radical and only suitable for users with unlocked bootloader and obtained root rights (for example, through Magisk), it allows you to completely remove the MIUI components responsible for the carousel, but risks disrupting the stability of the system.
Warning: Removal of system APKs may result in:
- ๐ Cyclical phone reboot.
- ๐ฑ Loss of functionality of the application "Themes".
- ๐ง Inability to install updates MIUI"airborne".
If you are prepared for risk, follow the instructions:
- Install Root Explorer or Mixplorer (with root access enabled).
- Go to /system/priv-app/.
- Find and delete the following files (or rename it by adding the.bak extension): MiuiGallery (responsible for loading wallpapers). ThemeManager (theme management). WallpaperCropper (wallpaper trimming).
Clear the cache and data of the "Themes" application (see Method 2).
Reboot the phone.
The alternative is to freeze apps using Titanium Backup or App Quarantine, which is less risky than deleting them, as it makes it easy to get them back.
โ ๏ธ Note: On some versions MIUI 13+ Deleting ThemeManager causes system launcher to crash.Before experimenting, check compatibility on forums 4PDA or Xiaomi.eu.
If the phone stopped booting after removing the APK, use Recovery mode:
- Press Power + Volume up when turned on.
- Choose Wipe. โ Advanced Wipe โ Dalvik/ART Cache.
- Reset the device.
How to install and configure:
- Download the launcher from Google Play.
- When you first start, select it as the default launcher.
- In the launcher settings, turn off the option Desktop Animation or Dynamic Wallpaper.
- Set a static background through the launcher menu (usually Long Press โ Wallpaper).
Advantages of the method:
- โ No need for root rights or technical knowledge.
- โ Keeps all functions. MIUI (camera, settings, etc.).
- โ Allows you to customize the interface for yourself.
Disadvantages:
- โ Carousel will continue to work in the background, consuming resources.
- โ Some widgets MIUI (For example, weather may not be displayed.
๐ก
To save battery when using a third-party launcher, turn off background activity of the standard MIUI launcher through application settings (com.miui.home).
What to do if the carousel returned after the MIUI update
One of the most common frustrations of Redmi 9 users is that the wallpaper carousel returns after a firmware update, which is because MIUI resets the custom settings of the system applications to prevent the problem:
- Reverse Automatic Updates: Go to Settings โ The phone. โ Update the system. Press three dots. โฎ and turn off the download.
- Use the packet blocker: Install the App Quarantine or Package Disabler. Add to the blacklist com.miui.gallery and com.android.themes.
Create a backup of your settings
- With Titanium Backup, save the state of your system applications.
- After the update, restore the settings from the backup.