Why is the Redmi 6 wallpaper carousel annoying and can it be removed?
The wallpaper carousel on Xiaomi Redmi 6 is one of the most controversial features of the MIUI shell. On the one hand, it offers quick access to changing background images, but on the other, it takes up precious space on the home screen, slows down the system and often loads unnecessary wallpaper from the Internet. Many smartphone owners find that this feature not only interferes with, but also consumes traffic in the background, even if you do not use it.
In this article, weβll break down three proven ways to completely remove or at least hide the wallpaper carousel on Redmi 6 β from standard settings to advanced ADB methods. Itβs important to understand that some methods may require a factory rollback or an alternative launcher, so read the warnings carefully before you act. If youβre ready to get rid of the annoying carousel once and for all, get started!
Method 1: Disable the carousel via MIUI settings (without root)
The easiest and safest method is to try to disable the carousel through the built-in settings. Unfortunately, in some versions of MIUI for Redmi 6, this option is hidden, but it can be activated through developer mode or special combinations.
Here's the step-by-step instruction:
- π± Open the Settings. β About the phone and 7 times click on the version MIUI, activate the developer mode.
- π§ Back to Settings β Additionally. β For developers and enable the debugging option USB.
- πΌοΈ Click the empty space on the home screen, select Screen Settings and try to find the Wallpaper Carousel item (in some firmware it is called Mini-programs).
- β If there is no item, go to Settings β Annexes β Application management β Wallpaper carousel and press Disconnect.
βοΈ Preparation for the carousel shutdown
If this doesn't work, don't worry. In Redmi 6, with firmware older than MIUI, the 10th carousel is often built into the system launcher, and it can't be turned off by standard methods, so move on to the next one.
π‘
If the carousel still appears after turning off, try clearing the cache of the MIUI Launcher app in the application settings.
Method 2: Install a third-party launcher (without root)
If the system settings didn't work, the most reliable way to get rid of the carousel is to install an alternative launcher, which won't remove the carousel from the system, but will hide it from your eyes.
- π Nova Launcher is lightweight, fast and minimalist, supports gestures and icon customization.
- β‘ Lawnchair is an open source launcher that mimics Googleβs Pixel Launcher.
- π¨ Microsoft Launcher β if you need Windows integration and cloud features.
- π POCO Launcher β optimized launcher from Xiaomi, but without a wallpaper carousel.
How to install and configure:
- Download the selected launcher from Google Play (for example, Nova Launcher).
- After installation, click the Home button and select the new launcher as the main one.
- In the launcher settings, disable all widgets and mini programs associated with wallpaper.
- If necessary, hide the MIUI system icons through the launcher settings.
| Launcher | Pluses | Cons | Is it good for Redmi 6? |
|---|---|---|---|
| Nova Launcher | High performance, flexible setup | Paid functions in the Prime version | β Yes. |
| Lawnchair | Free, open source code, gesture support | Less to do with the design | β Yes. |
| POCO Launcher | Optimized for Xiaomi, no advertising | Less flexible than Nova | β Yes. |
| Microsoft Launcher | Integration with PC, cloud backup | Requires a Microsoft account | β οΈ Possible lags |
Important: Installing a third-party launcher doesn't remove the carousel from the system, it only hides it. When you return to the standard MIUI Launcher, it will reappear.
Method 3: Remove the carousel via ADB (for advanced users)
If you're willing to take drastic measures, you can completely disable the wallpaper carousel via ADB (Android Debug Bridge), a method that doesn't require root rights, but requires connecting the phone to a computer and basic command line knowledge.
Warning: Incorrect ADB commands can disrupt the system. If you have never used this utility, you should skip this section or seek help from a specialist.
What is ADB and why is it needed?
Step-by-step:
- Download and install ADB Tools on your computer (e.g. Googleβs Platform Tools).
- Connect Redmi 6 to your PC via USB, select File Transfer mode and confirm debugging on your phone.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Run the command to disable the wallpaper carousel: adb shell pm hide com.miui.miwallpaper If the command doesn't work, try: adb shell pm disable-user --user 0 com.miui.miwallpaper
- Reboot the phone.
β οΈ Note: Some Redmi 6 firmwares have a wallpaper carousel built into the com.miui.home system app (MIUI Launcher. It's going to crash the desktop, and then you can only restore the phone to work by resetting the settings!
If after completing the commands, the carousel disappeared, but there were errors in the launcherβs work, return everything back to the team:
adb shell pm enable com.miui.miwallpaperπ‘
The ADB method is the most effective, but also the most risky, and only use it if you are confident in your actions or ready to reset your settings.
What if nothing works? Alternative solutions
If none of the above methods worked, there are still a few options:
- π Update or roll back firmware. Sometimes the wallpaper carousel appears after the update. MIUI. Try to revert to an older version via Fastboot or Recovery.
- π¦ Install custom firmware. Firmware like LineageOS or Pixel Experience completely removes all of Xiaomi's imposed features, including the carousel. But that would require unlocking the bootloader and could take away warranty.
- π οΈ Manual removal through TWRP. If you have custom recovery installed, you can manually remove it. APK-carousel (MiWallpaper.apk) folder /system/priv-app/.
- π΅ Turn off the Internet for the application. Go to Settings β Annexes β Wallpaper carousel β Mobile data and Wi-Fi and shut down the network, which won't take away the carousel, but it will stop the new wallpaper from loading.
If you decide to install custom firmware, consider:
- π Unlocking the bootloader erases all data from the phone.
- π Some firmware may impair autonomy or stability.
- π± After installing custom firmware OTA-Updates will stop working.
β οΈ Note: Removing system applications through TWRP or root can lead to bootloop. Always backup through TWRP β Backup before changes!
How to return the wallpaper carousel if you suddenly need it?
If after all the manipulations you changed your mind and wanted to return the carousel, you can do this in several ways:
- Through App Settings: Go to Settings β Apps β App Management. Find Wallpaper Carousel or Mi Wallpaper Carousel. Click On (if previously disabled).
Through ADB
adb shell pm enable com.miui.miwallpaperThrough resetting launcher settings
- Open the Settings β Applications β MIUI Launcher
- Press Warehouse. β Clear the data.
- Reboot the phone.
If the carousel was removed via TWRP or custom firmware, it can only be returned by flashing the original MIUI through Fastboot.