How to change wallpaper on the lock screen Xiaomi without wallpaper carousel: all ways

Xiaomi’s lock screen is the first thing you see when unlocking a smartphone, and its appearance directly affects the overall perception of the device. However, many users face the limitations of the standard wallpaper carousel feature in MIUI: it offers a limited set of images, often duplicates the desktop background and does not allow you to use your own images without unnecessary manipulation. Moreover, after system updates, the wallpaper interface can change, which causes confusion even for experienced Redmi or POCO owners.

In this article, we will discuss 5 proven ways to replace wallpaper on the Xiaomi lock screen without using a standard carousel – from built-in MIUI tools to third-party applications and hidden features. All methods are tested on MIUI 12-14 firmware and are relevant for models from 2020-2026. Importantly, some solutions require permission to change system settings, so before you start, check the limitations of your version of Android.

If you’re tired of the monotony of standard backgrounds or want to install a unique image that doesn’t sync with your desktop, these instructions will help you get around the limitations of MIUI without rooting or complex manipulation.

πŸ“Š What version? MIUI you use?
MIUI 12
MIUI 13
MIUI 14
I don't know.
other

Method 1: Using a built-in theme editor (without third-party applications)

The safest method is to use the hidden theme editing feature in MIUI. It does not require additional software installation and works on most Xiaomi, Redmi and POCO devices with a firmware version at least MIUI 12.5.

Instructions:

  • πŸ“± Open the Settings. β†’ Wallpaper (or themes, depending on version).
  • 🎨 Choose My Wallpaper or Local (if available).
  • πŸ–ΌοΈ Click on the Lock screen (sometimes this option is hidden under the button More or Settings).
  • πŸ“ Select from the gallery and specify the desired image.
  • βœ… Confirm the changes with the Apply or Install button.

⚠️ Note: On some devices (e.g. Xiaomi) 12T or POCO F5) The lock screen option may not be in the wallpaper menu, in which case move to the next method.

Upload the desired image to the phone gallery

Check the version of MIUI in Settings β†’ About the phone

Turn off the wallpaper sync with the desktop (if enabled)

Make a backup of the current theme settings-->

Method 2: Disabling the synchronization of desktop wallpaper and lock

By default, MIUI synchronizes lock screen and desktop wallpaper, which limits the ability to set different backgrounds. To get around this, you need to disable the binding in the theme settings. This method works on all devices with MIUI 13+, but may require additional actions on older versions.

How to turn off synchronization:

  1. Go to Settings β†’ Wallpaper.
  2. Choose any wallpaper for the desktop (this is a temporary action).
  3. At the bottom of the screen, find the Sync switch with the lock screen and turn it off.
  4. Return to the gallery and manually set the right background to lock through the Lock screen menu.
Xiaomi modelSupport for synchronization off-siteNotes
Xiaomi 13/13 ProYes.The option is available in MIUI 14
Redmi Note 12Yes.Upgrade to MIUI 13.5+ is required
POCO X5Partially.It may not be available on some regional firmware
Xiaomi 11TYes.It only works with gallery wallpaper.

⚠️ Warning: If the wallpaper on the lock screen does not change after the synchronization is disabled, try restarting the device.

πŸ’‘

If the option is not available, try changing the firmware region to "Global" or "EEA" through Settings β†’ Additional β†’ Region. This may reveal hidden features.

Method 3: Using the Themes application for manual installation

Xiaomi’s official Themes app allows custom wallpapers to be installed not only on the desktop but also on the lock screen – provided you use local files rather than downloading themes from the store.

Step-by-step:

  • πŸ“² Open the Themes app (icon with brush).
  • πŸ” Go to Wallpaper section. β†’ My wallpaper.
  • πŸ“‚ Select Locals and find the desired image in the gallery.
  • πŸ–ΌοΈ Click on the image and at the bottom of the screen select Only the lock screen.
  • πŸ’Ύ Save the changes and apply the theme.

If the option is not Lock screen only, try the following workaround:

  1. Install wallpaper on the desktop through the Themes app.
  2. Return to Settings β†’ Wallpaper and manually turn off synchronization (see Method 2).
  3. Set another background on your desktop – the lock screen will remain with the previous image.
Why aren’t all images suitable for the lock screen?
Xiaomi’s lock screen has a fixed aspect ratio (usually 19.5:9 or 20:9). If your image doesn’t match this format, the system can crop it or stretch it, which will lead to distortion. For best results, use a photo with a resolution of at least 1080Γ—2400 pixels and a minimum of small details around the edges.

Method 4: Third-party customization applications (without root)

If the built-in MIUI tools don't allow you to change the lock screen wallpaper, third-party utilities will come to the rescue. We tested 3 reliable applications that work without rooting and do not violate Xiaomi's security policy, all of which are available on Google Play and are compatible with Android 10-14.

The best applications for changing wallpaper:

