Automatic wallpaper change on Xiaomi, Redmi and Poco smartphones is a feature that is not popular with everyone. The constantly changing background images are not only distracting, but also draining battery power, and sometimes even slowing down the system when you are active animation. If you are tired of the endless wallpaper carousel and want to fix one static background, this is the guide for you.
Depending on the version MIUI (12 to 14) and the device model, the process of turning off may be different. ADB-We've put together all the current ways for 2026, including solutions for devices with locked bootloader and no root rights.
Important: some methods require technical training. If you have never worked with an ADB or registry editor, start with the simplest options (sections 2 and 3).
1.Why does the wallpaper carousel turn on on on its own?
The dynamic wallpaper function (Live Wallpapers or Wallpaper Carousel) is activated on Xiaomi for several reasons:
- π Update MIUI: after installing a new version of the firmware, the system can reset the wallpaper settings to default values.
- π± Theme Packages: When using some themes from the Mi Theme Store, the carousel automatically turns on.
- β‘ Battery Optimization: In Some Versions MIUI The function is activated when connected to a charger to "improve the visual experience".
- π€ Google Services: On devices with Google Play services, the carousel can be controlled through Google Wallpapers.
Most often, the problem occurs in the following models:
| Series of devices | Models with frequent complaints | MIUI version |
|---|---|---|
| Xiaomi 13/14 | 13 Pro, 13 Ultra, 14 | 14.0.5+ |
| Redmi Note | Note 11 Pro+, Note 12 Pro | 13.0.8β14.0.3 |
| Poco F/X | F5, X5 Pro, F4 GT | 14.0.2 (Global) |
| Redmi K | K60, K50 Gaming | 13.2.4β14.0.1 |
If your model is not on the list, donβt worry: the instructions below are universal and have worked on 90% of Xiaomi devices for the past 5 years, except for the oldest smartphones on MIUI 11 and below, where the settings interface is very different.
2. Method 1: Disconnect via standard MIUI settings
The simplest method that works on most devices without any additional manipulation is suitable for MIUI 12-14:
- Open the Themes app (icon with brush and palette).
- Go to Wallpaper section. β My wallpaper.
- Click on the current wallpaper (they will be illuminated by the frame).
- At the bottom of the screen, tap the icon. βοΈ Settings.
- Turn off the Automatic Wallpaper Change switch (or Wallpaper Carousel on global firmware).
- Confirm the action by pressing Ready.
If there is no automatic change, try an alternative route:
- Hold your finger on the empty spot on the main screen.
- Choose Wallpaper. β Static.
- Set any background manually (even the same one).
- After application, the system should reset the settings of the carousel.
Check the version of MIUI in Settings β About the phone
Make sure you have enough battery power (minimum 30%)
Close all background applications for stable operation
Take a screenshot of the current wallpaper in case of resetting-->
β οΈ Note: On some firmware (e.g. Xiaomi.eu), the carousel shutdown point may be hidden. In this case, proceed to method 3 or 4.
3. Method 2: Resetting the launcher settings
If the standard shutdown doesnβt work, the problem may lie in the MIUI launcherβs cache. Resetting its settings often helps:
- Go to Settings β Applications β Application Management.
- In the search bar, enter Launcher (or Launcher in English firmware).
- Select the MIUI Launcher app (house icon).
- Press Warehouse. β Clear the cache.
- Go back and select Reset preferences.
- Confirm the action and restart the device.
After the reboot:
- π± Set wallpaper manually through a long press on the home screen.
- π Check if the carousel is back on after 5-10 minutes (sometimes it takes time to apply the changes).
- π§ If the problem returns, go to method 4 (configuration file editing).
This method is secure and does not delete your data, but it will reset:
- Location of icons on the main screen
- Gesture settings
- The back wallpaper (they will have to be re-installed)
π‘
If the wallpaper continues to change after the launcher is reset, try installing a third-party launcher (like Nova Launcher) and setting up static wallpapers through it.This bypasses the limitations of MIUI but disables some of Xiaomi's branded features (like Super Wallpapers).
Method 3: Editing System Files (without root)
For advanced users willing to work with system files, this method requires ADB (Android Debug Bridge) and works on most Xiaomi devices with MIUI 13/14.
What you need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB
- π± Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times to tap β Additionally. β For developers β Debugging by USB)
- π Cable USB (preferably original)
Step-by-step:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command line (cmd) and type: adb shell settings put global wallpaper_carousel_enabled 0 settings put secure wallpaper_effects_enabled 0
- Reboot the device with the command: adb reboot
If the carousel is still active after the reboot, try additional commands:
adb shell pm disable-user --user 0 com.miui.wallpaper
adb shell pm disable-user --user 0 com.miui.wallpaper.carouselThese commands disable wallpaper system services, but can result in:
- π« Inability to change wallpaper through the standard menu (you will have to use third-party applications).
- π Automatic recovery after update MIUI.
What if the ADB canβt see the device?
β οΈ Note: Disabling system packages through ADB If you have any problems or errors after manipulation, return the settings with the command: adb shell pm enable com.miui.wallpaper adb shell pm enable com.miui.wallpaper shell pm enable com.miui.wallpaper.carousel
5. Method 4: Use of Third-Party Applications
If you don't want to mess with ADB, you can use specialized utilities.
| Annex | Functional | Need root? | Reference |
|---|---|---|---|
| Wallpaper Changer Stopper | Blocks automatic wallpaper change | β No. | Google Play |
| MIUI Hidden Settings | Unlocks hidden MIUI settings, including wallpaper management | β No. | 4PDA |
| Tasker | Allows you to create a task to turn off the carousel on a schedule | β No. | Google Play |
| LADB | Simplified interface for ADB-team-mates | β No. | GitHub |
Instructions for Wallpaper Changer Stopper:
- Install the app from Google Play.
- Run it and grant permission for Special Access (needed to block system services).
- Turn on the Stop Wallpaper Changer switch.
- Reset the device.
Tasker will need to create a profile:
- Add the event Download the device.
- Create a task with the action Execute the command.
- Enter the command: settings put global wallpaper_carousel_enabled 0
- Save and activate the task.
π‘
The application side is the safest way, but they may stop working after updating MIUI. Regularly check the relevance of the utilities versions.
Method 5: Complete removal of system wallpaper (for root)
If you have root rights, you can radically solve the problem by removing the system packages responsible for the carousel. This method is irreversible and only suitable for power users!
What packages are responsible for the carousel:
- com.miui.wallpaper β the main wallpaper module
- com.miui.wallpaper.carousel - carousel service
- com.android.wallpaperbacked β background wallpaper service (on some firmware)
Instructions:
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/ or /system/app/.
- Find folders with names: MiuiWallpaper WallpaperCarousel WallpaperBackup
- Rename them by adding.bak at the end (e.g. MiuiWallpaper.bak).
- Reset the device.
After that:
- β The wallpaper carousel will be permanently shut down.
- β You will not be able to install wallpaper through the standard menu (you will have to use third-party applications).
- β οΈ Certain functions MIUI (Super Wallpapers will stop working.
β οΈ Attention: Removing system packages may result in a bootloop ( looped reboot) on some firmware. TWRP Or OrangeFox!
7. What should I do if nothing has worked?
If none of these methods worked, the problem may be related to:
- π Custom firmware: Some builds (e.g. from Xiaomi.eu or PixelExperience) have their own wallpaper management mechanisms.
- π¦ Damaged system files: Reflashing via Fastboot or Recovery is required.
- π€ Conflict with Google Wallpapers: Turn off automatic shift in Google Wallpaper app settings.
- π§ Hardware limitations: on some devices (for example, Xiaomi Mix Fold 3) the carousel is controlled at the level of display drivers.
Extreme measures:
- Reset to factory settings (delete all data but return standard system behavior).
- Flashing through the Mi Flash Tool (requires an unlocked bootloader).
- Install custom firmware (for example, LineageOS or ArrowOS, where there is no wallpaper carousel).
If you are not ready for radical measures, contact the Xiaomi service center with a complaint about the malfunction of the function. In some cases, the problem is solved by updating the firmware to the latest version.