How to permanently disable the wallpaper carousel on Xiaomi Poco X3: the full guide

Automatic wallpaper change on Xiaomi Poco X3 is a feature that is not popular with all users, many of whom are faced with a situation where the desktop suddenly changes the background, knocking down the location of the icons and disrupting the usual interface, and this behavior is especially annoying when the carousel is activated after updating MIUI or installing third-party themes.

In this article, we will explore all the possible ways to disable automatic wallpaper change, from standard MIUI settings to hidden settings and third-party solutions. You will learn how to lock the carousel forever, what applications can help in this, and what to do if the settings are reset after rebooting.

Important: Some methods require root rights or USB debugging, so we'll give you a warning of the risks in advance. If you're not ready to experiment, start with the safe ways in the first sections.

On the Poco X3 (and other Xiaomi smartphones), automatic wallpaper change can be activated for several reasons:

  • πŸ”„ Update MIUI: After installing a new firmware version, personalization settings are often reset, including the desktop background.
  • 🎨 Topics MIUI: Some themes from the official Xiaomi store contain a built-in wallpaper carousel, which is turned on when they are used.
  • πŸ“± Third-party launchers: If you use an alternative launcher (Nova, Apex, etc.), its settings may conflict with system launchers.
  • πŸ€– Optimization of the system: MIUI Sometimes it changes wallpapers to β€œimprove the user experience” (especially on budget models like Poco).

Most often, the problem arises after switching to MIUI 12.5+ or MIUI 13/14, where Xiaomi is actively implementing dynamic personalization features, but the settings may not have an explicit switch to turn off the carousel – you have to look for it in hidden menus.

πŸ“Š How often do you change your Poco wallpaper? X3?
Every day.
Once a week.
After the updates
Never noticed.
I'm offline.

Method 1: Disconnecting through standard MIUI settings

Let's start with the safest method, which works on most firmware versions, and you don't need root rights or extra software.

  1. Open the Themes app (icon with brush).
  2. Go to Wallpaper section. β†’ Desktop.
  3. If there is an Autoshift or Carousel switch at the bottom of the screen, move it to the off position.
  4. Select a static background manually and click Apply.

On some versions of MIUI, the path may be different:

  • πŸ“Œ Settings β†’ Personalization β†’ Wallpaper. β†’ Wallpaper parameters
  • πŸ“Œ Settings β†’ Screen. β†’ Wallpaper. β†’ Additionally.

If there is no switch, the carousel is controlled at the theme level, try changing the theme to a standard one (Basic or MIUI) and repeat the steps.

πŸ’‘

After turning off the carousel, take a screenshot of the current wallpaper and save it to the gallery. The next time you reset the settings, you can quickly restore the background.

Method 2: Resetting the launcher settings

Sometimes the wallpaper carousel is not a system function, but a feature of the POCO Launcher launcher, in which case resetting its settings will help:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find POCO Launcher (or Lawnchair if you use it).
  3. Open the Warehouse. β†’ Clear the data.
  4. Confirm the action and restart the phone.

⚠️ Warning: This method will reset all launcher settings, including icon layout, gestures and folders. backup in advance via Settings β†’ Additionally. β†’ Backup.

After the reboot:

  1. Set static wallpaper manually.
  2. Turn off automatic themes updates in Settings β†’ Themes β†’ Settings β†’ Auto Update.

Make sure the wallpaper is saved in the gallery

Remember the location of icons on the desktop

Disable theme synchronization with Xiaomi account

Check the launcher version in Google Play (if updated)-->

Method 3: Disconnect via ADB (without root)

If standard methods don't work, you can use ADB (Android Debug Bridge), which doesn't require root rights, but requires a computer and USB debugging enabled.

Instructions:

  1. Turn on Developer Mode on your phone: go to Settings β†’ About Phone and click on MIUI Version 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and activate Debugging over USB.
  3. Connect your phone to your PC, install ADB Tools, and execute the command:
adb shell settings put global wallpaper_changing_enabled 0

To return the carousel (if you change your mind), use:

adb shell settings put global wallpaper_changing_enabled 1

⚠️ Note: on some firmware, Xiaomi blocks this setting from changing. If the team doesn't work, try an alternative method:

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

This will disable the system wallpaper app, but it can cause errors when you try to change the background manually to get it back.

adb shell pm enable com.miui.miwallpaper

Method 4: Edit system files (root required)

