How to permanently remove the wallpaper carousel on the lock screen Xiaomi: a detailed guide

Automatically changing background images on the lock screen is one of the tricks of MIUI firmware that not everyone likes, for some it is a way to diversify the appearance of a smartphone, for others it is a source of constant irritation. The main complaints of users Xiaomi, Redmi and POCO boil down to three key points:

First, unpredictability: the system loads wallpaper from the Xiaomi cloud service without the possibility of preview. As a result, images with low resolution, poor color scheme or completely out of line with your preferences can appear on the screen. Second, battery load and traffic: background loading of new wallpaper consumes battery power and mobile Internet (especially noticeable on budget models like Redmi 9A or POCO M3). Finally, the lack of flexibility of settings: in the standard parameters of MIUI there is no obvious switch to completely turn off the function.

The root of the problem lies in the integration of Xiaomi Cloud Wallpapers, which is the default activation on most devices with MIUI 12 firmware and later. Even if you manually install a static image, the system can return the carousel after another update or reboot. In this article, we will discuss all the available ways to disable the function, from official to hidden methods through ADB and editing system files.

Method 1: Disconnect via standard MIUI settings

Starting with the simplest method that works on most Xiaomi devices with MIUI 13/14 and Android 12/13 firmware. It is important to note that the path to settings may vary slightly depending on the model and version of the software, but the general logic remains:

  1. Open the Settings app (the gear icon on the home screen).
  2. Go to Lock Screen (or Lock and Password on some devices).
  3. Select Wallpaper Lock screen (can be called Background lock screen).
  4. At the top of the screen, find the wallpaper carousel switch (or Automatic Change) and deactivate it.
  5. Confirm the action by clicking Ready or Save.

If the switch is not on this menu, try an alternative path:

  • πŸ” Go to Settings. β†’ Wallpaper.
  • πŸ–ΌοΈ Select the section of the Lock screen.
  • βš™οΈ Click on the three dots in the upper right corner and select Wallpaper Settings.
  • πŸ”„ Look for the option Automatic change or Dynamic wallpaper.

⚠️ Note: On some devices (e.g. Xiaomi 12 Pro or Redmi Note 11 Pro)+) After the carousel is turned off, the system can reset the background to a standard black screen. To avoid this, pre-set your own image through the Wallpaper menu.

Make a backup copy of the current wallpaper|Check the version. MIUI In Settings β†’ The phone.|Connect to Wi-Fi for stable operation|Battery charge of at least 30%-->

Method 2: Remove Xiaomi Cloud Wallpapers

If the standard shutdown didn’t work or the feature continues to activate after the reboot, the reason could be the Xiaomi Cloud Wallpapers background service.This component is responsible for loading and rotating the wallpaper, and deactivating it often solves the problem. Here’s how to do it:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. In the search bar, enter Cloud Wallpapers (or Xiaomi Wallpaper on Russian firmware).
  3. Select the app from the list and click Disable (or Remove Updates if the Disable button is inactive).
  4. Confirm the action in the dialog window.

On some devices (such as the POCO F4 GT or Xiaomi 11T Pro), the service may be hidden from direct access.

  • πŸ“± Use a file manager with root rights (such as Root Explorer) and delete the file /system/priv-app/MiuiWallpaperCloud/MiuiWallpaperCloud.apk.
  • πŸ”§ Alternative: Disable the service through ADB Adb shell pm disable-user --user 0 com.miui.cloudservice.wallpaper

⚠️ Attention: Removing system applications can lead to unstable firmware. Before manipulation, back up through Settings β†’ Additionally. β†’ Backup and reset.

Standard settings|Deletion of Cloud Wallpapers|ADB-team|I've tried nothing.-->

Method 3: Using ADB to Deep Shut Down

For advanced users who are ready to work with Android Debug Bridge (ADB), there is a reliable method to disable the carousel at the system level, which is suitable for devices with an unlocked bootloader or USB debugging enabled.

  1. Activate Developer Mode: Go to Settings β†’ About Phone and click on MIUI Version 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your smartphone to your PC, install ADB-tools, and follow the command: adb devices to make sure the device is detected.
  4. Run the command to disable the carousel service: adb shell pm uninstall -k --user 0 com.miui.micloudsync If the command doesn't work, try an alternative: adb shell pm disable-user --user 0 com.miui.cloudservice

After completing the commands, restart the device. The wallpaper carousel should disappear, and in the settings you will be able to set a static image without automatically changing.

ADB Team TeamAppointmentApplicability
pm uninstall -k --user 0 [package]Remove the application for the current userMIUI 12-14, requires ADB
pm disable-user --user 0 [package]Disable the application without deletingAll versions of Android, reversible
pm clear [package]Clears the application dataHelps with carousel failures

πŸ’‘

If, after the execution, ADB-Teams carousel is back, check for updates for Xiaomi Cloud service in Settings β†’ Annexes β†’ Application management β†’ Updates: Turn off automatic updates for this component.

Method 4: Editing system files (for root users)

If you have root access or use custom firmware (like LineageOS or Pixel Experience), you can turn off the carousel by editing configuration files, a method that requires caution, as improper changes can lead to a bootloop.

Instructions for experienced users:

  1. Install a file manager with root support (such as Solid Explorer or FX File Explorer).
  2. Cross the path: /data/system/users/0/ and find the file. wallpaper_info.xml.
  3. Open the file in the text editor and find the lines containing: <item type="lockscreen" isDynamic="true" /> Replace isDynamic="true" with isDynamic="false".
  4. Save the changes, set the rights 644 (rw-r--r---) and restart the device.

