How to remove live wallpaper on Xiaomi: all ways to disable animation

Live wallpaper on Xiaomi smartphones (including Redmi and POCO models) look spectacular, but often cause increased battery consumption, overheating of the device and even slowing the interface. Especially relevant problem for budget models with limited resources – for example, the Redmi Note 10 or POCO M4 Pro, where background animation can eat up to 15-20% of the charge per hour of active use.

In this article, we’ll look at all the ways you can disable live wallpapers, from standard MIUI settings to hidden functions and commands via ADB. You’ll learn how to completely remove animations, replace them with static wallpaper, or limit live backgrounds to the lock screen only. Instructions are relevant for MIUI versions 12, 13 and 14 (including global and Chinese firmware).

Why Wallpaper is harmful to the smartphone: 3 key problems

Before we get into the instructions, it’s important to understand why animated backgrounds are worth turning off β€” especially on mid-range and budget-sized devices.

  • πŸ”‹ Battery consumption: Live wallpaper uses a processor and graphics accelerator, which increases power consumption on the computer. 10-30% (It depends on the model. For example, on Xiaomi. 12T With the wallpaper, autonomy falls on the ocean. 2-3 hour.
  • πŸ”₯ Overheating: A graphics chip (Adreno or Mali) that is constantly running raises the body temperature, and in hot weather, this can lead to trottling (automatic performance reduction).
  • 🐒 Lags of the interface: On weak chipsets (for example, Snapdragon) 4xx or Helio Gxx) background animation conflicts with system processes, causing slowdowns when swiping and opening applications.

Also, live wallpaper is often reset after MIUI updates, forcing users to re-set the background. And in some firmware (for example, on POCO F3), the animation turns on itself after the device is rebooted.

πŸ“Š What a problem you have with live wallpaper?
Battery discharges
Phone's warming up.
Lags in the interface
I don't like the look.
No problem.

Method 1: Disconnect via standard MIUI settings

The easiest method is to use built-in shell tools, which is suitable for most Xiaomi, Redmi and POCO models on the MIUI 12-14.

Instructions:

  1. Open the Themes app (icon with brush).
  2. Go to Wallpaper β†’ Lock screen or Home screen (depending on where you want to remove the animation).
  3. Select the category Static or Colored (without marking "Live").
  4. Apply the selected wallpaper by clicking Install.

If the live wallpaper has been installed through third-party apps (such as Zedge or WallpapersCraft), it can also be removed through wallpaper settings:

  • πŸ“± Click the empty space on the home screen β†’ Wallpaper. β†’ Remove the live wallpaper.
  • πŸ”„ If the option is missing, try changing the wallpaper to standard, and then return the old (the animation should disappear).

β˜‘οΈ Preparation for the shutdown of live wallpaper

Done: 0 / 4

⚠️ Note: On some devices (e.g. Xiaomi Mi 11) after changing the wallpaper, the animation can be saved in the notification panels or the multitasking menu.In this case, you will need to completely disable through the Developer Settings (see Method 3).

Method 2: Remove live wallpapers through "Screen settings"

V MIUI 13/14 And we have a separate section for managing the animation interface, where you can turn off the live wallpaper globally, and this method works even if the wallpaper was installed through the interface. APK-file.

Step-by-step:

  1. Open the Settings β†’ Screen.
  2. Go to Additional Screen Settings β†’ System Animation.
  3. Turn off the slider Animated wallpaper (or select the option No animation).
  4. Restart the device to apply the changes.
Xiaomi modelThe Way to Animation SettingsNeed a reboot?
Redmi Note 12Settings β†’ Screen β†’ Animation styleYes.
POCO X5 ProSettings β†’ Additional β†’ AnimationNo.
Xiaomi 13 LiteSettings β†’ Screen β†’ Transition effectsYes.
Redmi 10CSettings β†’ System β†’ Advanced settingsNo.

If the system animation section is missing, then your firmware does not support this function. In this case, try resetting the theme settings:

  • 🎨 Go to Settings. β†’ Topics β†’ Reset to standard.
  • πŸ”„ Confirm the action – it will remove all user wallpaper and return the system.

πŸ’‘

If after disabling the animation wallpaper became blurry, try to install them again through the Gallery app, selecting the original resolution.

Method 3: Disconnect via Developer Settings (for power users)

This method allows you to completely block the work of live wallpaper at the system level, including background processes, suitable for devices with unlocked bootloader or root rights, but some commands work without them.

Instructions:

  1. Activate Developer Settings: Go to Settings β†’ About Phone. Click 7 times on MIUI Version.
  2. Back to Settings β†’ Additionally. β†’ For developers.
  3. Find options: Turn off window animation (set 1x or off). Turn off transition animation. Background processes β†’ limit to 2-3 processes.

ADB

adb shell settings put global window_animation_scale 0


adb shell settings put global transition_animation_scale 0




adb shell settings put global animator_duration_scale 0

After applying these settings:

  • βœ… The wallpaper animation will disappear on the home screen and in the lock.
  • βœ… Reduce the load on the processor (especially noticeable on Snapdragon) 6xx/7xx).
  • ❌ Some visuals in games and apps may be missing (e.g., smooth transitions to Instagram).

