How to permanently remove the wallpaper carousel on Xiaomi Redmi Note 7: a step-by-step guide

The wallpaper carousel on the Xiaomi Redmi Note 7 is one of the most controversial features of MIUI, which automatically changes the background of the desktop, often without the possibility of a standard shutdown. Many users complain that the system ignores manual settings, returns random pictures after a reboot, or even consumes an additional battery due to background activity. In this article, we will examine all the working ways to remove the carousel – from simple settings to deep system interventions, including methods that do not require root rights, but give 100% result.

It is important to understand that the problem is relevant for Redmi Note 7 (codename lavender) on MIUI versions 10–14. On newer models (for example, Redmi Note 10/11), the algorithm of the wallpaper service has changed, so the instructions from this article may not work. Also note that some methods require careful execution - errors in ADB commands or editing system files can lead to malfunctions in the phone.

The main reason for the resumption of the carousel is the system application com.miui.miwallpaper, which is responsible for managing backgrounds in MIUI. Even if you manually choose a static wallpaper, the service can reset settings when:

  • πŸ”„ Reboot the device β€” MIUI Restores default parameters.
  • πŸ“± Updates MIUI β€” New firmware versions often reset user settings.
  • πŸ”‹ Memory optimization – the system removes β€œextra” processes, including your wallpaper.
  • ☁️ Sync with Mi Account – Cloud settings can overwrite local.

The manufacturer doesn't provide a direct option to completely shut down the carousel, but there are workarounds, and we'll look at them in terms of complexity, from the safest to the radical.

πŸ“Š How often do you have a redmi note 7 wallpaper reset?
Every day.
After the reboot.
After the MIUI update
Never dropped.

Before you resort to technical manipulation, try the standard method. It works on MIUI 12 and later, but may not be available on older versions:

  1. Open the Settings. β†’ Desktop.
  2. Choose Wallpaper. β†’ Local wallpaper.
  3. Slip on any static image and apply it.
  4. Return to the wallpaper menu and turn off the slider Automatic wallpaper change (if any).

If this option does not work, the reason may lie in:

  • πŸ“΅ Lack of a slider on some versions MIUI opportunity.
  • πŸ”„ Reset after reboot – system process lock required.
  • 🚫 Restrictions of regional firmware - on global versions MIUI functionality may differ.

πŸ’‘

Before changing the wallpaper, clear the Wallpaper app cache in the application settings, which will help avoid conflicts with the stored data.

Method 2: Block wallpaper service via ADB (without root)

If the standard settings don’t help, you can disable the system application using Android Debug Bridge (ADB). This method does not require superuser rights, but requires a computer and a computer. USB-cable.

Step-by-step:

  1. Turn on Developer Mode on your phone: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging.

Redmi Note 7

ADB Tools

Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.

adb devices

The serial number of your device should appear.

adb shell pm disable-user --user 0 com.miui.miwallpaper

Once you've done the command, the Wallpaper app will be deactivated and the carousel will stop working. To get it back, use:

adb shell pm enable com.miui.miwallpaper

Install Xiaomi drivers on PC|Enable debugging on USB|Download ADB Tools|Connect your phone to the original cable|Check the connection of the adb device team-->

⚠️ Note: On some firmware, disabling com.miui.miwallpaper may make it impossible to change wallpaper altogether.In this case, use third-party launchers (such as Nova Launcher) to install backgrounds.

If you have root rights, you can completely remove the components responsible for the carousel, which is guaranteed to solve the problem, but requires caution - errors in editing system files can lead to a "brick" of the device.

Instructions for experienced users:

  1. Install any file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/MiuiWallpaper/
  3. Delete or rename the file MiuiWallpaper.apk (e.g. in MiuiWallpaper.apk.bak).
  4. Reset the device.

Alternatively, remove via TWRP Recovery:

  1. Boot to TWRP (hold Power + Volume up when turned on).
  2. Select Advanced β†’ File Manager.
  3. Find and delete /system/priv-app/MiuiWallpaper/.
  4. Reboot to the system.
