How to permanently disable the wallpaper carousel on Xiaomi: the complete guide

The wallpaper carousel on Xiaomiโ€™s lock screen is one of the most controversial features of the MIUI shell. On the one hand, it offers fresh backgrounds every day, but on the other hand, it annoys with constant shifts, slows down the system and eats up traffic. If youโ€™re tired of automatically changing wallpaper or want to return a static background, this article will help you completely turn off the carousel on any Xiaomi, Redmi, Poco or Black Shark device.

We will look at all the current ways: from standard settings to hidden developer parameters and even manual removal of system applications (for advanced users). MIUI 12, 13, 14 and HyperOS, and take into account the specifics of different regions (global, Chinese, European firmware). ADB โ€” We'll give you a heads-up.

If you are not sure about your model or firmware version, check it in Settings โ†’ About Phone โ†’ MIUI version. For accuracy, watch the screenshots in the instructions - the interface may differ slightly.

The Wallpaper Carousel feature is built into MIUI by default, automatically downloading new wallpapers from the Xiaomi cloud and changing them on the lock screen (and sometimes on the home screen) at a given frequency, and here are the key reasons why users want to turn it off:

  • ๐Ÿ”‹ Battery consumption: background loading of wallpaper consumes up to 5-7% Charge per day (according to tests on the Redmi Note) 11).
  • ๐Ÿ“ถ Traffic: Each new wallpaper weighs 2-5 MB. On a daily shift, it's ~60 MB per month.
  • ๐Ÿข Lags: on budget models (Redmi) 9A, Poco M3) wallpaper-shifting animation slows down.
  • ๐ŸŽจ Discomfort: Wallpapers often donโ€™t match the userโ€™s style (e.g. abstract drawings instead of minimalist backgrounds).

Can you take the carousel away forever? Yes, but the way it works depends on the MIUI version:

MIUI versionMethod of shutting downWhether root/ADB is requiredReversibility
MIUI 12 Global/EUThrough wallpaper settingsโŒ No.โœ… Yes.
MIUI 13/14 ChinaADB-commandingโœ… Yes (ADB)โœ… Yes.
HyperOS (2026)Hidden theme settingsโŒ No.โœ… Yes.
Any versionRemoval of system APK (root)โœ… Yeah)โŒ No (needs a reflash)

Important: on Chinese firmware (without Google services), the wallpaper carousel is often tied to the system application com.miui.miwallpaper - its removal can disrupt other features of the theme.

๐Ÿ“Š What Is The Problem With Wallpaper Carousel Worries You The Most?
Battery consumption
Unnecessary traffic
The ugly wallpaper
Lags and brakes
Another reason.

Method 1: Disconnect via standard settings (MIUI 12/13/14 Global)

The easiest method is to use the built-in shell options, which runs on Xiaomiโ€™s global and European firmware, but may not be available on the Chinese versions.

Instructions:

  1. Open Settings โ†’ Wallpaper (or Personalization โ†’ Wallpaper in HyperOS).
  2. Select the Lock Screen (if you need to turn off only there) or Home + Lock Screen.
  3. Scroll down to the wallpaper carousel section and switch the slider to the off-site position..
  4. Confirm the action by pressing OK in the dialog box.

If there is no slider, try an alternative path:

  1. Click the empty space on the main screen โ†’ Wallpaper.
  2. Slap the icon. โš™๏ธ Settings in upper right corner.
  3. Find the option "Automatic wallpaper change" and turn it off.

Check out the MIUI version in About Phone

Make a backup copy of the current wallpaper

Connect to Wi-Fi (if you need to download alternative wallpaper)

Close all background applications-->

What if you don't have an option? Some firmware (e.g. MIUI 13 China) have a hidden section, in which case you go to Method 2 using ADB.

โš ๏ธ Warning: After the carousel is turned off, the old wallpaper can be dropped on a standard background. โ†’ Albums. โ†’ Wallpaper.

Method 2: Disconnect via ADB (for Chinese firmware and MIUI 14)

If there is no slider in the settings to turn off the carousel, you will have to use ADB-This method works on all versions. MIUI, including Chinese, but requires a phone to be connected to a computer.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฑ Included Debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times to tap according to the version โ†’ return to โ†’ For developers).
  • ๐Ÿ› ๏ธ Utility. ADB Tools (download from Android site).

Step-by-step:

  1. Unpack the platform-tools in any folder on the PC.
  2. Connect the phone to your computer and select File Transfer mode.
  3. Open the command line (Win + R โ†’ enter cmd) and go to the folder with adb: cd C:\path\c\folder\platform-tools
  4. Check the device connection: Adb devices (the name of your phone should appear).
  5. Run the command to turn off the carousel: adb shell pm disable-user --user 0 com.miui.miwallpaper
  6. Reboot the phone.

If the team doesnโ€™t work, try an alternative:

adb shell settings put global wallpaper_carousel_enabled 0

How do you get the carousel back? Use the command:

adb shell pm enable com.miui.miwallpaper

โš ๏ธ Attention: On some firmware (MIUI 14 China) Disabling com.miui.miwallpaper may result in wallpaper being reset to a black screen.

๐Ÿ’ก

If ADB does not recognize the device, try reinstalling the drivers via Google USB Driver or using the Mi PC Suite program.

Method 3: Remove system application (root only)

