How to completely disable live wallpaper on Xiaomi: instructions for MIUI 12-14

Live wallpaper on Xiaomi, Redmi and POCO smartphones 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 – Redmi Note 10, POCO M4 Pro or Xiaomi 11 Lite, where animation in the background can eat up to 15-20% of charge per hour of active use.

In this article, you will find 5 proven ways to disable live wallpaper, from standard MIUI settings to hidden features for power users. We will also look at why the system sometimes automatically returns animations after an update, and how to prevent this. All instructions are relevant for the MIUI 12-14 firmware versions (including global and Chinese builds).

Why is the wallpaper harmful to the smartphone?

Animated background images are not just static images with light motion, but MIUI launches under the hood:

  • πŸ”„ Constant operation of the graphics processor (GPU), This is what causes the chipset to heat up (especially on Snapdragon). 6xx/7xx).
  • πŸ“‰ Increased RAM consumption – up to 300-500 MB only for background animation.
  • πŸ”‹ Active battery consumption even in standby mode (up to 5-7% per night).
  • ⚑ Conflicts with optimization MIUI, Because of which the system can β€œforget” the settings of energy saving.

According to XDA Developers, the Xiaomi 12 Pro with a live wallpaper Always-On Display consumes 40% more energy than with a static background, and on budget models like Redmi 9A, animation can cause micro-hangs when opening heavy applications (for example, games or Google Maps).

⚠️ Note: On some devices (e.g. Xiaomi Mix Fold 2), live wallpaper is integrated into system themes, and disabling it can reset personal font and icon settings.

Method 1: Disconnect via wallpaper settings (the easiest)

This method works on all Xiaomi models with MIUI 12+ and does not require superuser rights.

  1. Open Settings β†’ Wallpaper (or make a long tap on the home screen and select Wallpaper).
  2. In the β€œMy Wallpaper” section, find active live wallpaper (usually marked with an icon). ⚑ or the words Dynamic).
  3. Slip on them and select Remove or Disable animations (depending on the MIUI version).
  4. Choose a static background from the gallery or standard Xiaomi wallpaper.

If you don't have the "Disable animation" item, it means that the wallpaper is tied to the system theme.

Try changing the topic in Settings β†’ Theme β†’ My themes

Install third-party wallpapers from Google Play (e.g. Wallpapers Craft)

Restart your phone - sometimes MIUI Β«forgetting to apply the changes-->

On the POCO F4 GT and other Xiaomi gaming smartphones, live wallpaper can be part of Game Turbo mode. To remove them, go to Settings β†’ Special Features β†’ Game Turbo β†’ Wallpaper Settings.

πŸ’‘

If the animation comes back after the shutdown, check if Adaptive Wallpaper is included in Settings β†’ Display β†’ Additional. It automatically adjusts the background to the time of day, sometimes adding unnecessary animations.

Method 2: Disconnect via battery settings (to save charge)

MIUI has a hidden background limiting feature to save energy, which doesn't remove wallpaper completely, but pauses animation when the phone isn't in use:

  1. Go to Settings β†’ Battery and Performance β†’ Battery Management.
  2. Select App Selection and find Wallpaper (or Wallpaper Carousel on global firmware) in the list.
  3. Set the background activity limit in the Limit position.
  4. Go back and activate Energy Saving or Supereconomic.
Energy saving regimeImpact on live wallpaperBattery consumption (in 8 hours)
Off.Animation always works.22–28%
Energy conservationThe animation is suspended after 30 seconds. inactivity14–18%
Super-economicThe animation shuts down completely.8–12%

Xiaomi 13 Ultra and other flagships with AMOLED-This method also reduces pixel burnout, since static elements are displayed less often.

⚠️ Attention: On some firmware (MIUI 13.0.4+) Restricting wallpaper through the battery may conflict with the Always-On Display function. AOD, Return the battery settings to their original state.

Static (single or photographic)

Live (with light animation)

Interactive (responds to touch)

MIUI System Themes

Your wallpaper from third-party applications-->

Method 3: Remove via ADB (for power users)

If the live wallpaper is built into the system theme and is not removed by standard methods, you can resort to disabling through ADB. This method requires a computer and basic command line knowledge.

