Automatic wallpaper change on Xiaomi smartphones is a feature that is not popular with everyone. For some users, it is a convenient way to diversify the appearance of the screen, for others โ an annoying โsurpriseโ when the desktop suddenly changes the background to an unexpected pattern, especially after updating MIUI or installing branded themes from the Xiaomi Themes store.
In this article, weโll look at all the ways you can disable wallpaper auto-switching, from standard settings to hidden developer settings. The instructions are relevant for all modern models: Redmi Note 12/13, POCO X5/F5, Xiaomi 13/14 and other devices on MIUI 12-15 (including global and Chinese firmware versions), and youโll learn how to block changing wallpapers for specific applications and why some methods may not work on custom launchers.
Why does Xiaomi automatically change the wallpaper?
The function of auto-shifting wallpaper in MIUI works in several scenarios:
- ๐ Dynamic themes: Some themes from Xiaomi Themes store have built-in background change logic (e.g., depending on time of day or weather).
- โณ Regular updates: the system can automatically download new wallpapers through the service com.miui.themes (responsible for registration).
- ๐จ Personalization Algorithm: In the latest versions MIUI There is a Super Wallpapers feature that adjusts the wallpaper to your actions (for example, after prolonged use of one background).
- ๐ฑ Third-party launchers: If you use an alternative launcher (like Nova Launcher or HyperOS Launcher), it may conflict with settings MIUI.
It's important to understand that in some cases, changing the wallpaper is not a bug, but a feature. For example, in topics that support Live Wallpapers, animation or transitions between frames can be perceived as a "self-reliant" change of background. Before turning off the feature, check if the behavior is related to the installed theme.
Method 1: Disabling the auto changer in the theme settings
The most obvious method is to use standard MIUI settings, which are suitable for most users and do not require root rights or technical knowledge.
- Open the Themes app (the icon with a brush on your desktop).
- Go to the wallpaper section (in the lower menu).
- Click on the current wallpaper (they will be illuminated by the frame).
- In the window that opens, find the Autoshift or Dynamic Wallpaper Switch and turn it off.
- If there is no option, click the button. โฎ (three dots) in the upper right corner and select Wallpaper Settings.
On some firmware (e.g. MIUI 14 Global), the path may be slightly different:
Topics โ My โ Wallpaper โ Current Wallpaper โ โ๏ธ Settings โ Driver (off)If the wallpaper changes after that, it's a deeper problem, like the settings of a particular theme or system service, and then move on to the next one.
Make sure you donโt have a dynamic theme.|
Check if Super Wallpapers is active"|
Update the "Themes" app to the latest version |
Reboot your smartphone after the changes-->
Method 2: Removing โliveโ wallpaper and themes with auto-shifting
Some themes from the Xiaomi Themes store have a hidden autoshift feature that cannot be turned off through standard settings, in which case only completely removing the problematic theme will help.
How to do this:
- Get into Themes. โ Mine. โ Topics.
- Find an active topic (marked with a tick) and tap it.
- In the window that opens, click Remove (basket icon).
- Confirm action. The system will automatically switch to the standard MIUI Default theme.
If the theme is not deleted (button is inactive), it is embedded in the firmware.
- ๐ฑ Set another theme over the problem one (such as Classic or Dark Mode).
- ๐ง Use it. ADB-commands for forced discharge (method 5).
What topics are most often changed automatically?
Method 3: Disabling background synchronization of themes
MIUI can automatically download new wallpapers and themes in the background, and to stop this, you need to limit the activity of the relevant services.
Instructions:
- Go to Settings โ Applications โ Application Management.
- Find the Themes app (com.miui.themes) and tap it.
- Select Battery โ Background activity and set Limit.
- Go back and turn off AutoRun permission.
- For reliability, also limit background activity for Wallpaper (com.miui.wallpaper).
These actions will not remove already loaded wallpaper, but will prevent new ones from downloading without your knowledge.Please note: after limiting background activity, some personalization features (for example, synchronizing themes between Xiaomi devices) may not work properly.
๐ก
If after turning off background activity, the wallpaper stopped updating even manually, return the settings back and try method 4 or 5.
Method 4: Using a third-party launcher
If standard methods don't work, the radical solution is to install an alternative launcher, which will completely replace the MIUI interface and disable all associated features, including wallpaper autoswap.
The best options for Xiaomi:
| Launcher | Pluses | Cons | Reference |
|---|---|---|---|
| Nova Launcher | Flexible setting, gesture support, no auto-shift wallpaper | Premium version for some functions | Google Play |
| HyperOS Launcher | Optimized for Xiaomi, Minimalist Design | Less Customization Opportunities | Google Play |
| Lawnchair | Open source, support for Android 10-14 | Rare bugs with animations | Google Play |
| POCO Launcher | Lightweight, built-in sorting of applications | Not all functions work on non-POCO devices. | Google Play |
After the launcher is installed:
- Press the Home button and select the new launcher as the main one.
- Go to the launcher settings and manually set static wallpaper.
- If necessary, disable all options related to Dynamic Wallpapers or Auto-rotate.
โ ๏ธ Note: Some Xiaomi firmware (especially Chinese) may have third-party launchers that may conflict with system services. If you have lags or errors after installation, try resetting your launcher or go back to the standard launcher. MIUI Launcher.
Method 5: ADB-Teams for experienced users
If none of the previous methods worked, the most reliable but technically challenging way is to turn off the changeover via ADB (Android Debug Bridge), a method that requires connecting a smartphone to a computer and basic command line knowledge.
Step-by-step:
- Turn on Developer Mode on Smartphone: Settings โ About Phone โ MIUI Version (Tap 7 times)
- Activate USB Debugging in Settings โ Additional โ For developers.
- Connect the phone to the PC and confirm the debugging permission.
- Download ADB Tools and unpack the archive.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
- Follow the commands in turn: adb shell pm disable-user --user 0 com.miui.themes pm disable-user --user 0 com.miui.wallpaper settings put global dynamic_wallpaper_enabled 0
These teams:
- ๐ง Disable system applications Themes and Wallpaper for the current user.
- ๐ Resetting the global setting of dynamic wallpaper.
Once you've done the commands, restart your smartphone. The wallpaper will lock, but you'll lose the ability to change it through standard MIUI settings. To get it back, use the commands:
adb shell
pm enable com.miui.themes
pm enable com.miui.wallpaper
settings put global dynamic_wallpaper_enabled 1โ ๏ธ Attention: Misuse of the right ADB If you are not sure about your actions, you should consult methods 1-4 or contact the Xiaomi service center.
๐ก
ADB-The only way to completely block the auto-wallpaper at the system level is for experienced users, but this method is only suitable for advanced users and can disrupt other functions. MIUI.
Additional advice and frequent problems
Even after the auto shift is turned off, the wallpaper can change for other reasons.
- ๐ Updates MIUI: After major updates, the settings may be reset.
- ๐ฑ Cloned Apps: If you use the dual apps feature, wallpaper settings may be duplicated.
- ๐ Sync with Mi Account: If you are logged in to Xiaomi account, theme and wallpaper can sync with the cloud. โ Xiaomi account โ Synchronization.
- ๐ฎ Game mode: Game Turbo sometimes activates special wallpaper for games. Check the settings in Settings โ Special facilities โ Game Turbo.
If the wallpaper changes only on the lock screen and the desktop remains the same, the problem lies in the settings Safety โ Lock screen โ Wallpaper. Here you can also turn on the option Automan or Dynamic background.
๐ก
Back up your favorite wallpaper: copy files from /storage/emulated/0/MIUI/wallpaper/ to the cloud or PC so you can quickly restore them after resetting.