How to permanently remove the wallpaper carousel on the lock screen Xiaomi Redmi 9: a step-by-step guide

The lock screen of Xiaomi Redmi 9 with the shell MIUI often annoys users with automatic change of wallpaper β€” the so-called β€œcarousel”. This feature, designed to diversify the appearance of the smartphone, in practice interferes with the background images change without warning, knocking down the usual visual rhythm, and sometimes slowing down the system, especially on budget models like Redmi 9, where resources are limited.

Complicating the problem is that Xiaomi regularly updates the MIUI interface by moving or hiding settings. What worked in MIUI 12 may not work in MIUI 14. In this article, we will look at all the current ways to disable the wallpaper carousel on the lock screen for Redmi 9, including hidden options and workarounds for different versions of the firmware. No root rights or complex manipulations, only proven methods.

The dynamic wallpaper change feature on the lock screen is built into MIUI by default, and it activates automatically when:

  • πŸ“± First turn on the smartphone (if not disable during the setup process).
  • πŸ”„ Updating the system to a new version MIUI (settings can be reset).
  • 🎨 Use standard themes from the Themes Store (many of them include animations).
  • ☁️ Sync with Xiaomi account (if the carousel was enabled on another device).

On Redmi 9, this feature is implemented through the service com.miui.gallery, which is responsible for the background processes of the gallery. It not only changes the wallpaper, but also consumes additional resources: up to 5-10% of the CPU in the background and up to 150-200 MB of RAM, which is critical for a device with 3/4 GB of RAM. You can turn off the carousel, but the methods depend on the version of MIUI.

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

It's important to understand that you can't completely remove the carousel without root rights -- you can only turn it off or replace it with a static image -- but even that is enough to get rid of the intrusive changes.

The easiest method is to use built-in MIUI options. It works on all firmware versions, but the path to settings may be different. The following steps are relevant for Redmi 9:

  1. Open Settings (the gear icon on the main screen).
  2. Go to the Lock Screen section (in some versions – Lock and Protection β†’ Lock screen).
  3. Slip on the lock screen wallpaper.
  4. In the window that opens, select Static Wallpaper or My Wallpaper (depending on the version).
  5. Turn off the slider Automatic wallpaper change (may be called Carousel or Dynamic Wallpaper).
  6. Select one image from the gallery and save the changes.

If there's no Autoshift, then the carousel is controlled through the Topic app.

β˜‘οΈ Checking the theme settings

Done: 0 / 4

Attention! Some firmwares may reset wallpaper after the carousel is turned off, and this is a MIUI bug that is solved by installing wallpaper through third-party applications (Mode 3).

What to do if the settings reset after the update?
After the MIUI update, some settings return to factory settings. To avoid this, back up your settings via Settings β†’ About Phone β†’ Backup before upgrading. If the reset has already occurred, repeat the steps of method 1 or use alternative methods from this article.

