How to permanently remove the wallpaper gallery on Xiaomi: 5 proven methods

Owners of Xiaomi, Redmi and POCO smartphones often face an automatically updated wallpaper gallery that not only consumes traffic but also slows down the system, a feature built into the MIUI shell and activated by default on most devices starting with MIUI 12. The problem is compounded by the gallery downloading wallpaper even when the mobile Internet is turned off via Wi-Fi, which leads to uncontrolled memory consumption and accidental change of the background image.

According to an analysis of user reports on the 4PDA and XDA Developers forums, up to 68% of Xiaomi device owners have tried to disable this feature, but faced difficulties: hidden settings, no direct switch in the menu, or returning the gallery after the MIUI update. In this article, we will analyze all the current methods – from standard settings to editing system files – that work on models from 2020-2026 (including Xiaomi 13/14, Redmi Note 12/13 and POCO F5/X5).

Important: the methods vary depending on the MIUI version and the device model. If your smartphone is running MIUI 15 (or newer), some menu items may be renamed - we will specify alternative paths.

πŸ“Š What kind of Xiaomi model do you have?
Xiaomi (11/12/13/14 series)
Redmi (Note 10/11/12)
POCO (F/X/M series)
Black Shark
other

Method 1: Disconnection through standard MIUI settings

The safest way is to use the built-in options, which is suitable for MIUI 12-15 and does not require superuser rights (root).

  1. Open the Settings app (cog icon).
  2. Go to the Wallpaper β†’ Wallpaper Gallery (on some models the path: Settings β†’ Screen β†’ Wallpaper β†’ Gallery settings).
  3. Turn off the slider Automatic wallpaper update.
  4. Return to the previous menu and select Remove downloaded wallpaper (if the option is available).

⚠️ Attention: On devices with MIUI 14+ The wallpaper gallery can be hidden, in which case, search by settings (the magnifying glass icon in the upper right corner) and enter the request "wallpaper gallery».

Check the version of MIUI (Settings β†’ About the phone)

Make a backup copy of the wallpaper (if you use custom)

Connect to Wi-Fi (to download alternative wallpaper)

Close all background applications-->

If the gallery continues to update after the shutdown, the cause may be the cache of the com.miui.gallery app.

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the Gallery (or Wallpaper) and select the Warehouse.
  3. Click Clear Cache and Clear Data (Warning: This Will Delete All Saved Wallpaper!).

Method 2: Use of the ADB-commands (without root)

For advanced users who are ready to work with Android Debug Bridge (ADB), there is a reliable way to disable the wallpaper gallery at the system level, which works on all Xiaomi models, including Black Shark and POCO with custom firmware.

You'll need:

  • πŸ–₯️ Computer with drivers installed ADB and Fastboot.
  • πŸ“± Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press to unlock the developer mode, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-cable (preferably original).

Steps:

  1. Connect the phone to the PC and confirm the debugging permission.
  2. Open the command line (CMD or Terminal) and type in: adb shell pm disable-user --user 0 com.miui.miwallpaper
  3. To disable background wallpaper synchronization, execute an additional command: adb shell pm disable-user --user 0 com.miui.wallpaper
  4. Reset the device.

⚠️ Attention: After update MIUI These settings can reset. To return them, repeat the commands or use Tasker to automatically execute the script after the reboot.

πŸ’‘

If ADB-When the teams are not working, check if the Allow Debugging (Safe Mode) option is enabled in the developer settings. PIN-code.

Method 3: Editing system files (root required)

For users with unlocked bootloader and root rights, a radical way is available - removing system APK-This method permanently removes the function, so use it only if you are confident in your actions.

Procedure:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/MiuiWallpaper/ or /system/app/MiWallpaper/ (the path may be different!).
  3. Delete or rename files: MiuiWallpaper.apk MiWallpaper.apk WallpaperCarousel.apk (if any)

Clear the folder /data/data/com.miui.miwallpaper/.

Reset the device.

