Xiaomiβs lock screen is the first thing you see when you turn on your smartphone, and its design can dramatically change the perception of the device, but many users face a problem: the system limits the choice of wallpaper to lock or does not allow them to change at all. In this article, we will analyze all possible ways to install custom wallpaper - from standard functions. MIUI Hidden opportunities for advanced users.
Xiaomi is a feature that the manufacturer often blocks certain settings depending on the region of the firmware or model.+ With global firmware, you may not have the option to change the lock wallpaper, whereas the Chinese version of the same model supports this feature.
Important: some methods require unlocking the bootloader or the superuser (root) rights. If you are not ready for such manipulation, focus on the first three ways that work out of the box. For the rest, we have detailed all the steps, including preparation and possible pitfalls.
1. Standard method through the theme settings
The simplest method that works on most Xiaomi, Redmi and other devices POCO s MIUI 12-15 It doesn't require any additional programs or rights, but it has a limitation: you can only choose wallpaper from the built-in theme gallery.
How to do this:
- Open the Themes app (the icon with a brush on your desktop).
- Go to the Wallpaper section in the lower menu.
- Select the Lock category (on some firmware it is called the Lock screen).
- Scroll through the list of available wallpaper and tap on the one you like.
- Click Apply and confirm the selection for the lock screen.
β οΈ Note: Some models (e.g. Xiaomi 13 Lite) POCO X5 Pro) the "Block" section may not be available, which means that the manufacturer has blocked the function for your region.
If you donβt like the built-in wallpaper, you can download additional themes:
- π¨ Go to the Online Topics section in the Topics app.
- π Enter the search for βlockscreenβ or βblock".
- π₯ Download your favorite topic (pay attention to the rating and number of downloads).
- π After installing the theme, the wallpaper for blocking is applied automatically.
π‘
If the lock wallpaper hasn't changed after you set the theme, reboot the device. MIUI caching old settings.
2.Use of the gallery to install custom wallpaper
This method allows you to set any image from your gallery as a lock wallpaper, but it doesn't work on all models. 12T Pro or Redmi K50 Ultra feature available, and on budget Redmi A2+ It might not be.
Instructions:
- Open the standard Gallery app.
- Select the photo you want to install on the lock screen.
- Slip on three dots in the upper right corner and select Set as.
- In the menu that appears, select Lock Wallpaper (or Lock screen in English firmware).
- Adjust the scale and position of the image, then click Ready.
If there is no Wallpaper Lock option on the menu, then your model does not support this function directly, in which case a workaround through third-party applications will help (see the next section).
Why canβt some Xiaomi lock wallpapers be changed?
Another thing is, if you use animated wallpapers, they may not be displayed on the lock screen or they may work with braking, and this is due to optimizing energy consumption in the home. MIUI.
3. Third-party applications for customization of blocking
If the built-in methods didn't work, Google Play apps will come to the rescue, and we've tested dozens of programs and selected those that work well on Xiaomi and don't require root rights. MIUI, So before installing, check the reviews for your model.
Top.-3 tested applications:
| Annex | Features | Cons | Compatibility |
|---|---|---|---|
| Wallpaper Carousel | Automatic change of wallpaper, support Bing/Unsplash, intervaling | Advertising in the free version, sometimes resets settings | MIUI 12-15, all models |
| Lock Screen Wallpaper Changer | Direct installation of wallpaper on lock, support GIF | Doesn't work for some. POCO, requires permission to overlay | Android 10+, except POCO F3/F4 |
| KLWP Live Wallpaper Maker | Full customization, animations, widgets on lock | Complex interface, high battery consumption | Demands. MIUI 13+ Android 11+ |
β οΈ Note: Apps like LockScreen Wallpaper or Wallpaper Changer can ask for permission to Display over other apps, without which they can't change the lock wallpaper. β Annexes β Special access β Display on top of other applications and enable it for the selected software.
Instructions for Wallpaper Carousel (the most versatile option):
Download the app from Google Play|Open it and provide all the permissions requested.|Select the source of the wallpaper (Bing, Unsplash, local files)|In the settings, turn on the option "Apply to Lock Screen"|Set the shift interval (recommended 1 day)|Restart the device to apply changes-->
If the wallpaper has not changed after installation, check:
- π Does the application conflict with energy saving settings? MIUI (Turn off the battery optimization for it).
- π± Does your model support lock wallpaper change through third-party programs (on Redmi) 9A or POCO M3 It might not work).
- π Does the antivirus (e.g. Mi Security) block changes to system settings.
4 Manually changing wallpaper through ADB (rootless)
For advanced users who donβt want to install third-party apps, thereβs a way to change lock wallpapers through ADB (Android Debug Bridge.This method works for most Xiaomi devices with MIUI 12-15 and does not require superuser rights, but requires a computer connection.
What you need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB.
- π± Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β Tap 7 times, then return to the additional β For developers β Debugging by USB).
- π Image in.jpg or.png format, renamed lockscreen.jpg (at least resolution) 1080Γ2340 most models).
Step-by-step:
- Connect your smartphone to your computer via USB and select File Transfer mode.
- Open the command prompt (Windows) or terminal (macOS/Linux) and type: adb devices Make sure your device appears in the list.
- Copy the prepared image to the system folder: adb push lockscreen.jpg /sdcard/MIUI/wallpaper/
- Set file rights: Adb shell chmod 644 /sdcard/MIUI/wallpaper/lockscreen.jpg
- Update the wallpaper cache: adb shell am broadcast -a android.intent.action.WALLPAPER_CHANGED
- Reset the device.
β οΈ Note: On some firmware (for example, MIUI 14 For the Redmi Note 11) folder /MIUI/wallpaper/ In this case, create it manually through the root file manager or use an alternative path: /data/system/users/0/. Please also note that after the update MIUI wallpaper can drop.
π‘
Method ADB β The only way to set custom wallpaper to lock without root, if the standard settings are blocked, however, it requires care: incorrect commands can lead to a failure in the launcher.
5. Change of wallpaper through TWRP Magisk (for root users)
If you have unlocked the bootloader and installed custom recovery (TWRP) If you have a Magisk, you can replace the system wallpaper manually, and this method gives you maximum freedom: you can install any image, including animated wallpaper or even video (on supported models).
Important: Manipulation of system files always carries risks. 13 Pro) modifying files in /system This can cause anti-rollback and phone breeze to go off. Backup through the phone before you start. TWRP!
Instructions for Magisk:
- Install the Lockscreen Wallpaper Changer module from the Magisk repository.
- Copy your image into a folder /sdcard/Pictures/Lockscreen/.
- Open the Magisk app, go to the Modules section and activate the installed module.
- Reset the device.
- After downloading, open the terminal and execute: su setprop persist.sys.lockscreen.wallpaper /sdcard/Pictures/Lockscreen/your_image.jpg (substitute your_image.jpg in the name of your file).
- Reboot your smartphone again.
For TWRP:
- π Boot in. TWRP and connect the smartphone to the computer.
- π₯οΈ Copy your image into a folder /system/media/theme/default/wallpapers/ (Create it if it doesnβt exist).
- π§ Set permissions 644 for the file.
- π Reboot to the system.
β οΈ Note: On devices with Dynamic RAM Expansion (e.g. Xiaomi) 12S Ultra) changes to system wallpaper can cause errors in the interface. If after rebooting the lock screen turned black or artifacts appeared, return the standard wallpaper through the TWRP Or reset the theme settings in Settings β Topics β Restore by default.
6.Secret functions MIUI lock-wall
MIUI It hides some useful things that few people know about, and these are not documented, but they work on most devices:
1. Dynamic wallpaper based on time of day
On some models (e.g. Xiaomi) 13T or POCO F5) You can set up automatic change of lock wallpaper depending on the time:
- π Open the Settings. β Screen. β Wallpaper.
- π Choose Dynamic Wallpapers (or Smart Wallpapers).
- β° Set a schedule (morning/day/evening/night) and select individual images for each period.
2. Blurring wallpaper on lock
If you donβt like how your photo looks on the lock screen, you can turn on blur:
- π± Go to Settings. β Screen. β Lockdown.
- π Find the option Wallpaper Effects (in English firmware - Wallpaper effects).
- π«οΈ Turn on the Slider Blurr and adjust the intensity.
3. Hidden wallpaper from Xiaomi
In the firmware MIUI They've hidden exclusive wallpapers that don't show up in the standard gallery:
- Open the Topic app.
- Enter the code in the search: #miuihidden.
- Scroll through the list β hidden collections will appear here, including wallpaper from Xiaomi designers.
4.Animated wallpaper on lockdown
On devices with AMOLED-screens (for example, Xiaomi 12 Pro or Black Shark 5) you can install live wallpaper that will be displayed on the lock:
- ποΈ Install the Live Wallpapers app from Google Play.
- π₯ Download animated wallpaper (.gif format or.mp4).
- π§ In the live wallpaper settings, turn on the option Show on the lock.
How to return the standard wallpaper if something went wrong?
7. Problem Solving and Frequent Errors
When you change the wallpaper, users often face typical problems, and we've collected the most common ways to solve them:
| Problem. | Possible cause | Decision |
|---|---|---|
| The wallpaper does not change after application | Cash. MIUI Unrenewed, conflict with battery optimization | Clear the Themes app cache and restart the device. Turn off battery optimization for wallpaper-changing apps. |
| No "Blockboard Wallpaper" option in the gallery | Limitation of firmware or model | Use it. ADB-method or third-party applications (see sections 3-4). |
| Wallpaper resets after MIUI update | Update overwrites system files | Create a backup copy of the wallpaper in /sdcard/MIUI/wallpaper/ Restore them after the update. |
| Animated wallpaper does not work on lock | Limit MIUI to save battery | Turn off Battery Optimization for a live wallpaper app or use Magisk modules. |
| Black screen after changing wallpaper | Damage to system files when manually changing | Restore the standard wallpaper through TWRP Or reset the theme settings. |
β οΈ Warning: If after the changes the lock screen started to brake or quickly discharge the battery, check:
- π Are you using it? 4K-wallpaper FPS (optimal resolution 1080p, frequency 30 FPS).
- π οΈ Does the installed application for wallpapers with MIUI Optimization (turn it off in the developer settings).
- π Is the Always On Display feature enabled (it may conflict with custom wallpaper).
8. Alternative ways to customize the lock screen
If changing the wallpaper does not give the desired result, consider other personalization options:
1. Widgets on lock screen
Nana MIUI 14/15 You can add widgets directly to the lock screen:
- π± Go to Settings. β Lockdown β Widgets.
- π§ Turn on the slider Show widgets.
- β Add weather, calendar or music widgets.
2. Castomy fonts
Change the font on the lock screen:
- π± Open the Settings. β Screen. β font.
- π Choose the typeface you like (e.g. Mi Sans or SF Pro).
- π‘ For more choice, install fonts through Magisk (FontManager module).
3. Alternative launchers
Some launchers (such as Nova Launcher or Hyperion) allow you to configure the lock screen:
- π₯ Set the launcher and turn it on in the default settings.
- π§ In the launcher settings, find the Lock Screen section.
- π¨ Set up wallpaper, widgets and animations.
4. Topics with custom blockage
Some themes from the Mi Theme Store completely remake the lock screen:
- π¨ Open the Topics app and go to Online Topics.
- π Enter the lockscreen theme search.
- π₯ Download and apply a theme (such as iOS Lock or Material Lock).
π‘
If standard methods donβt work, the combination of alternative launcher and themes from the Mi Theme Store gives you maximum customization without root rights.