How to permanently remove the icon of the wallpaper carousel from the lock screen on Xiaomi Redmi

The wallpaper carousel icon on the Xiaomi Redmi lock screen is one of the most annoying features of MIUI firmware, which the manufacturer stubbornly does not want to turn off through standard settings. This element not only takes up space on the display, but also accidentally activates when touching, preventing the rapid unlocking of the phone. In this article, we will discuss all the working ways to remove the icon, from simple changes in settings to deep modifications of the system through ADB.

The problem is relevant for most Redmi models (including the Note 10/11/12, Redmi 9/10/13C and the flagship series) on MIUI 12-14 firmware. It is important to understand that the methods differ in complexity and risk: some require superuser rights (root), others just a few clicks on the menu. We will start with the safest options and gradually move to radical solutions.

If you're not sure about your technical skills, we recommend that you try the first three methods first. ADB-commands and modification of system files – these methods give 100% result, but require caution.

πŸ“Š What is the Xiaomi Redmi model you have?
Redmi Note 10/11/12
Redmi 9/10/13C
Redmi K40/K50
Another model

1. Disconnect via theme settings (the easiest way)

In some versions of MIUI, the wallpaper carousel icon can be hidden through the standard theme menu.This method does not work on all devices, but it is worth checking it first - it does not require additional manipulation and is completely safe.

Instructions:

  • πŸ“± Open the Themes app (icon with brush on desktop).
  • πŸ” Go to the section My Wallpaper β†’ Lock screen.
  • βš™οΈ Click on the three dots in the upper right corner and select Wallpaper Settings.
  • 🚫 Look for the option to Show the icon of the carousel or Quick change wallpaper – turn it off.

If there is no such item, then your version of MIUI does not support this solution, in which case move on to the next method.

πŸ’‘

Before changing themes, take a screenshot of the current wallpaper - after resetting the settings, they can reset to standard.

Resetting the settings of the "Themes" application

Sometimes the carousel icon appears because of a crash in the system application Themes. Resetting its data can return the standard behavior of the lock screen - without unnecessary elements. This method does not remove your wallpaper, but can reset some personalization settings.

How to reset:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the Topics list (or com.android.themes).
  3. Select Warehouse β†’ Clear data and Clear cache.
  4. Reboot the phone.

After you reboot, check the lock screen. If the icon is gone, the problem is solved. If not, move on to more radical ways. Attention: this method can reset your custom themes to standard ones.

⚠️ Warning: Some devices may not be able to install gallery wallpaper after resetting the Themes app, in which case it is enough to reopen the Themes app and wait for synchronization.

3. Use of the Light mode (MIUI Lite)

MIUI has a lightweight version of the interface, MIUI Lite (or "Light Mode"), which disables many visual elements, including a wallpaper carousel, which is originally designed for weak devices, but can be activated on flagships as well.

Activation of the regime:

  • πŸ”§ Go to Settings. β†’ Special facilities β†’ Lite mode.
  • πŸ”„ Turn on the option and confirm the reboot.
  • πŸ“± After turning on, check the lock screen - the icon should disappear.

Cons of this method:

  • πŸ“‰ Simplified interface (less animations and visual effects).
  • πŸ”‹ Possible limitations in the functionality of some applications.
  • πŸ”„ After the switch off, the icon can return.

If you don't like the lightweight interface, it's not really a good way to use it all the time, but it does confirm that the problem is with the standard firmware, and it can be solved software.

Modification of system files via ADB (for advanced)

If standard methods don't work, you'll have to go deeper, and one of the surest ways to do that is to turn off the icon via the Android Debug Bridge (ADB), which doesn't require root rights, but requires you to connect your phone to your computer.

Step-by-step:

  1. πŸ’» Install. ADB-Drivers on PC and enable Debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press to unlock the developer mode, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  2. πŸ”Œ Connect the phone to the computer and type in the command line:
adb shell pm hide com.android.themes

If the team doesn’t work, try an alternative:

adb shell settings put secure lock_screen_show_wallpaper_carousel 0

Once you've done the commands, restart the device. The badge should disappear.

⚠️ Attention: Misuse of the right ADB-commands can cause system failures. Before experimenting, back up your data through Settings β†’ Additionally. β†’ Backup and reset.

Install ADB-PC drivers

Enable debugging over USB on your phone

Connect your phone to the original cable

Make a backup copy of the data

Check the battery (minimum 50%)

-->

5. editing the build.prop file (requires root)

For root-right users, there is another reliable way to edit the system file build.prop. This method is guaranteed to remove the icon, but requires caution: incorrect changes can lead to a bootloop (cyclical reboot).

