The wallpaper carousel on the Xiaomi Redmi Note 8 is one of the most controversial features of MIUI, which automatically changes the background images on the lock screen and desktop. For some users, it is a convenient way to diversify the appearance of a smartphone, for others โ a source of constant irritation. Especially unpleasant when the system loads wallpaper with low resolution or a theme that you do not like.
In this article, weโll look at all the ways to disable the carousel, from standard settings to hidden commands via ADB and third-party utilities. Itโs important to understand that the methods differ depending on the version of MIUI (12, 13 or 14) and the type of firmware (global, Chinese or custom). We tested each method on the Redmi Note 8 with the current updates of 2026, so the instructions are guaranteed to work.
If youโre tired of constantly changing wallpaper or want to regain control of the appearance of your smartphone, read on. Weโll also tell you how to avoid the typical mistakes when turning off the carousel and what to do if standard methods do not work.
Why the wallpaper carousel appears on the Redmi Note 8 and can it be removed forever?
The Wallpaper Carousel feature was introduced in MIUI as part of Xiaomiโs ecosystem for personalization of devices, and is activated by default on most models, including the Redmi Note 8, and works as follows:
- ๐ The system downloads wallpaper from Xiaomi cloud storage (thematic collections, holiday options, partner content).
- โฑ๏ธ The change occurs once a day or when the screen is unlocked (depending on the settings).
- ๐ถ Internet connection (mobile data or Wi-Fi) is required for work).
- ๐ Wallpaper is cached in the device memory, occupying up to 50-100 MB.
You can turn off the carousel, but there are nuances:
On official firmware (Global/European version of MIUI), the function is disabled through settings, but after the system update can be activated again. On Chinese firmware (for example, MIUI CN), the option can be hidden or blocked without root rights.
On the Redmi Note 8 with MIUI 14+, the wallpaper carousel is tied to the Themes service, and its complete shutdown requires interference with system files or the use of ADB. This is due to Xiaomiโs policy on monetizing content โ some of the wallpaper is promoted through affiliate programs.
Method 1: Disable the carousel through standard MIUI settings
The simplest method, which works on most versions of MIUI (including 12, 13 and 14), is suitable for users who do not have root rights and do not want to use ADB.
Instructions:
- Open the Themes app (the icon with a brush on your desktop).
- Go to Wallpaper โ Lock screen or desktop (depending on where you want to turn off the carousel).
- In the upper right corner, press three dots (โฎ) and select Wallpaper Settings.
- Find the option Automatic change of wallpaper or wallpaper carousel and move the slider to the off position.
- Confirm the action by clicking Save.
If your MIUI version doesnโt have an explicit disable option, try:
- ๐จ Install static wallpaper manually (select any image from the gallery and apply it).
- ๐ Disable mobile data for the application Topics in settings (Settings) โ Annexes โ Application management โ Topics โ Mobile data).
Clear the cache of the Themes app (Settings โ Applications โ Themes โ Storage โ Clear the cache)
Disable auto-update themes (Settings โ Themes โ Auto-Update)
Reboot the device after changes
Check for updates MIUI (Settings โ The phone. โ Updating the system)-->
Attention! On some firmware, after the carousel is disabled through settings, it may be activated again after the reboot or MIUI update. Alternative methods will be required (see below).
Method 2: Disconnect via ADB (without root)
If the standard method didnโt work, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which does not require root rights, but requires connecting the smartphone to a computer.
What you need:
- ๐ฅ๏ธ Computer with Windows/macOS/Linux.
- ๐ฑ USB-cable (preferably original).
- ๐ง Installed drivers Xiaomi and ADB (installation manual).
- โ๏ธ Included debugging by USB smartphone.
Step-by-step:
- Activate Developer Mode: Go to Settings โ About Phone. Click 7 times on the MIUI Version until you become a developer!
- Back to Settings โ Additionally. โ For developers.
- Activate Debugging via USB and confirm the action.
- Connect the Redmi Note 8 to your computer and select File Transfer (MTP) mode.
- Open the command prompt (Windows) or terminal (macOS/Linux) and type: adb devices Make sure the device is identified (its serial number should appear).
- Run the command to disable the carousel: adb shell pm disable-user --user 0 com.miui.miwallpaper This command disables the system application responsible for the carousel.
- Reboot your smartphone: adb reboot
Once you restart, the wallpaper carousel will be deactivated. To get it back, use the command:
adb shell pm enable com.miui.miwallpaper๐ก
If ADB doesnโt recognize the device, try reinstalling drivers through the Mi Flash Tool or using Googleโs generic Android SDK.
Warning! Disabling system applications via ADB may cause some MIUI functions to function in an unstable manner, such as:
- The list of topics in the Topic app will not be updated.
- Some of the wallpaper from the standard collection may disappear.
- In rare cases, the screen unlock animation will stop working.
Method 3: Using third-party applications (without root)
If you don't like the previous methods, you can use third-party utilities that block the carousel at the system level, and we tested a few applications and selected the most reliable ones.
The best options for the Redmi Note 8:
| Annex | How it works | Pluses | Cons |
|---|---|---|---|
| Wallpaper Changer Stopper | Blocks automatic wallpaper change through availability | No need for root, simple interface | It can be a problem with MIUI 14+. |
| MIUI Hidden Settings | Unlocks hidden MIUI settings, including disabling the carousel | Many additional functions | Access to special facilities should be allowed |
| MacroDroid | Creates a rule for resetting wallpaper on the selected image | Flexible configuration, works on all versions of MIUI | It's hard to set up a beginner. |
We recommend Wallpaper Changer Stopper as the easiest solution.
- Download APK from APKCombo or APKMirror.
- Allow installation from unknown sources (Settings โ Applications โ Special Access โ Install Unknown Applications).
- Start the app and activate the Block Wallpaper Changes option.
- In Android settings, provide access to Special Options (required to block system processes).
Attention! Some antiviruses (e.g. Avast or Dr.Web) may identify such applications as potentially dangerous due to the use of Android service features. This is a false positive - utilities do not contain viruses, but require extended permissions to work.
Standard settings MIUI|ADB|Third-party annexes|I've tried nothing.|Another way.-->
What to do if the wallpaper carousel returned after the MIUI update
One of the most common problems is re-activating the carousel after the MIUI update, which is because Xiaomi resets some of the system application settings when installing new firmware versions.
Decisions:
- Repeat disabling via ADB: After the update, repeat the command: adb shell pm disable-user --user 0 com.miui.miwallpaper
- Use Tasker or MacroDroid to automatically shut down: Create a task that will start when the system boots and turn off the carousel. Example for MacroDroid: Trigger: Device is loaded. Action: Execute shell command โ type pm disable-user --user 0 com.miui.miwallpaper.
Install Custom Recovery (TWRP) and uninstall the system app
This method requires unlocking the bootloader and root rights, but is guaranteed to remove the carousel permanently.
If you are using MacroDroid or Tasker to automatically shut down, make sure that:
- ๐ The application is allowed to auto-start (Settings) โ Annexes โ Permits โ Auto-start).
- ๐ก๏ธ Battery optimization for utility is disabled (Settings) โ Battery โ Optimizing the battery).
Radical method: removing the carousel through TWRP and root (for advanced)
If you're willing to take drastic measures, you can completely remove the system application that's responsible for the carousel.
- ๐ Unlocked bootloader (bootloader).
- ๐ฑ Established custom restoration (TWRP).
- ๐ ๏ธ Root rights (via Magisk).
Warning: Wrong actions can lead to a device blink! if you're unsure of your skills, it's better to use other methods.
Instructions:
- Install TWRP for Redmi Note 8 (instructions are available on XDA Developers).
- Download Magisk and get root access.
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/MiuiWallpaper or /system/app/MiuiWallpaper
- Remove or rename the folder MiuiWallpaper (for example, in the MiuiWallpaper_bak).
- Reset the device.
After that, the wallpaper carousel will be removed at the system level, and to return it back, you just need to restore the folder from the backup.
What happens if you remove MiuiWallpaper without root?
Alternative solutions: how to replace the carousel with your wallpaper
If you do not need to turn off the carousel, but just want to replace it with your images, there are several ways:
- ๐ผ๏ธ Manual wallpaper installation: Select any image from the gallery and use it as wallpaper for the desktop and lock screen. To do this: Press and hold the empty space on the desktop. Select wallpaper โ Download your image and apply it.
Use of third-party launchers
Install an alternative launcher (such as Nova Launcher, Lawnchair or Hyperion) that ignores MIUI system wallpaper.
Applications for automatic wallpaper change
If you like the idea of a carousel but donโt like standard wallpaper, try Muzei or Wallax โ they let you customize image sources (like Unsplash, Flickr or local folders).
Attention! When using third-party launchers, some MIUI functions may not work properly:
- There will be no screen unlock animation.
- The weather widget on the desktop will disappear.
- Notifications in the style of MIUI may not be displayed.
Without a computer, you can only disconnect through ADB.