Replacing wallpaper on Xiaomi smartphones is usually easy β just clamp your finger on your desktop and select a new background. But what if the standard wallpaper is not removed, the system forgets them after rebooting, or you want to return the original MIUI wallpaper without third-party traces? This problem most often occurs after firmware updates, reset settings or using custom launchers.
In this article, we will analyze 5 proven ways to remove wallpaper on Xiaomi, Redmi, POCO and Black Shark β from basic settings to technical methods with ADB. Particular attention will be paid to the nuances for different versions of MIUI (12-14) and models with HyperOS. If you tried to change the background, but the phone βdoes not listenβ β here you will find a solution.
1. Standard wallpaper reset via MIUI settings
The easiest method is to return the wallpaper to factory settings through the personalization menu.It works on all Xiaomi smartphones with MIUI 12-14 and HyperOS, but may vary depending on the version of the shell.
Open Settings β Wallpaper (or Themes β Wallpaper in older versions) Here you will see three tabs:
- π± My wallpaper is saved user backgrounds.
- π Standard β wallpaper from Xiaomi (including dynamic and live).
- π Online - Themes from the store MIUI (Internet).
To remove the current wallpaper:
- Slap the Standards tab.
- Choose any factory background (e.g. MIUI Default or Abstract Blue).
- Click Apply and confirm for Lock Screen and Main Screen.
π‘
If the Standards tab is missing, update the Themes app in Google Play or clear its cache in Settings β Apps β Application Management β Themes β Storage.
β οΈ Note: Some models (e.g. Redmi Note 12 Pro)+) After the wallpaper is reset, the lock screen blur may be lost. To return the effect, go to Settings β Lock screen β Locking style β Blurring background.
2. Wallpaper removal via MIUI Launcher (for power users)
If a standard reset doesnβt work, the problem may lie in the launcherβs cache, which is suitable for devices with a MIUI Launcher (standard shell) and requires access to hidden settings.
Instructions:
- Click on the empty space on the home screen and select Home Screen Settings (or Launcher Settings).
- Scroll down and tap Additional (or Advanced Settings).
- Find the item Reset wallpaper (in English firmware β Reset wallpaper) and confirm the action.
Clear the cache of the MIUI Launcher | Disable third-party launchers (Nova, Apex) | Make a backup of the widgets |Reboot the phone after reset-->
π§ Technical nuance: On some firmware (for example, MIUI 13.5 for Xiaomi 12T) The wallpaper drop point is hidden. To activate it, execute a command through ADB:
adb shell pm grant com.miui.home android.permission.WRITE_SECURE_SETTINGSThen restart the phone and repeat the steps.
3. Reset via the Themes app (if wallpaper is "stuck")
Xiaomiβs Themes app is not only responsible for design, but also for managing wallpaper. If the screen background doesnβt change or is displayed incorrectly (e.g. stretched or cropped), the problem may be that the app fails.
How to eliminate:
- Open the topics and go to the My section. β Wallpaper.
- Hold your finger against the current background and choose Remove (or Reset).
- If there is no button, tap the three dots in the upper right corner and select Reset to the factory.
What to do if the Remove button is inactive?
β οΈ Note: On HyperOS devices (e.g. Xiaomi 14 or Redmi) K70) Themes can be called Styles, and the functionality is the same, but the interface is simplified.
4 Manual deletion of wallpaper files (for advanced)
If the wallpaper is not removed through the interface, it can be manually erased through the file manager, a method that requires root rights or access to system folders via ADB.
Where are the wallpapers stored on Xiaomi:
| Wallpaper type | The path to files | Notes |
|---|---|---|
| Customized | /storage/emulated/0/MIUI/wallpaper/ | Files with the extension.jpg or.png |
| Standard MIUI | /system/media/theme/default_wallpapers/ | Root rights required for removal |
| Live wallpaper | /data/app/com.android.wallpaper.livepicker*/ | The folder may be called differently depending on the version. |
| Lock wallpaper | /data/system/users/0/wallpaper_info.xml | File with display settings |
To remove the wallpaper:
- Connect your phone to your PC and activate Debugging via USB (Settings β About Phone β MIUI version β tap 7 times, then Additional β For Developers β Debugging via USB).
- Use an ADB or root-access file manager (such as Root Explorer).
- Remove files from the folders listed in the table (especially wallpaper_info.xml).
- Reset the device.
β οΈ Note: Removing files from /system/ If you don't have root rights, you can crash the launcher. If you've manipulated the phone, you can reset the launcher through the phone. ADB:
adb shell pm clear com.miui.home5.Disposal of wallpaper through ADB (Universal Method)
If previous methods didnβt work, use Android Debug Bridge (ADB), which is suitable for all Xiaomi models, including the POCO F5 and Black Shark 5, where standard settings are locked.
Step-by-step:
- Install Platform Tools on your PC.
- Connect your phone to your computer and allow debugging (Always allow from this computer).
- Open the command line in the adb.exe folder and do:
adb shell settings put global wallpaper_path""
adb shell settings put global lockscreen_wallpaper_path""These commands will reset paths to the wallpaper for the home screen and lock screen.
For a complete reset, also do:
adb shell pm clear com.android.wallpaper
adb shell pm clear com.miui.homeπ‘
ADB commands work even on locked bootloaders, but require USB debugging enabled. If the wallpaper does not reset after execution, check if there is a third-party launcher (for example, Nova Launcher) installed that override the MIUI settings.
6. Reset to factory settings (extreme case)
If none of the methods worked, then hard reset will delete all user data, including wallpaper, but return the phone to a "clean" state.
How to reset:
- Go to Settings β About Phone β Resetting β Erase all data.
- Enter a password (if required) and confirm the action.
- Wait for the reboot (it will take 5-10 minutes).
β οΈ Note: HyperOS devices (such as Xiaomi 13 Ultra) may require re-assignment of your Mi Account after reset. If you forget your password, use the official website to recover your Mi Account.
π‘
Before reset, save important data (photos, contacts) through Settings β Additional β Backup and Reset β Local Backup. This will allow you to recover information after the reset without loss.
Frequent problems and solutions
In this section, we have collected typical errors that occur when trying to remove wallpaper on Xiaomi, and how to fix them.
Problem 1: Wallpaper is reset, but after the reset comes back.
- π Cause: Failure of the Themes or Launcher application.
- π Solution: Clear cache and application data Topics and MIUI Launcher in settings.
Problem 2: You can't remove the live wallpaper.
- π Reason: Live wallpaper is protected by the system and not removed by standard methods.
- π Solution: Set static wallpaper on top of living, then perform reset through ADB (section).
Problem 3: After the wallpaper was dropped, the widgets disappeared.
- π Reason: Launcher reset (MIUI Home) removes user screen settings.
- π Solution: Restore widgets manually or use backup (if you have backups).