How to permanently disable the wallpaper carousel on Xiaomi Redmi 10: a detailed guide

Automatic wallpaper change on Xiaomi Redmi 10 is a feature that is not popular with many users. Many users complain that the wallpaper carousel is not only distracting, but also consumes additional battery due to the constant loading of new images. If you are tired of spontaneously changing background images on the lock screen or desktop, this article will help to turn off this MIUI feature once and for all.

Unlike older versions of firmware, where you just had to remove the tick in the theme settings, in MIUI 12/13/14, developers hid the option deeper β€” and in some regional builds, they removed it altogether from the interface. We tested all current methods on Redmi 10 (models 2021/2022, including Redmi 10 Prime and Redmi 10C) and selected those that work without root rights and third-party applications. Importantly, some methods require you to disable synchronization with Mi Account β€” we will warn you about this in advance.

The main reason for the carousel to β€œreturn” after disconnection is automatic synchronization of themes through Xiaomi services. Even if you manually choose a static wallpaper, the system can reset settings when:

  • πŸ”„ Firmware updates (especially over the airΒ»)
  • πŸ“± Reboot the device after deep battery discharge
  • ☁️ Sign in to Mi Account on another device with the same data
  • 🎨 Use the standard Topics app to view new wallpaper

The second pitfall is MIUI regional builds, like India ROM and Global ROM, where the path to settings for the carousel may be different, and we've taken these nuances into account and brought universal solutions.

πŸ“Š What version? MIUI you have installed?
MIUI 12
MIUI 13
MIUI 14
I don't know.
other

Method 1: Disconnect via theme settings (official method)

This is the easiest way, but it doesn't work on all versions of the firmware. If you don't have those items on your menu, go to Method 2.

  1. Open the Themes app (icon with brush and palette).
  2. Go to Wallpaper β†’ Lock screen or desktop (depending on where you want to remove the carousel).
  3. In the upper right corner, tap the icon. βš™οΈ Settings.
  4. Find the option Automatic change of wallpaper (or wallpaper carousel) and move the slider to the "Off" position.
  5. Confirm the action by selecting a static wallpaper from the gallery.

⚠️ Warning: On some devices, after this step, the carousel may still appear when connected to Wi-Fi, which involves background synchronization of the themes, to completely disable it:

⚠️ Attention: Go to Settings β†’ Accounts. β†’ Mi Account β†’ Sync and disable the Theme option, this will prevent the carousel from automatically recovering when updates are made.

β˜‘οΈ Preparation for the carousel shutdown

Done: 0 / 4

Method 2: Disconnecting with Developer Mode (for MIUI 13/14)

If the standard method didn't work, use the hidden developer mode settings, which block the carousel at the system level, but require care:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version (you will be notified "You are a developer").

Back to Settings β†’ Additionally. β†’ For developers.

Find the USB Debugging option and turn it on (this is temporary, to access hidden settings).

Connect your phone to your PC and execute the command in ADB:

adb shell settings put global wallpaper_carousel_enabled 0

Reset the device.

πŸ”Ή Explanation: Team wallpaper_carousel_enabled 0 Forced to disable the carousel mechanism at the Android level. If after the reboot the wallpaper changes again, check if the developer settings have reset (sometimes). MIUI Reset them after updates).

What if the ADB does not recognize the device?
Make sure you have Xiaomi drivers installed (download from the official website). Enable the option "Allow debugging over USB (Safe Mode)" in the developer settings. Use the original USB cable (not all cables support data transfer).

Method 3: Remove the System Application β€œThemes” (Advanced Method)

This is a radical way that removes the merry-go-round mechanism completely, but has risks, only if you are prepared for the possible consequences (for example, the inability to install themes from an official store).

πŸ“Œ Important: This method requires root access or the ability to work with ADB You can only disable the app without root rights, but you can't delete it.

  1. Connect your phone to your PC and execute the command: adb shell pm uninstall --user 0 com.android.thememanager (this will disable the Themes app for the current user).
  2. For complete removal (requires root): su pm uninstall -k --user 0 com.android.thememanager
  3. Reset the device.

πŸ”Ή Tip: If you use Redmi 10 with custom firmware (like Pixel Experience or LineageOS), the wallpaper carousels are not the defaultΒ» MIUI, which will have to be disconnected separately.

πŸ’‘

The most reliable way is to combine the carousel with the theme settings + the Mi Account sync settings, which gives you a 95% guarantee that the wallpaper will not change spontaneously.

Alternative solutions: if nothing helps

If all of these methods fail, consider alternatives:

  1. Installation of a third-party launcher (for example, Nova Launcher or Lawnchair) It completely replaces the standard interface. MIUI, wallpaper-inclusive. βœ… Plus: Full control of wallpaper. ❌ Minus: lost part of the branded chips Xiaomi (for example, β€œSuper wallpaperΒ»).

Using the Wallpaper Changer app from Google Play, it allows you to set static wallpapers and blocks them from changing by the system.

Reset your phone to factory settings (extremely) After reset, don't log into Mi Account and immediately turn off the carousel through the theme settings.

πŸ”Ή Important: When using third-party launchers, some features MIUI It can work incorrectly, like navigation gestures or full screen for games.

FAQ: Answers to Frequent Questions

Can I turn off the carousel without a computer?
Yes, but only if your version of MIUI has an option in the theme settings (Method 1), if it is not, you can’t completely remove the carousel without ADB or root rights.
Why do the wallpaper turn black after the carousel is turned off?
This is a bug in some versions of MIUI 13. Solution: Set wallpaper manually through the gallery. Reboot your phone. If it didn't work, reset the Themes app settings to Settings β†’ Apps β†’ Application Management β†’ Themes β†’ Storage β†’ Clear the data.
Will the ADB work after the MIUI update?
No, the firmware update resets the settings ADB. After the update, re-run the command adb shell settings put global wallpaper_carousel_enabled 0.
Can I return the carousel if I need it?
Yes, for this: If you used the method 1 β€” Just turn the option back on in the theme settings. 2 β€” Adb shell settings put global settings wallpaper_carousel_enabled 1. If you delete the app β€œThemes” – you will have to reset the phone or install it manually through the ADB.
Is there a risk of β€œbricking” the phone when you remove system applications?
When you delete only com.android.thememanager, the risk is minimal, but: Do not uninstall other system applications (e.g. com.miui.home – this will lead to the launcher crash). Always back up through Settings β†’ System β†’ Backup. Use verified commands (e.g., from this article).