How to permanently remove the wallpaper carousel on the lock screen Xiaomi Redmi: working methods 2026

The automatic wallpaper change on the Xiaomi Redmi lock screen is a feature that is not popular with many users, who complain that the wallpaper carousel is not only distracting, but also eating up battery power, and sometimes loading images with low resolution or irrelevant content, especially when the smartphone is unlocked at an important event, and instead of the usual background flaunts a random picture from the MIUI collection.

In this article, we’ll look at all the current ways to disable the carousel, from standard settings to hidden settings that work even on the latest firmware. It’s important to understand that the methods may differ depending on the MIUI version (12, 13 or 14) and the Redmi model (such as the Note 11 Pro, Redmi 10 or Redmi K50). If you don’t know your firmware version, you can check it in Settings β†’ About Phone β†’ MIUI version.

It's also worth noting that some methods require super-user rights, but we've tried to put together solutions that work without them. If you've tried to turn off the carousel through the standard menu and nothing has worked, don't rush to reset to the factory settings. Perhaps your case is solved by a couple of clicks in hidden sections.

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

The dynamic wallpaper change feature was introduced in MIUI as part of Xiaomi’s ecosystem to make the interface more lively, which was intended to diversify the user experience, but in practice many face the following challenges:

βœ… Unpredictability: Wallpaper changes without your input, sometimes at the most inopportune moment (e.g. during a presentation or stream).

βœ… Traffic and battery consumption: The carousel uploads new images over the internet, which eats up both mobile data and battery power.

βœ… Unrelevant content: Often loaded wallpaper with ads, seasonal themes (New Year's Eve, March 8) or low resolution.

By default, MIUI includes this feature on all Redmi devices starting with MIUI 12, and even if you manually install a static image, the system can reset it after updating or restarting, due to the operation of the service com.miui.gallery, which is responsible for the background processes of the gallery.

Interestingly, on some models (such as the Redmi Note 10 Pro), the carousel is activated automatically when you connect to the Mi Account, which is part of Xiaomi’s personalization policy, but you can turn it off β€” we’ll talk about it later.

Method 1: Disconnect via standard MIUI settings

The easiest method is to use the built-in system options, which is suitable for most MIUI 13/14 devices and does not require additional manipulation.

1. Open the settings on your Redmi.

2. Go to the Lock Screen section (or Lock and Password on some models).

3. Find the Lock screen wallpaper or Lock Style item.

4. In the menu that opens, select Static Wallpaper or Select from the Gallery.

5.Important: After selecting the image, scroll down and turn off the Automatic Wallpaper Change Slider (or Wallpaper Carousel).

If there is no such slider, then your version of MIUI uses a different mechanism, in which case, try the following method.

Is the mobile internet disabled (to avoid background wallpaper loading)|

Is the current wallpaper backup made (in case of resetting)|

Is the MIUI version checked (settings depend on it) |

Are all apps closed (especially Gallery and Themes)-->

On some devices (e.g. Redmi 9A), the item that disables the carousel may be hidden behind additional settings. If you don't see the right switch, try:

1. Go to Settings β†’ Themes.

2. Click on three dots in the upper right corner and select Theme Settings.

3. disable Auto Update wallpaper and wallpaper recommendations.

This method doesn’t work on all firmware, but it often helps if the standard path doesn’t work.

Method 2: Disconnect via the β€œThemes” app

Themes is the control center for all MIUI visual settings, including wallpaper and animations, and it is through it that the carousel is often controlled, even if there is no explicit switch in the main settings.

Here's how to do it:

1. Open the Themes app (icon with brush and palette).

2. Go to the Wallpaper tab in the lower menu.

3. At the top of the screen, find the gear icon (Wallpaper Settings) and tap it.

4. disable the following options:

- Automatic wallpaper change

- Recommended wallpaper

- Update the wallpaper on schedule

5. Go back and manually select a static image for the lock screen.

If the carousel still appears after these actions, then the problem lies deeper - perhaps the Topic app cache or background processes are to blame, in which case cleaning the cache will help:

1. Go to Settings β†’ Applications β†’ Application Management.

2. Find the Topics in the list and select it.

3. Press Warehouse β†’ Clear the cache.

4. Reset the device.

πŸ’‘

If the wallpaper is reset after cleaning the cache, don't be afraid - this is normal. Just re-set the desired image through the Themes or Gallery app.

Method 3: Use ADB-Teams (for advanced users)

If the standard methods do not work, you can resort to ADB-This requires you to connect your smartphone to your computer, but it's guaranteed to shut down the carousel at the system level. MIUI, So follow the instructions carefully.

You'll need:

- Computer with installed drivers Xiaomi and ADB Tools (you can download from the official Android website).

- Included debugging by USB on your smartphone (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times tap on version number β†’ return to Additional settings β†’ Developer Parameters β†’ Debugging by USB).

Instructions:

1. connect Redmi to your computer via USB-cable.

2. Open the command prompt (cmd) in the folder with ADB.

3. Enter a command to check the connection:

adb devices

(Your device serial number should appear).

4. execute the command to disable the carousel:

adb shell settings put global lock_screen_wallpaper_enabled 0

5. Reboot the smartphone.

If the carousel still appears, try the additional command:

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

This command completely disables the system wallpaper application, but can cause failures when you try to change the background manually. Use it only if other methods have not helped.

What if the ADB can’t see the device?
1. Make sure that the debugging is enabled by USB 2. Check the cable – it should support data transfer (not all charging cables are suitable). 3. Install Xiaomi drivers manually through Windows Device Manager. 4. Try another one. USB-port (preferably) USB 2.0).

Method 4: Disable via Settings Editor (requires root)

