How to permanently disable the wallpaper carousel on the Redmi 10 lock screen: 4 proven methods

Automatic wallpaper change on the lock screen Xiaomi Redmi 10 is a feature that is not popular with everyone. constantly changing pictures are not only distracting, but also consume battery power, and sometimes even slow down the unlocking of the smartphone. If you are tired of the endless carousel of background images and want to fix one static wallpaper โ€“ this is the guide for you.

Depending on the version of MIUI, the ways to disable it may vary. We tested all the current methods on Redmi 10 (Models 2021-2023) and collected working solutions, from standard settings to hidden developer parameters. Importantly, some menu items may be called differently in localized firmware, so we will specify alternative names.

The dynamic wallpaper change function on the lock screen is activated for several reasons:

  • ๐Ÿ”„ Update MIUI: After installing the new firmware version, many settings are reset, including background images.
  • ๐Ÿ“ฑ Theme packages: When installing themes from the Mi Theme Store, some of them automatically include wallpaper animations.
  • โš™๏ธ Resetting: Even a partial reset of personalization options can bring the carousel back.
  • ๐Ÿค– Optimization of the system: MIUI Sometimes it changes settings to improve performance (according to Xiaomi algorithms).

On Redmi 10, the most common problem is when you upgrade to MIUI 13/14, where the carousel function has become more aggressive, for example, if you previously disabled it manually, it may be activated again after the update, and some users note that the carousel is turned on when you connect to Mi Account โ€” probably due to the synchronization of cloud themes.

๐Ÿ“Š What version? MIUI It is installed on your Redmi 10?
MIUI 12
MIUI 13
MIUI 14
Another version
I don't know.

Method 1: Disconnection through standard wallpaper settings

The easiest way is to use built-in personalization options, and it works on most versions of MIUI, including Redmi 10 with MIUI 12-14 firmware.

  1. Open the Settings app (the gear icon on the desktop).
  2. Go to the Wallpaper section (or Lock Screen โ†’ Wallpaper in some versions).
  3. Select the Lock Screen tab (not to be confused with Home Screen).
  4. Scroll down to the Dynamic Wallpaper or Wallpaper Carousel block.
  5. Switch the slider to the off position (or uncheck if it is a checkbox).
  6. Confirm the action by clicking Ready or Save.

If you donโ€™t have a wallpaper carousel item on your menu, try an alternative path:

  1. Press the empty space on the lock screen (without unlocking the phone).
  2. In the menu that appears, select Wallpaper Settings.
  3. Go to the Lock tab and find the Automan option or Dynamic Wallpaper.

โ˜‘๏ธ Checking the carousel shutdown

Done: 0 / 4

โš ๏ธ Attention: On some firmware MIUI 14 is hidden behind the optional menu. If you can't see the slider, try clicking on the three dots in the upper right corner of the wallpaper settings screen - there may be an option option.

If the problem occurred after installing a custom theme from the Mi Theme Store, it most likely contains built-in wallpaper animation, in which case resetting themes to factory settings will help.

Instructions:

  1. Open Settings โ†’ Theme (or Personalization โ†’ Theme).
  2. In the upper right corner, click on the icon โ‹ฎ (three dots and choose My themes.
  3. Find an active topic (marked with a tick) and tap it.
  4. At the bottom of the screen, click Remove or Reset (if the theme is system, there will be a default button).
  5. Confirm the action and restart the phone.

After the reboot, check the lock screen, the carousel should disappear. If not, try manually setting static wallpaper:

  1. Return to the Settings โ†’ Wallpaper โ†’ Lock screen.
  2. Select any picture from the gallery or standard MIUI wallpaper.
  3. Click Apply and make sure that the Automan option is disabled.
Reason for returning the carouselDecision
Setting up a theme with animationRemove the topic and reset to standard
MIUI UpdateTurn off the carousel again through wallpaper settings
Synchronization with Mi AccountDisable the synchronization of topics in the account settings
Resetting settingsCheck all personalization points after reset

๐Ÿ’ก

If the carousel is left after resetting the theme, try clearing the Themes app cache in the app settings. This often helps with wallpaper glitches.

Method 3: Disconnect via developer settings (for power users)

If standard methods don't work, you can use hidden MIUI options, which requires you to turn on the developer mode, but gives you access to additional options.

Steps:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone. Find the MIUI Version and tap it 7 times in a row. You will be notified of becoming a developer!

Settings

For developers

Drawing

Animation.

Turn off wallpaper animation

Disable Wallpaper Carousel

Reboot the phone.

If there is no such item, try an alternative path:

  1. In the Developer Settings, find the MIUI Local Service.
  2. Turn on the option of debugging wallpaper (if any).
  3. Go back to the wallpaper settings and check if there is a point to turn off the carousel.

โš ๏ธ Note: Not all versions MIUI Some of the firmwares in Redmi 10 (e.g. global) MIUI 13.0.6) may not be available, in which case move on to the next method.

