How to permanently remove the wallpaper carousel from the lock screen Xiaomi: from simple ways to hidden settings

The wallpaper carousel icon on Xiaomiโ€™s lock screen is one of the most annoying features of MIUI firmware, which the manufacturer stubbornly refuses to turn off via the standard menu. This element not only takes up space on the display, but also accidentally activates when swipes, preventing quick access to notifications or the camera. Worse, on some models (Redmi Note 10 Pro, POCO F3), the carousel can change wallpapers arbitrarily, consuming traffic and battery power.

In this article, we will look at all the current ways to remove the icon, from official (for the latest versions of MIUI 14) to hidden methods using ADB and editing system files. Importantly, some solutions require unlocking the bootloader or superuser rights, so before you start, assess the risks. For most users, the first three methods are enough โ€“ they work without root and do not violate the warranty.

The reason lies in the monetization of the MIUI firmware. Wallpaper Carousel is part of the Xiaomi ecosystem, which:

  • ๐Ÿ“ฑ Uploads advertising wallpapers from the companyโ€™s servers (even if you donโ€™t install them).
  • ๐Ÿ”„ Automatically updates content by consuming mobile traffic in the background.
  • ๐ŸŽจ Collects data about user preferences (anonymously, according to the privacy policy).

In MIUI versions 12-13, the icon could be hidden through Settings โ†’ Lock screen, but in MIUI 14, this item disappeared. The manufacturer motivates this by โ€œimproving the user experienceโ€, although in practice most Xiaomi owners consider the carousel useless. According to a survey on the Mi Community forum, 87% of users want to turn it off.

๐Ÿ“Š How do you feel about the wallpaper carousel on Xiaomi?
Useful function
Indifferently
Irritating, but tolerant.
I want to remove it at any cost.

Another reason is firmware fragmentation, where on China ROM devices, the carousel is shut down in two clicks, whereas on Global/EEA ROMs, the option is hidden, due to different regional advertising agreements.

Method 1: Disable via hidden theme menu (without root)

This method works on MIUI 12-14 and does not require superuser rights, but the point is that the carousel icon is tied to the com.miui.miwallpaper system application, and it can be deactivated through the theme menu.

  1. Open Settings โ†’ Theme (or Themes in English firmware).
  2. Slip the profile icon in the upper right corner (or click). โ‹ฎ โ†’ My subjects).
  3. Select theme settings โ†’ General settings.
  4. Scroll down and find the wallpaper carousel. Turn off the slider.
  5. Restart the device โ€“ the icon should disappear.

โ˜‘๏ธ Preparation before the carousel is turned off

Done: 0 / 4

If you don't have a point: some firmware (POCO Launcher, HyperOS) may have different paths.

Settings โ†’ Additional โ†’ Special features โ†’ Simplified mode โ†’ Theme settings

โš ๏ธ Note: On HyperOS devices (e.g. Xiaomi) 13T) This method may work temporarily, and when you update the system, the icon will come back, so you can move to method 3 or 4.

Method 2: Remove via ADB (without root but with PC)

If there is no hidden menu, Android Debug Bridge (ADB), a debugging tool that allows you to disable system applications without superuser rights, works on all versions of MIUI, but requires a computer.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฑ Included debugging by USB smartphone.
  • ๐Ÿ› ๏ธ Utility. ADB Tools by Google.

Step-by-step:

  1. Activate debugging via USB: Settings โ†’ About Phone โ†’ MIUI Version (Tap 7 times) Settings โ†’ Additional โ†’ For Developers โ†’ Debugging by USB
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Open the command prompt (or Terminal on macOS/Linux) in the adb.exe folder.
  4. Enter the command to check the connection: Adb devices should appear the name of your device.
  5. Run the command to turn off the carousel: adb shell pm hide com.miui.miwallpaper If it didn't work, try: adb shell pm uninstall -k --user 0 com.miui.miwallpaper
  6. Reboot your smartphone.

โš ๏ธ Attention: On some firmware (MIUI 14 for POCO F5) After the system update, the com.miui.miwallpaper app will recover. To avoid this, create a task in Automation (the Tools app from Xiaomi) to automatically execute. ADB-team after reboot.

๐Ÿ’ก

If ADB does not recognize the device, try reinstalling the drivers through the official Xiaomi package.

Method 3: Editing system files (requires root)

For advanced users who are ready to get root rights, there is a radical method - deleting the system files responsible for the carousel, which will permanently delete the function, but can disrupt other components of MIUI (for example, the standard application "Themes").

Tools required:

  • ๐Ÿ”ง Root access (for example, via Magisk).
  • ๐Ÿ“ File Manager with Root Explorer (Root Explorer, FX File Explorer).
  • ๐Ÿ“ Backup of the system (required!).

