How to permanently remove the wallpaper carousel from the lock screen on Xiaomi Redmi 10: 5 working ways

The wallpaper carousel icon on the Xiaomi Redmi 10 lock screen is one of the most annoying features of MIUI firmware, which the manufacturer stubbornly refuses to remove in new versions. This element not only takes up space on the display, but also accidentally activates when trying to unlock the phone, opening an unnecessary wallpaper menu. The problem is compounded by the fact that standard MIUI settings do not always allow it to be disabled in a classic way - especially after system updates.

In this article, we will discuss 5 proven methods to remove wallpaper carousel from the lock screen on Redmi 10 (including Redmi 10 2022, Redmi models). 10A, Redmi 10C and others on the base MIUI 12.5โ€“14) From simple changes to the settings menu to use ADB-commands and system file editing โ€” choose the method to suit your level of training. Important: some methods require unlocking the bootloader or root rights, which can affect the warranty and security of the device.

The Wallpaper Carousel icon is part of the MIUI launcher, which is integrated into system processes, and its main purpose is to prompt the user to quickly change the wallpaper directly from the lock screen.

  • ๐Ÿ“ฑ It takes up useful space on the bottom of the lock screen, especially on devices with a small diagonal (like the Redmi 10 โ€“ 6.53 inches).
  • ๐Ÿ‘† It works accidentally when swiping up, interrupting the unlocking of the phone.
  • ๐Ÿ”„ Restored after updates MIUI, Even if you've previously turned it off.
  • ๐Ÿšซ No obvious delete button in standard settings (unlike weather or calendar widgets).

