The wallpaper gallery on Xiaomi Redmi Note 8 is a standard MIUI application that automatically downloads and updates background images for the lock screen. For many users, this feature becomes a source of irritation: it consumes traffic, takes up space in memory and slows down the system.
In this article, we will discuss three official ways to disable the wallpaper gallery, from simply hiding the icon to completely removing the system application (including methods for users without root rights). You will also learn how to block the automatic download of new wallpaper and what alternative solutions will help avoid re-activation of the function after the MIUI update. All instructions are tested on the Redmi Note 8 with MIUI 12-14 firmware and adapted for beginners.
Why does the wallpaper gallery interfere with the work of the smartphone?
At first glance, the pre-installed wallpaper gallery seems like a harmless feature, but in practice, it poses some serious problems:
- π Traffic consumption: the app downloads new wallpaper in the background, which is critical for users with a limited Internet package.
- π’ System Slowdown: com.miui.gallery periodically loads the CPU by 10-15%, which is noticeable against the background of other tasks.
- ποΈ Occupied space: cache gallery can take up to 500 MB in a folder /data/data/com.miui.gallery, Even if you are not using the function.
- π Automatic updates: after resetting settings or updates MIUI Wallpaper gallery restored without requesting confirmation.
In addition, the app does not have an explicit delete button in the Settings β Apps menu, which forces users to look for workarounds. On the Redmi Note 8 with MIUI firmware, the wallpaper gallery 14 is integrated into the system process miui.home, so its complete removal without root rights is fraught with launcher failures.
Method 1: Turning off automatic wallpaper loading (without root)
The easiest method is to block the background activity of the gallery through the MIUI settings. This will not remove the application, but will stop downloading new wallpaper and free up some resources.
- Open Settings β Applications β Application Management.
- In the search box, type in the Wallpaper Gallery (or Wallpaper Carousel in English).
- Select the application and go to the Battery section.
- Activate the option "Limit background activity".
- Return to the main menu of the application and click Storage β Clear cache.
To completely disable the updates:
- Go to Settings β Connections and Sharing β Data Use.
- Find the Wallpaper Gallery in the list and ban the use of mobile data and Wi-Fi.
Clear the app cache |Limit background activity |Block internet access |Reboot smartphone-->
This is a non-super-user option, and it's reversible: you can allow the wallpaper to load again if you need it, but after the MIUI update, the settings can reset, and you'll have to configuring again.
β οΈ Note: If after disconnecting the Internet for the wallpaper gallery all previously downloaded background images disappeared, restore them through Settings β Wallpaper. β Local wallpaper. System wallpaper. MIUI remain available.
Method 2: Hiding the wallpaper gallery icon from the main screen
If you're annoyed by the app icon itself, but the functionality of the gallery isn't critical, you can just hide it from view. It doesn't affect performance, but it makes the interface cleaner.
Instructions for the standard MIUI launcher:
- Press and hold your finger on the wallpaper gallery icon on the home screen.
- In the menu that appears, select Remove (basket icon).
- Confirm the action β the application will disappear from the screen, but will remain in the menu of all applications.
To completely hide the app from the menu:
- Open Settings β Applications β Application Management.
- Find the Wallpaper Gallery, click on it and select Hide the app.
| Action. | The result | Reversibility |
|---|---|---|
| Removal of the icon from the screen | The icon disappears, the app stays on the menu. | Yes (can be returned via app widget) |
| Hiding the application in the settings | The icon disappears from the menu and search | Yes (via Settings β Apps β Show hidden) |
| Limitation of background activity | The new wallpaper is being downloaded. | Yes (can be cancelled in battery settings) |
Hiding the icon doesnβt turn off the gallery itself, it will continue to work in the background. Use Method 1 or Method 3 to stop completely.
π‘
If you want to return the icon after hiding it, open Settings β Apps β Show hidden apps and uncheck the Wallpaper Gallery.
Method 3: Complete removal of wallpaper gallery (ADB required)
For users willing to take drastic measures, there is a way to completely remove the wallpaper gallery using ADB (Android Debug Bridge), a method that does not require root rights, but involves connecting the smartphone to a computer.
Pre-launch warnings:
- π¨ Removal of system application may lead to unstable operation of launcher MIUI.
- π After updating MIUI gallery can regenerate.
- π» You will need a computer with installed Xiaomi drivers and tools ADB.
Step-by-step:
- Enable USB debugging on your smartphone: Settings β About Phone β MIUI version (click 7 times to activate Developer Mode), then go back to Settings β Additional β Developers β Debugging on USB.
- Connect the Redmi Note 8 to your computer and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devicesMake sure your device appears in the list. Then follow the command to delete the gallery:
adb shell pm uninstall --user 0 com.miui.galleryIf the command is successful, you will see the message Success.Reboot the smartphone - the icon of the wallpaper gallery disappears, and the background processes stop.
β οΈ Note: Some Redmi Note 8 firmware (e.g, MIUI 13.0.4) The wallpaper gallery is integrated into the system package miui.home, in which case its removal will lead to the crash of the launcher. MIUI In Settings β About the phone and create a backup of data.
What to do if the launcher is missing after removal?
Alternative solutions: how to replace the wallpaper gallery?
If you have removed or disabled the standard gallery but want to keep the ability to change wallpaper easily, consider these alternatives:
- π¨ Google Wallpaper: Google's official app with minimalist backgrounds and automatic schedule change, does not load the system or download content without permission.
- πΌοΈ WallpapersCraft: application with a database of wallpapers in high resolution (including options for 1080Γ2340 β native resolution of Redmi Note 8).
- π Muzei: A utility for automatic wallpaper change from open sources (e.g. National Geographic or NASA). Supports blur for the lock screen.
- π± Zedge: A popular app with wallpaper and ringtones, but requires manual adjustment of background activity restrictions.
For the installation of an alternative gallery:
- Download. APK-file of the selected application (for example, from the APKMirror site).
- Allow installation from unknown sources: Settings β Applications β Special Permissions β Installation of unknown applications.
- Install APK and assign a new default wallpaper app to Settings β Wallpaper.
Third-party galleries have the advantage of not integrating with MIUI system processes, which eliminates conflicts after updates. However, remember that some applications (such as Zedge) can download content in the background themselves - set restrictions for them similar to Method 1.
π‘
Using alternative wallpaper galleries (e.g. Google Wallpaper) avoids performance issues, as they are not integrated into MIUI system processes and do not start automatically when you boot your smartphone.
How to prevent the gallery from reappearing after the update?
One of the most frustrating features of the Redmi Note 8 wallpaper gallery is its ability to recover from a MIUI update.
- Turn off automatic update check: Settings β About Phone β System Update β Three Points (menu) β Settings β Auto Update (off).
- Remove the update service cache: Settings β Applications β Application Management β System Update β Storage β Clear the cache.
- Block gallery domains via hosts file (requires root or ADB): adb shell su -c "echo '127.0.0.1 wallpaper.mi.com' >> /system/etc/hosts" This will prevent the smartphone from accessing wallpaper download servers.
If the gallery is still restored after the update, repeat the steps from Method 1 or Method 3. For root-right users, there is a radical solution - freezing the system package using Titanium Backup or Lucky Patcher:
- Install one of the applications for system package management.
- Find com.miui.gallery in the list and select the Freeze option.
- Reboot your smartphone.
Freezing the application pauses, but saves its files on the device, which is safer than completely removing it, since it eliminates the risk of damage to the launcher.
Frequent Mistakes and How to Avoid Them
When you turn off the wallpaper gallery, users often face typical problems, and here's how to prevent them:
| Mistake. | Reason. | Decision |
|---|---|---|
| After removal through ADB, the launcher disappeared | Gallery integrated into miui.home | Restore the launcher with adb shell cmd package install-existing com.miui.home |
| Wallpaper dropped on the standard | Wallpaper cache cleared | Manually install wallpaper through Settings β Wallpaper β Local |
| Gallery reappears after update | MIUI has restored the system application | Repeat disabling via ADB or block domains in the hosts file |
| The adb uninstall team is not working | No debugging rights or drivers | Check USB Connection and Repeat Adb Devices |
If you're not sure what you're doing, start with Method 1 (restricting background activity) -- it's the safest and most reversible. ADB Use a data backup or test device.
π‘
Before any manipulation of system applications, back up through Settings β Additional β Backup and Reset β Local Backup. This will restore the smartphone to work in case of an error.