Instructions:

  1. Open the root guide and follow the path: /system/priv-app/MiuiWallpaperCarousel
  2. Remove or rename the folder (for example, in the MiuiWallpaperCarousel_bak).
  3. Go to /system/app/WallpaperCarousel and do the same.
  4. Clear the cache and data of the com.miui.miwallpaper application in the settings.
  5. Reset the device.
Xiaomi modelThe path to the carousel filesRisk of disruption of work
Redmi Note 10/11/system/priv-app/MiuiWallpaperCarouselLow (carousel only)
POCO F3/GT/system/app/WallpaperCarousel + /vendor/overlayMedium (can break themes)
Xiaomi 12/13/product/priv-app/MiuiWallpaperTall (requires Magisk)

โš ๏ธ Note: On devices with Dynamic Partition (e.g. Xiaomi) 12S Ultra) deleting system files can lead to bootloop (cyclical reboot).Before experimenting, check if your model supports Fastboot recovery.

Method 4: Using third-party launchers

If you don't want to dig through system files, you can simply replace the standard launcher with an alternative one. Most third-party shells (like Nova Launcher or Lawnchair) allow you to customize the lock screen, including removing unnecessary items.

How it works:

  • ๐Ÿ“ฑ Install a launcher from Google Play (for example, Nova Launcher).
  • ๐Ÿ”ง In the launcher settings, find the Lock Screen or Lock Screen section.
  • ๐Ÿšซ Turn off the option โ€œShow system widgetsโ€ or โ€œWallpaper Carousel".
  • ๐Ÿ”„ Reset the device.

๐Ÿ’ก Pros of the method:

  • โœ… Does not require rooting or ADB.
  • โœ… It works on all versions. MIUI.
  • โœ… Further improves performance (third-party launchers are lighter than standard).

๐Ÿ’ฅ Cons:

  • โŒ Certain functions MIUI (Super Wallpapers may not work.
  • โŒ Nana POCO-The devices may conflict with the company launcher.
Which launchers are best at hiding a carousel?
According to the tests on Xiaomi 11T Pro and Redmi. K50, Best results were: Nova Launcher (Hide Notification Dots setting also removes the icon) Lawnchair 12 (built-in Disable option) MIUI Features"). - Hyperion Launcher (specially optimized for Xiaomi).Not recommended: Microsoft Launcher and APEX Launcher โ€“ They donโ€™t block system widgets MIUI.

Method 5: Resetting launcher settings (last resort)

If nothing works, you can try resetting the launcher to factory settings, which will remove all custom wallpaper and widgets, but often removes the carousel.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the Launcher app (or Launcher, POCO Launcher).
  3. Slip the Warehouse โ†’ Clear the data and Clear the cache.
  4. Reset the device.

โš ๏ธ Note: On some devices (Redmi) 9A, POCO M3) This method results in the wallpaper being reset to standard and the folders being deleted on the home screen.

If the carousel returned after resetting, try setting the wallpaper manually through the Gallery โ†’ Set as โ†’ Lock Wallpaper. Sometimes this interrupts the automatic MIUI settings.

MIUI updates often restore remote system applications, to avoid this:

  1. Turn off automatic update: Settings โ†’ The phone. โ†’ Updating the system โ†’ โ‹ฎ โ†’ Settings โ†’ Deactivate "Car Update"
  2. Use Magisk modules: Install MIUI Blocker or Disable Flag Secure module via Magisk Manager.
  3. Freeze the app: With Titanium Backup or App Quarantine, freeze com.miui.miwallpaper.
  4. Go to custom firmware: For example, Pixel Experience or LineageOS โ€“ they do not have a wallpaper carousel.

๐Ÿ’ก

If youโ€™re using HyperOS (the new firmware for Xiaomi 13/14), the standard methods may not work, and the only reliable way to do that is to roll back to MIUI 14 or install a custom recavator (TWRP).

Can I remove the carousel without a computer?
Yes, try Method 1 (hidden theme menu) or Method 4 (third-party launcher). If it doesn't work, you can't do without ADB or root.
Why did all the wallpaper disappear after the carousel was removed?
When you remove the system application com.miui.miwallpaper, custom wallpaper may reset. Restore it through Settings โ†’ Theme โ†’ My wallpaper or download it again.
Will the ADB method work on POCO?
Yeah, but on POCO-If the adb shell pm hide com.miui.miwallpaper doesn't work, try: adb shell pm uninstall -k --user 0 com.miui.miwallpaper
Can I return the carousel after removal?
If you've used ADB-The pm hide command can be returned as follows: adb shell pm unhide com.miui.miwallpaper If you deleted files through root - you will need to flash the system.
Why is there no option to turn off the carousel on Xiaomi 13T?
On HyperOS devices (e.g. Xiaomi 13T, 14 Pro), the carousel is integrated deeper into the system.Try Method 3 (root) or wait for an update where the shutdown option may appear.