Can you remove the carousel without root rights? Yes, but with reservations:

  • โœ… Nana MIUI 12.5โ€“13 is a working method through hidden theme settings.
  • โœ… Nana MIUI 14 (Android 12/13) Sometimes it helps to reset the launcher settings.
  • โŒ On some versions of the firmware (for example, MIUI Global 14.0.4 for Redmi 10: Standard methods donโ€™t work โ€“ youโ€™ll need to ADB or editing system files.

โš ๏ธ Note: If you use stock firmware with a blocked bootloader, methods with ADB or changing system files can result in loss of warranty or soft-brick (the device is not booted but is restored via Fastboot!

๐Ÿ“Š What version? MIUI It is installed on your Redmi 10?
MIUI 12.5
MIUI 13
MIUI 14
I don't know.
other

The safest method, which works on most versions of MIUI 12.5-13, is to disable the system theme that is responsible for displaying the carousel.

  1. Open the Themes app (the icon with a brush on your desktop).
  2. Go to Profile โ†’ Settings โ†’ General settings.
  3. Find the option โ€œShow wallpaper on the lock screenโ€ and turn it off.
  4. Return to the main theme screen and select a standard MIUI theme (like Default or Classic).
  5. Reboot the phone.

If you donโ€™t have an option, try an alternative route:

  1. Press the empty space on the desktop โ†’ select Desktop Settings.
  2. Go to Additional Settings โ†’ Lock screen.
  3. Turn off the wallpaper carousel slider (if any).

This may not work on MIUI 14, so move on to the following methods.

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

Done: 0 / 4

Method 2: Resetting the settings of the MIUI launcher

If the wallpaper carousel appeared after a system update or change of theme, resetting the launcher settings can return the standard state of the lock screen.This method does not require root or ADB, but resets the location of the icons on the desktop.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, enter โ€œLuncherโ€ and select the application โ€œLuncherโ€ MIUIยป (Or "Lawnchair" if you use custom launcher).
  3. Click Warehouse โ†’ Clear the data and confirm the action.
  4. Reboot the phone.

After the reboot:

  • ๐Ÿ”„ Launcher will return to factory settings (icons on the desktop will reset).
  • ๐ŸŽจ The wallpaper carousel should disappear from the lock screen.
  • โš ๏ธ If the icon is left, repeat the procedure by pre-deleting the updates for the Themes app in Settings. โ†’ Annexes.

โš ๏ธ Attention: On some firmware MIUI 14 resetting the launcher may cause the weather widget or calendar to lose on the lock screen, and you'll have to reconfigure them through Settings. โ†’ Lock screen โ†’ Widgets.

Method 3: Use ADB-Teams (for experienced users)

If standard methods donโ€™t work, you can turn off the wallpaper carousel via Android Debug Bridge (ADB), which requires connecting the phone to your computer, but doesnโ€™t violate the warranty (unless the bootloader is unlocked).

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools.
  • ๐Ÿ“ฑ Included debugging by USB Redmi 10 (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times press to unlock the developer mode, then Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ Cable USB Type-C (preferably original).

Step-by-step:

  1. Connect Redmi 10 to your computer and allow debugging (the phone will have a request).
  2. Open the command prompt (cmd) in the folder with ADB and type:
adb devices

(Your device should be displayed.)

  1. Run the command to turn off the carousel:
adb shell pm hide com.miui.miwallpaper

Or (if the first team fails):

adb shell settings put global hide_wallpaper_carousel 1
  1. Reboot the phone:
adb reboot

If the carousel remains after the reboot, try an alternative command:

adb shell am force-stop com.miui.miwallpaper

Important: On some versions of MIUI 14, this command can disable not only the carousel, but also the ability to change wallpaper through the standard menu.

adb shell pm unhide com.miui.miwallpaper
What if the ADB canโ€™t see the device?
1. Make sure that Xiaomi drivers are installed (download from the official website). 2. Try another one. USB-cable (cheap cables often donโ€™t support data transfer). 3. Enable the โ€œDebugging byโ€ option in the developer settings USB (Security settings) and โ€œAllow unlockingโ€ OEMยป. 4.Reboot the phone and computer.

Method 4: Editing system files (requires root)

If you're willing to take drastic measures and you have a bootloader unlocked + Magisk installed (root), you can remove the wallpaper carousel by editing system files. This method permanently removes the icon, but requires caution.

Instructions:

  1. Install a file manager with root access (such as Root Explorer or Mixplorer).
  2. Follow the path:
/system/priv-app/MiuiWallpaperCarousel
  1. Rename the folder MiuiWallpaperCarousel to MiuiWallpaperCarousel.bak (or delete it).
  2. Also check the file /system/etc/permissions/com.miui.miwallpaper.xml โ€“ if you have one, rename it similarly.
  3. Reboot the phone.

After these actions:

  • โœ… The wallpaper carousel will disappear from the lock screen.
  • โš ๏ธ The ability to quickly change wallpaper through swipe on the desktop will also disappear.
  • ๐Ÿ”„ After the update MIUI The badge will come back, repeat the procedure.

โš ๏ธ Note: Deleting system files may lead to unstable launcher operation or update errors MIUI. Before editing, make a backup copy of the folder /system/priv-app/!

๐Ÿ’ก

If after deleting system files, the phone started to slow down, try clearing the launcher cache: go to Settings โ†’ Applications โ†’ MIUI Launcher โ†’ Storage โ†’ Clear the cache.

Method 5: Installation of a custom launcher (alternative solution)

If none of these methods worked, the radical solution is to replace the standard MIUI launcher with a third-party one, which not only removes the wallpaper carousel, but also adds new features (such as gestures, adaptive icons).

Best launchers for Redmi 10:

LauncherAdvantagesDeficienciesReference
Nova Launcherโœ… Full customizationโœ… Sign supportโœ… No advertising.โŒ Paid (free version with restrictions)Google Play
Lawnchairโœ… Free.โœ… Support for dark topicsโœ… lightweightโŒ Less customization than in NovaGoogle Play
Hyperion Launcherโœ… Adaptive iconsโœ… Built-in wallpaperโœ… Free.โŒ Rare bugs with animationsGoogle Play
Poco Launcherโœ… Optimized for Xiaomiโœ… Minimalist designโœ… Free.โŒ No deep customizationGoogle Play

How to install and configure:

  1. Download the launcher from Google Play.
  2. After installation, click Home and select the new launcher as standard.
  3. In the launcher settings, disable all options related to wallpaper on the lock screen.
  4. If necessary, hide the icon of the standard MIUI launcher through Settings โ†’ Applications โ†’ Disable.

Cons of this method:

  • ๐Ÿ”‹ Some launchers can increase battery consumption (especially Nova with animations).
  • ๐Ÿ“ฑ Widgets MIUI (weather, pedometers may not work properly.
  • ๐Ÿ”„ After resetting settings or updating MIUI The launcher can be dropped on the standard.

๐Ÿ’ก

Custom launcher is the only method that is guaranteed to remove the wallpaper carousel on any version of MIUI, but requires getting used to the new interface.

One of the most frustrating things about wallpaper carousels is that they come back after a system update, which is because Xiaomi integrates this element into the system. APK-files that are restored when you install a new firmware.

How to prevent recurrence:

  • ๐Ÿ”„ Turn off automatic updates MIUI In Settings โ†’ The phone. โ†’ Updating the system โ†’ โš™๏ธ โ†’ Auto-update.
  • ๐Ÿ“ต Remove updates for the Themes app in Settings โ†’ Annexes โ†’ Topics โ†’ โ‹ฎ โ†’ Remove updates.
  • ๐Ÿ› ๏ธ If you use ADB-method, add a command to the auto-execution script when booting (requires root or Tasker).
  • ๐Ÿ”ง Backup your edited system files (if you used the root method).

If the carousel did come back,

  1. Repeat the method with ADB (Adb shell settings put global hide_wallpaper_carousel 1).
  2. Or perform a launcher reset (see Method 2).
  3. In extreme cases, roll back to the previous version of MIUI via Fastboot (instructions on xiaomi.eu).
โ“ Why after the carousel was lost wallpaper on the lock screen?
It's a side effect of teams. ADB Or edit system files. To return wallpaper: Go to Settings โ†’ Lock screen โ†’ Wallpaper. Select the wallpaper again (even if it is already installed). If the wallpaper does not apply, follow the command: adb shell pm grant com.miui.miwallpaper android.permission.WRITE_SECURE_SETTINGS
โ“ Can I remove a carousel without a computer?
Yes, but the choice of methods is limited: ๐Ÿ“ฑ Try Method 1 (theme settings) or Method 2 (launcher reset). ๐Ÿ› ๏ธ Install a custom launcher (Method 5). ๐Ÿ“ฒ Use apps like Activity Launcher to access hidden settings MIUI (It's not possible to do it without a computer. ADB-commands or edit system files.
โ“ Will the way to work with ADB Redmi 10 with a locked boot loader?
Yes, ADB-commands (e.g. adb shell settings put global) hide_wallpaper_carousel 1) They don't require an unlocked bootloader: โœ… You can execute commands if you debug USB included. โŒ Some commands (such as pm hide) may not work without root. โš ๏ธ Nana MIUI 14 Xiaomi has restricted access to some system settings through ADB.
โ“ How to return the wallpaper carousel if I change my mind?
The following is the command: adb shell settings put global. hide_wallpaper_carousel 0 If you have used root, return the original files from the backup to the /system/priv-app/. Reset the launcher settings (Settings) โ†’ Annexes โ†’ Launcher MIUI โ†’ Clear the data).
โ“ Why my Redmi 10 doesnโ€™t have a wallpaper carousel option in the settings?
It depends on the version. MIUI and regional firmware: ๐ŸŒ Global (Global) and European (European (EEA) In some versions, the option may be hidden. ๐Ÿ“ฆ In Chinese (China) firmware, the carousel is often disabled by default. ๐Ÿ” Try to find the option through the search in the settings (the magnifying glass icon at the top). If there is no option, use Method 3 (ADB) or Method 5 (castom launcher).