How to install wallpaper on the lock screen Xiaomi without a carousel: 3 working methods

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.

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:

  1. Download APK with XDA Developers (check the authorโ€™s reputation!).
  2. Install the application by allowing installation from unknown sources (Settings โ†’ Applications โ†’ Special Access โ†’ Install Unknown Applications).
  3. Open Wallpaper Changer โ†’ select Lockscreen only (lock screen only).
  4. Upload your image or select from the gallery.
  5. Activate the Disable MIUI Wallpaper Carousel option (disable MIUI carousel).
  6. 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).
AnnexSupport for MIUIRoot is required.Cons
Wallpaper Changer12โ€“15โŒ No.Advertising in the free version
Muzei11โ€“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).

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:

  1. Connect the phone to the PC and confirm the debugging permission.
  2. Open the command prompt (cmd) in the folder with Platform Tools.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to turn off the carousel: adb shell pm disable-user --user 0 com.miui.miwallpaper
  5. 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?
1. Check if Xiaomi drivers are installed USB Drivers (download from official website). 2. Try another one USB-cable (some charging cables do not transmit data). 3. Enable the debugging option in the developer settings USB (Security settings) and Allow debugging (always). 4. Restart your PC and phone.

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 causeDecision
Wallpaper is reset after resettingcom.miui.miwallpaper service is restartedUse ADB to completely disable (Method 3)
You can't pick out the wallpaper from the gallery.MIUI restrictions for third-party imagesCopy the image to the DCIM/Wallpapers folder
Black screen after changing wallpaperIncompatible 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 15Changes in security policyUse 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.

  1. Download Nova Launcher from Google Play.
  2. Install the Nova Lockscreen Wallpaper expansion (requires Nova Prime).
  3. In the launcher settings, select Lockscreen โ†’ Set Wallpaper.

FAQ: Answers to Frequent Questions

โ“ Why do they become blurry after changing the wallpaper?
MIUI automatically applies blur to wallpaper on the lock screen if the resolution does not match the screen. To avoid this: Use images with a resolution of 1080ร—2400 (for most Xiaomi) or 1440ร—3200 (for flagships like Xiaomi 13 Ultra). Turn off blur in the theme settings: Settings โ†’ Themes โ†’ Lock screen โ†’ Effects โ†’ Blurring background.
โ“ Can I put a live wallpaper without a carousel?
Yes, but with reservations: Standard live MIUI wallpapers (like Earth or Space) will still be replaced via the carousel. For third-party live wallpapers (like Google Wallpapers), use Muzei or Wallpaper Engine (the latter requires root). On MIUI 15, live wallpapers can slow down due to battery optimization. Turn off restrictions for wallpaper application in Settings โ†’ Battery โ†’ Battery Optimization.
โ“ Will these methods work for POCO Launcher?
POCO Launcher is a lightweight version MIUI, But the wallpaper on the lock screen is the same: โœ… Method 1 (hidden settings) and Method 2 (third-party applications) work unchanged. โš ๏ธ Method 3 (ADB) may require the deactivation of the additional service: com.miui.personalassistant (responsible for personalization in the POCO). If you have Poco X3 Pro or Poco F3, Check the launcher version in Settings โ†’ The phone, starting with the phone. POCO Launcher 2.5.0, wallpaper carousel integrated deeper and Shizuku may be needed to shut it down.
โ“ How to return a standard carousel if I change my mind?
If you used Method 1: enable Automatic Change of Wallpaper in the theme settings. If you used Method 3 (ADB): follow the command: adb shell pm enable com.miui.miwallpaper For third-party applications (Method 2): delete the application or reset it. After that, restart the phone - the carousel will recover within 5-10 minutes (the system will load wallpaper from the cloud).
โ“ Why Xiaomi 14 does not work on any of the methods?
Xiaomi 14 and newer are running on HyperOS, the new shell where the wallpaper mechanism is redesigned. In this case: Try Nova Launcher with a wallpaper plugin. Use Shizuku + ADB to disable the service com.xiaomi.hyperos.wallpaper. Expect updates from the XDA community - developers are already working to bypass the limitations of HyperOS. HyperOS is severely restricting customization so far, so there is no universal solution. Watch the news on the forums.