What to do if there is no item "Disable animation wallpaper"?
Some firmware has this feature hidden. Try typing "wallpaper carousel" in your settings search, so the system can find a hidden option. If it doesn't work, use Method 4 with ADB.

Method 4: Using ADB to force shutdown (100% working method)

If all previous methods have failed, the most reliable option is to disable the carousel via ADB (Android Debug Bridge), which requires connecting the phone to a computer, but is guaranteed to remove the animation on any version of MIUI.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows, macOS or Linux.
  • ๐Ÿ“ฑ USB-Type C Cable (original so there are no connection issues).
  • ๐Ÿ”ง Installed drivers ADB Fastboot (you can download from the official website of Android Developers).
  • ๐Ÿ”’ Included debugging by USB phone-on.

Step-by-step:

  1. Turn on USB debugging: Go to Settings โ†’ Developer โ†’ Find USB debugging and activate it. Confirm resolution by pressing OK in the window that appears.

Redmi 10

File transfer

Command line.

Windows

Terminal

macOS/Linux

adb devices

Make sure your phone appears on the list (its serial number should appear).

adb shell settings put global lock_screen_wallpaper_carousel_enabled 0
adb reboot

If the carousel returns after the restart, repeat the command and additionally enter:

adb shell pm disable-user --user 0 com.miui.miwallpaper

This command will disable the system wallpaper application, but it can cause failures when manually changing background images, only use it if other methods do not help.

๐Ÿ’ก

ADB-commands are the most reliable way to disable the carousel, but it requires caution. Improper use can disrupt the system. Always check the commands before running.

Even after a successful shutdown, the carousel can return after an update or reset. To avoid this, follow these recommendations:

  • ๐Ÿ”• Turn off automatic theme updates: Go to Settings โ†’ Theme โ†’ Settings (cog icon) Turn off Auto Update Themes and Topics Recommendations.
  • ๐Ÿšซ Stop syncing wallpaper with Mi Account: Open Settings โ†’ Xiaomi account โ†’ Synchronize. Find the Wallpaper Point and turn it off.
  • ๐Ÿ“ต Limit background processes for the Themes app: Go to Settings โ†’ Annexes โ†’ Application management โ†’ Select the Battery. โ†’ Limit background activity.
  • ๐Ÿ”„ Back up wallpaper settings: Use apps like Swift Backup (root rights required) to save your current wallpaper and its settings.

If you frequently install new themes, check other usersโ€™ reviews before applying them โ€“ some themes forcefully include a wallpaper carousel, and this is not always stated in the description.

๐Ÿ’ก

Before installing MIUI updates, back up your settings through Settings โ†’ Additional โ†’ Backup. This will allow you to quickly restore personalization if the carousel returns after the update.

Frequent Mistakes and How to Avoid Them

When you turn off the carousel, you often have typical problems, and here are the most common ones and the ways to solve them:

Problem.Reason.Decision
No "carousel wallpaper" item in the settingsOutdated or modified firmwareUse ADB or upgrade MIUI
Carousel returns after rebootSynchronization with Mi Account or system glitchTurn off wallpaper sync and clear the cache of the "Themes" app
ADB does not see the deviceNot installed drivers or not included debuggingCheck the connection, install drivers and repeat adb devices
After the shutdown, all the carousels were gone.Resetting wallpaper settingsReset the wallpaper manually

Another common mistake is to try to disable the carousel through third-party apps from Google Play, which require root rights or do not work on MIUI, and we do not recommend using them, as they can disrupt the stability of the system.

โš ๏ธ Note: If you use custom firmware (like LineageOS or Pixel Experience), standard methods may not work, in which case, look for a solution in your firmware settings or on topic forums (like the one you use, 4PDA).

Can I turn off the carousel without a computer?
Yes, in most cases, standard settings (Settings โ†’ Wallpaper โ†’ Lock screen) are enough. If you don't have an option, try the developer settings method (Method 3). ADB is only needed if other methods have not worked.
Why did the lock screen turn black after the carousel was turned off?
This happens when the system can't load static wallpaper. Solution: Set wallpaper manually through Settings โ†’ Wallpaper. Reset the phone. If it doesn't work, reset the wallpaper settings to standard.
Will this manual work on the Redmi Note 10 or POCO X3?
Yes, the methods are universal for all MIUI smartphones, including the Redmi Note 10, POCO X3, Mi 11 and others. Except for devices with HyperOS (the new shell of Xiaomi), where the path to settings may differ.
Can I turn off the carousel only for certain wallpapers?
No, it's global, either all the wallpapers are automatically replaced or not, but you can manually set a static image that won't be part of the carousel.
What if the carousel returned after the MIUI update?
Updates often reset personalization settings. After the update: Check wallpaper settings (Settings) โ†’ Wallpaper. โ†’ Lock screen. If the option is on, turn it off again. Clear the application cache Themes in the application settings. If the problem recurs, use it. ADB-command (Method 4) โ€“ it saves settings even after updates.