The lock screen on the Xiaomi Redmi Note 10 Pro is the first thing you see when you turn on your smartphone, but it is not always a good look. Too bright, poorly selected or simply boring wallpaper can spoil the impression of using the device. Unfortunately, the manufacturer does not always make the process of changing them intuitive: in some versions of MIUI the option is hidden in the depths of the menu, and in others there is no standard way to change the background.
In this article, weβll look at all the current ways to remove wallpaper from the lock screen for the Redmi Note 10 Pro, including official settings, ADB workarounds, resetting parameters and even manually editing system files. Weβll focus on the nuances of different firmware versions, from MIUI 12 to MIUI 14, and common errors that can occur in the process. If youβre tired of an intrusive background or want to return the standard lock, read on.
Why can't you just remove the wallpaper through the gallery?
Many Xiaomi users are faced with a paradox: in the gallery you can easily change the wallpaper on the home screen, but the option for the lock screen is either missing or not working correctly. MIUI:
- π Manufacturer restrictions: Xiaomi purposefully separates wallpaper settings for the main screen and lock to avoid accidental changes. In some regional firmware, the option to change the background lock is completely disabled.
- π± Version. MIUI: In the firmware MIUI 12.5β13, the path to lock settings has often changed, and MIUI 14 he moved back to another menu.
- π οΈ System applications: The function of changing the lock wallpaper can be tied to the proprietary Themes application, which does not always work correctly with custom images.
Moreover, if you have ever installed wallpaper through third-party launchers (like Nova Launcher or Action Launcher), the system could save it in cache, but not provide an interface to remove, in such cases you have to resort to manual methods or reset settings.
Method 1: Standard wallpaper change via MIUI settings
So, to start with the most obvious method, which is to use embedded tools, depending on the firmware version, the path to settings may vary, but the general logic is maintained. Here's a step-by-step guide for the Redmi Note 10 Pro:
- Open the Settings app (cog icon).
- Go to Lock Screen, which may be referred to as Lock and Protection in some versions of MIUI.
- Select the Lock Screen Wallpaper option or Lock Style option.
- If you can choose from the gallery, click Add Wallpaper and select a standard background (e.g. Black or Gradient).
- Confirm the changes with the Apply button.
If your firmware does not have the Lock Screen Wallpaper option, try an alternative path:
- Hold your finger to the free space on the main screen.
- At the bottom of the screen will appear menu β select Wallpaper.
- In the window that opens, go to the Lock Screen tab (if any).
- Select a standard background or upload your image.
βοΈ Preparation for wallpaper change
An important nuance: in some firmware for Redmi Note 10 Pro, the option to change the lock wallpaper only appears after the password / pattern lock is disabled. If you have a lock installed, try temporarily removing it (in Settings β Lock and Protection) and repeat the steps.
Method 2: Resetting the launcher settings and themes
If the standard method didn't work, the problem could be in the cache of the system applications responsible for displaying the wallpaper, in which case resetting the launcher and the Themes app will help, which does not affect user data, but returns the standard view of both screens.
Instructions:
- Go to Settings β Applications β Application Management.
- Find the Launcher app and open its settings.
- Click Warehouse, then Clear Data and Clear Cache.
- Go back to the list of apps and find Themes.
- Repeat the data and cache cleanup.
- Reboot your smartphone.
Once you reboot, the system will automatically apply the standard wallpaper for both screens, and if you need to save the wallpaper on the home screen, but only remove it from lockdown, this method won't work, it resets everything.
β οΈ Attention: Clearing the launcher data will reset the location of the icons on the home screen and in folders.Photo in advance of the current arrangement if it is important.
Method 3: Using ADB to Force Wallpaper Change
For advanced users willing to work with the Android debugging bridge (ADB), there is a way to force lock wallpapers to reset over the command line, which works even on firmware where the option is hidden in the interface.
What you need:
- π₯οΈ Computer with installed ADB Tools (you can download from the official Android website).
- π± Included debugging by USB Redmi Note 10 Pro (in Settings) β The phone. β Version. MIUI Press 7 times, then return to the Additional Settings β For developers β Debugging by USB).
- π Cable USB (preferably original).
Instructions:
- Connect your smartphone to your PC and confirm the debugging permission on your phone screen.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Run the command to reset the lock wallpaper: adb shell cmd wallpaper clear This command removes the current wallpaper settings for all screens.
- Reboot your smartphone: adb reboot
After the restart, the system will use standard wallpaper. If you need to install a specific image, use the command:
adb shell cmd wallpaper set --lock /sdcard/Download/your_image.jpg(Replace the path with the current one).
β οΈ Attention: Misuse of the right ADB Don't follow commands that you don't know what they're supposed to do. If the wallpaper hasn't changed since you reset, check if it's blocked by a third-party launcher or widget.
What if the ADB canβt see the device?
Method 4: Manually delete wallpaper files through file manager
If previous methods didnβt work, you can try to manually delete wallpaper files through a root or ADB file manager. This method is suitable for users who are not afraid to work with system folders.
Where the lock wallpaper is stored:
| Wallpaper type | The path to the file | Notes |
|---|---|---|
| Standard MIUI wallpaper | /system/priv-app/MiuiSystemUI/res/drawable-nodpi/ | Files with.jpg or.png extension, type names default_wallpaper_lock |
| Custom wallpaper | /data/system/users/0/wallpaper | Files. lock_wallpaper or wallpaper_lock |
| Wallpaper from the Topics app | /data/data/com.android.themes/cache/ | Cached images, names can be random |
How to delete:
- Use a root-access file manager (such as Root Explorer or Solid Explorer) or connect via ADB.
- Go to the wallpaper folder (see the table above).
- Delete files related to the lock (for example, lock_wallpaper.jpg).
- Reset the device.
Important: If you delete the system wallpaper files from the /system/ folder, this may cause errors the next time you update MIUI. It is better to rename the files (add.bak) rather than delete them completely.
Method 5: Installation of a custom launcher (bypass)
If none of the methods worked, and the wallpaper on the lock screen still canβt be removed, you can go a bypass β install a third-party launcher that allows you to configure the lock regardless of system constraints. For example, Nova Launcher or Action Launcher offer flexible external settings, including the background lock.
How it works:
- π₯ Install a launcher from Google Play (for example, Nova Launcher).
- π§ In the launcher settings, find the Lock Screen or Wallpaper Style section.
- πΌοΈ Select a standard background or upload your image.
- π Apply the changes and restart the smartphone.
The downside of this is that it doesn't remove old wallpaper from the system, it just blocks it, and if you go back to the standard launcher, the problem may come back, but it's the safest method, not requiring root rights or ADB.
π‘
If after installing the launcher, the lock wallpaper has not changed, try in its settings to disable the option Use system wallpaper (the name may differ).
Problem Solving: What to do if nothing works?
Sometimes even after using all the described methods, the wallpaper on the lock screen remains in place. Let's consider the typical causes and ways to eliminate them:
- π Cache system: Try to clear the partition cache /cache Recovery (turn off the phone, press the Power) + Volume Up, select Wipe Cache).
- π¦ Topics Conflict: Remove all downloaded themes in the Topic app and apply the standard.
- π οΈ Failure MIUI: If the problem appears after the update, try to roll back to the previous firmware version via Fastboot.
- π Security policy: On some enterprise devices, the administrator can block wallpaper change. β Accounts. β Working profile.
If none of these methods worked, the last resort is to completely reset your settings to factory settings. Before you do that, make sure to back up your data through Settings β Additional β Backup and Reset.
β οΈ Note: On some Redmi Note 10 Pro firmware, resetting does not always return the standard lock wallpaper. If the problem persists after reset, it is likely due to damage to system files - in this case, only flashing through Fastboot will help.
FAQ: Frequent questions about lock screen wallpaper
Can I remove the wallpaper from the lock without resetting the settings?
Why did the lock wallpaper drop after the MIUI update, but it canβt be returned?
How to return standard MIUI wallpaper if I accidentally deleted it?
Will the ADB method work on a locked bootloader?
Can I install animated wallpaper on the lock screen?
π‘
If you can't get your lock wallpaper removed in the standard way, start by cleaning the launcher cache and the Themes app, which solves the problem 80 percent of the time without risking data.