How to permanently remove wallpaper carousel from the lock screen on Redmi Note 10 Pro

The wallpaper carousel on the Redmi Note 10 Pro is one of the most controversial features of MIUI, which automatically changes the background on the lock screen. For some users, it is a convenient way to diversify the appearance of the smartphone, for others – an annoying element that eats up battery power and traffic. Unfortunately, Xiaomi does not provide a direct option to completely disable this feature in standard settings, but there are workarounds – from hidden parameters to technical solutions.

In this article, we will discuss all working methods for removing carousels, including official and informal ones, and you will learn how to turn off automatic wallpaper change through the phone menu, using the phone's menu. ADB-And what other tools can help with this, and we'll focus on the specifics of the firmware. MIUI 12/13/14 on the Redmi Note 10 Pro, as the algorithm of actions may differ depending on the shell version.

Xiaomi’s Wallpaper Carousel feature was introduced in MIUI since version 12, and its main purpose is to personalize the user experience by offering fresh backgrounds from theme store collections or local galleries.

  • πŸ”„ Auto boot: The smartphone periodically loads new wallpapers via the Internet, which consumes mobile traffic (up to 50 MB per month).
  • πŸ”‹ Increased battery consumption: Background processes of carousel can increase energy consumption by 3–7% per day.
  • πŸ“± Content Imposition: Some of the wallpaper contains promotional elements or promotional materials from Xiaomi (for example, announcements of new devices).
  • βš™οΈ Limited settings: There is no β€œDisable Forever” button in the standard interface – only a temporary pause.

On the Redmi Note 10 Pro, the carousel is activated by default after a MIUI update or reset. Even if you manually set a static background, the system can return dynamic wallpaper after a reboot or after 24 hours.

⚠️ Note: On some firmware (for example, MIUI Global) Wallpaper carousel is tied to your Mi Account. If you've synced themes through the cloud, disabling the feature on one device may not work on another.

The easiest way is to use the built-in options of the system, and although you can't completely remove the carousel, you can pause it and set a fixed background. MIUI 12–14:

  1. Open the Themes app (the icon with a brush on your desktop).
  2. Go to the Wallpaper section β†’ Lock screen.
  3. Choose any static background from the ones offered or click My Wallpaper to upload yours.
  4. After using the wallpaper, tap on the icon βš™οΈ (Settings) in upper right corner.
  5. Turn off the slider Automatic wallpaper change (or the wallpaper carousel in new versions).
  6. Confirm the action by clicking Apply.

This way, not removing the carousel completely, but only temporarily suspending it. After updating MIUI or resetting the function can return. To consolidate the result, additionally follow the following steps:

  • πŸ“΅ Limit background data for the Themes app in Battery settings and performance β†’ Battery management.
  • 🚫 Disable auto-run for com.miui.gallery via Settings β†’ Annexes β†’ Autostart control.

Backup wallpaper | Check version MIUI| Disable theme synchronization in Mi Account |Close all background applications-->

If standard settings don’t work, you can use the Android debugging bridge (ADB), which allows you to completely deactivate the carousel service at the system level, but requires a connection to a PC and enable the developer mode.

Warning: Incorrect ADB commands may disrupt MIUI. Follow the instructions carefully!

⚠️ Attention: Before use ADB Make sure your Redmi Note 10 Pro has a bootloader unlocked, otherwise the commands will not work. Unlocking erases all data from the device!

Steps to turn off the carousel through ADB:

  1. Activate Developer Mode: Settings β†’ About Phone β†’ MIUI Version (Tap 7 times)
  2. Enable USB debugging in Settings β†’ Additional β†’ For developers.
  3. Connect your smartphone to your PC and install ADB drivers (you can download from the Android Developers website).
  4. Open the command prompt (Windows) or terminal (macOS/Linux) and type: adb devices Make sure the device is identified (its serial number should appear).
  5. Run the command to disable the carousel: adb shell pm disable-user --user 0 com.miui.miwallpaper If the command didn't work, try an alternative: adb shell pm uninstall -k --user 0 com.miui.miwallpaper
  6. Reboot your smartphone.