For power users willing to risk system stability, there is a radical method, editing MIUI configuration files, which can lead to a bootloop if you do something wrong. Use it at your own risk.

You will need to:

  • πŸ”“ Root access (for example, via Magisk).
  • πŸ“± File Manager with support for root (Solid Explorer, FX File Explorer).
  • πŸ“ Backup of the system (required!).

Instructions:

  1. Open the file manager and follow the path:
/data/system/users/0/
  1. Find the file. wallpaper_info.xml Open it in the text editor.
  2. Remove or comment on lines that contain:
<item name="wallpaper_changing_enabled" value="true" />
  1. Save the file and restart the phone.

Alternative path (for MIUI 13+):

/data/data/com.miui.home/shared_prefs/com.miui.home.preferences.xml

Look for parameters with wallpaper_ in the title and remove the mention of the carousel.

What if the phone doesn’t turn on after editing files?
If you have a bootloop, try it: 1. Go in. TWRP and restore the backup (if you have done so). 2. Through ADB Return the original files from the computer: adb push wallpaper_info.xml /data/system/users/0/ 3. In extreme cases, flash your phone through Fastboot (instructions for Poco) X3 eat 4PDA).

Method 5: Using Third-Party Applications

If the system methods don't work, you can block the carousel with third-party utilities, and we tested a few solutions -- the best options in the table below:

AnnexNeed root?Principle of workReference
Wallpaper Changer Stopper❌ No.Blocks system services responsible for changing wallpaperGoogle Play
MacroDroid❌ No.Creates a rule that drops wallpaper on the selected backgroundGoogle Play
Tasker❌ No.Automates the return of static wallpaper when it changesGoogle Play
LADB (Local ADB)❌ No.Local ADB for executing commands without PCGoogle Play

Example of settings in MacroDroid:

  1. Create a new macro with trigger Wallpaper changed.
  2. Add the action Set wallpaper and select your background.
  3. Save the macro and activate it.

⚠️ Note: Some apps (such as Wallpaper Changer Stopper) may conflict with the MIUI and cause errors in system services. Check the reviews for your Poco model before using it. X3.

πŸ’‘

Third-party apps are the most versatile way, but they consume an extra battery and can slow down your phone. Use them only if system methods don't work.

Many Poco X3 users complain that the wallpaper starts to change again after a reboot or update.This is because MIUI restores the default settings.

  • πŸ”§ Turn off automatic theme updates: Settings β†’ Topics β†’ Settings β†’ Auto-update themes.
  • πŸ“΅ Freeze the system application of wallpaper: through ADB (pm disable-user com.miui.miwallpaper) or using Titanium Backup (root required).
  • πŸ”„ Change Launcher: Install Nova Launcher or Lawnchair – They Ignore Wallpaper System Settings.
  • πŸ›‘οΈ Xposed Blocking: If You Have Root, Module MIUI Extra Settings allows you to disable the carousel at the level of the framework.

If the problem persists, check to see if your phone has apps like Zedge or WallpapersCraft, which may have their own wallpaper-changing mechanisms, and remove them or disable auto-update in the settings.

FAQ: Answers to Frequent Questions

Can I turn off the carousel without root and ADB?
Yes, 80 percent of the time, standard MIUI settings (Method 1) or launcher resets (Method 2) help. If these methods don't work, try third-party applications from Method 5.
Why do the wallpaper turn black after the carousel is turned off?
This is a MIUI bug that occurs when you reset your launcher settings. To fix: Go to Settings β†’ Wallpaper. Select any background manually (even if it's the same) Apply it and restart your phone.
Will it work? ADB-method MIUI 14?
Starting with MIUI 13.5, Xiaomi tightens restrictions on changing system parameters ADB. If the team wallpaper_changing_enabled Try it: Adb shell settings put secure wallpaper_changing_enabled 0 Or use it. LADB (local ADB) high-ranking.
Can the carousel be turned off only on a closed screen?
Yes, for this: Open Settings β†’ Screen Lock. Select Lock Wallpaper. Turn off Dynamic Wallpaper or Automan. On some firmware, this option is hidden in Settings β†’ Personalization β†’ Screen Lock β†’ Additional.
How do I return the carousel if I change my mind?
Depending on the method used: If you've been switched off through the settings, just turn the switch back on. ADB β€” Adb shell settings put global settings wallpaper_changing_enabled 1. If you edited system files, restore them from a backup or reflash your phone.