AnnexFeaturesReference
Wallpaper ChangerAutomatic wallpaper change, lock screen support, without advertisingDownload
Muzei Live WallpaperUses Android API to change backgrounds, runs on MIUI 14Download
TapetGeneration of unique wallpaper, support for the lock screenDownload

Instructions for Wallpaper Changer:

  1. Install the app and grant permissions to access the storage.
  2. In the settings, select the Lock screen as target.
  3. Upload the desired image to the application folder or select from the gallery.
  4. Click Apply and confirm the replacement.

⚠️ Note: Some applications (such as Zedge) may not work on the MIUI If the wallpaper doesn't change after installation, check the battery optimization settings for the application: go to Settings β†’ Annexes β†’ Application management β†’ Optimize the battery and disable restrictions for the selected utility.

Method 5: Manual change through ADB (for power users)

If none of the previous methods worked, the option remains with ADB (Android Debug Bridge) which requires connecting the phone to a PC and basic command line knowledge, but allows you to bypass any limitations of MIUI. Warning: incorrect commands can cause system failures, so follow the instructions carefully.

What you need:

  • πŸ’» A computer with installed Xiaomi drivers and ADB.
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β€” 7 times tap, then return to the additional β†’ For developers β†’ Debugging by USB).
  • πŸ–ΌοΈ Image in.png or.jpg format, renamed to lockscreen_wallpaper And put in the Download folder on the phone.

Commands to execute (enter in turn in ADB Shell):

adb shell


su




mount -o rw,remount /system




cp /sdcard/Download/lockscreen_wallpaper /data/system/users/0/wallpaper_lockscreen




chmod 644 /data/system/users/0/wallpaper_lockscreen




reboot

⚠️ Note: This method may not work on devices with MIUI 14 If the wallpaper hasn't changed since the reboot, check the path to the wallpaper file in your firmware version, which may be different: /data/system/users/0/wallpaper_info.xml.

πŸ’‘

Using ADB is an extreme method that should only be used if other methods have failed. Always back up your data before changing system files.

Frequent problems and their solutions

Even after successfully changing the wallpaper on the lock screen, Xiaomi users may face unexpected difficulties.

Problem 1: Wallpaper is reset after reset.

  • πŸ”„ Check if Auto Update Themes is included in Settings β†’ Topics.
  • πŸ“ Make sure the image is stored in internal memory (not on the computer). SD-map).
  • πŸ”§ If a third-party app is used, add it to the Battery Optimization Exclusions.

Problem 2: The image is cut or stretched.

  • πŸ“ Use a photo with an aspect ratio 19.5:9 or 20:9 (for example, 1080Γ—2400 pixel).
  • 🎨 Edit the image in any graphics editor so that important elements are in the center.
  • πŸ” In the wallpaper settings (Settings) β†’ Wallpaper. β†’ Settings) check the Fitting option and select Centered.

Problem 3: The Lock Screen option is not on the menu.

  • πŸ“± Update the firmware to the latest version MIUI through settings β†’ Updating the system.
  • 🌍 Change the firmware region to Global or EEA (see method 2).
  • πŸ”§ Install an alternative launcher (like Nova Launcher) that can reveal additional settings.
Can I install a live wallpaper on the lock screen of Xiaomi?
On most Xiaomi devices with MIUI 12-14, live lock screen wallpapers are not supported at the system level. However, you can use a workaround: Set a live wallpaper on your desktop via an app (e.g. WallpapersCraft). Take a screenshot of the animation (when you like it). Set this screenshot as static wallpaper on the lock screen. Full-fledged live wallpapers will require root rights or custom firmware.
Why did the lock screen wallpaper disappear after the MIUI update?
This is a typical problem when you upgrade to a new firmware version. The system resets custom theme settings for compatibility. To return wallpaper: Go to Settings β†’ Wallpaper β†’ Lock screen. If the option is not available, use Method 3 (Theme app). If the image disappeared from the gallery, check the MIUI/Wallpaper folder - sometimes the system saves backups there.
How to make the wallpaper on the lock and desktop were different?
Turn off sync as described in Method 2. If you don't have the option: Set wallpaper on your desktop via Settings β†’ Wallpaper. Then open the Gallery, select another image, tap More β†’ Set as β†’ Lock screen wallpaper. On some devices (e.g. Redmi Note 11), this path may be different.
Can I get back the standard Xiaomi wallpaper after the changes?
Yes, for this: Go to Settings β†’ Wallpaper β†’ Lock screen. Select Standard or MIUI Themes. Apply one of the suggested themes (usually signed as Default or System). If standard wallpaper is not listed, reset the themes through Settings β†’ Themes β†’ Reset.
Does this work for POCO and Redmi?
Yes, all of the methods described are compatible with POCO and Redmi devices, as they are based on MIUI. Exceptions: POCO Launcher may hide some settings - temporarily switch to a standard launcher. On Redmi with China Firmware (CN ROM), some options may not be available. For the POCO F4/F5 and Redmi Note 12 models, the most reliable method 1 and Method 3.