The wallpaper carousel on Xiaomiβs lock screen is one of the most controversial features of the MIUI shell and the new HyperOS. On the one hand, it offers daily background changes, but on the other hand, it annoys users with intrusive animations, random pictures and unnecessary swipes, especially for owners of Redmi Note 12, POCO X5 or Xiaomi 13, where the carousel is activated by default and it is not always obvious how to turn it off.
In this article, we will discuss all possible methods for removing the carousel, from standard settings to hidden parameters and ADB commands. You will learn why after upgrading to MIUI 14 or HyperOS, the old methods stopped working, how to circumvent manufacturer restrictions and what to do if the carousel returns after a reboot, and we will analyze the risks of each method and give recommendations for different versions of the firmware.
Why the wallpaper carousel appears on the lock screen and can it be removed forever
Wallpaper Carousel is a MIUI feature that automatically downloads and installs new wallpapers from Xiaomi collections or third-party sources (such as Unsplash), integrated into the com.miui.gallery system application and closely linked to Mi Account services.
- π Automatic update MIUI/HyperOS β After installing a new version of the firmware, the carousel can activate itself, even if you previously disabled it.
- π± The first setting of the smartphone β when you first turn on Xiaomi offers to turn on βdynamic wallpaperβ, which automatically starts the carousel.
- π Sync with Mi Account β If youβre signed in to a Xiaomi account, wallpaper settings can sync between devices, returning the carousel.
- π¦ Pre-installed themes β Some themes from the Mi Theme Store forcefully include the carousel as part of the design.
Can we take it away forever? Technically, but there's a nuance.
- β Nana MIUI The 12-13 carousel shuts down through standard settings, but can return after the update.
- β οΈ Nana MIUI 14 and Xiaomi HyperOS hid the direct switch, so workarounds are required.
- π§ Nana POCO Launcher or custom firmware (e.g. Pixel Experience) carousel may not be available initially.
- π οΈ Complete removal is possible only through ADB or root rights, but it is risky for beginners.
β οΈ WARNING: If you use a corporate smartphone with politicians MDM (Control of the devices, the administrator can block the wallpaper change, in which case none of the methods will work.
Method 1: Disable the carousel through standard MIUI settings (for versions 12β14)
The easiest method is to use the built-in shell options, which is suitable for most devices on MIUI 12, 13 and partially for MIUI 14 (if Xiaomi has not hidden a point in your area).
- Open the Themes app (icon with brush).
- Go to the Wallpaper section β Lock screen.
- If the carousel is active, you'll see the wallpaper carousel or Dynamic Wallpaper.
- In the upper right corner, click on βοΈ Settings (or Management).
- Turn off the Automatic Wallpaper Change or Carousel switch.
- Choose a static background from the gallery or upload yours.
If the Carousel item is not on the menu, try an alternative path:
- Click the finger free space on the main screen β Wallpaper.
- Select the Lock screen β More. Three dots).
- Turn off the option Dynamic Wallpaper or Carousel.
On some firmware (e.g. HyperOS 1.0 for Xiaomi 14), this method may not work, so move on to the next method.
Check the version. MIUI/HyperOS In Settings β The phone.
Back up your current wallpaper (Settings β Themes β Save)
Turn off the themes sync in Mi Account (Settings β Xiaomi Account β Sync)
Close all background applications (especially Gallery and Themes)
-->
Method 2: Use hidden settings through Activity Launcher
If the standard method didnβt work, you can try running a hidden wallpaper settings menu using a third-party Activity Launcher app, which works on MIUI 14 and HyperOS, where Xiaomi hid the direct settings.
Instructions:
- Install Activity Launcher from Google Play.
- Open the app and find them in the Topic list (com.android.themes).
- Deploy the Activity list and find a item with a name that contains Wallpaper or Lockscreen (such as WallpaperPickerActivity).
- Start this activity. The hidden wallpaper menu will open.
- Select Lock Screen β Turn off the carousel (if option is available).
If you donβt have the right activity, try an alternative path:
- In Activity Launcher, find the Gallery app (com.miui.gallery).
- Start an activity called WallpaperSettingsActivity.
- In the menu that opens, turn off Auto Update wallpaper.
β οΈ Note: On certain devices (e.g, POCO F5) Launching hidden activities can cause the Themes app to crash.In this case, reboot your smartphone.
MIUI 12
MIUI 13
MIUI 14
HyperOS 1.0
The other one/I don't know/
-->
Method 3: Disconnection through ADB-teams (without root)
If previous methods didnβt work, you can use ADB (Android Debug Bridge), a tool for debugging Android, which does not require root rights, but requires connecting your smartphone to your computer.
Step-by-step:
- Turn on Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version (you will be notified "You became a developer").
USB debugging
- Back to Settings β Additionally. β For developers.
- Turn on USB debugging and confirm the permission.
- Connect your smartphone to your PC and execute commands: adb shell pm disable-user --user 0 com.miui.wallpapercarousel adb shell pm hide com.miui.wallpapercarousel These commands disable the system app of the carousel for the current user.
β οΈ Attention: Deleting system files may result in a bootloop ( looped boot) or the Topic app crash.Before doing the action, make a backup through TWRP Or Mi Flash Tool.
What if all the wallpaper is missing after the carousel is removed?
Method 5: Alternative launchers and workarounds
If none of the methods worked, you can go a workaround - use side launchers or settings that block the carousel indirectly.
Options:
- π± Installation POCO Launcher: Launcher from POCO It doesn't have a built-in carousel. Download it from Google Play and install it as the default launcher. MIUI.
- π Disable theme synchronization: Go to Settings β Xiaomi account β Sync and disable the Topic item, which will prevent automatic carousel recovery.
- πΌοΈ Using live wallpaper: Install live wallpapers (like Google Wallpapers) and apply them to the lock screen.This can disrupt the carousel settings.
- π‘οΈ Blocking through AppOps: Using AppOps (requires) ADB or root) deny the Themes app access to the Internet. This will stop the loading of new wallpapers.