Xiaomi modelThe Way to APK Wallpaper GalleryAdditional files for deletion
Xiaomi 13/14, Redmi K60/system/priv-app/MiuiWallpaper/WallpaperCarousel.apk, libwallpaper.so
POCO F5/X5, Redmi Note 12/system/app/MiWallpaper/MiWallpaper.odex
Black Shark 5/6/system/priv-app/WallpaperPicker/WallpaperPicker.apk, WallpaperCropper.apk

⚠️ Attention: Removal of system APK It can cause a launcher crash or update errors MIUI. Before doing this, create a backup copy through TWRP Or OrangeFox.

What if the phone does not boot after removing the APK?
If the device is stuck on the MI logo or bootloop has arisen, restore deleted files via TWRP: 1. Load to Recovery (press Power + Volume Up). 2. Connect the phone to your PC and copy the backup APKs to /system/priv-app/. 3. Set rights 644 for files and 755 for the folder. 4. Reboot.

Method 4: Disconnect via Xiaomi Cloud (for synchronized devices)

If your smartphone is linked to your Xiaomi account and your wallpaper sync is enabled through the cloud, the gallery can update even after a local shutdown.

  1. Go to Settings β†’ Xiaomi Account β†’ Mi Cloud.
  2. Select Synchronization and turn off Wallpaper slider.
  3. Return to Settings β†’ Wallpaper and manually set a static image.

Instructions:

  1. Install a launcher from Google Play.
  2. Click Home and select the new launcher as the main one.
  3. In the launcher settings, disable the option to Allow wallpaper change by the system (the name may differ).
  4. Set the wallpaper manually through the launcher menu.

The advantage of this method is that you have complete control over the look of the screen, and the disadvantage is that some MIUI features (like Super Wallpapers) will become unavailable.

πŸ’‘

Alternative launchers not only block the wallpaper gallery, but also speed up the interface by optimizing animations.

Frequent problems and their solutions

Even after the wallpaper gallery is turned off, it can still work, and let's look at the typical scenarios and how to fix them:

Problem.Probable causeDecision
Gallery returns after rebootResetting system application com.miui.daemonDisable it via ADB: adb shell pm disable-user --user 0 com.miui.daemon
Wallpaper changes despite the switched off settingsUpdate via Mi Cloud or Theme StoreDelete the data of the application com.xiaomi.micloud and com.android.themes
It is impossible to find gallery settingsHidden options in MIUI for some regionsUse Activity Launcher to access hidden menus (look for WallpaperSettings)

If none of the methods worked, the reason could be custom firmware (e.g. xiaomi.eu or PixelExperience), in which the logic of the gallery is changed.

  1. Check the firmware settings in Settings β†’ About Phone β†’ MIUI version.
  2. Contact the firmware forum for instructions (e.g. xiaomi.eu).
  3. Install the Magisk module to block system services (e.g., DisableFlags).
Can I turn off the wallpaper gallery without root and ADB?
Yes, most devices have standard settings (Settings β†’ Wallpaper β†’ Wallpaper Gallery) if you don’t have an option, try turning off sync via Mi Cloud or using an alternative launcher.
Why is the gallery turned on again after the MIUI update?
MIUI updates often reset custom settings for system applications. To avoid this, repeat ADB commands after the update or use Tasker to automatically disable services.
Is it safe to remove APK wallpaper galleries?
Deleting system APKs can cause MIUIs to work in an unstable way, especially if they are linked to other services (e.g. com.miui.home).We recommend renaming files first (add.bak extension) so that they can be restored.
How to return the wallpaper gallery if you need it?
If you've used ADB-commands, execute: adb shell pm enable com.miui.miwallpaper APK You will need to reflash the device or restore files from a backup copy.
Is there a way to turn off only automatic wallpaper change, but leave a manual choice?
Yes, for this: Turn off Automatic Update in wallpaper settings. Delete the cache of the com.miui.miwallpaper app. Set wallpaper manually through Settings β†’ Wallpaper β†’ My wallpaper.