Why are the wallpapers on the Xiaomi lock screen not removed in the standard way?
The lock screen on Xiaomi, Redmi and POCO smartphones running MIUI is often unpredictable, with users experiencing wallpapers that do not change through the settings menu, returning old images after rebooting or getting stuck in the same background. The reason lies in the shell architecture: MIUI caches lock wallpaper in a separate folder of the system, and some firmware versions (especially MIUI 12.5-14) block direct changes through the gallery.
Another common scenario is that wallpapers are automatically installed from the themes (Mi Themes) or synced with your Xiaomi account. For example, if you previously downloaded a wallpaper theme to block, the system may ignore your attempts to change the background through Settings. β Lock screen. In this guide, we will discuss all the current methods, from basic to advanced, including cleaning the cache, ADB-commands and even reset screen settings.
Important: The methods are different for different versions of MIUI. If you have a Xiaomi 13/14 with the latest firmware, some steps may require additional actions (e.g. unlocking Developer Options).
Method 1: Standard removal through lock screen settings
To start with, the obvious is trying to change wallpaper through built-in tools, which works on most Xiaomi devices unless the problem is due to system glitches or theme limitations.
- Open the Settings β Lock screen.
- Select Wallpaper Lock screen (on some devices β Lock Background).
- Slip on the current background and choose Remove or Reset to standard.
- If the option is not available, try to select a new image from the gallery - sometimes this "resets" the old wallpaper.
β οΈ Attention: POCO F5 Xiaomi 12T s MIUI 14 Delete may not be available, in which case move on to the next method.
Check the version of MIUI in Settings β About the phone
Make sure the gallery has access to files (Settings β Apps β Permissions β Gallery)
Turn off the themes sync in your Xiaomi account (Settings β Xiaomi Account β Sync β Topics)
Restart your phone before changing the wallpaper
-->
Method 2: Clearing the cache of the βBlock Screenβ and βThemesβ applications
If the standard method didn't work, the problem could be cached data. MIUI stores thumbnails of wallpaper in the cache of the applications responsible for blocking and themes. Cleaning will help "reset" settings.
- Go to Settings β Applications β Application Management.
- Find and select the Lock Screen app (or Lock Screen in English firmware).
- Slip the vault. β Clear the cache.
- Repeat the steps for the Themes application.
- Reboot the phone.
After the reboot, try changing the wallpaper again through Settings β Lock screen. If the background is still unchanged, move on to the next method.
π‘
If you have cleared the cache and the wallpaper is reset to standard, but you want to return your image, copy it to the DCIM β Wallpapers folder and select it from there, which will reduce the chance of the background sticking again.
Method 3: Delete wallpaper through file manager (manual method)
On Xiaomi devices, lock screen wallpaper is stored in hidden system folders. If you are ready for manual manipulation, you can delete files manually - but this will require a file manager with access to root (for example, MiXplorer or Solid Explorer) or developer options enabled.
β οΈ Note: Incorrectly deleting system files can cause the lock screen to malfunction. On some devices (e.g. Xiaomi 13 Pro), this method requires the bootloader to be unlocked beforehand.
- Install a file manager with root support (or enable USB Debugging in Developer Options).
- Cross the path: /data/system/users/0/wallpaper_info.xml /data/system/users/0/wallpaper
- Delete the files wallpaper_info.xml, wallpaper wallpaper_lock (if).
- Reboot the phone.
Once you restart, the system will generate standard wallpaper, and you can now set a new background through the settings.
What if the /data/system folder is not available?
Method 4: Resetting wallpaper through ADB-Teams (for advanced teams)
If manual file deletion is not suitable, you can use ADB (Android Debug Bridge), which does not require root rights, but requires connecting the phone to your computer and enabling USB debugging.
Instructions:
- Enable Developer Options (7 times tap the build number in Settings β About phone).
- Activate USB Debugging in Settings β Additional β For developers.
- Connect your phone to your PC, open the command line (or Terminal on the PC). Mac/Linux) and execute: adb shell pm clear com.android.systemui rm /data/system/users/0/wallpaper_info.xml
- Reset the device.
These commands will clear the system interface settings and delete the wallpaper information, and after rebooting, the lock background will reset to the standard one.
π‘
ADB-commands are the most reliable way to reset wallpaper without root rights, but require minimal command line skills. If commands don't execute, check if the drivers are installed correctly. ADB PC-only.
Method 5: Reset the lock screen settings to factory
If none of the previous methods worked, the last resort is to reset the lock screen settings, which does not affect user data (photos, apps), but will return all lock parameters to factory ones, including wallpaper, password and notifications.
β οΈ Note: On some devices (e.g. Redmi Note 12), a lock reset may cause a temporary loss of widget data on the home screen. β Additionally. β Backup.
- Go to Settings. β The phone.
- Slip on Reset settings β Reset the lock screen settings.
- Confirm the action (a password may be required).
- After restarting, set up the lock screen again.
This method is guaranteed to remove old wallpaper, but will require re-configuring your fingerprint, pattern lock, and other locking options.
Table: Method compatibility with MIUI and Xiaomi models
| Method | MIUI 12/12.5 | MIUI 13 | MIUI 14 | Required. root/ADB | Notes |
|---|---|---|---|---|---|
| Standard change through settings | β Yes. | β Yes. | β οΈ Partially. | β No. | MIUI 14 may not work due to the limitations of the subject matter |
| Clearing the cache | β Yes. | β Yes. | β Yes. | β No. | Safe method, but not always effective |
| Manual deletion of files | β Yes. | β Yes. | β Yes. | β rat ADB | Risk of failures in the wrong actions |
| ADB-team | β Yes. | β Yes. | β Yes. | β ADB | The most universal way |
| Resetting lock settings | β Yes. | β Yes. | β Yes. | β No. | Resets all screen settings |
Frequent Mistakes and How to Avoid Them
When trying to remove wallpaper from the lock screen, users often face typical problems, and here are the most common ones and ways to solve them:
- π Wallpaper returns after rebooting. Reason: sync with Xiaomi account or themes. Solution: disable theme sync in Settings β Xiaomi account β Synchronization.
- π« There's no "Delete" option in the wallpaper settings. Reason: firmware limitations. Solution: use ADB or resetting settings (Method 4 or 5).
- π± After the wallpaper was changed, the lock screen turned black. Cause: cache damage. Solution: clear the lock screen cache (Method 2).
- π You can't change wallpaper because of corporate policy: MDM-Limitations: Solution: contact the administrator or use ADB (if permitted).
If none of the methods worked, check if your device has custom firmware installed (e.g. Xiaomi.EU or Pixel Experience), in which case the algorithm for changing the wallpaper may differ.