How to remove changing wallpaper on Xiaomi: 5 working ways for all versions of MIUI

Automatic wallpaper change on Xiaomi smartphones is not a feature that everyone likes, with many Redmi, POCO and Mi users experiencing the system changing the background of the desktop despite manual settings, and the reasons for this behavior lie in the MIUI branded shell, which activates smart wallpaper algorithms based on time of day, weather or even your location by default.

In this article, we’ll look at all the ways you can disable dynamic wallpapers, from standard settings to hidden settings and commands for power users, how to block the change of background forever, even if the system tries to return it after an update, and why wallpapers sometimes change even after manually disabling all options, which is related to the work of the com.miui.gallery service that manages the background processes.

The instructions are relevant for MIUI 12/13/14 and all modern Xiaomi models, including Redmi Note 12/13, POCO X5/F5, Xiaomi 13/14 and older Android 10+ devices. If your smartphone runs pure Android (for example, POCO F1 with custom firmware), some methods may not work – we will warn about this separately.

1. Disable dynamic wallpaper through standard MIUI settings

Let’s start with the simplest way that works on most devices without having to install additional programs or use ADB. MIUI has a hidden switch that is responsible for automatically changing wallpaper – it is often skipped because it is hidden in an unobvious partition.

Here's the step-by-step instruction:

  1. Open the Themes app (icon with brush and palette).
  2. Go to Wallpaper section. → My wallpaper.
  3. Slip on the current background of the desktop (it will be illuminated by a frame).
  4. In the window that opens, find the Autoshift or Dynamic Wallpaper switch and turn it off.
  5. Click Apply to save the changes.

If this switch is not available, your version of MIUI is using a different mechanism, in which case you can try an alternative path:

  • 🔧 Go to Settings. → Desktop.
  • 🖼️ Choose Wallpaper. → Wallpaper settings.
  • 🔄 Look for the option “Schedule Change” or “Adaptive Wallpaper».

⚠️ Note: On some devices (e.g. Redmi Note 10 Pro) after this option is disabled, the wallpaper may still change due to the operation of the service com.miui.home.

📊 What kind of Xiaomi model do you have?
Redmi Note 11/12/13
POCO X3/X4/X5
Xiaomi 11/12/13/14
Redmi 9/10
Another model

2. Removal of “smart” wallpaper through the “Themes” app

Often the problem is not with the system settings, but with the Themes app itself, which automatically uploads and applies new background images, and even if you manually set a static background, MIUI can overwrite it through this application, so the solution is to disable automatic theme loading.

Do the following:

  1. Open “Themes” and go to profile (the icon of the person in the upper right corner).
  2. Tap on Settings → Automatic booting.
  3. Turn off all switches related to “Recommendations”, “Daily Wallpaper” and “Location Themes”.
  4. Return to the main menu "Tem" and remove all loaded dynamic wallpaper (long press → Delete).

If the wallpaper continues to change after that, check if you have a live wallpaper (for example, "Earth from Space" or "Weather").

  • 🌍 Go to Settings. → Wallpaper. → Live wallpaper.
  • 🗑️ Remove all installed animations (they are marked with an icon) ⚡).
  • 🔒 Choose a static background and apply it.

Remove all live wallpaper|Turn off automatic download in "Temakh»|Check the settings of the “working table»|Reset the device-->

3. Reset the settings of the application "Themes" and "Lawnchair"

If previous methods failed, the problem could be in the cache or the data of the applications that are responsible for the wallpaper, and at MIUI, two key services are responsible for this:

  • Themes (com.android.themes) – manages the loading and use of wallpaper.
  • Lawnchair (com.android.launcher3) is a standard launcher that controls the desktop.

To reset their settings:

  1. Go to Settings → Applications → Application Management.
  2. Find the “Themes” app and open its page.
  3. Click Warehouse → Clear the data and Clear the cache.
  4. Repeat the same steps for the Lawnchair app (or System Launcher if you have a different version of MIUI).
  5. Reset the device.

After resetting, all custom wallpaper will be removed and the system will prompt you to reset the background. Select a static image from the gallery and check if it is saved after the reboot.

⚠️ Note: On some firmware (for example, MIUI 14 Global) Resetting theme can cause all widgets and icons to reset on your desktop. Take screenshots of the items in advance to quickly restore them.

What if the wallpaper changes after the reset?
If the reset didn’t work, the problem could be in the com.miui.home service, which overwrites settings. In this case, try: 1. Install a third-party launcher (like Nova Launcher). 2. Disable automatic update “Tem” in Play Market. 3. Use ADB-team (mode) №5 in this article).

4.Use of a third-party launcher to block the change of wallpaper

If standard methods don’t work, the most reliable way is to install an alternative launcher that will completely replace the MIUI system interface, which will not only solve the wallpaper problem, but also add additional desktop customization features.

The best options for Xiaomi:

LauncherAdvantagesDeficiencies
Nova LauncherFull control of wallpaper, widgets, gestures, support for a dark theme.Premium version for some functions.
LawnchairLightweight, similar to standard MIUI, but without dynamic wallpaper.Less customization than Nova.
Microsoft LauncherIntegration with Windows, stable operation.It can collect data for personalization.
Hyperion LauncherMaximum customization, support for animations.It is difficult for beginners, can brake on weak devices.

To install a third-party launcher:

  1. Download the selected application from the Play Market.
  2. Open it and follow the setup instructions.
  3. In the launcher settings, find the Wallpaper section and select a static image.
  4. Set the launcher by default (the system will prompt you to do this at the first start).

After that, MIUI will not be able to change the wallpaper, since desktop management will be completely transferred to a third-party application. However, note that some features (such as Xiaomi’s Super Wallpaper) will become unavailable.

💡

If the wallpaper changes after you install the launcher, check if you have Google's Wallpapers app installed, which can automatically update the background, delete or disable it in the app settings.

5. Disable dynamic wallpaper via ADB (for power users)

If all previous methods have failed, the most radical method is to disable system services via ADB. This method requires connecting a smartphone to a computer and knowing the basic commands, but it is guaranteed to solve the problem.

You'll need:

  • 🖥️ Computer with installed ADB and Fastboot.
  • 📱 Included debugging by USB on a smartphone (Settings) → The phone. → Version. MIUI — Tap 7 times, then return to the additional → For developers → Debugging by USB).
  • 🔌 Cable USB (preferably original).

Instructions:

  1. Connect your smartphone to your computer and confirm the debugging permission.
  2. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell pm disable-user --user 0 com.miui.gallery


adb shell pm disable-user --user 0 com.android.wallpaper.livepicker




adb shell pm disable-user --user 0 com.miui.home

These commands disable the services responsible for changing the wallpaper. Once you do, restart the device.

To get it back, use:

adb shell pm enable com.miui.gallery


adb shell pm enable com.android.wallpaper.livepicker




adb shell pm enable com.miui.home

⚠️ Warning: Disabling com.miui.home may cause a desktop malfunction.If the launcher stopped working after completing the command, run adb shell pm enable com.miui.home and try disabling only the first two services.

💡

ADB-The method is the most reliable, but it requires caution. If you are not sure about your actions, use a third-party launcher. №4).

6.Verification for viruses and malicious applications

Sometimes automatic wallpaper changes are caused not by system settings, but by malware that has penetrated the device through third-party applications or pirated firmware, which can replace system services and impose advertising background images.

Signs of infection:

  • 📛 Wallpaper changes to banner ads or strange pictures.
  • 🔄 The change occurs even after a complete reset.
  • 📱 Unknown apps appear on the menu.

To check the device:

  1. Install an antivirus (such as Malwarebytes or Dr.Web Light).
  2. Scan the system for threats.
  3. Check the list of installed applications (Settings → Apps) for suspicious programs (for example, with names like Wallpaper Changer, Live Wallpapers Pro).
  4. If you find something suspicious, delete and reset the cache.

If there are no viruses, but the problem remains, try resetting all settings to factory settings (Settings → Additional → Resetting).

7. Frequent errors and why wallpaper keeps changing

Even after completing all the instructions, some users find that the wallpaper is still updated, and consider the most common causes and solutions:

Problem.Reason.Decision
Wallpaper changes after rebootcom.miui.home resets the settings.Use ADB or third-party launcher.
Background is dropped on standardUpdate "Tem" through the Play Market.Turn off auto-update for the Themes app.
The wallpaper changes only on the lock.The “Dynamic Lock” function is activated.Turn it off in Settings → Blocking → Wallpaper settings.
After the MIUI update, the problem came back.The new version of the firmware reset the settings.Repeat all the steps from this article.

If none of these methods worked, it might be the custom firmware or the modified kernel that's the only way to do this is to reflash the device to the official MIUI version via the Mi Flash Tool.

FAQ: Answers to Frequent Questions

Can I turn off the wallpaper change without root rights?
Yes, all of the methods in this article work without root, but superuser rights may be required to fully control system processes (e.g., removing preinstalled applications).
Why did the wallpaper start to change again after the MIUI update?
The firmware update often resets user settings, including wallpaper settings. After the update, check the Tem and launcher settings, and repeat the steps from this article.
Will Nova Launcher work on Xiaomi with MIUI 14?
Yes, Nova Launcher is fully compatible with MIUI 14.It blocks all attempts to change the wallpaper, but some features (like Super Wallpaper) will become unavailable.
How do I get my dynamic wallpaper back if I change my mind?
If you've used ADB-commands, run them with enable instead of disable-user. If you installed a third-party launcher, go back to system in the default settings.
Can I block the change of wallpaper only on the lock screen?
Yes, for this, go to Settings → Lock → Wallpaper Settings and turn off the option “Dynamic Lock” or “Automatic Change”.