If you have root rights, you can manually edit the system files that run the carousel, which is the most radical, but also the most reliable method. Attention: wrong actions can lead to a bootloop, so back up before you start.

You’ll need any root-enabled file manager (like Root Explorer or Solid Explorer).

1. Open the file manager and go on the way: /data/data/com.miui.home/shared_prefs/

2. Find the file. device_preferences.xml Open it in the text editor.

3. Find the line with the parameter:

lock_screen_wallpaper_enabled

And change it to false.

4 If there is no such line, add it manually:

<boolean name="lock_screen_wallpaper_enabled" value="false" />

5. Save the file and restart the device.

To completely shut down the carousel, it is also recommended to remove or freeze (via Titanium Backup) the following system applications:

- com.miui.miwallpaper (responsible for wallpaper)

com.miui.themes (manages topics and recommendations)

If after these manipulations the lock screen turned black or is displayed incorrectly, return the original settings or restore the backup.

Table: Compatibility of methods with MIUI versions

MethodMIUI 12MIUI 13MIUI 14Need root?Risk of failure
Standard settingsβœ… Yes.βœ… Yes.⚠️ Partially.❌ No.⚠️ Low.
Annex β€œThemesβ€βœ… Yes.βœ… Yes.βœ… Yes.❌ No.⚠️ Low.
ADB-teamβœ… Yes.βœ… Yes.βœ… Yes.❌ No.⚠️ Medium.
Editing system filesβœ… Yes.βœ… Yes.βœ… Yes.βœ… Yes.❗ High-pitched
Cleaning the Tem cacheβœ… Yes.βœ… Yes.⚠️ Sometimes.❌ No.⚠️ Low.

You can see from the table that the most versatile method is to use ADB, but it requires minimal technical skills. If you're not sure about yourself, start with standard settings or cleaning the cache.

Many users are faced with the fact that after the MIUI update, the wallpaper carousel is activated again, which is due to the fact that Xiaomi resets some settings to factory when installing a new firmware.

πŸ”Ή Turn off automatic theme updates:

Go to Settings β†’ Themes β†’ Theme settings and deactivate Auto Update Themes. This will prevent you from resetting your preferences.

πŸ”Ή Use third-party launchers:

Install an alternative launcher (like Nova Launcher or Lawnchair) that allows you to lock the lock screen wallpaper. MIUI They may not work properly.

πŸ”Ή Create a task in Automate or Tasker:

These applications allow you to automatically apply the selected wallpaper after rebooting, for example, you can set a task that will set a static background every time you turn on the screen.

πŸ”Ή Reverse to the old version MIUI:

If the carousel has appeared after the update, you can return to the previous firmware through Fastboot. Downgrad instructions are available on the 4PDA or XDA Developers forums.

πŸ’‘

If the carousel is back after resetting, try the ADB method first - it most often experiences system updates.

On some devices (e.g. Redmi K40) after upgrading to MIUI 14, a new option appears in the settings - Lock screen Personalization. There may be an option Dynamic Wallpaper that you need to disable separately.

Frequent Mistakes and How to Avoid Them

When trying to turn off the carousel, users often make mistakes that lead to the opposite result.

❌ The Wrong Way in Settings:

Many people are looking for the option in Settings β†’ Display, but it is actually in Lock Screen or Themes. Always check the full path: Settings β†’ Lock and Password β†’ Lock screen wallpaper.

❌ Ignoring the cache:

After changing the settings, remember to clear the theme and gallery app cache, otherwise the system will continue to use the old data.

❌ Version incompatibility:

Not all methods work on MIUI 14. For example, disabling through ADB may not work if Xiaomi has changed system settings.

adb shell settings put secure lock_screen_wallpaper_enabled 0

❌ Incorrect access rights:

In the case of ADB or root, make sure you have all the permissions you need, for example, to edit. device_preferences.xml You need permission to write to the system partition.

❌ Resetting wallpaper after reset:

If the wallpaper is reset after the phone is turned off, check if the Power Saving feature is included in the battery settings. It may limit background processes, including wallpaper preservation.

πŸ’‘

If you use two of them SIM-If you want to turn off one of these cards, try to temporarily disable one of them.

If none of these methods worked, the last thing you can do is reset the settings to factory settings, but before you do that, make sure to back up the data, as all the apps and files will be deleted.

⚠️ Attention: On devices with MIUI Global Stable can block some settings by the manufacturer, in which case only flashing on the MIUI EU Xiaomi.eu, where there are no such restrictions.

FAQ: Answers to Frequent Questions

Can I turn off the carousel without root and ADB?
Yes, in most cases, standard settings or cleaning the theme app cache are enough. On MIUI 14, it also helps to disable the option Personalized recommendations in the Mi Account settings.
Why do the wallpaper turn black after the carousel is turned off?
This happens if the system can't load the image you've selected, try manually installing wallpaper through the Gallery or restarting the device, and if the problem persists, check if the com.miui.miwallpaper system process is disabled.
The carousel only appears when connected to Wi-Fi. How do you fix this?
Chances are, you have automatic Wi-Fi themes update enabled. Turn it off in Settings β†’ Themes β†’ Theme settings β†’ Auto Update over Wi-Fi. Also check the background traffic restrictions for the Themes app.
Can I bring the carousel back if I like it?
Yes, just repeat the steps in reverse order, for example, turn on the slider Automatic change of wallpaper in the lock screen settings or return the original values to the lock screen. ADB: adb shell settings put global lock_screen_wallpaper_enabled 1
My Redmi Note 8 doesn't have the option to turn off the carousel.
On older models (e.g. Redmi Note 8/9), the carousel is controlled via the Theme app. Try the cache reset method or use ADB. Also check if you have custom firmware installed - it may have its own nuances.