MethodRoot is required.Risk of failureReversibility
Standard settings❌ No.⚠️ Low.βœ… Yes.
ADB-team❌ No.⚠️ Medium.βœ… Yes.
APK removalβœ… Yes.❌ High-pitched❌ No (no backup)
TWRPβœ… Yes.❌ Very tall.❌ No (no backup)

⚠️ Attention: Removal of system APK-Files can disrupt the work OTA-Before such manipulations, be sure to create a backup through TWRP Or Mi Flash Tool.

If you don’t want to interfere with system files, you can simply replace the standard MIUI launcher with an alternative one. Most third-party shells (for example, Nova Launcher, Lawnchair, Hyperion Launcher) ignore the settings of the wallpaper carousel from Xiaomi.

How it works:

  1. Download and install the selected launcher from Google Play.
  2. When you first start, select it as the default launcher.
  3. Set static wallpaper through the settings of the new launcher.

Step-by-step:

  1. Unlock the bootloader through the official Xiaomi tool.
  2. Download the old firmware version for Redmi Note 7 (lavender code) from the Xiaomi Firmware Updater website.
  3. Swipe the device through the Mi Flash Tool in Clean All mode.

⚠️ Note: Firmware rollback on Redmi Note 7 with MIUI 12+ on MIUI 10 may cause problems with the camera module or fingerprint sensor.Before the procedure, make sure that the selected firmware is compatible with your device modification (global / Chinese).

Frequent Mistakes and How to Avoid Them

When trying to remove wallpaper carousels, users often encounter typical problems, and here are the most common ones and ways to solve them:

Problem.Reason.Decision
After ADB-The wallpaper team is gone.Wallpaper system application disabledUse a third-party launcher or return the application with the command adb shell pm enable com.miui.miwallpaper
Carousel returns after updateMIUI restores default settingsRepeat the disable procedure or block updates for the Wallpaper app
Cannot connect to ADB.Drivers not installed or debugging not activatedReinstall Xiaomi drivers, check the USB debugging enabled and cable
APK removal led to bootloopThe system file is damaged.Restore the file from the backup or flash the phone again

If you are not sure of your actions, start with the safest methods (standard settings β†’ ADB β†’ third-party launcher) and only as a last resort resort to editing system files.

πŸ’‘

The safest and most reliable way is to use ADB-It doesn't require root, it's reversible, and it works on most versions. MIUI.

FAQ: Answers to Frequent Questions

Can I remove the carousel without a computer?
Yes, but the options are limited: Try standard settings (the section above). Install a third-party launcher (like Nova Launcher). Use apps like Activity Launcher to manually disable wallpaper service (requires root). ADB-commands or edit system files.
Why does the carousel disappear after the shutdown?
This is because the system app com.miui.miwallpaper is responsible not only for the carousel, but also for managing all the backgrounds in MIUI. Solutions: Set wallpaper through a third-party launcher. Use applications like Wallpaper Changer to manually change the backgrounds. Return the application back with the command adb shell pm enable com.miui.miwallpaper.
Will the ADB method work on custom firmware?
Depending on the firmware: On LineageOS or Pixel Experience, the system application com.miui.miwallpaper is missing - the problem solves itself. MIUI-firmware (e.g. xiaomi.eu) command ADB It's going to work because the structure of the system is saved. Before you do that, check if your firmware has a folder. /system/priv-app/MiuiWallpaper/.
Can I turn off the carousel only for the main screen, leaving it on the lock screen?
Unfortunately, MIUI does not separate desktop wallpaper management from lock screen.All the methods in this article will turn off the carousel completely.The alternative is to use different launchers for the home screen and lock (for example, Nova Launcher + standard lock screen), but this will require additional settings.
Why did the carousel return after resetting to factory settings?
Factory reset restores all system applications and settings, including com.miui.miwallpaper. To avoid this: Before reset, run the ADB command to disable the service. Or immediately after reset, repeat the deletion/locking procedure. Use the backup via TWRP, in which the wallpaper service is already disabled.