Why Xiaomi Wallpaper Gallery Irritates Users and How to Turn It Off
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.
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).
- Open the Settings app (cog icon).
- Go to the Wallpaper β Wallpaper Gallery (on some models the path: Settings β Screen β Wallpaper β Gallery settings).
- Turn off the slider Automatic wallpaper update.
- 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.
- Go to Settings β Applications β Application Management.
- Find the Gallery (or Wallpaper) and select the Warehouse.
- 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:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command line (CMD or Terminal) and type in: adb shell pm disable-user --user 0 com.miui.miwallpaper
- To disable background wallpaper synchronization, execute an additional command: adb shell pm disable-user --user 0 com.miui.wallpaper
- 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:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/MiuiWallpaper/ or /system/app/MiWallpaper/ (the path may be different!).
- Delete or rename files: MiuiWallpaper.apk MiWallpaper.apk WallpaperCarousel.apk (if any)
Clear the folder /data/data/com.miui.miwallpaper/.
Reset the device.
| Xiaomi model | The Way to APK Wallpaper Gallery | Additional 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?
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.
- Go to Settings β Xiaomi Account β Mi Cloud.
- Select Synchronization and turn off Wallpaper slider.
- Return to Settings β Wallpaper and manually set a static image.
Instructions:
- Install a launcher from Google Play.
- Click Home and select the new launcher as the main one.
- In the launcher settings, disable the option to Allow wallpaper change by the system (the name may differ).
- 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 cause | Decision |
|---|---|---|
| Gallery returns after reboot | Resetting system application com.miui.daemon | Disable it via ADB: adb shell pm disable-user --user 0 com.miui.daemon |
| Wallpaper changes despite the switched off settings | Update via Mi Cloud or Theme Store | Delete the data of the application com.xiaomi.micloud and com.android.themes |
| It is impossible to find gallery settings | Hidden options in MIUI for some regions | Use 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.
- Check the firmware settings in Settings β About Phone β MIUI version.
- Contact the firmware forum for instructions (e.g. xiaomi.eu).
- Install the Magisk module to block system services (e.g., DisableFlags).