Once you've done this, the carousel service 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 the drivers manually through Windows Device Manager. Select the Android ADB Interface driver for your Redmi Note 10 Pro.

Method 3: Using Third-Party Applications

If you don’t want to mess with ADB, you can use third-party utilities. Below are proven apps that will help turn off the wallpaper carousel on the Redmi Note 10 Pro:

AnnexFunctionalNeed a ROOT?Reference
MIUI Hidden SettingsUnlocks Hidden MIUI Options, Including Disabling the Carousel❌ No.Google Play
Activity LauncherAllows you to start the hidden activity of wallpaper settings❌ No.Google Play
Wallpaper Changer DisablerSpecialized tool for disabling dynamic wallpaperβœ… Yes, for complete removal)XDA Developers
Shizuku + App OpsBlocks permits for carousel service without ROOT❌ No, but Shizuku is needed)Official website

The most versatile solution is MIUI Hidden Settings.

  1. Open the app and go to System β†’ Wallpaper Settings.
  2. Find the Disable Wallpaper Carousel option and activate it.
  3. Reset the device.

If the app doesn’t find the right option, try Activity Launcher:

  1. Run the utility and find it in the list of com.miui.gallery.
  2. Select the activity of.wallpaper.picker.WallpaperCarouselSettingsActivity.
  3. In the menu that opens, turn off all sliders associated with the carousel.

Standard settings MIUI|ADB-team|Party of annex|I don't know, I haven't tried it yet.-->

Method 4: Manually delete system files (ROOT only)

If your Redmi Note 10 Pro is unlocked ROOT-You can manually delete the files that are responsible for the carousel, and this method gives you a 100% guarantee of shutdown, but you need to be careful, because the wrong actions can cause the system to crash.

You'll need:

  • πŸ“± Smartphone with unlocked bootloader and installed Magisk.
  • πŸ’» PC fitted ADB and Fastboot.
  • πŸ”§ File Manager with Support ROOT (Root Explorer or Mixplorer).

Instructions:

  1. Connect your smartphone to your PC and open the ADB terminal.
  2. Enter the command to mount the system partition in write mode: adb shell su mount -o rw,remount /system
  3. Go to the folder with the carousel wallpaper: cd /system/priv-app/MiuiGallery
  4. Delete or rename the file MiuiGallery.apk (e.g. in MiuiGallery.apk.bak): mv MiuiGallery.apk MiuiGallery.apk.bak
  5. Reset the device.

⚠️ Attention: Removal MiuiGallery.apk If you have any errors after the reboot, restore the file through a backup or reflash your smartphone.

What if the smartphone does not turn on after deleting the files?
If the Redmi Note 10 Pro is stuck on the MI logo after deleting system files, try booting into Fastboot mode (hold Power + Volβˆ’) and follow the command: fastboot flash system.img where system.img is the original firmware image for your model.

Method 5: Transition to custom firmware (radical solution)

If all of the above methods fail, the last option is custom firmware. Alternative builds (such as LineageOS, Pixel Experience or Havoc-OS) do not contain a built-in wallpaper carousel and offer more flexible lock screen settings.

Advantages of custom firmware:

  • βœ… Complete absence of carousel and other imposed functions MIUI.
  • βœ… Regular security updates (as opposed to official security updates) MIUI old-model).
  • βœ… Ability to fine-tune the interface via Substratum or Magisk Modules.

