How to Remove MIUI 12 Super Wallpaper on Xiaomi Smartphones: From Standard Methods to ADB

Super wallpaper. MIUI 12 have become one of the most memorable features of Xiaomi firmware – dynamic 3D-But not everyone likes these live wallpapers, which can slow down the interface, drain the battery, or just get bored with time. Unfortunately, Xiaomi didn’t provide an obvious β€œDelete” button for super wallpapers, so removing them turns into a real quest.

In this article, we’ll look at all the working ways to get rid of super wallpapers on MIUI 12 (and newer versions where they’ve been preserved), including methods through Settings, ADB, resetting, and even manual file deletion. Special attention will be paid to the hidden com.miui.superwallpaper packages that continue to work in the background even after changing the wallpaper. If you find that after changing the the theme, super wallpapers still β€œleak” on the lock screen or menu, this is the guide for you.

Why MIUI 12 Super Wallpaper Is Hard to Remove by Standard Methods

Unlike conventional static wallpaper, the super wallpaper in MIUI 12/13/14 is integrated at the system application level.

  • πŸ“¦ They are set up as separate APK-bundle (com.miui.superwallpaper) that does not appear in the list of user applications.
  • πŸ”„ Even after the wallpaper changes through the Topics, the system process can continue to work, consuming up to 5-10% Battery charge per day (according to tests on the Redmi Note) 9 Pro and Poco X3).
  • πŸ”’ Xiaomi blocks removal of system packages without root or ADB, to prevent "breakdown" of the firmware.

According to firmware analysis, super wallpapers consist of two parts: a visual (the image itself) and a service module that is responsible for the animation. It is the second component that continues to hang in memory even if you put other wallpapers. On some devices (for example, Mi 10 or Mi 11), this leads to a launcher freeze when scrolling desktops.

⚠️ Note: If you use a custom launcher (Nova, Apex, Microsoft Launcher), super wallpaper may conflict with its animations, in which case they must be removed - otherwise there will be twitching interface.

Method 1: Disable super wallpapers through theme settings (without root)

The safest, but not always effective, method is suitable for users who want to simply hide super wallpaper, but not remove it completely.

  1. Open the Themes app (icon with brush).
  2. Go to Wallpaper section. β†’ My wallpaper.
  3. Find active super wallpapers (usually marked with a 3D or Super Wallpaper icon) and tap them.
  4. At the bottom of the screen, select Remove or Reset to standard.
  5. Confirm the action and restart the device.

On some devices (Redmi Note 8 Pro, Poco F2 Pro), this method does not work correctly: the wallpaper disappears from the desktop, but remains on the lock screen.

  • πŸ”§ Go to Settings. β†’ Lock screen β†’ Locking style.
  • πŸ“± Choose any other style (e.g. Simple or Digital Watch).
  • πŸ”„ Go back to the super wallpaper and click Delete again.

⚠️ Attention: MIUI 13+ After such removal, an artifact may remain - a black screen when unlocked on the 1-2 This is treated by resetting animations to Settings. β†’ Additionally. β†’ Special effects.

πŸ“Š What version? MIUI you have installed?
MIUI 12
MIUI 13
MIUI 14
Another version

Method 2: Remove via ADB (without root but with PC)