If you're willing to take drastic measures and you have root rights, you can completely remove the app responsible for the carousel, which is irreversible without flashing it, but it's guaranteed to take the function away forever.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/priv-app/MiWallpaper or /system/app/MiWallpaper
  3. Remove the MiWallpaper folder or rename it to MiWallpaper_bak.
  4. Reboot the phone.

Alternatively, you can use ADB root access:

adb shell


su




mount -o rw,remount /system




rm -rf /system/priv-app/MiWallpaper




reboot

Consequences of disposal:

  • โœ… The wallpaper carousel will disappear forever.
  • โš ๏ธ Xiaomiโ€™s standard wallpaper may disappear from the gallery (you will have to install your own wallpaper).
  • โŒ Some personalization features (such as Super Wallpaper) will no longer work.
What if after removing MiWallpaper phone does not boot?
If after removing the system APK, the phone goes to bootloop (cyclic reboot), try: 1. Log in Recovery Mode (press Power + Volume up). 2. Select Mount โ†’ System and return the remote folder from the backup. 3. If there is no backup, reflash the phone via Fastboot or Mi Flash Tool.

Method 4: Using third-party launchers (bypass)

If none of these methods worked, you can trick the system into installing a third-party launcher, which doesn't turn off the MIUI-level carousel, but makes it invisible.

Recommended launchers:

  • ๐Ÿ“ฑ Nova Launcher (allows you to fix wallpaper).
  • ๐ŸŽจ Lawnchair (lightweight, with gesture support).
  • ๐Ÿ”„ Microsoft Launcher (synchronizes wallpaper with PC).

How to set up:

  1. Install a launcher from Google Play.
  2. Press your finger on the main screen โ†’ Wallpaper โ†’ select a static background.
  3. In the launcher settings, turn off the option to Allow wallpaper change by the system.
  4. Set the default launcher in Settings โ†’ Apps โ†’ By default.

Cons of the method:

  • โŒ The carousel is still running in the background (wasting battery).
  • โŒ On the lock screen, wallpaper may continue to change.

For the lock screen, additionally install the Lock Screen Wallpaper Changer app and manually block the automatic shift.

Method 5: Reset theme settings (for HyperOS)

In the new HyperOS shell (2026), the wallpaper carousel is integrated into the system theme, and to turn it off, sometimes you just need to reset your personalization settings.

Instructions:

  1. Open Settings โ†’ Personalization โ†’ Topics.
  2. Tap it on. โ‹ฎ โ†’ Reset the settings.
  3. Choose Reset Wallpaper and Styles.
  4. After resetting manually set static wallpaper.

If the dumping didn't help:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find Themes and clear Cash + Data.
  3. Reboot the phone.

For HyperOS on Xiaomi 14 and Redmi K70: The carousel can be linked to com.miui.hyperos.wallpaper. To turn it off, use the service. ADB-team:

adb shell pm disable-user --user 0 com.miui.hyperos.wallpaper

Frequent problems and solutions

Even after the carousel is turned off, users are confronted with bugs, and here are the most common ways to fix them:

Problem.Reason.Decision
Wallpaper is dropped on the black screenRemoved system application MiWallpaperInstall wallpaper manually through Gallery or return APK
Carousel returns after updateResetting settings when upgrading MIUIRepeat the shutdown via ADB or settings
ADB does not work on Chinese firmwareThere is no debugging permitTurn it on. USB-Debugging and allow access to Settings โ†’ Additionally. โ†’ Security
The wallpaper changes only on the lock.Different settings for the main screen and lockTurn off the carousel separately for each in Settings โ†’ Wallpaper

If nothing helps: try installing a third-party launcher or consider getting root rights to deep customize the system.

๐Ÿ’ก

On Chinese firmware (MIUI China), the wallpaper carousel is often tied to Xiaomi Cloud services. Disabling your Mi Account can help, but it will deprive you of data synchronization.

FAQ: Answers to Frequent Questions

Can I turn off the carousel without a computer?
Yes, on global firmware (MIUI Global/EU), it is enough to use Method 1 through settings. On Chinese versions without ADB or root, you can not completely remove the carousel, but you can install a third-party launcher (Method 4).
Why did the carousel become blurry after the carousel was turned off?
This is a MIUI bug when the system tries to scale for "super wallpaper." Solution: Set wallpaper manually through the Gallery. Turn off Wallpaper Blurr in Settings โ†’ Lock screen โ†’ Additional. Use wallpaper with a resolution of 1080ร—2400 (for most Xiaomi).
Will the carousel work after resetting the phone to factory settings?
Yes, after hard reset, all settings are reset, including turning off the carousel. You have to repeat the procedure again. To avoid this, before reset: Back up the current wallpaper in the Gallery โ†’ Albums โ†’ Wallpaper. Save a list of system applications disabled (if you used ADB or root).
Can you turn off the carousel only on the lock screen, leaving it on the home screen?
Yes, in MIUI 13/14 and HyperOS, it's possible: Go to Settings โ†’ Wallpaper. Select Lock Screen and turn off the carousel. Leave the option on for the home screen. There's no such flexibility on Chinese firmware, the carousel is centrally controlled.
Is there a risk of losing the warranty when you turn off the carousel via ADB or root?
Use of the ADB It does not deprive you of the guarantee, since it does not require unlocking the bootloader: โœ… Adb shell pm disable-user commands are safe. โš ๏ธ Removal of systemic APK root may be considered a violation (if warranty repairs are required). โŒ Fastboot oem unlock officially voids Xiaomi warranty, recommends first try methods without root (Method 1 or Method 2).