⚠️ Attention: On devices with MIUI 14 and new (e.g. Xiaomi) 14) shutdown ADB In this case, return the standard values with the command: adb shell settings put global. window_animation_scale 1

What to do after ADB-The phone began to slow down?
This means that you have disabled not only the animation of the wallpaper, but also the system transitions. To return the smooth interface (but keep the static wallpaper), perform: adb shell settings put global settings. transition_animation_scale 0.5 adb shell settings put global window_animation_scale 0.5 This will leave minimal animation for the system, but will remove the background.

Method 4: Remove live wallpaper through Safe Mode (if nothing helps)

If the live wallpaper is not removed by standard methods or returned after a reboot, the problem may be in conflict with the established themes or viruses, in which case Safe Mode will help.

How to start:

  1. Turn off the phone.
  2. Press the Power button and hold it until the MI logo appears.
  3. Once the logo appears, release the power button and immediately press Volume Down.
  4. Hold the volume down until the phone boots into Safe Mode (there will be a sign at the bottom of the screen).

In safe mode:

  • πŸ” Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ—‘οΈ Find apps called Live Wallpaper, Dynamic Wallpaper, or Theme Store and clear their cache/data.
  • πŸ“± Install static wallpaper through the Gallery.
  • πŸ”„ Restart your phone in normal mode.

If the problem was in a third-party application, the live wallpaper will disappear after the reboot. If not, then the animation is built into the MIUI system files, and a deeper cleaning will be required (see Method 5).

πŸ’‘

Safe mode disables all third-party applications, so if the live wallpaper is missing in it, one of the software you installed is to blame. Most often it is applications for themes (Mi Theme Editor) or launchers (Nova Launcher).

Method 5: Radical solution – reset theme settings (last chance)

If all previous methods failed, you'll have a complete reset of the theme settings, which will remove all custom wallpaper, fonts and styles, but return the system to factory status.

Instructions:

  1. Open Settings β†’ Themes.
  2. Go to My subjects. β†’ Settings (βš™οΈ) β†’ Reset to standard.
  3. Confirm the action (a password may be required).
  4. After resetting, restart the device.

What will be dropped:

  • 🎨 All installed wallpaper (including live).
  • πŸ”€ Custom fonts and icons.
  • πŸ“± Lock screen settings (clock, widgets).
  • βš™οΈ Color schemes and notification styles.

After discharge:

  • βœ… The live wallpaper will be removed without the possibility of restoration.
  • ⚠️ You will have to re-configure the appearance of the system.
  • πŸ“² It is recommended to install static wallpapers through the Gallery immediately to avoid automatic animation returns.

⚠️ Note: On certain devices (e.g, POCO F4 GT) Resetting theme can cause the Always-on Display to fail. If the clock on the screen is off after the procedure, reinstall the theme through the Mi Theme Store.

How to prevent automatic inclusion of live wallpaper in the future

Even after you turn off, live wallpaper can turn on itself after you update MIUI or reset your settings. To avoid this, follow these tips:

  • 🚫 Turn off automatic theme updates: Go to Settings β†’ Topics β†’ Settings (βš™οΈ) β†’ Auto-update themes and deactivate the option.
  • πŸ”’ Block background processes of the "Themes" application: C Settings β†’ Annexes β†’ Application management β†’ Select Subjects Limit background activity.
  • πŸ“΅ Remove the cache of system applications: Settings β†’ Memory. β†’ Cleanup β†’ Select "System applications" β†’ Clean up
  • πŸ›‘οΈ Use alternative launchers: Install Nova Launcher or Lawnchair – they ignore system wallpaper MIUI.

If you often encounter spontaneously enabled animations, check your device for viruses using Google Play Protect or Malwarebytes. Some adware programs (e.g. com.live.wallpaper.virus) are replacing system wallpaper.

FAQ: Frequent questions about live wallpaper on Xiaomi

Can you turn off live wallpaper only on the lock screen, leaving them on the home screen?
Yes, in MIUI 13/14, it's possible. Go to Settings β†’ Screen β†’ Lock and select static wallpaper only for it.
Why does the battery still go down quickly after switching off the live wallpaper?
It's probably not the wallpaper, it's the other backgrounds: πŸ” Settings β†’ Battery β†’ Battery usage (find high-consumption apps). πŸ“‘ Turn off the Constant Network Search in the settings SIM-map. πŸ”„ Reset network settings (Settings) β†’ SIM-maps and mobile networks β†’ Resetting settings).
How to return the live wallpaper after disconnection?
If you have made a backup copy of the themes before disabling (Settings) β†’ Topics β†’ Backup, restore it. Otherwise: Download the live wallpaper again from Mi Theme Store. Set it up through Settings. β†’ Wallpaper. β†’ If the wallpaper does not apply, reset the launcher settings (Settings) β†’ Annexes β†’ Launcher β†’ Clear the data).
Do these methods work on POCO-telephones?
Yes, all methods are relevant for POCO, as they work on MIUI (the path may be slightly different). For example, on POCO X5 Pro, the animation settings are in Settings β†’ Additional β†’ Special Features β†’ Animation.
Can I turn off the live wallpaper without losing data?
All of the described methods (except for a complete reset of themes) do not affect user data (photos, messages, applications). However, we recommend that you back up through Settings β†’ Additional β†’ Backup and Reset before manipulating ADB or Safe Mode.