Automatic wallpaper change on Xiaomi smartphones is a feature that is not popular with all users, many of whom are faced with a situation where the desktop suddenly changes the background to standard images from MIUI, and favorite wallpaper disappears without the possibility of recovery, especially when the system resets personalized backgrounds after updating or rebooting the device.
Complicating the problem, different versions of the MIUI shell (12 to 14) and different models (Redmi Note 12, POCO X5, Xiaomi 13T) may have different ways to disable this feature. Moreover, after major system updates, the settings sometimes โhideโ deeper into the menu, making them less obvious to the user. In this article, we will discuss all the current ways to turn off car wallpaper, including hidden settings and solutions for cases where standard methods do not work.
Why does Xiaomi automatically change the wallpaper?
The automatic wallpaper change feature was introduced in MIUI as part of the personalization ecosystem, designed to diversify the user experience by offering fresh backgrounds from Xiaomiโs collection or time-of-day, but in practice, it often leads to inconveniences:
- ๐ The system resets user wallpaper after software update or reboot.
- ๐ผ๏ธ Standard backgrounds from the thematic store are automatically installed MIUI, even if they don't like it.
- โ๏ธ Wallpaper change settings may conflict with manual background installation through the gallery.
- ๐ฑ On some models (e.g. Redmi) 10C or POCO M4 Pro) the function is activated by itself after resetting.
It is important to understand that automatic wallpaper change can be associated not only with desktop settings, but also with:
- ๐ Dark Theme Mode (Some Versions) MIUI Change the wallpaper when switching light/dark theme).
- ๐ System updates (after installing a new version) MIUI Personalization settings may be reset).
- ๐ฒ Appendix "Themes" (if it has the right to change wallpaper).
Method 1: Disconnect through desktop settings
The most obvious and quick method is to use standard MIUI settings. It works on most devices with the MIUI 12-14 shell, including the Xiaomi 12, Redmi Note 11 and POCO F4.
- Press and hold the free space on the desktop (not on the icon!).
- In the menu that appears, select Wallpaper (or Desktop Style on some models).
- Go to My Wallpaper or Current Wallpaper.
- Press three points (โฎ) in the upper right corner and select Settings.
- Find the option Automatic Wallpaper Change (or Dynamic Wallpaper) and turn off the slider.
If your menu doesnโt have Automatic Wallpaper Change, it could mean:
- ๐ฑ You have an outdated version. MIUI (Below 12), where the function is called differently.
- ๐ง Settings reset after the update, and manual resetting of the cache of the โThemesโ application is requiredยป.
- ๐ซ The function is disabled at the firmware level (relevant for some regional versions) MIUI).
โ๏ธ Preparation before wallpapering is disabled
โ ๏ธ Note: Some devices (e.g. Xiaomi Mi 11 Lite) may require a smartphone reboot to take effect after the automatic wallpaper change is disabled. If the wallpaper continues to change, check the settings in the Themes app (see Method 2).
Method 2: Deactivation through the โThemesโ application
The Themes app (or Themes in global versions of MIUI) often causes unauthorized wallpaper changes, and it can automatically use background images from the themes you set up, even if you didn't give permission to do so, to fix it:
- Open the Themes app (the icon with a brush on your desktop).
- Go to My Topics or Management (the person icon in the lower right corner).
- Select Settings (cog in the top corner).
- Find the Automatic Application or Wallpaper Recommendation option and turn it off.
- Return to the main menu of the app and click Wallpaper โ Current โ Cancel changes (if available).
If there is no explicit switch in the Themes app settings to turn off autowallpapers, try:
- ๐๏ธ Clear the app cache: Settings โ Annexes โ Application management โ Topics โ Memory. โ Clear the cache.
- ๐ Disable auto-update themes: in the application settings, find Auto-update and deactivate it.
- ๐ซ To prohibit the change of wallpaper through permissions: Settings โ Annexes โ Permits โ Topics โ Change the wallpaper (turn off).
What to do if the Topic app is not available?
On devices with MIUI 14 (such as Xiaomi 13 or Redmi K60), the Themes app may have advanced personalization settings.
- Open the Topics โ Profile โ Synchronization settings.
- Turn off the option of Sync Wallpaper with your Xiaomi account.
- Return to the Wallpaper section and manually select a static background.
Method 3: Resetting the settings of the application "Luncher"
If previous methods failed, the problem may lie in the MIUI launcher, the standard desktop display app, which sometimes โforgetsโ user settings and returns to factory settings, including automatic wallpaper change, to fix this:
- Go to Settings โ Applications โ Application Management.
- In the search box, type Launcher (or Launcher for global versions).
- Select the app and press Memory.
- Click Clear Cache and Reset Settings (or Delete Data, but this will reset the location of the icons!).
- Reset the device.
After the launcher is reset, all widgets and the layout of the icons on the desktop will return to the factory settings. Take screenshots of the current desktop in advance to quickly restore the layout.
| Model of the device | MIUI version | Is a launcher reset required? | Additional action |
|---|---|---|---|
| Xiaomi 12/12 Pro | 13โ14 | Yes (if Methods 1โ2 didn't help) | Disable synchronization with Mi Account |
| Redmi Note 11/Pro | 12.5โ13 | Partially (cache cleaning only) | Check the settings in the โThemesโ app |
| POCO X4 Pro | 13 for POCO | No (Mode 1 is enough) | Update the launcher through Play Market |
| Xiaomi Mi 11 Lite | 12.5 | Yes (full reset) | Install an alternative launcher (Nova, Apex) |
โ ๏ธ Attention: On devices with MIUI 14 and new (e.g. Xiaomi 13 Ultra) launcher reset can cause temporary loss of access to some widgets (weather, calendar).To restore them, restart your smartphone and wait for sync with Xiaomi servers (can take up to 5 minutes).
Method 4: Using ADB for deep shutdown (for advanced)
If standard methods have failed and automatic wallpaper change continues to bother you, you can resort to debugging through ADB. This is a method for users willing to work with the command line. It allows you to disable the function at the system level, which is guaranteed to solve the problem.
This will require:
- ๐ฅ๏ธ Computer with drivers installed ADB and Platform Tools.
- ๐ฑ Included debugging by USB on a smartphone (Settings) โ The phone. โ Version. MIUI โ 7 times press to unlock the developer mode, then Settings โ Additionally. โ For developers โ Debugging by USB).
- ๐ USB-Type C Cable (original or high-quality analogue).
Instructions:
- Connect your smartphone to your computer and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools.
- Enter the command to check the connection: adb devices (should display the name of your device).
- Use the command to disable automatic wallpaper change: adb shell settings put global auto_wallpaper_enabled 0
- Reset the device.
If the wallpaper continues to change after the reboot, try additional commands:
adb shell pm disable-user --user 0 com.miui.miservice # Disables personalization service
adb shell pm clear com.android.themes # Resets theme settings๐ก
Before use ADB Back up important data. If after commands the smartphone started to work unstable, reset to factory settings or return the changes with the command adb shell settings put global auto_wallpaper_enabled 1
โ ๏ธ Note: Disconnecting system services through ADB It may cause some functions to fail. MIUI, If you are not sure about your actions, it is better to use alternative methods (for example, installing a third-party launcher).
Method 5: Installation of a third-party launcher (radical solution)
If all previous methods have failed, the most reliable way to get rid of automatic wallpaper change is to install an alternative launcher, which completely replaces the standard MIUI desktop with another one, where you can manually control all aspects of personalization.
The best launchers for Xiaomi:
- ๐ Nova Launcher โ flexible settings, gesture support, desktop backup.
- ๐จ Apex Launcher โ lightweight, with the ability to hide icons and change animations.
- ๐ง Lawnchair โ open source, minimalist design, support for dark topics.
- ๐ฑ Microsoft Launcher โ Windows integration, cloud synchronization.
How to install and configure:
- Download the selected launcher from Google Play.
- After installation, click the Home button and select the new launcher as standard.
- Go to the launcher settings and disable all options related to automatic wallpaper change or dynamic backgrounds.
- Set your wallpaper through the launcher menu (usually a long press on the desktop โ Wallpaper).
Advantages of this method:
- โ Complete control of the desktop without interference MIUI.
- โ Ability to back up settings and recover after reset.
- โ No Advertising and Unnecessary Widgets from Xiaomi.
Disadvantages:
- โ Some brand functions MIUI (Super Wallpapers will be unavailable.
- โ You may need to manually adjust gestures and animations.
๐ก
Installing a third-party launcher is the only way to guarantee that you will turn off wallpaper on devices with custom firmware or heavily modified versions of MIUI (for example, on some Chinese models).
What do you do if nothing helps?
If you have tried all the ways, but the automatic wallpaper change is still active, the problem may lie in:
- ๐ Failing firmware - try updating MIUI Up to the latest version or re-flash the device.
- ๐ฆ Application Conflict โ Check if there are third-party personalization programs (such as Zedge or WallpapersCraft) that can change wallpapers.
- ๐ง Settings for your Mi Account โ log in to account.xiaomi.com and turn off the themes sync.
- ๐ ๏ธ Hardware failure โ in rare cases, the problem is associated with damage to the deviceโs memory (relevant for smartphones after falls or moisture hits).
Extreme measures:
- Reset to factory settings (before doing this, back up!): Settings โ Additional โ Reset and Reset โ Reset settings.
- Install custom firmware (e.g. Pixel Experience or LineageOS) where there are no autowall features from Xiaomi.
- Contact Support โ if the problem appears after the update, report the bug via Settings โ Review.
If you decide to reset the settings, consider:
- ๐ All data (photos, contacts, messages) will be deleted if a backup is not made.
- ๐ After the reset, you will need to re-enter all accounts (Google, Mi Account, etc.).
- ๐ Autowallpapers can return if you restore settings from backup MIUI.