Why the standard MIUI carousel is hindering users
Xiaomiโs lock screen is the first thing you see when unlocking a smartphone. However, many users are faced with the annoying feature of MIUI: instead of a static background, the system imposes a โwallpaper carouselโ that automatically changes images, which not only distracts, but also eats up battery power, since the background processes of com.miui.gallery and com.miui.home are constantly active.
The problem is compounded by the fact that new versions of MIUI 14/15 have removed the direct option to disable the carousel. Even if you choose one image in the settings, after a few hours the system can again download the โrecommendedโ wallpaper from the cloud, especially for the Redmi Note 12, Poco X5 and Xiaomi 13 models, where personalization algorithms are more aggressive.
In this article, we will discuss 3 proven methods to put fixed wallpaper on a lock screen without a carousel, including hidden MIUI settings, ADB bypassing and third-party applications. All methods are tested on current firmware and do not require root rights.
Method 1: Disabling the carousel through hidden MIUI settings
The easiest way is to use the built-in but hidden MIUI options. It is suitable for most MIUI 12-15 devices (including HyperOS for new models). Important: check the shell version in Settings โ About Phone โ MIUI version before you start.
Instructions:
- ๐ฑ Open the โThemesโ app** (icon with brush).
- ๐ In the search bar, enter lockscreen (without quotes).
- ๐ผ๏ธ Select the section "Block screenยป โ ยซStatic wallpaperยป.
- โ๏ธ In the upper right corner, tap three points. โ ยซSettingsยป** โ Turn off the option of automatic wallpaper change.
- ๐ Go back and select any image from the gallery, and the system will only suggest applying it to the lock screen, confirm.
If there is no Automatic Wallpaper Change, then your firmware is using the Mi Wallpaper Carousel cloud service, in which case you move to Method 2.
Check the MIUI version in the settings
Close all background apps (especially Gallery and Themes)
Connect to stable Wi-Fi (to download wallpaper from the cloud)
Make a backup copy of the current wallpaper (optional)-->
โ ๏ธ Note: On some devices (Poco) F4, Redmi K50) post-update MIUI 14.0.5+ If the wallpaper has started to change again, repeat the procedure or use it. ADB (Method 3).
Method 2: Use of third-party applications (without root)
If the hidden settings donโt help, third-party utilities will come to the rescue. We recommend Wallpaper Changer (from XDA Developers) or Muzei โ they bypass the MIUI restrictions through the Android Accessibility Service.
The following is a step-by-step instruction for Wallpaper Changer:
- Download APK with XDA Developers (check the authorโs reputation!).
- Install the application by allowing installation from unknown sources (Settings โ Applications โ Special Access โ Install Unknown Applications).
- Open Wallpaper Changer โ select Lockscreen only (lock screen only).
- Upload your image or select from the gallery.
- Activate the Disable MIUI Wallpaper Carousel option (disable MIUI carousel).
- Reset the device.
The algorithm is similar for Muzei, but you will need to add:
- ๐ Turn on Muzei Live Wallpaper in wallpaper settings.
- ๐ ๏ธ In the Sources section** select Local Photos and specify the folder with your image.
- โณ Set Update intervals for Never (never).
| Annex | Support for MIUI | Root is required. | Cons |
|---|---|---|---|
| Wallpaper Changer | 12โ15 | โ No. | Advertising in the free version |
| Muzei | 11โ15 | โ No. | A complex setup for beginners |
| KWLP (Kustom) | 13โ15 | โ ๏ธ Partially* | Paid themes |
*Some KWLP features may require Shizuku (root alternative).
๐ก
If the wallpaper has not changed after installation, clear the cache of the Themes app (Settings โ Applications โ Application Management โ Topics โ Storage โ Clear the cache).
Method 3: Disconnecting the carousel through ADB (for advanced)
This method is 100% effective, but requires a PC connection and basic ADB knowledge. It blocks the system service responsible for automatic wallpaper change without affecting other MIUI features.
What you need:
- ๐ป Computer with Windows/macOS/Linux.
- ๐ USB-cable (preferably original).
- ๐ฅ Platform Tools (download and unpack).
- ๐ง Included debugging by USB on the phone (Settings) โ The phone. โ Version. MIUI โ 7 times tap the assembly number โ Go back to Settings โ Additionally. โ For developers โ Debugging by USB).
Instructions:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (cmd) in the folder with Platform Tools.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Run the command to turn off the carousel: adb shell pm disable-user --user 0 com.miui.miwallpaper
- Reboot the phone.
Now, when you select wallpaper from the standard menu, the carousel will not work.
adb shell pm enable com.miui.miwallpaperโ ๏ธ Note: On some devices (Xiaomi) 12T, Redmi Note 11 Pro+) After disabling com.miui.miwallpaper, standard wallpaper may disappear MIUI. In this case, use Method 2 or download wallpaper manually through Settings. โ Lock screen โ Add wallpaper.
What if the ADB canโt see the device?
How to avoid wallpaper reset after MIUI update
Even if you managed to turn off the carousel, after updating MIUI settings can reset, this is because the system restores default services, to prevent the problem:
- ๐ฅ Turn off automatic theme loading: Settings โ Topics โ Settings โ Auto-update themes โ turn off.
- ๐ซ Block background processes: C Settings โ Annexes โ App Management Find Themes and Gallery, then turn off AutoRun and Background Activity.
- ๐ Use backup: Apps like Swift Backup (requires root) or Titanium Backup can save current wallpaper and restore it after an update.
If you are using Method 3 (ADB), it will take less than a minute to rerun the command adb shell pm disable-user --user 0 com.miui.miwallpaper after the update.
Hidden MIUI settings
The App (Wallpaper Changer/Muzei)
ADB (for advanced users)
Not yet.-->
Frequent mistakes and how to fix them
Even with the right instructions, users have problems, and we'll look at some of the most common ones.
| Problem. | Possible cause | Decision |
|---|---|---|
| Wallpaper is reset after resetting | com.miui.miwallpaper service is restarted | Use ADB to completely disable (Method 3) |
| You can't pick out the wallpaper from the gallery. | MIUI restrictions for third-party images | Copy the image to the DCIM/Wallpapers folder |
| Black screen after changing wallpaper | Incompatible image format (e.g..webp) | Convert wallpaper to.jpg or.png with a resolution of 1080ร2400 (for most Xiaomi) |
| ADB is not working on MIUI 15 | Changes in security policy | Use Shizuku instead of ADB (requires additional customization) |
If none of the methods worked, check:
- ๐ต Regional settings: Some firmware for India or China has a different wallpaper carousel. Try changing region to Global in Settings โ Additionally. โ Region.
- ๐ Device Policies: There may be additional restrictions on corporate phones (with Knox or Android Enterprise.
๐ก
If youโre using HyperOS (the new shell for Xiaomi 14 and later), standard methods may not work, and the only reliable way to do so is to use ADB or third-party launchers like Nova Launcher with support for lock screen wallpaper.
Alternative solutions: launchers and firmware
If you havenโt been helped by previous methods, consider radical ways to:
- ๐ Custom Launcher Installation: Apps like Nova Launcher or Lawnchair allow you to customize wallpaper on the lock screen through plugins. MIUI change.
- ๐ฆ Switching to custom firmware: Projects like LineageOS or Pixel Experience remove restrictions completely MIUI, But require unlocking the bootloader and root.
- ๐ง Magisk modules: Module ยซMIUI Blur or "Disable" MIUI Optimizations* may disable unnecessary services, including wallpaper carousel.
Warning: Custom firmware and Magisk can lead to:
- Loss of warranty (if the loader is unlocked).
- Unstable camera or sensor performance (especially on Redmi with proprietary drivers)
- Mi Account problems (e.g. locking your device when resetting).
If you're a beginner, start with Nova Launcher, which is the safest option.
- Download Nova Launcher from Google Play.
- Install the Nova Lockscreen Wallpaper expansion (requires Nova Prime).
- In the launcher settings, select Lockscreen โ Set Wallpaper.