The wallpaper carousel on the lock screen in MIUI 9 is one of the most annoying features for many Xiaomi users. Instead of a static image, the system constantly loads new images, eating traffic, battery power and creating visual chaos. This is especially worrying for smartphone owners with a limited Internet package or a weak battery. Unfortunately, Xiaomi has not added an obvious button to turn this feature off in the settings, so users have to look for workarounds.
In this article, we will discuss 5 working methods, how to remove the wallpaper carousel on the lock screen MIUI 9, including hidden settings, system file editing (for advanced users) and alternative solutions. 4X, Mi 6, Mi A1 and other firmware devices MIUI 9 Global/China If you are tired of constantly changing background images, read more.
Why does the wallpaper carousel appear on the lock screen?
The Wallpaper Carousel feature was introduced into MIUI 8 as part of the Xiaomi ecosystem, but in MIUI 9 it became more intrusive.
- ๐ Automatic cloud updates: The system loads new wallpapers from Xiaomi servers, even if you didn't consent to it.
- ๐ฑ Sync with Mi Account. If you are logged in to Mi Account, the feature can be activated automatically when you update your firmware.
- ๐ง Hidden default settings. Some regional versions MIUI 9 (e.g. China) ROM) Carousel included "out of the box".
- ๐ก Traffic savings are offline. The system ignores the limitations of mobile internet unless you manually configure it.
Itโs important to understand that the wallpaper carousel is not just a visual element, but a separate system process that runs in the background, consumes up to 5-15 MB of traffic per month (depending on the frequency of updates), and can increase battery consumption by 2-5% per day on weak smartphones. If you notice that the phone has become discharged faster after upgrading to MIUI 9, this feature may be to blame.
โ ๏ธ Note: On some models (e.g. Redmi 5 Plus) after turning off the wallpaper carousel, the user background of the lock may be reset!
Method 1: Disabling the carousel through theme settings (official method)
The easiest and safest way to do this is to use the built-in theme settings. It works on all devices with MIUI 9, but the path to the option may vary slightly depending on the model.
- Open the Themes app (icon with brush).
- Go to Wallpaper (or Wallpapers in English).
- Slip on the tab Lock Screen.
- In the upper right corner, press three dots (โฎ) and select Settings.
- Find the Wallpaper Carousel option and move the slider to the "Off" position.
If this item is not available, then your version of MIUI 9 does not support disabling through the menu, in which case move on to the following methods.
โ๏ธ Check before turning off the carousel
After turning off the carousel, the system may suggest setting a static background. Choose any wallpaper you like from the gallery or standard themes. If the image does not apply, restart the smartphone.
โ ๏ธ Attention: On some firmware (MIUI 9 China Developer) after the carousel is turned off, the ability to install wallpaper from the gallery may be lost.
Method 2: Limiting background data for the "Themes" application
If the wallpaper carousel doesn't turn off through the settings, you can block her access to the Internet, which will stop new images from downloading, but won't delete those that have already been downloaded.
Instructions:
- Go to Settings โ Applications โ Application Management.
- Find the Themes app and tap it.
- Select Data Use (Data Use).
- Activate options: ๐ซ Prohibit background use of data ๐ซ Prohibit the use of mobile data
Auto-start
| Method | Efficiency | Side effects | Need root? |
|---|---|---|---|
| Disconnection in the theme settings | โญโญโญโญโญ | No. | No. |
| Data limitation | โญโญโญโญ | Other elements of the topics are not updated | No. |
| Removal of system APK | โญโญโญโญโญ | Some of the themes' functions may be missing | Yes. |
| Editing by build.prop | โญโญโญ | Risk of "brike" in an error | Yes. |
This method does not remove the carousel completely, but stops the loading of new wallpaper. already downloaded images will remain in the cache, but will not change. To completely remove them, clear the cache of the Themes app in the same menu.
๐ก
If the carousel still works after data restriction, try disabling sync with Mi Account in your account settings, which sometimes helps even without root rights.
Method 3: Remove the system APK carousel (root required)
For advanced users with unlocked bootloaders and root rights, there is a radical method: removing the system file responsible for the carousel, which is guaranteed to remove the feature forever, but requires caution.
Step-by-step:
- Install any file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/WallpaperCarousel
- Delete the WallpaperCarousel folder or rename it to WallpaperCarousel.bak (in case of recovery).
- Reset the device.
โ ๏ธ Note: Deleting system files may cause unstable firmware or update errors.Before the procedure, back up through TWRP Mi Flash!
What if the phone does not boot after removing the APK?
After deleting the file, the wallpaper carousel will disappear forever, but other features related to the theme may also disappear (for example, automatically changing the wallpaper on the home screen).
Method 4: Edit build.prop (for power users)
Another method for root-righted owners is to disable the carousel through the system file build.prop. This is less risky than removing the APK, but requires care.
Instructions:
- Download any build.prop editor (e.g. BuildProp Editor from Play Market).
- Open the file and add the following lines at the end: ro.miui.has_wallpaper_carousel=false persist.sys.wallpaper_carousel.enabled=0
- Save the changes and restart the device.
If the carousel remains after the reboot, check:
- ๐ Correctness of written lines (registrar is important!)
- ๐ Duplicate parameters (remove old ones if any)
- ๐ Rights to write to file (must be rw-r)--r--)
This method works on MIUI 9 Global and China Stable, but may not work on custom firmware (e.g. xiaomi.eu). If you have problems connecting to the network after editing, delete the added lines.
๐ก
Editing build.prop is a reversible process, and if something goes wrong, you can always return the original file from the backup.
Method 5: Use ADB-commands without root)
If you donโt have root rights but have a computer, you can try turning off the carousel through the carousel. ADB-This method does not work on all devices, but does not require unlocking the bootloader.
Instructions:
- Install ADB and Fastboot on PC (instructions are available on XDA Developers).
- Enable USB debugging in the developer settings (Settings โ About Phone โ MIUI version โ tap 7 times, then go back to Additional โ For Developers).
- Connect your phone to your PC and execute commands: adb shell pm disable-user --user 0 com.miui.wallpapercarousel pm uninstall -k --user 0 com.miui.wallpapercarousel
- Reset the device.
If the first command fails, try the alternative:
adb shell settings put global wallpaper_carousel_enabled 0This method does not delete the carousel file, but only disables it for the current user. After resetting settings or updating the firmware, you may need to repeat the procedure.
โ ๏ธ Note: On some devices (Redmi Note 5 Pro) after execution ADB-In this case, you can return everything back by command: adb shell pm enable com.miui.wallpapercarousel
What if none of the methods worked?
If all of these methods fail, your version of MIUI 9 may have unique limitations, leaving you with radical measures:
- ๐ Update firmware. MIUI 10 and later wallpaper carousel is disabled by standard means. Check for updates in Settings โ The phone. โ Updating the system.
- ๐ฑ Install custom firmware. firmware from Xiaomi.eu or LineageOS does not have a wallpaper carousel by default".
- ๐ ๏ธ Reset to factory settings. Sometimes it helps, but it deletes all data. TWRP.
- ๐ซ Use third-party launchers.Install an alternative launcher (like Nova Launcher) and disable the standard launcher MIUI It's not going to take the carousel off the lock, but it's going to make it less visible.
If you decide to switch to custom firmware, consider:
- ๐ Unlocked bootloader is required (the procedure takes up to 360 hours of waiting on the official Xiaomi website).
- ๐ง Possible bugs with camera, sensors or mobile network (depending on the model).
- ๐ก Official updates "over the air" will not be possible to receive.
For Redmi 4X, Mi Max 2 and other popular devices on MIUI 9, there are ready-made patches on the 4PDA or XDA forums that remove the carousel without completely flashing.Look for a theme for your model with keywords to remove the MIUI 9 wallpaper carousel.