Instructions:

  1. πŸ“± Install a root-enabled file manager (such as Root Explorer or Solid Explorer).
  2. πŸ” Cross the path. /system/build.prop Open the file in the text editor.
  3. ✏️ Add a line to the end of the file:
ro.miui.has_real_blur=1


ro.miui.lockscreen_wallpaper_carousel=0

Save the changes, set the rights to 644 (rw-r--r---) and restart the phone. The carousel icon must disappear forever.

Important: If the phone stopped booting after building.prop editing, you need to restore the original file via TWRP or reflash the device.

Installation of custom firmware (extreme case)

If none of the methods worked, the last option remains to switch to custom firmware, for example, Pixel Experience, LineageOS or Xiaomi.EU. These builds are deprived of most of the β€œchips” of MIUI, including the annoying wallpaper carousel.

Advantages of custom firmware:

  • πŸš€ Clean Android without unnecessary elements.
  • πŸ”„ Regular security updates.
  • ⚑ Ability to fine-tune the interface.

Disadvantages:

  • ⚠️ The risk of loss of warranty (if the bootloader is unlocked).
  • πŸ“± Possible bugs with camera or sensors (depending on the model).
  • πŸ”§ Requires bootloader unlock and installation TWRP.

If you decide to do this, follow the official instructions for your model on the XDA Developers or 4PDA forums. For beginners, we recommend that you contact an experienced colleague or service center for help.

What happens if you don’t flash your phone correctly?
Incorrect firmware can lead to "bricking" of the device (complete inoperability), loss of IMEI, It's not a working camera or sensor, and it's only possible to recover from it. EDL-Mode (requires an authorized Xiaomi account and special equipment).

Comparison of methods: which one to choose?

To make it easier, we've put together a table of pros and cons of each method, and you need to be prepared for your own level of risk.

MethodDifficultyRequired. root/ADBRisks.Efficiency
Settings of topics⭐❌ No.No.Low (not working for everyone)
Resetting the annex β€œThemesβ€β­β­βŒ No.Resetting user themesMedium
MIUI Lite mode⭐⭐❌ No.Simplified interfaceTall.
ADB-teamβ­β­β­βœ… ADBFailures under wrong teamsVery high.
Editing by build.propβ­β­β­β­βœ… RootBootloop for errorsGuaranteed
Custom firmwareβ­β­β­β­β­βœ… Unlocked bootloaderLoss of warranty, bugsAbsolute.

For most users, the best solution is ADB-commands -- they give a stable result without having to get root. If you're not ready for experiments, try resetting the Topics app or mode first. MIUI Lite.

πŸ’‘

On devices with MIUI 14 and later, the wallpaper carousel icon often returns after updates. To avoid this, after using any method, turn off automatic themes updates in Settings β†’ Themes β†’ Settings β†’ Auto Update.

FAQ: Frequent questions

❓ Why the carousel icon reappears after the update MIUI?
When you update the system, some user settings are reset, including interface modifications. To avoid this: Before upgrading, turn off automatic theme updates. After updating, re-apply the selected method (for example, before updating, ADB-Consider disabling automatic updates MIUI In Settings β†’ The phone. β†’ Updating the system β†’ Three points. β†’ Settings β†’ Auto-downloading updates.
❓ Can I remove the icon without a computer?
Yes, but the choice of methods is limited: πŸ”§ Resetting the Annex Topics (Section 2). πŸ“± Incorporation of the regime MIUI Lite (section 3). πŸ› οΈ Using applications like Activity Launcher to hide system elements (requires experience). ADB-commands or edit build.prop computer is required.
❓ Will these methods work for POCO or black shark?
Yes, because POCO and Black Shark also work on MIUI (or its modifications), except for the POCO Launcher or JoyUI models, where the interface may differ. For accurate information, check the firmware version in Settings β†’ About Phone.
❓ How to return the badge if you suddenly need it?
To restore the wallpaper carousel: For ADB-Enter adb shell settings put secure lock_screen_show_wallpaper_carousel 1 For build.prop: delete the added lines and restart the phone. To reset the Themes app: just reinstall the wallpaper through the standard menu.
❓ Why did the method remain in place?
Possible causes: πŸ”„ Not all teams. ADB They work on your version. MIUI (Try the alternatives in Section 4). πŸ“± The device has a modified firmware (for example, from regional operators), where the icon is hard sewn into the system. πŸ”§ You missed the step of rebooting your phone after the changes. In this case, try a combination of methods (e.g., resetting themes). + ADB-team) or consider the option with custom firmware.