Preparation:

  • πŸ–₯️ Install Platform Tools on PC.
  • πŸ“± Turn on Debugging. USB on the phone: Settings β†’ The phone. β†’ Version. MIUI (Slip 7 times, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB.
  • πŸ”Œ Connect your smartphone to your computer and confirm your trust in the device.

Next, execute commands in the terminal (in order):

adb shell


pm uninstall -k --user 0 com.miui.miwallpaper




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

Once you reboot your phone, the live wallpaper will be completely removed, and the settings will only have static options.

pm install-existing --user 0 com.miui.miwallpaper


pm enable --user 0 com.android.wallpaper.livepicker

What if the ADB can’t see the device?
1. Check if Xiaomi drivers are installed USB Drivers (you can download it on the official website). 2. Try another one. USB-cable (preferably original). 3. In the developer settings, enable Debugging by USB (security parameters) and Unlocking OEM. 4.Reboot your phone and PC, then reconnect.

⚠️ Note: On Xiaomi with a blocked bootloader (bootloader) team ADB In this case, you will need to unlock through the Mi Unlock Tool, which will reset all the data on the phone!

Method 4: Disconnect via Safe Mode (if the wallpaper is β€œstuck”)

Sometimes the live wallpaper continues to work even after it is removed from settings, due to failures in the MIUI cache, in which case it helps to download in safe mode:

  1. Turn off the phone.
  2. Press the Power button and hold it until the MI logo appears.
  3. As soon as the logo appears, release the power button and immediately press Volume down.
  4. Keep 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. β†’ Wallpaper and change background to static.
  • πŸ”„ Restart your phone in normal mode.
  • 🧹 Clear the Wallpaper app cache in Settings β†’ Annexes β†’ Application management β†’ Wallpaper. β†’ Warehouse β†’ Clear the cache.

This method works in 90% of cases when the wallpaper β€œdoes not want to” turn off, if the problem persists, then the animation is written in the system files (see Method 5).

πŸ’‘

Safe Mode disables all third-party applications, but does not affect system files, which allows you to determine exactly whether the problem is caused by wallpaper or other software.

Method 5: Manual editing of system files (for advanced ones)

On some firmware (for example, MIUI 14 China) live wallpaper tightly integrated into system APK-You'll need to remove the files:

  • πŸ”“ Unlocked bootloader (bootloader).
  • πŸ› οΈ Root rights (e.g. via Magisk).
  • πŸ“‚ File Manager with root access (e.g. Root Explorer or Mixplorer).

Instructions:

  1. Open the file manager and go to /system/priv-app/MiuiWallpaper.
  2. Find files with the.apk extension that have a LiveWallpaper or Dynamic name in their name.
  3. Rename them by adding.bak at the end (e.g. LiveWallpaper.apk β†’ LiveWallpaper.apk.bak).
  4. Reboot the phone.

After that, the live wallpaper will disappear from the selection menu. To return it, simply delete the.bak from the filenames.

⚠️ Warning: Incorrect editing of system files can lead to bootloop ( looped boot).Before making changes, back up the folder /system/priv-app/!

πŸ’‘

If after editing system files, the phone stopped booting, try going to Recovery Mode (press Power + Volume up) and restore the backup via ADB Sideload.

What if the live wallpaper returns after the update?

Many Xiaomi users are faced with the fact that after the MIUI update, the live wallpaper returns on its own.

  • πŸ”„ The system resets the theme settings when major updates (for example, with MIUI 13 β†’ 14).
  • πŸ“¦ The update reinstalles system applications, including Wallpaper Carousel.
  • βš™οΈ In some regional firmware (e.g. India), live wallpaper is enabled by default.

Decisions:

  1. Reverse to the old version of MIUI via Fastboot (instructions on XiaomiUI).

Xiaomi. 12T Pro and other models with HyperOS (new firmware from Xiaomi) live wallpaper can be part of SystemUI. In this case, only a complete replacement of firmware with a new one will help. AOSP-version (e.g. Pixel Experience).

FAQ: Frequent questions about live wallpaper on Xiaomi

Can you turn off live wallpaper only on a locked screen, leaving them on the main one?
Yes, but not on all models. AMOLED-screens (e.g., screens, 11T pro 12S Ultra) Go to Settings β†’ Always-On Display β†’ Style and choose a static option. On budget smartphones (Redmi Note 11), this option may not be available.
Why does the battery still go down quickly after switching off the live wallpaper?
Check out other charge "eaters: πŸ” Settings β†’ Battery β†’ Battery usage (find high-flow apps). πŸ“‘ Turn it off. 5G Search for Wi-Fi in the background. πŸ”„ Set a background limit for Google Play Services and Miui Daemon. If the problem persists, the battery may have worn out (check through AccuBattery).
How to get back the wallpaper if I removed it through ADB?
Follow the commands: adb shell cmd package install-existing com.miui.miwallpaper pm enable com.android.wallpaper.livepicker If this does not help, download the original APK wallpaper for your model from the APKMirror website and install it manually.
Are there any alternative wallpapers that don’t load the system?
Try these apps from Google Play: 🌌 KWGT Kustom Widget – Lightweight Animated Widgets. 🎨 Wallpapers by Google – Optimized Live Wallpaper. ⚑ Muzei Live Wallpaper is a minimalist, low-consumption animation that consumes 3-5 times less battery than standard wallpaper. MIUI.
Can I turn off the live wallpaper on the Xiaomi Pad 5 (tablet)?
On Xiaomi tablets, the algorithm is the same, but with nuances: β†’ Display, turn off Adaptive Wallpaper. MIUI 13 For Pad use ADB-Team: pm uninstall -k --user 0 com.miui.miwallpaper.pad If the wallpaper is gone but comes back after the reboot, turn off automatic theme updates in Settings β†’ Theme β†’ Settings β†’ Auto-update.