The wallpaper carousel feature on the Xiaomi Redmi Note 8T is one of the most controversial features of the MIUI shell. On the one hand, it offers automatic background changes, but on the other hand, many users find it intrusive, resource consuming and interfering with personalization of the device. If you are tired of constant wallpaper updates or want to regain control of the appearance of the desktop, this guide will help you completely disable or remove the carousel without root rights.
In this article, weβll look at 5 proven methods β from simple settings MIUI Advanced solutions with the use of ADB-We'll focus on the nuances of different firmware versions (MIUI 11, 12, 13, 14), and the risks that can arise from deep interference with the system!
1. disable the carousel through standard MIUI settings
The safest and most obvious way to do this is to take advantage of the built-in MIUI options. Unfortunately, in some firmware versions, Xiaomi hides this feature, but you can find it if you know where to look.
Go to Settings β Wallpaper β Wallpaper carousel. Here you will see the Autoshift slider β turn it off. If this item is not available, try an alternative path:
- π± Long press on the desktop β Β«WallpaperΒ» β Β«Settingsβ (cog icon) β Β«Wallpaper carouselΒ».
- π If you donβt have an option, update the Themes app via Google Play β sometimes it returns hidden settings.
- π Reboot your phone after shutting down β this will help fix the changes.
On MIUI 12.5+, the path may be different: Settings β Display β Wallpaper β Additional β Carousel. If the wallpaper changes after the shutdown, then the function is managed at the system application level com.miui.miservice - more radical measures will be required.
π‘
If the settings do not include the item βCarouselβ, try to change the theme to a standard one (for example, βWithout framesβ) β sometimes this resets the imposed wallpaper.
2. Removal of the carousel through ADB (no root rights)
If the standard settings did not help, you can block the work of the carousel using the help of ADB-This method does not require superuser rights, but it will require the phone to be connected to a computer.
First, turn on the USB debugging:
- Go to Settings β About Phone β MIUI version and press 7 times to activate Developer Mode.
- Return to Settings β Additional β For developers and enable USB debugging.
Now connect the Redmi Note 8T to your PC, open the terminal (or Command Prompt) and type in:
adb shell pm disable-user --user 0 com.miui.miservice
adb shell pm hide com.miui.miserviceThese commands disable the system app that's responsible for the carousel, and once you reboot, the wallpaper will stop changing automatically.
adb shell pm enable com.miui.miserviceWhat if the ADB does not recognize the device?
3. Use of third-party launchers
If you donβt want to interfere with system files, the alternative is to install a side launcher (like Nova Launcher, Lawnchair or Hyperion) that completely replaces the standard MIUI interface and ignores the wallpaper.
Instructions:
- Download the launcher from Google Play (we recommend Nova Launcher for the flexibility of settings).
- When you first start, select it as the default launcher.
- Go to the launcher settings and in the Desktop section, turn off the Wallpaper Scrolling option (if any).
- Set static wallpaper through the launcher menu.
Advantages of this method:
- π‘οΈ Safe β does not affect system files.
- π¨ Flexibility β you can customize animations, gestures, hide unnecessary elements.
- π Backward compatibility β you can always go back to the standard launcher.
Disadvantage: Some MIUI features (e.g. Double-Tap lock) may not work properly.
4. Disable wallpaper updates through "Themes"
The wallpaper carousel on the Xiaomi Redmi Note 8T is often controlled through the Themes app. Even if you disabled the autospotter in the settings, the app itself can download new wallpaper in the background. To stop this:
- Open the themes and go to the Profile β Settings.
- Turn off the options: π Automatic update of topics π₯ Loading wallpaper over Wi-Fi π Notifications on new topics
Settings β Applications β Topics β Memory β Clear the cache
If the Topic application is not used, it can be disabled completely:
- Go to Settings β Applications β Application Management.
- Find themes, click Disable (do not delete!).
Disabled driver in wallpaper settings|Blocked updates in the app βThemesΒ»|The cache of the βThemesβ app has been clearedΒ»|Rebooted phone-->
5. Radical methods: removal of system APKs (requires root)
If none of the above methods work, you have to delete the system files responsible for the carousel, which requires a super-user's rights and can cause the phone to malfunction. Use it at your own risk!
Required files for deletion:
| Name APK | Way | Function |
|---|---|---|
| MiService.apk | /system/priv-app/MiService | The main module of the carousel |
| MiuiDaemon.apk | /system/app/MiuiDaemon | MIUI background processes |
| WallpaperCarousel.apk | /system/priv-app/WallpaperCarousel | The carousel itself. |
For removal:
- Get root access (for example, through Magisk).
- Use a root-enabled file manager (such as Root Explorer).
- Follow the paths and remove them. APK-files (pre-return backup!).
- Reset the device.
β οΈ Note: Deleting system files may disrupt other functions MIUI, Weather widgets or quick setups. Create a full backup before experimenting. TWRP.
π‘
Removing system APKs is a last resort, and 90% of the time, it is enough to disable the com.miui.miservice application via ADB or use a third-party launcher.
Alternative solutions: concealing the carousel without removal
If you donβt want to risk the stability of the system, but the carousel is still annoying, you can go for a trick:
- πΌοΈ Set up monochromatic wallpaper through Settings β Wallpaper. β My wallpaper. β The carousel will work, but there will be no visual changes.
- π Replace the wallpaper folder: Connect your phone to your PC. Go to /storage/emulated/0/MIUI/wallpaper/. Delete all files and add your static background (call it wallpaper.jpg).
- π Block the Internet for βTemsβ: Go to Settings β Annexes β Topics β Mobile data. Turn off background and Wi-Fi.
These methods do not physically remove the carousel, but make it invisible in everyday use.