How to permanently disable automatic wallpaper change on Xiaomi: the complete guide

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.

๐Ÿ“Š How often does your Xiaomi change wallpaper without you?
Every day.
Once a week.
Rarely, but it happens.
Never noticed.

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.

  1. Open the Themes app (the icon with a brush on your desktop).
  2. Go to the wallpaper section (in the lower menu).
  3. Click on the current wallpaper (they will be illuminated by the frame).
  4. In the window that opens, find the Autoshift or Dynamic Wallpaper Switch and turn it off.
  5. 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:

  1. Get into Themes. โ†’ Mine. โ†’ Topics.
  2. Find an active topic (marked with a tick) and tap it.
  3. In the window that opens, click Remove (basket icon).
  4. 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?
The topics that are often problematic include: Dynamic Earth (changes the background depending on the time of day), Weather Wallpapers (adapts to the weather), AI Generated (uses a neural network to generate new backgrounds), Mi Fan Festival (holiday themes with animations), if you have one installed, removing or replacing will solve the problem 90% of the time.

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:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the Themes app (com.miui.themes) and tap it.
  3. Select Battery โ†’ Background activity and set Limit.
  4. Go back and turn off AutoRun permission.
  5. 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:

LauncherPlusesConsReference
Nova LauncherFlexible setting, gesture support, no auto-shift wallpaperPremium version for some functionsGoogle Play
HyperOS LauncherOptimized for Xiaomi, Minimalist DesignLess Customization OpportunitiesGoogle Play
LawnchairOpen source, support for Android 10-14Rare bugs with animationsGoogle Play
POCO LauncherLightweight, built-in sorting of applicationsNot all functions work on non-POCO devices.Google Play

After the launcher is installed:

  1. Press the Home button and select the new launcher as the main one.
  2. Go to the launcher settings and manually set static wallpaper.
  3. 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:

  1. Turn on Developer Mode on Smartphone: Settings โ†’ About Phone โ†’ MIUI Version (Tap 7 times)
  2. Activate USB Debugging in Settings โ†’ Additional โ†’ For developers.
  3. Connect the phone to the PC and confirm the debugging permission.
  4. Download ADB Tools and unpack the archive.
  5. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
  6. 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.

FAQ: Frequent questions about wallpaper changer on Xiaomi

Can I turn off the wallpaper driver without root rights?
Yes, in 90% of cases, standard settings (method 1) or background activity shutdown (method 3) are enough. Root is only required for deep modification of system files, which is not recommended for ordinary users.
Why did the wallpaper start to change again after the MIUI update?
Updates often reset custom theme settings. After the update, check: Settings in the Themes app. Permissions for com.miui.themes in Settings โ†’ Apps. New dynamic themes in the Mine โ†’ Wallpaper section.
How to block the change of wallpaper for a particular application (for example, Weather or Calendar)?
Some apps (e.g. Xiaomi Weather) can change the background of their widget. To turn it off: Hold your finger on the widget on your desktop. Select the widget settings. Look for Dynamic Background or Auto Update and turn it off. If there are no options, remove the widget and use an alternative app (e.g. AccuWeather instead of standard Weather).
What if the wallpaper changes only in the dark?
This is a sign of an active theme with support for Dark Mode or Day/Night Cycle. Solutions: Set a static theme (like Default or Classic Dark). Turn off automatic dark theme switching to Settings โ†’ Display โ†’ Dark theme โ†’ Schedule. Check the settings in the Google Wallpapers app (if installed).
Can I return the wallpaper to the car after use? ADB-team?
Yes, run commands from Method 5, replace disable-user with enable, and restart the device. If that doesn't work, reset the Themes app settings to Settings โ†’ Applications โ†’ Application Management โ†’ Themes โ†’ Storage โ†’ Clear the data.