How to return the wallpaper carousel on Xiaomi Redmi: 5 proven ways

The wallpaper carousel on Xiaomi Redmi smartphones is one of the most popular features of MIUI. It automatically changes the background on the lock screen, offering fresh images every day. But after updating the system, resetting the settings or failing to adjust the theme, many people face the problem: the carousel disappears, and instead it leaves a static image. Why does this happen and how to return automatic wallpaper change? In this article, we will analyze all possible reasons and offer working solutions, from simple settings to hidden MIUI functions.

If you notice that the wallpaper has stopped updating, don't be quick to blame the firmware. 80% of the time, the problem is solved in 2-3 minutes without complex manipulations. And for owners of old models Redmi Note 5/6/7 or new Redmi 12/13, we have prepared separate recommendations - take into account the experience of users with different versions of MIUI.

Before you start settings, make sure your smartphone is not in power-saving mode. MIUI aggressively optimizes background processes, and sometimes it even affects system services, including downloading new wallpaper. Also check your Internet connection - without it, the carousel will not work.

If you recently installed custom themes from Theme โ†’ Online, they could overwrite the standard wallpaper settings, in which case it will help to reset themes to factory or manually adjust through a hidden menu (more about this in one of the following sections).

1. Check the basic wallpaper settings

To start with, the obvious is that the carousel may have been turned off in the settings, and in the latest versions of MIUI (13-14), the path to this has changed, so many users can't find it.

Open Settings โ†’ Lock screen and scroll down to Wallpaper section. There should be two options:

  • ๐Ÿ–ผ๏ธ Static wallpaper - one image unchanged.
  • ๐Ÿ”„ Dynamic wallpaper (or "Carousel") - automatic background change.

If the second item is not available, then the function is disabled at the system level, in which case, move to the next section.

On the Redmi Note. 10/11 s MIUI 12.5 And the newer carousel can be called "Super Wallpapers" and you have to download them separately under Topics. โ†’ Wallpaper.

๐Ÿ“Š What version? MIUI your Redmi?
MIUI 12 or older
MIUI 13
MIUI 14
I don't know.
other

In some firmware, the dynamic wallpaper option is hidden in the MIUI lab, a hidden section for power users.

1. Go to Settings โ†’ About the phone.

2. Tap 5-7 times on the line MIUI version until the notification appears "You became a developer!".

3. Go back to the main settings menu and open a new section Additional โ†’ Functions Lab (or Advanced Settings โ†’ Special Features).

4. Find the option Dynamic Wallpaper or Wallpaper Carousel and activate it.

If there is no such item in the laboratory, try an alternative method:

adb shell settings put global dynamic_wallpaper_enabled 1

This command must be entered through ADB (Developer Tool). For more information about setting up ADB, read our separate instructions.

Check out the MIUI version in About Phone

Activate the Developer Mode

Find the "Function Lab" in the settings

Enable the option "Dynamic Wallpaper" (if any)

Reboot the phone.-->

3. Resetting themes and wallpaper to factory

If the carousel is missing after installing a third-party theme, the fastest way to get it back is to reset the wallpaper settings.

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

2. Go to the section My topics โ†’ Wallpaper.

3. Click on the three dots in the upper right corner and select Reset to factory.

4. Confirm the action and restart the phone.

Once rebooted, MIUI will automatically load the standard set of wallpapers, including dynamic ones. If that doesn't happen, check your Internet connection and repeat the steps.

โš ๏ธ Warning: Resetting themes will remove all wallpaper and icon styles you have previously installed.

Model RedmiMIUI versionDoes the carousel support by default?Whether ADB is required
Redmi Note 8/912.0โ€“12.5Yes.No.
Redmi 10/10A13.0+Yeah (in "Super Wallpaper")No.
Redmi Note 711.0โ€“12.0Yes (through the lab)Sometimes.
Redmi 12/1314.0Yeah (in "Dynamic Wallpaper")No.

Manual wallpaper update via the "Themes" app

Sometimes the carousel doesn't work because of a breakdown in the wallpaper download service, so you can force the images to be updated.

1. Open the Topic app.

2. Go to the Wallpaper section โ†’ Online.

3. Scroll down and find the Dynamic or Carousel category.

4. Select any set of wallpaper and click Apply.

5 Return to the home screen and check if the background has changed after 10-15 minutes.

If there is no dynamic wallpaper in the online directory, then the Xiaomi server is temporarily unavailable in your region, in which case a VPN (for example, Cloudflare WARP) or waiting 1-2 days will help.

