How to completely disable smart wallpaper on Xiaomi: 5 proven ways

Animated smart wallpaper in MIUI firmware is one of Xiaomi’s most controversial features. On the one hand, it adds dynamism to the interface by automatically adjusting to the time of day, weather, or even your location. On the other, many users complain about increased battery consumption, occasional background changes and the inability to install a static image without smart overlays. If you’re tired of constant animations, unexpected desktop changes, or just want to regain control of the appearance of your smartphone, this article is for you.

Depending on the phone model (Xiaomi 13 Pro, Redmi Note 12, POCO F5 etc.) and versions MIUI (13, 14 or HyperOS) the shutdown process may be different, and we've collected all the relevant methods, including hidden settings that are not obvious even to advanced users. ADB-commands or superuser rights β€” we’ll take them down, too, but with warnings about possible risks.

Before you start, check your firmware version in Settings β†’ About Phone β†’ MIUI. This will help you avoid errors when choosing instructions. Also note that after updating the system, the settings may reset β€” you will have to reconfigure them.

1. Standard Disconnection through theme settings

The easiest way is to use the built-in MIUI Themes options. It works for most MIUI 12-14 and HyperOS devices, but doesn't always disable all animations (for example, weather effects may stay).

  1. Open the Themes app (the icon with a brush on your desktop).
  2. Go to Wallpaper section. β†’ My wallpaper.
  3. Select the current wallpaper (they are marked with a tick) and click Settings (cog in the upper right corner).
  4. Turn off the options: πŸŒ… Time of day driver 🌦️ Dynamic effects of weather πŸ“ Geolocation wallpaper (if any)

Save the changes and restart the phone.

If the wallpaper changes after this action, then your firmware has activated system services that are not managed through the Themes app.

⚠️ Note: On some devices (Xiaomi) 12T, Redmi K50) After disabling animations in Themes, you may not be able to install live wallpaper from Google Play.

πŸ“Š What Smart Wallpaper Function Irritates You the Most?
Automatic background change
Scrolling animations
Weather effects
Battery consumption
Nothing annoys.

2. Disconnection through hidden developer settings

If the standard method didn’t work, try deactivating animations through developer mode, a method that works for Xiaomi on MIUI 13/14 and HyperOS, but requires pre-activation of hidden options.

First, turn on the developer mode:

  1. Go to Settings. β†’ The phone.
  2. Click on the MIUI version 7 times in a row (you will be notified β€œYou became a developer”).
  3. Back to Settings β†’ Additionally. β†’ For developers.

If you need to return the smart wallpaper, use the command:

adb shell cmd package install-existing com.miui.miwallpaper

4. Complete removal via Magisk (for root users)

If you have superuser rights (root), you can permanently delete the system APK-This method permanently deletes files from the system partition, so first make a backup through TWRP Or OrangeFox.

Instructions:

  1. Install Magisk and Root Explorer (such as FX File Explorer or Solid Explorer).
  2. Go to /system/priv-app/ and delete: MiWallpaper MiWallpaperEarth MiWallpaperMars

Settings β†’ Storage β†’ Clean the cache

Reset the device.

After that, the system wallpaper will be dropped on a standard black background to set its wallpaper:

  • πŸ–ΌοΈ Use any image from the gallery (long press on the desktop) β†’ Wallpaper).
  • 🚫 Dynamic effects will not appear again, even after the update MIUI.

⚠️ Attention: Removal of system APK It can cause com.android.systemui to crash on some firmware, and if the phone is stuck on the logo after you restart, restore deleted files through the back of the phone. TWRP.

5. Alternative method: use of third-party launchers

If you don’t want to interfere with system settings, you can simply replace the standard launcher with a third-party one, which will hide the smart wallpaper, but will not turn it off completely (they will remain active in the background, consuming resources).

The best launchers for Xiaomi:

LauncherAdvantagesDeficiencies
Nova LauncherFlexible customization, gesture support, no advertisingPremium version for some functions
LawnchairFree, open source, support for Android 13+Less to do with the design
Hyperion LauncherOptimized for Xiaomi, support MIUI-chipRare updates
Microsoft LauncherIntegration with Windows, cloud backupData collection (privacy)

To set up the launcher:

  1. Download the app from Google Play.
  2. Click Home and select the new launcher as the main one.
  3. In the launcher settings, turn off all animations and install static wallpaper.

The downside of this method is that the system processes of smart wallpaper will continue to work, using up to 5-10% of the battery per day (depending on the model). ADB-teams from Section 3.

How to return the standard MIUI launcher?
To return to Xiaomi’s native launcher, go to Settings β†’ Annexes β†’ By default. β†’ Launcher and select MIUI Launcher. If no item, clear the com.miui.home app data via Settings β†’ Annexes β†’ Application Management (find Louncher in the list).

6. Disconnect via the Settings Editor (for experienced)

This method is suitable for users who are not afraid to work with the Xiaomi Settings database.We will use the SharedPreferences Editor app (root or ADB with shell rights is required).

Instructions:

  1. Install SharedPreferences Editor.
  2. Open the application and find the file: /data/data/com.miui.home/shared_prefs/com.miui.home.preferences.xml
  3. Change the following parameters: key_wallpaper_effect_enabled β†’ false key_dynamic_wallpaper_enabled β†’ false key_weather_wallpaper_enabled β†’ false

Save the changes and restart the phone.

This method is guaranteed to disable all dynamic effects, but requires caution: improper editing can lead to malfunctions in the MIUI Launcher.

πŸ’‘

Editing shared_prefs β€” The deepest way to turn off smart wallpaper, but also the riskiest.

Frequent Questions (FAQ)

After the smart wallpaper was turned off, all the background pictures were gone.
This happens if you have removed the system APKs through ADB or Magisk. To return wallpaper: Download any image to the gallery. Long tap on desktop β†’ Wallpaper β†’ select the downloaded photo. If the option is not available, install a third-party launcher (for example, Nova).
Can I turn off smart wallpaper without a computer?
Yes, but not on all firmware. Try: Method 1 (Section 1) through the Topic app. Method 2 (Section 2) through the developer settings. If it doesn't work, use the launcher (Section 5). ADB-Magisk requires PC or root.
Why did the smart wallpaper turn on again after the MIUI update?
The firmware update resets some settings. To avoid this: Before upgrading, back up through Settings β†’ Additional β†’ Backup. After updating, re-disable (section 1 or 3). If you use Magisk, re-flash the modules.
How to check what processes consume the battery due to smart wallpaper?
Open Settings β†’ Battery β†’ Battery usage and find: com.miui.miwallpaper (main service) com.miui.home (launcher, can consume up to 15% in animations) android.process.media (if wallpaper is associated with the gallery) If the consumption exceeds 3-5% per day – wallpaper is definitely worth turning off.
Is there a risk of β€œbricking” the phone when removing system APKs?
In the case of ADB-The risk of the commands (section 3) is minimal, as files are deleted only for the current user. When deleted through Magisk (section 4), failures may occur if: You deleted the wrong files (for example, com.miui.home instead of com.miui.miwallpaper). ROM). No backup. TWRP. In 95% of cases, the phone can be restored via Fastboot or flashing.