How to permanently remove the wallpaper carousel on Xiaomi Redmi 9T: from simple settings to ADB-team

The wallpaper carousel on the Xiaomi Redmi 9T is one of the most controversial features of the MIUI shell. On the one hand, it offers beautiful dynamic screensavers, and on the other, it eats battery power, brakes the system and annoys with constant animations, especially on budget models like the Redmi 9T, where every percentage of performance counts.

Many users complain that the carousel turns on itself after updating or resetting. Even if you manually set a static wallpaper, after a while the system can reslip animated background images. In this article, we will discuss all the working ways to disable the carousel, from basic settings to advanced methods using ADB and modified firmware. Importantly, some methods require superuser rights (root), but we will show you where you can do without them.

Before you make any changes, check the MIUI version on your device, which depends on what settings are available. For example, in MIUI 14, the path to disabling the carousel is different from MIUI 12. Also note that after major system updates, some parameters may be reset β€” you will have to reconfigure them.

πŸ“Š What version? MIUI You're on Redmi. 9T?
MIUI 12
MIUI 13
MIUI 14
Another version
I don't know.

The easiest and safest way to do this is to use the built-in shell options. It doesn't require root rights or special knowledge, but it doesn't work on all firmware versions. If you have MIUI 12 or later, try this first.

Go to Settings β†’ Wallpaper β†’ Dynamic Wallpaper. Here you will see a list of available animated backgrounds. In the upper right corner there may be an Autoshift switch or a Carousel - turn it off. If there is no such item, tap on any dynamic wallpaper, then select Set as static (or similar).

On some versions of MIUI, the path is slightly different:

  • πŸ“± MIUI 12/13: Settings β†’ Screen. β†’ Wallpaper. β†’ Dynamic wallpaper β†’ Turn off the carousel
  • πŸ”„ MIUI 14: Settings β†’ Personalization β†’ Wallpaper. β†’ Wallpaper settings β†’ Turn off automatic shift
  • βš™οΈ If there is no Carousel item: Try installing any static wallpaper manually - sometimes this automatically turns off animations.

⚠️ Warning: After the system update, the carousel may turn on again. To avoid this, fix the selected wallpaper through a long press on the desktop β†’ Lock the wallpaper.

πŸ’‘

If the settings don't have an explicit carousel switch, try installing wallpapers through a third-party app (such as WallpapersCraft or Zedge).The system sometimes "forgets" about the carousel if the background is set from the outside.

2.Using the Developer Mode to Disable Animations

If standard settings don't work, you can try turning off animations through developer mode, which doesn't remove the carousel completely, but makes it less visible by speeding up or turning off transitions between backgrounds.

First, activate the developer mode:

  1. Go to Settings. β†’ The phone.
  2. Tap 7 times on the MIUI version (you will be notified "You became a developer").
  3. Back to Settings β†’ Additionally. β†’ For developers.

Now, find the following parameters and change them:

  • πŸ” The scale of window animation β†’ Animation disabled
  • πŸ” Scale of transition animation β†’ Animation disabled
  • πŸ” Duration of animation β†’ Disabled (if any)

These changes won't remove the carousel, but they will make it instantaneous, which will visually solve the problem, and the downside is that all system animations, including transitions between applications, will be disabled.

Activate Developer Mode | Make backup of settings | Turn off window animation scale | Turn off transition animation scale |Reboot device-->

