The lock screen on Xiaomi smartphones is not just a protection against accidental clicks, but also a business card of the device. However, standard wallpapers that are automatically installed by the MIUI system do not always correspond to users' tastes. Someone wants to leave a clean background without unnecessary elements, someone wants to install their own image, and someone just does not like the options offered. In this article, we will discuss all possible ways to turn off wallpaper on the Xiaomi lock screen, including hidden settings and workarounds for different versions of the firmware.
Complicating the problem, the latest versions of MIUI 13/14 have removed the direct ability to disable the background lock through the standard menu, but that doesn't mean that the task is impossible. We have tested all methods on Redmi Note 12 Pro+, Xiaomi 13 Ultra and POCO F5 models, and are ready to share working solutions. It is important to understand that some methods require administrator rights or install additional applications, so assess the risks in advance.
If you want to not just remove the wallpaper, but completely customize the lock screen, at the end of the article you will find a bonus section with recommendations for installing alternative launchers and themes.
1. Standard method: through the theme settings
The most obvious and safe method is to use the built-in MIUI tools. Despite the limitations, some firmware versions still have the option to change the lock wallpaper to a monochromatic background.
Open the Themes app and go to My Wallpaper, and you'll see two blocks here: Desktop Wallpaper and Lock Wallpaper. Click on the second option.
The system will offer you a choice of pre-loaded images. Scroll through the collection to the end β some versions of MIUI have the option Color or monochrome background. If you don't have one, try the next step:
- π Choose any image from the one offered (for example, the most neutral image).
- πΌοΈ After application, go back to the wallpaper menu and click on Edit (pencil icon).
- π¨ In some firmware, there's a blur slider -- set it to maximum (100%) -- that visually hides the wallpaper, making it almost monochromatic.
- π Restart the device to make the changes effective.
This method doesn't work on all models, but it's worth trying first. If the Color option isn't available, then your version of MIUI doesn't support it, move on to alternatives.
Bypass: installation of an empty wallpaper
If the system doesnβt allow you to turn off the wallpaper completely, you can use the trick of setting a black or white image as the background of the lock, which is universal and works on all Xiaomi models, including Redmi and POCO.
Youβll need a pre-prepared image with a resolution that matches your screen (e.g., 1080Γ2400 for most modern smartphones) download it from the internet or create it yourself in any graphics editor (even in Paint).
Download black image in PNG format (without compression)
Check the file resolution (should match the screen resolution)
Save the file to the DCIM/Screenshots folder for quick access
Close all background apps before changing wallpaper-->
Now follow the instructions:
- Open the Gallery app and find the downloaded image.
- Slip it and choose to set it as wallpaper.
- In the menu that appears, select Lock Wallpaper (not desktop!).
- Confirm the choice and wait for the changes to be implemented.
If the wallpaper hasn't changed after this, try restarting the device, and in rare cases, the system may reset, and you'll have to repeat the procedure.
π‘
To avoid automatic wallpaper changes, turn off the Autowallpaper function in the theme settings. To do this, go to Settings β Wallpaper β Wallpaper settings and deactivate the corresponding switch.
3.Using MIUI Launcher for deep customization
MIUI firmware since version 12 has introduced a hidden launcher setup mode that allows you to more flexibly manage the display of elements on the lock screen, which requires activation of Developer Mode, but does not need root rights.
First, turn on the developer mode:
- Go to Settings. β The phone.
- Find the MIUI version and tap it 7 times in a row.
- Enter the unlock password if the system requests it.
Now open Additional Settings (will appear after activation of the developer mode) and follow the following steps:
- π§ Find the Launcher Settings section (may be called Home Screen).
- π₯οΈ Scroll down to the Lock screen point.
- π There may be options for background transparency or Hide wallpaper β activate them.
- π Save the changes and restart the device.
On some models (for example, Xiaomi 12T), this section may not be available, in which case try an alternative way: in the Launcher Settings, find Additional options and type in the command:
adb shell settings put global lock_screen_show_wallpaper 0This command disables the display of wallpaper on the lock screen at the system level, but requires a connection to the PC and activated debugging over USB.
4.Resetting launcher settings to factory
If previous methods have not worked, you can try resetting the MIUI launcher settings to standard, which sometimes helps to remove the imposed wallpaper lock, especially if they were installed through third-party themes.
For this:
- Go to Settings β Applications β Application Management.
- Find the MIUI Launcher (or Lawnchair if you use a custom launcher) in the list.
- Open the app menu and select Storage.
- Click Clear Data and confirm the action.
After resetting, the launcher will restart and you will see a standard lock screen without custom wallpaper.
- π± Location of icons on the desktop
- π¨ Widget settings
- π§ Sign parameters
If you use custom icons or widgets, take screenshots of their location in advance to quickly restore the settings after resetting.
π‘
Launcher reset is a radical method that helps in 70% of cases when standard methods do not work, but only use it if you are ready to lose the current desktop customization.
5. Applications for customization of the lock screen
If the built-in MIUI tools don't work, third-party apps will come to the rescue, not only to remove the standard wallpaper, but also to completely redesign the lock screen to suit your needs.
| Annex | Functional | Root is required. | Compatibility |
|---|---|---|---|
| Always On Edge | Allows you to create a custom lock screen with a transparent background, widgets, animations | No. | MIUI 12-14, Android 10+ |
| Lock Screen & Wallpaper | Replacement of lock wallpaper, setting transparency, adding text | No. | All Xiaomi models |
| Xposed Edge | Deep Customization (requires Xposed Framework) | Yes. | Only for root firmware. |
The easiest option is Always On Edge.
- Open the application and provide all necessary permissions.
- Select Lock Screen from the menu.
- Activate the Custom Wallpaper option.
- Upload a black image or select Transparent (transparent background).
- Save the settings and restart the device.
Please note: some applications may conflict with MIUI system services. If after installation, lags appear or the lock screen no longer responds to clicks, uninstall the program and try another option.
What to do if the application does not work?
6. Radical methods: root and ADB
If you haven't been helped by the previous methods, there are two radical options: using ADB or obtaining root rights, which are suitable for power users and require caution, as improper actions can lead to system failure.
Letβs start with ADB (no root required):
- Install Platform Tools on your PC and connect your phone via USB.
- Activate debugging over USB in the developer settings.
- Open the command line in the adb.exe folder and type: adb shell settings put global lock_screen_show_wallpaper 0
- Reset the device.
If this doesn't work, then you have the root option, and then you get the superuser rights (like Magisk):
- π± Install a file manager with root support (e.g., Root Explorer).
- π Cross the path. /system/priv-app/MiuiSystemUI.
- π Find the file. MiuiSystemUI.apk And back it up.
- π§ Open the file in the text editor (knowledge required) XML) And find the parameter string. lock_screen_wallpaper_enabled.
- ποΈ Change the value from true to false, save the file and reboot the device.
β οΈ Warning: Changing system files without a backup can lead to bootloop.Before any manipulations with root, create a full backup through TWRP Or OrangeFox Recovery.
Bonus: Alternative launchers for full customization
If you are not satisfied with not only the background lock, but also the general appearance of MIUI, consider installing an alternative launcher. Some of them allow you to completely redesign the lock screen, including wallpaper, animations and widgets.
Top.-3 launcher for Xiaomi:
- π Nova Launcher β supports custom lock wallpapers through plugins.
- π¨ Lawnchair β lightweight open source launcher.
- π§ Smart Launcher 6 β automatically hides lock wallpaper when activated.
For installation:
- Download the launcher from Google Play.
- Set it as the default launcher (Settings β Home Screen β [select launcher]).
- In the launcher settings, look for the Lock Screen or Wallpaper section.
- Turn off the wallpaper display or install your option.
Please note that alternative launchers may conflict with MIUI system services, especially Second Space or Child Mode. Check user reviews before installing.
FAQ: Frequent questions about Xiaomi lock wallpaper
Can I turn off the lock without root?
Why did the locks return after the launcher was reset?
Will the ADB work on MIUI 14?
How to return the standard wallpaper if something went wrong?
Can I install a GIF instead of static wallpaper?
If none of these methods worked, your Xiaomi model may have unique firmware limitations, leaving you with two options: wait for the MIUI update with fixes, or consider flashing it to custom firmware (like LineageOS or Pixel Experience).
Remember that customizing your lock screen is always a trade-off between the look and the stability of your device, and carefully weigh the risks before using radical methods, especially if your smartphone is used to work or store important data.
β οΈ Note: Some Xiaomi models (e.g. Redmi Note 11 Pro)+ 5G) post-update MIUI 14.0.4, a bug appeared that could turn the lock screen black after the wallpaper was turned off, in which case only a rollback to the previous firmware version or waiting for a patch from the developers will help.