Disadvantages:

  • ❌ Loss of official warranty (if the bootloader was unlocked).
  • ❌ Risk of "bricking" of the device with incorrect firmware.
  • ❌ Certain functions (e.g, IR-Game Turbo or Blaster May Not Work.

Instructions for installing custom firmware:

  1. Unlock the bootloader through the Mi Unlock Tool.
  2. Install custom TWRP recavators for Redmi Note 10 Pro (you can download on the official website).
  3. Download the right firmware (e.g. LineageOS 20 for sweet/sweetin).
  4. Reboot to TWRP and run Wipe β†’ Format Data (this will delete all data!).
  5. Install the firmware through Install β†’ Choose. ZIP-file.
  6. After installation, go through Magisk (if you need ROOT) and GApps (Google services).

πŸ’‘

Custom firmware requires technical skills. If you have never flashed a smartphone, it is best to contact the XDA Developers or 4PDA forums for help.

Frequent problems and their solutions

When you turn off the wallpaper carousel on the Redmi Note 10 Pro, users experience typical errors. Let's consider the most common ones and how to fix them:

Problem.Possible causeDecision
Carousel returns after rebootcom.miui.miwallpaper automatically restartsTurn off auto-start via Settings β†’ Applications β†’ Auto-start management or use ADB
The ADB pm disable-user team is not workingThe device is not recognized or there are no rightsCheck USB connection, reinstall drivers, enable USB debugging
After deleting the files, the gallery stopped working.Critical components of MiuiGallery.apk have been removedRestore the file from the backup or reflash the system through Fastboot
The side of the application does not find the option to disableMIUI firmware heavily modified (e.g. Chinese version)Try another method (ADB or ROOT) or upgrade MIUI to the latest version
The carousel is off, but traffic is still being consumed.Other system applications (such as Mi Video or Mi Browser) load contentLimit background traffic for all Xiaomi apps in network settings

If none of the methods worked, check:

  • πŸ“‹ Version MIUI: On some assemblies (e.g, MIUI China) wallpaper carousel is hard-wired into the system. Try to switch to Global or EEA version.
  • πŸ”„ Updates: Xiaomi occasionally adds new options to the settings.Update firmware to the latest stable version.
  • πŸ› οΈ Resetting: In extreme cases, reset to factory settings (Settings) β†’ The phone. β†’ Resetting settings).
Can I turn off the wallpaper carousel without ROOT and ADB?
Yeah, but not completely. MIUI (Topics β†’ Wallpaper. β†’ Settings) you can pause the automatic wallpaper change, but after updating or restarting the function can return. ROOT It will be suitable for third-party applications like MIUI Hidden Settings or Activity Launcher.
Why are the carousels reset to standard after the carousel is turned off?
This is due to the work of com.miui.miwallpaper, which resets settings when there is no active carousel. To fix the selected background: Set wallpapers through a third-party application (for example, WallpapersCraft). Turn off the synchronization of topics in Mi Account (Settings β†’ Xiaomi Account β†’ Synchronization).
Is it safe to use ADB to turn off the carousel?
Yes, if you follow the instructions and don't type in any extraneous commands. pm disable-user only deactivates the application for the current user and doesn't affect the system files. However: Make sure you have official ADB drivers installed. Don't interrupt the execution of the commands. If there are any errors after the shutdown, return it back to pm enable.
What other MIUI functions can be disabled through ADB?
Besides the wallpaper carousel, ADB deactivate: πŸ“± Advertising in system applications: adb shell pm disable-user --user 0 com.miui.systemAdSolution πŸ” Search for the desktop: adb shell pm disable-user --user 0 com.miui.search πŸ“Š Analytics. MIUI: adb shell pm disable-user --user 0 com.miui.analytics 🎡 Music player with advertising: adb shell pm disable-user --user 0 com.miui.player The full list of commands can be found on the forums 4PDA or XDA Developers.
How to return the wallpaper carousel if you need it again?
Depending on the disable method: If you used standard settings, just turn the option back on Themes β†’ Wallpaper settings. If you used ADB, follow the command: adb shell pm enable com.miui.miwallpaper If you deleted files via ROOT, restore MiuiGallery.apk from backup or re-flash the system.