A more radical way is to turn off the carousel through ADB (Android Debug Bridge. This doesn't require root rights, but it requires connecting the phone to a computer. MIUI, including Redmi 9T.

Be prepared first:

  1. Download and install ADB Tools on PC.
  2. Enable USB Debugging in Settings β†’ For Developers.
  3. Connect Redmi 9T to your computer and confirm debugging access on your phone.

Now run the following commands in the terminal (command line):

adb shell


pm uninstall -k --user 0 com.miui.miwallpaper




pm uninstall -k --user 0 com.miui.miwallpaper.earth




pm uninstall -k --user 0 com.miui.miwallpaper.mars

These commands remove the system applications that are responsible for the wallpaper carousel. Once you do that, reboot your phone. The wallpaper will become static, and Dynamic Wallpaper will disappear from the settings.

⚠️ Note: On some firmware, removing these packets may cause the standard Wallpaper app to fail, in which case return the applications with the command:

adb shell cmd package install-existing com.miui.miwallpaper

4. Disconnect through editing system files (root required)

If you have root rights, you can completely block the carousel by editing system files, which is the most reliable method, but also the most risky one, because doing something wrong can cause the system to fail.

You'll need:

  • πŸ“± Rooted Redmi. 9T (root-right).
  • πŸ› οΈ File Manager with access to the root folder (for example, Root Explorer or Solid Explorer).
  • πŸ“ Backup of the system (required!).

Instructions:

  1. Open the file manager and go to /system/priv-app/MiuiHome.
  2. Find the MiuiHome.apk file and make a copy of it.
  3. Open the file in a text editor (such as MT Manager).
  4. Find the lines associated with com.miui.miwallpaper or dynamic_wallpaper, And comment on them (add # to the beginning of the line).
  5. Save the changes, set the correct permissions (644) and restart the phone.

If the system doesn’t boot after the changes, restore the original file from the backup.This method requires experience with Android system files, so it’s not recommended for beginners.

What if the phone doesn’t turn on after editing files?
If Redmi 9T is stuck on the logo or went into a bootloom, try: 1. Log in Recovery Mode (press Power + Volume up). 2. Select Mount β†’ System and return the original files via ADB Sideload or file manager in recovery. 3. If it does not help - reflash the phone through Fastboot with a full reset (fastboot all flash).

The most drastic way is to switch to alternative firmware, where there is no wallpaper carousel, such as LineageOS, Pixel Experience or modified versions of MIUI from third-party developers (for example, MIUI EU).

Pros of the method:

  • βœ… Complete removal of carousel and other unnecessary functions MIUI.
  • βœ… Opportunity to choose firmware with optimized performance.
  • βœ… Regular security updates.

Cons:

  • ❌ Loss of warranty (if the phone is under warranty).
  • ❌ Risk of "bricking" with incorrect firmware.
  • ❌ Possible bugs with camera, sensors or communication.

The following are the Redmi 9T firmware (codename "lime"):

FirmwareTypeWallpaper carouselReference
MIUI EUModified MIUI❌ Absent.xiaomi.eu
Pixel ExperienceAndroid One (Pure Android)❌ Absent.pixelexperience.org
LineageOSPure Android❌ Absent.lineageos.org
DerpFestCustom firmware❌ Absent.derpfest.org

⚠️ Warning: Before firmware be sure to unlock the bootloader (fastboot oem unlock) and make a full backup through TWRP. The process of unlocking the bootloader on Xiaomi can take up to 7 days (requires binding Mi Account).

If none of the methods have worked or you don’t want to take risks, there are workarounds:

  • πŸ–ΌοΈ Installation of live wallpaper through third-party applications: Applications like KLWP Wallpaper Engine (via Wallpaper Engine) WSE) Allows you to create your own animated wallpaper that will replace the standard carousel.
  • πŸ”„ Use of a launcher from a third-party developer: Launchers like Nova Launcher, Lawnchair or Hyperion ignore system wallpaper and allow you to install your own.
  • ⚑ Disconnection of services MIUI: In the application settings, find com.miui.miwallpaper and com.miui.miwallpaper.earth, then force them to disable (Stop) + Shut down).

For example, in Nova Launcher, you can completely disable system wallpaper:

  1. Install Nova Launcher from Google Play.
  2. Go to the launcher settings β†’ Desktop β†’ Wallpaper.
  3. Select a static image and install it.
  4. In the system settings, disable the standard MIUI launcher (Settings β†’ Applications β†’ Silences β†’ Launcher).

This method does not remove the carousel completely, but makes it invisible in everyday use.

πŸ’‘

The most reliable way without root is a combination ADB-This is guaranteed to remove the carousel without risk to the system.

Why does the wallpaper carousel turn on on itself after the update?
It's a feature. MIUI β€” After major updates, the system resets some personalization settings, including wallpaper. To avoid this, before upgrading: Set static wallpaper manually. Turn off automatic change in settings (if there is one). ADB-commands to remove carousel packets (they won't recover after the update). If the carousel is back, repeat the steps from the section about the carousel. ADB.
Can I remove the carousel without a computer?
Yes, but the choice of methods is limited: πŸ“± Through settings MIUI (section 1). πŸ› οΈ Through Developer Mode (Section 2). πŸ“¦ Install a third-party launcher (Section 6). Complete removal of a carousel without a PC will require root rights and a file manager with access to system folders.
Will the ADB work on MIUI 14?
Yes, the ADB commands in Section 3 run on MIUI 14, but additional packets may be needed to remove. If the standard commands don't work, try: pm uninstall -k --user 0 com.miui.miwallpaper.liveearth Also check the list of installed packages through: pm list packages | grep miwallpaper And delete all found.
How do I return the carousel if I need it again?
If you removed the carousel via ADB, restore the packets by command: adb shell cmd package install-existing com.miui.miwallpaper If you edited system files, return the original versions from the backup. To return via settings: Go to Settings β†’ Wallpaper. Select any dynamic background. Enable Automatic Change option (if available).
Is it true that the wallpaper carousel drains the battery?
Yes, dynamic wallpaper consumes additional resources: πŸ”‹ Do 5-10% Charge per day (depending on the frequency of change and brightness of the screen). πŸ“‰ Increase the load on the processor and GPU, which can lead to inhibition. 🌑️ They raise the temperature of the device over long-term use. 9T with its budget Snapdragon processor 662 Tests show that turning off the carousel can extend battery life. 1-1.5 hourly with active use.