๐Ÿ’ก

If after applying new wallpaper carousel did not work, try to disable traffic savings in the settings SIM-map. MIUI Can block the loading of background data.

5. Fixing cache and data issues

The carousel's freeze or absence is often associated with a damaged system application cache, and cleaning will help to return the function:

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

2. Find the Themes app and open its settings.

3. Click Warehouse โ†’ Clear cache and Clear data.

4. Repeat the same for the Lock Screen (or Lock Screen) application.

After cleaning, restart your phone. When you first start the Theme, the system will again load up the current wallpaper, including dynamic ones.

โš ๏ธ Attention: Data cleanup of the Themes app will reset all your saved style and wallpaper settings. If you use author's themes, pre-export them to a file through My Themes โ†’ Exports.

If the problem persists, check if the background data for Thems is disabled:

  • ๐Ÿ“ฑ Go to Settings. โ†’ Annexes โ†’ Topics โ†’ Data data.
  • ๐Ÿ”„ Make sure the Background data option is enabled.
  • ๐ŸŒ If you are using mobile internet, check Unlimited Data.

6. Alternative methods: third-party applications and ADB

If none of the above methods worked, there are two radical options left: using third-party launchers or ADB commands.

Method 1: Applications for dynamic wallpaper

Google Play has alternatives to the standard carousel:

  • ๐ŸŽจ Wallpaper Carousel โ€“ Imitates the function MIUI, but with extended settings.
  • ๐Ÿ”„ Muzei Live Wallpaper โ€“ Automatically changes wallpaper from different sources.
  • ๐Ÿ–ผ๏ธ Zedge โ€“ a catalog of wallpaper with support for automatic change.

The downside of this method is that applications consume an extra battery and may conflict with MIUI.

Method 2: ADB-command

If you are ready to work with ADB, follow these steps:

  1. Connect your phone to your PC and activate USB Debugging in the developer settings.
  2. Open the command line and type in: adb shell pm grant com.miui.gallery android.permission.WRITE_SECURE_SETTINGS adb shell settings put global dynamic_wallpaper_enabled 1
  3. Reboot the phone.
What to do if ADB is not working?
If the carousel doesn't appear after you enter the commands, check: 1) USB connection (file transfer mode) 2 ADB version (should be 1.0.41 or later). 3 root rights (some firmware requires Magisk) Without root, some commands may not work.

๐Ÿ’ก

Use ADB only if you are confident in your actions. Wrong commands can disrupt the system.

โ“ Why the carousel only works on Wi-Fi, but on the mobile Internet โ€“ no?
MIUI By default, it limits the background loading of data over the mobile network. To fix: Go to Settings โ†’ SIM-maps and mobile networks โ†’ Data transfer. Choose your own. SIM-Map and activate Background. For Themes, turn on Unlimited Data. After that, the carousel should be updated on the mobile Internet.
โ“ Can you adjust the interval of change of wallpaper?
In the standard MIUI There is no such option, but you can bypass the restriction: ๐Ÿ”„ Use third-party apps like Wallpaper Changer (Tunestable Timer). โš™๏ธ On some firmware (for example, Xiaomi.EU) the interval changes through Settings. โ†’ Lock screen โ†’ The optimal time interval for saving battery is 6-12 hours.
โ“ Carousel missing after update MIUI. What do you do?
This is a common issue when switching to the new version. Order of action: Reset the theme settings (section 3 of this article). Check for updates to the Theme app on Google Play. If it doesn't work, wait for a patch from Xiaomi (usually released within 1-2 weeks of a major update). 4PDA forums often upload corrected versions of APKs for Themes - you can try installing them manually.
โ“ How to return a carousel to Redmi with custom firmware (for example, LineageOS)?
On unofficial firmware, the function may be missing due to remote Xiaomi services: ๐Ÿ“ฅ Install. MIUI Camera and Themes from Official Firmware (need root). ๐Ÿ”ง Use Magisk modules like this. MIUI Dynamic Wallpapers Enabler. ๐ŸŽจ Go to third-party wallpaper (article 6). LineageOS or Pixel Experience makes it easier to use alternatives from Google Play.
โ“ Why the carousel shows the same wallpaper in a circle?
This is due to a glitch in Xiaomi Cloud, which is responsible for downloading new images. Correction: Open Settings โ†’ Accounts โ†’ Mi Account. Sign out and log in again. Go to Topics โ†’ Wallpaper โ†’ Online and manually update the list. If the problem persists, clear the Mi Cloud cache in the application settings.