Method 2: Deactivate via the Topics app (if the standard method doesn't work)

The Themes app in MIUI is responsible not only for the design, but also for dynamic interface elements, including wallpaper carousel. If there is no option to turn off in the lock screen settings, try:

  1. Open the Themes app (brush icon on the home screen).
  2. Go to the Wallpaper tab (bottom of the screen).
  3. Select the lock screen.
  4. Scroll down and find the Carousel section or Random Wallpaper.
  5. Turn off the slider next to this option.
  6. Return to the main Theme menu and apply any static theme (e.g., by default).

If there is no Carousel section, try:

  • πŸ” In the search bar at the top of the screen, enter "carousel" or "dynamic wallpaper".
  • πŸ–ΌοΈ Select any static wallpaper from the proposed and install it manually.
  • πŸ“΅ Delete the Application Topics Data via Settings β†’ Annexes β†’ Application management β†’ Topics β†’ Warehouse β†’ Clear the data. Attention! It will reset all the relevant topics.

On some firmware (e.g. MIUI 14 Global), the carousel is controlled via the Mi Wallpaper Carousel service to disable it:

Settings β†’ Applications β†’ Application Management β†’ Three points (menu) β†’ Show system β†’ Find β€œMi Wallpaper Carousel” β†’ Disable

πŸ’‘

If the wallpaper changes after the carousel is turned off, try installing wallpaper through Google Photos or another third-party app. MIUI sometimes ignores the settings for "native" wallpaper.

Method 3: Using third-party applications to fix wallpaper

If the built-in methods didn't work, you can fix the wallpaper with third-party tools.

AnnexAdvantagesDeficienciesReference
Wallpaper ChangerAllows you to install wallpaper without resetting, maintains a scheduleAdvertising in the free versionGoogle Play
Muzei Live WallpaperOpen source, minimalist interfaceNot all wallpaper supports the lock screenGoogle Play
ZedgeLarge library of static wallpaper, simple interfaceA lot of advertising, requires registration for some featuresGoogle Play

Installation instructions via Wallpaper Changer:

  1. Download and install the app from Google Play.
  2. Open it and select an image from the gallery.
  3. Click Set on the lock screen.
  4. In the application settings, turn off the automatic change option.
  5. Reboot your phone (required!).

Attention! Some applications (such as Muzei) require permission to Overlay on top of other applications. To give it, go to Settings β†’ Applications β†’ Special Accesses β†’ Overlay on top of other applications and turn on the slider for the selected application.

Method 4: Disconnect via ADB (for power users)

If the software methods did not help, you can turn off the carousel through ADB (Android Debug Bridge. This is a way that requires a computer and basic command line knowledge, but it's 100% effective. It's good for all versions. MIUI Redmi 9.

What you need:

  • πŸ–₯️ Computer with Windows/Linux/macOS.
  • πŸ“± USB-cable (preferably original).
  • πŸ”§ Included Debugging by USB phone-on.
  • πŸ“¦ Installed drivers Xiaomi and ADB.

Step-by-step:

  1. Turn on USB Debugging: Settings β†’ About Phone β†’ MIUI Version (tap 7 times until you’re a developer) Settings β†’ Additional β†’ Developers β†’ Debugging by USB (enable)
  2. Connect Redmi 9 to your computer and confirm your trusted device.
  3. Open the command prompt (cmd on Windows) and type: adb devices Make sure the device is identified (serial number should appear).
  4. Run the command to disable the carousel: adb shell pm disable-user --user 0 com.miui.miwallpaper If it doesn't work, try: adb shell pm disable-user --user 0 com.miui.gallery
  5. Reboot the phone.

Once this command is executed, the carousel service will be completely disabled until the next reset or MIUI update. To return everything back, use the command:

adb shell pm enable com.miui.miwallpaper

πŸ’‘

Disabling ADB is the most reliable way, but it requires caution. Wrong commands can disrupt the system. If you're not sure, use methods 1-3.

MIUI updates often reset user settings, including the disabled carousel, to avoid this:

  1. Create a backup of your settings before updating via Settings β†’ About Phone β†’ Backup.
  2. Use third-party wallpaper (method 3) - they are less likely to be reset.
  3. Turn off automatic themes download: Settings β†’ Themes β†’ Three dots (menu) β†’ Settings β†’ Auto-update themes (turn off)
  4. Block the update of the Mi Wallpaper Carousel service through Settings β†’ Applications β†’ Mi Wallpaper Carousel β†’ Three points β†’ Disable updates.

If the carousel came back anyway,

  • πŸ”„ Repeat steps from method 1 or 2.
  • πŸ“΅ Clear the cache of the Themes and Gallery app.
  • πŸ› οΈ Use it. ADB (method (4) for forced shutdown.

Attention! Some firmware (e.g. MIUI 14 for Redmi 9) may have a new version of the carousel called Super Wallpaper after the update, which must be disabled separately through Settings β†’ Lock Screen β†’ Super Wallpaper.

Alternative solutions: if nothing helps

If all of these methods fail, radical measures remain:

  • πŸ“₯ Installing custom firmware (like LineageOS or Pixel Experience) will completely remove it. MIUI And all of its features, including the carousel, minus the loss of warranty and the risk of "bricking" the phone.
  • πŸ”§ Reset to factory settings.Be sure to back up your data before doing so! After resetting, don't set up your Xiaomi account right away - turn off the carousel first.
  • πŸ›‘οΈ Using a third-party launcher (like Nova Launcher or Lawnchair) doesn’t affect the lock screen, but avoids other annoying features. MIUI.

To install custom firmware on Redmi 9 you will need:

  1. Unlocked bootloader (bootloader).
  2. Installed TWRP Recovery.
  3. Suitable firmware (e.g. with XDA Developers).

⚠️ Warning! Unlocking the bootloader erases all data on the phone and can result in a 72-hour Mi Account lock, a technique only suitable for advanced users!

Can I remove the carousel without root rights?
Yes, all the methods in this article (except custom firmware) work without root. The most effective ones are disabling through lock screen settings (method 1) or the Themes app (method 2).
Why are the carousels reset to standard after the carousel is turned off?
This is a MIUI bug related to wallpaper caching. Solutions: Set wallpaper through a third-party app (like Zedge). Clear the Topic and Gallery app cache. Reboot your phone after you install new wallpaper.
How to check if the carousel is turned off?
Go to Settings β†’ Lock screen β†’ Wallpaper and see if Autoshift is active. You can also set your wallpaper and wait 10-15 minutes β€” if they haven't changed, the carousel is off.
Will it work? ADB-post-refreshment MIUI?
No, after major updates (e.g., from MIUI 13 to MIUI 14), the settings are reset and the command will have to be re-run. To avoid this, block the update to the Mi Wallpaper Carousel service via Settings β†’ Applications.
Can I return the carousel if I need it?
If you've disabled it through your settings, just turn it back on. If you've used ADB, follow the command: adb shell pm enable com.miui.miwallpaper For a third-party application, just delete it or reset it.