If the super wallpaper continues to work in the background, they can be forcibly deactivated through the ADB (Android Debug Bridge: This method doesn't require superuser rights, but you'll need a computer and a computer. USB-cable.

Advantages of the method:

βœ… Completely disables the system process com.miui.superwallpaper.

βœ… Does not affect the warranty (unlike unlocking the bootloader).

βœ… It works on all Xiaomi devices with MIUI 12+.

Step-by-step:

  1. Download ADB Tools and unpack the archive in any folder on your PC.
  2. On your smartphone, enable USB Debugging: Settings β†’ About Phone β†’ MIUI Version (tap 7 times until you see the words β€œYou’re a developer”). Then: Settings β†’ Additional β†’ Developers β†’ Debugging by USB.
  3. Connect your phone to your PC and select File Transfer mode.
  4. Open the command prompt (Windows) or terminal (Mac/Linux) in the folder with ADB.
  5. Enter the command to check the connection: Adb devices should appear serial number of your device.
  6. Run the command to deactivate super wallpaper: adb shell pm uninstall -k --user 0 com.miui.superwallpaper
  7. Reboot your smartphone.

If the command fails, try an alternative (for some regions):

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

Install ADB Tools on PC|

Enable the developer mode on Xiaomi|

Activate debugging via USB|

Connect your phone in file transfer mode |

Check the connection of the adb device team-->

Xiaomi modelDoes it work? ADB-methodNotes
Redmi Note 9/10 Proβœ… Yes.A second command may be required after the MIUI update.
Poco X3/X3 Proβœ… Yes.On some firmware, you need to first disable Miui Optimization in the developer.
Mi 10/10T/11⚠️ Partially.MIUI 13+ can be returned after resetting.
Redmi 9A/9C❌ No.Root rights are required due to firmware limitations.

πŸ’‘

If, after the execution, ADB-Super wallpaper commands still appear, check for updates for the com.miui.superwallpaper package in Google Play. Sometimes Xiaomi restores it through background updates.

Method 3: Manually delete super wallpaper files (requires root)

For users with unlocked bootloaders and root rights, there is a radical method β€” physically removing the super wallpaper files from the system folders β€” guaranteed to get rid of them forever, but requires caution.

Warning: Incorrect deletion of system files can lead to bootloop ( looped reboot).We recommend backing up through TWRP before starting.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/SuperWallpaper or /system/app/SuperWallpaper.
  3. Delete the entire folder or files inside: SuperWallpaper.apk, SuperWallpaper.odex.
  4. Clear cache and app data Topics: Settings β†’ Applications β†’ Application management β†’ Topics β†’ Storage β†’ Clear data.
  5. Reset the device.

On some firmware, the super wallpaper files can be located in: /data/app/com.miui.superwallpaper-1 or /vendor/overlay.

Use a search called SuperWallpaper in the file manager.

What if the phone doesn’t turn on after deleting the files?
If after manipulating system files, the device is stuck on the MI logo, try: 1. Log in TWRP Recovery (press Power + Vol Up when you turn on). 2. Restore the backup (if you did). 3. Or flash the original firmware through Fastboot using the Mi Flash Tool. If there is no backup and experience, it is better to contact the service center.

Method 4: Resetting settings to factory (last resort)

If none of these methods worked, and the super wallpaper ruins the user experience (for example, due to animation bugs), you can do a soft reset or a full hard reset. This method will delete all data from the device, so use it only as a last resort.

How to reset settings without losing data (soft reset):

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Select Reset all settings (do not delete all data!).
  3. Confirm the action. The phone will restart, but the files (photos, videos) will remain.

Full reset (hard reset):

  • πŸ“± Through the menu: Settings β†’ Additionally. β†’ Recovery and discharge β†’ Erase all data.
  • πŸ”§ Recovery: Turn off your phone, press the power + Vol Up, select Wipe Data.

⚠️ Attention: On devices with MIUI 14 After reset, a new version of super wallpapers can automatically install via Google Play. To avoid this, turn off auto-update apps in Settings before resetting. β†’ Annexes β†’ Application management β†’ Google Play Store β†’ Auto-update.

Method 5: Using third-party launchers to bypass super wallpaper

If you don't want to mess with system settings, you can just mask the super wallpaper with an alternative launcher, which doesn't physically remove it, it makes it invisible.

The best launchers for Xiaomi:

  • 🌟 Nova Launcher – allows you to disable system wallpaper and install your own.
  • 🎨 Microsoft Launcher – automatically replaces the background with your chosen one.
  • ⚑ Hyperion Launcher – Optimized for performance, blocks animations MIUI.

How to set up:

  1. Install a launcher from Google Play.
  2. When you first start, select it as the default launcher.
  3. In the launcher settings, find the Wallpaper or Background section and set a static image.
  4. Turn off animations in Launcher Settings β†’ Animations β†’ No animations.

The downside of the method: super wallpaper can still be displayed on the lock screen. To fix this, use the Lock Screen & Wallpaper app from Google Play, which allows you to override the lock background.

πŸ’‘

Third-party launchers are the only way to get rid of super wallpaper without interfering with the system, but they do not solve the problem completely (the lock screen and background processes remain).

Frequent problems and their solutions

Even after removing the super wallpaper, users are confronted with bugs, and here are the most common ways to fix them:

Problem.Reason.Decision
Black screen when unlockedAnimation conflict after removal of super wallpaperTurn off animations in Settings β†’ Additional β†’ Special effects
Super Wallpaper Returns After UpdateMIUI restores system packagesRepeat. ADB-command or disable auto-update in Google Play
The launcher brakes after changing wallpaperSystem animation cache not clearedClear the Tome cache and Launcher in the app settings
It is impossible to remove super wallpaper on POCOLocking at firmware levelUse ADB or re-flash on MIUI EU (no POCO branding)

If after all the manipulations, super-wallpaper still appears, check:

  • πŸ” Updates for com.miui.superwallpaper on Google Play.
  • πŸ“ Residual files in /data/data/com.miui.superwallpaper.
  • πŸ”„ Automatic synchronization of topics in Settings β†’ Accounts. β†’ Xiaomi β†’ Synchronization.

FAQ: Answers to Frequent Questions

Can you remove super wallpaper without a computer?
Yes, but not completely. Through Settings β†’ Themes, you can change the wallpaper, but the system process com.miui.superwallpaper will remain active.
Why did the super wallpapers get more battery consumption?
This is paradoxical, but it happens if the system process was damaged incorrectly. Check the activity of com.miui.superwallpaper in Settings β†’ Battery β†’ Battery use. If the process is hanging, do it. ADB-command again or drop the cache.
The super wallpaper's gone, but there's a black background on the lock screen.
This is a MIUI bug that deals with removing system wallpaper. Solutions: Set new wallpapers through Settings β†’ Lock screen β†’ Wallpaper. Reset launcher settings: Settings β†’ Apps β†’ Launcher β†’ Storage β†’ Clear data. If it doesn't, change lock style to another and back again.
Will this work on MIUI 14 or HyperOS?
Nana MIUI 14 HyperOS and the new super-wallpaper are partially reworked, but their core remains the same. ADB-method (pm uninstall) --user 0 com.miui.superwallpaper works, but may need to be re-executed after major updates. HyperOS also has a new com.miui.hyperwallpaper package β€” it also needs to be removed.
Can I get my super wallpaper back after removal?
Yes, but the method depends on the method of deletion: If you used ADB uninstall, run adb shell cmd package install-existing com.miui.superwallpaper. If you manually deleted files, restore them from the backup or reflash the system. If you reset, super wallpapers will return automatically when you first set up. On some devices (for example, Mi 11 Ultra), super wallpapers are part of the brand theme and will recover after the MIUI update.