Alternative path (for MIUI 14):

  • πŸ“ Open the file. /data/data/com.android.settings/shared_prefs/com.android.settings_preferences.xml.
  • πŸ” Find the key. lock_screen_wallpaper_dynamic_enabled and set it to falsehood.
  • πŸ”„ Reboot your smartphone.

⚠️ Attention: Editing system files without backup is fraught with data loss or firmware damage. TWRP Or OrangeFox Recovery.

What if the smartphone does not turn on after editing files?
If the device is stuck on the MIUI logo or restarts in a loop, try: 1. Log in Recovery Mode (press Power + Volume up). 2. Select Wipe β†’ Advanced Wipe and mark Dalvik/ART Cache. 3. Reboot the device. If it doesn't help, restore the backup via TWRP or flash the firmware again through Fastboot.

Method 5: Installation of an alternative launcher

If all previous methods have failed or you don’t want to interfere with system files, consider installing a third-party launcher.Some alternative shells (such as Nova Launcher, Lawnchair or Hyperion Launcher) allow you to fully control the wallpaper of the lock screen, including disabling dynamic shift.

Step-by-step:

  1. Download and install a launcher from Google Play (like Nova Launcher).
  2. Launch the launcher and set it as the default launcher in the application settings.
  3. Go to the launcher settings (usually a long press on the home screen β†’ Settings).
  4. Find the Lock Screen or Wallpaper section and turn off the Dynamic Wallpaper option (the name may vary).
  5. Set the static image manually.

Advantages of this method:

  • πŸ›‘οΈ No risk of damaging system files.
  • 🎨 More opportunities for customization (animations, gestures, themes).
  • πŸ”„ It's easy to bring back the standard launcher MIUI anytime.

Disadvantages:

  • ⚠️ Certain functions MIUI (Super Wallpapers may not be available.
  • πŸ“± It is possible to increase battery consumption on weak devices (for example, Redmi). 8A).

πŸ’‘

Alternative launchers are the safest way to disable the carousel without interfering with the system, but they do not block background activity of Xiaomi Cloud Wallpapers, so to completely solve the problem, it is recommended to combine this method with disabling the service through ADB.

Frequent problems and their solutions

Even after the carousel is successfully shut down, Xiaomi users face typical problems, including the most common cases and ways to fix them:

Problem.Possible causeDecision
Carousel returns after MIUI updateResetting settings service Xiaomi CloudRe-disable the service via ADB or remove its updates
You can't set up your own image.Firmware limitations on some models (e.g. POCO X3 NFC)Use third-party apps like Wallpaper Changer
Black screen instead of wallpaperSystemUI malfunction after file manipulationClear SystemUI cache through Settings β†’ Apps β†’ Show everything β†’ SystemUI β†’ Storage β†’ Clear cache
Battery consumption increased.Background activity of a disabled but not remote serviceUse Greenify to force hibernation of the process

If none of the methods worked, consider resetting to factory settings.

  • πŸ“± Backup your data via Mi Cloud or Google Drive.
  • πŸ” Remember the Xiaomi account data (the link to the device will remain).
  • πŸ“‘ Check that you have access to Wi-Fi for recovery after a reset.

For discharge:

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Select Reset all settings (does not delete media files) or Delete all data (complete cleanup).
  3. Confirm the action and wait for the reboot.
Can I turn off the wallpaper carousel without root rights?
Yes, in most cases, standard settings or ADB commands are sufficient. Root is only required to edit system files manually. Start with Method 1 (disable via settings) or Method 3 (use ADB).
Why are the wallpapers dropped on the black screen after the carousel is turned off?
This is a well-known feature of MIUI, where the system cannot load a user image after deactivating the dynamic wallpaper. Solution: Before turning off the carousel, set your own image through the Wallpaper menu. If the screen is already black, try: Reboot the device. Clear the Settings app cache (Settings β†’ Apps β†’ Settings β†’ Storage β†’ Clear the cache). Set the wallpaper through a third-party app (e.g. Zedge).
Will the carousel shutdown on the POCO F5 with MIUI 14 work?
Yes, all of the methods described are compatible with POCO F5 and other devices on MIUI 14. This model is particularly effective: Method 2 (disable Cloud Wallpapers service). Method 3 (ADB commands), because POCO F5 supports unlocking the bootloader. If you use POCO Launcher, check its settings - sometimes the carousel is controlled directly through the launcher.
Can I turn off the carousel only for the lock screen, leaving it on the home screen?
Yes, in MIUI, the wallpaper settings for the lock screen and the main screen are separate. In Method 1 you turn off the lock-on-carousel only without affecting the main screen. If you want to save the dynamic wallpaper on the main screen but remove it from the lock: Go to Settings β†’ Wallpaper. Select the lock screen and turn off the carousel. Go back and select the Main screen, here the carousel will remain active.
Which Xiaomi models don’t support turning off the carousel through settings?
On some budget and older models (for example, Redmi 7A, Redmi 8, POCO C3), the option to disable the carousel may not be on the menu. In this case, use: Method 3 (ADB) - works on all devices with Android 8.0+. Method 5 (alternative launcher) is a universal solution. On devices with MIUI 11 and below, root or custom firmware may be required.