How to permanently remove wallpaper on Xiaomi: turn off automatic background change

Automatic wallpaper change on Xiaomi smartphones is a feature that is not popular with everyone. Many users of Redmi, POCO and the Mi line are faced with a situation where the system willfully changes the background of the desktop to standard images from the MIUI gallery or HyperOS. This behavior is especially annoying after firmware updates when the settings are reset to factory ones. In this article, we will analyze all the working ways to turn off carwallpapers, from basic settings to hidden developer parameters.

The problem is compounded by the fact that newer versions of the shell (starting with MIUI 12.5) have a deeper path to shutting down the feature, and HyperOS has integrated the wallpaper algorithm into the recommendation system, and we tested all the methods on current models from 2023-2026, from the budget Redmi Note 12 to the flagship Xiaomi 14 Ultra. Importantly, some methods require ADB rights or root access, but most solutions are available without them.

Why does Xiaomi automatically change the wallpaper?

The wallpaper autoshift feature was introduced in MIUI 11 as part of a "smart personalization" that was originally designed to adjust the background to the time of day (morning/evening landscapes) or calendar events, but over time the logic of the work has become more complicated:

  • ๐Ÿ”„ Algorithm MIUI Analyzes frequently used colors in applications and selects โ€œharmoniousโ€ wallpapers from the standard collection.
  • ๐Ÿ“… Seasonal updates: before the holidays (New Year, March 8) the system forcedly sets thematic backgrounds.
  • ๐Ÿ“ฑ HyperOS integration: in new firmware, wallpaper is tied to the Mi Account and synchronized between devices.
  • ๐Ÿ”‹ Energy Conservation: On Some Models (POCO M6 Pro, Redmi A2) dark wallpaper is installed automatically when the battery mode is turned on.

The most unpleasant thing is that the function is often activated after:

  • ๐Ÿ”„ Updates to firmware (even minor)
  • ๐Ÿ“ฑ Resetting settings to factory
  • ๐Ÿ”ง Connect to a new Mi Account

โš ๏ธ Note: On HyperOS devices (e.g. Xiaomi) 13T or Redmi K60) The standard shutdown through the settings may not work due to integration with the Mi Wallpaper Carousel service. ADB-commands or roll back the version of the application "Wallpaper".

๐Ÿ“Š What kind of Xiaomi model do you have?
Redmi Note 12/13
POCO X5/F5
Xiaomi 13/14
Redmi A2/A3
Another model
I don't know.

Method 1: Disconnect via standard MIUI/HyperOS settings

Letโ€™s start with the simplest method that works on most devices without any additional manipulations, and the instructions are relevant for MIUI 12.5-14 and HyperOS 1.0:

  1. Open the Wallpaper app (an icon with a mountain landscape).
  2. Slip on the current desktop wallpaper (not lock!).
  3. At the bottom of the screen, select the My Wallpaper tab.
  4. Slide up to the wallpaper block and press the gear. โš™๏ธ top-right.
  5. Turn off the slider Automatic change of wallpaper.

If this is not the case, try an alternative route:

  1. Go to Settings โ†’ Personalization โ†’ Wallpaper.
  2. Select Current Wallpaper โ†’ Settings (โš™๏ธ).
  3. Deactivate the option Dynamic Wallpaper or Auto Update.

On HyperOS, the path may be different:

Settings โ†’ Screen โ†’ Wallpaper โ†’ Additional settings โ†’ Synchronization of wallpaper (disable)

โš ๏ธ Note: Some of the firmware (Redmi) 10C, POCO M4 Pro) after shutdown, the function can be activated again after 1-2 days.This is due to the background process com.miui.miservice, which resets the settings.

Check the version. MIUI/HyperOS at the Settings โ†’ The phone.

Make a backup of the current wallpaper (save to the Gallery)

Disable sync with Mi Account (if not used)

Close all background applications before changing settings-->

Method 2: Remove the Wallpaper application (without root rights)

If a standard shutdown doesn't work, you can try deactivating the system application responsible for the automan, which works without rooting rights, but requires a PC connection and ADB use.

Note: Deleting the com.miui.miwallpaper application will result in:

  • ๐Ÿ”˜ The ability to install live wallpaper will disappear.
  • ๐Ÿ”˜ Standard wallpaper MIUI It will be unavailable (only user-generated services will remain)
  • ๐Ÿ”˜ Some desktop widgets may be missing

If you are satisfied with this, follow the instructions:

  1. Turn on USB Debugging in Settings โ†’ About Phone โ†’ MIUI version (shap 7 times, then go back to Additional Settings โ†’ For Developers).
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Download ADB Tools and unpack into any folder.
  4. Open the command line (Win+R โ†’ cmd) and type:
adb devices

(Your device should be displayed)

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

Once you've done the command, reboot your phone. The wallpaper app will disappear from the menu, and the automan will stop. To get it back, use:

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

๐Ÿ’ก

If ADB doesnโ€™t recognize the device, try reinstalling Xiaomi USB Drivers or using Mi PC Suite. Windows 11 may need to disable driver signature verification.

Method 3: Disconnecting through developer settings (hidden method)

MIUI 13+ and HyperOS have a hidden setting that controls background personalization processes, which can be turned off via the developer menu:

  1. Activate Developer Mode (as in Method 2).
  2. Go to Settings โ†’ Additional settings โ†’ For developers.
  3. Find the option to Disable MIUI Optimization (or MIUI optimization in Russian) and deactivate it.
  4. Go back to the basic settings and open the Apps โ†’ Application management โ†’ Three points (โ‹ฎ) โ†’ Show all the processes.
  5. Find the processes: com.miui.miservice (responsible for background synchronization) com.miui.personalassistant (algorithm for wallpaper selection)

Stop it.

Shut down.

After these actions, the system will stop analyzing your preferences and forcedly install wallpaper, but some smart personalization features (for example, adaptive screen lighting) may disappear.

MethodADB/Rut requiredIt's powered by HyperOS.Side effects
Standard settingsโŒ No.โš ๏ธ Partially.Could work temporarily.
Deletion of the wallpaper annexโœ… ADBโœ… Yes.Loss of live wallpaper
Disconnect MIUI OptimizationโŒ No.โœ… Yes.Violation of adaptive functions
Blocking through AppOpsโœ… ADBโœ… Yes.Notifications may be missing

Method 4: Block permissions via AppOps (advanced)

If previous methods failed, you can block the Wallpaper application from accessing key system functions, requiring ADB, but not removing the application itself.

Do it in the command line:

adb shell appops set com.miui.miwallpaper RUN_ANY_IN_BACKGROUND ignore


adb shell appops set com.miui.personalassistant RUN_IN_BACKGROUND ignore




adb shell appops set com.miui.miservice AUTO_START ignore

These teams:

  • ๐Ÿšซ Prohibit the background work of applications
  • ๐Ÿ”’ Block auto-start when the phone is turned on
  • ๐Ÿ›ก๏ธ Prevents changes in system settings

To get it back, replace ignore with allow in commands.

What to do if ADB is not working?
If teams ADB Return the error device unauthorized or no devices/emulators found, follow the following steps: 1. Check that the debugging is on USB turned on and a pop-up window appeared on the phone with a confirmation of the connection. 2. Try another one. USB-cable (preferably original from Xiaomi). 3. Install drivers via Mi Flash Tool (download on the official website). 4. On Windows, disable driver signature verification: type in the command line on behalf of the administrator bcdedit /set nointegritychecks on and restart the PC.

Method 5: Manual System File Replacement (for experienced)

This method is suitable for users with unlocked bootloader and root rights, and involves replacing standard MIUI wallpaper with an empty file, which causes the system to โ€œbreakโ€ when trying to change cars.

You will need to:

  • ๐Ÿ“ฑ Root access (Magisk or SuperSU)
  • ๐Ÿ–ฅ๏ธ File Manager with root support (e.g. Solid Explorer)
  • ๐Ÿ“ Empty. PNG-file size 1ร—1 pixel)

Instructions:

  1. Download empty. PNG-File (you can create it in Paint or download it here).
  2. Open Solid Explorer, provide root access and follow the path:
/system/priv-app/MiuiWallpaper/res/drawable-nodpi/
  1. Find files with names default_wallpaper.jpg, lockscreen_wallpaper.jpg similar.
  2. Back up the original files (copy to another folder).
  3. Replace them with your empty one. PNG-file (pre-renamed it under original names).
  4. Set the license 644 (r-w-r-----).
  5. Reboot the phone.

โš ๏ธ Warning: Incorrect replacement of system files can lead to bootloop ( looped boot).Before manipulation, make sure you have a backup of the firmware and access to the Fastboot for recovery. On HyperOS devices, this method may not work due to system file integrity checks.

๐Ÿ’ก

If you are not sure about your root skills, you should use methods 1-3. Replacing system files is an extreme measure that can disrupt the shell.

Additional tips: how to prevent the re-enactment of car wallpaper

Even after a successful shutdown, the function can be activated again to avoid this:

  • ๐Ÿ”„ Turn off automatic app updates in Google Play for โ€œWallpaperโ€ and โ€œThemes".
  • ๐Ÿ“ต Freeze system applications with Titanium Backup or App Master (root required):
  • ๐Ÿ”’ Block Internet access for these applications through Settings โ†’ Annexes โ†’ Data limitation.
  • ๐Ÿ“ฅ Remove the cache and data of the Wallpaper app after turning off the auto shift.

For HyperOS devices, it is also recommended to:

  1. Disable synchronization with Mi Account in account settings.
  2. B Settings โ†’ Accounts and synchronization deactivate the option Synchronization of wallpaper.
  3. Install a third-party launcher (like Nova Launcher) that ignores system wallpaper.

If you are using POCO Launcher, check its settings โ€“ some versions have a separate autowall switch in Launcher Settings โ†’ Personalization.

FAQ: Frequent questions about wallpaper on Xiaomi

โ“ Why After Updating MIUI wallpaper is back on?
When you update your firmware, you reset some personalization settings, including Wallpaper app settings, which is due to Xiaomi's policy of forcedly activating smart features after the updates. Solution: Before upgrading, back up your current wallpaper. After upgrading, immediately disable the automanufacturer through the settings (method 1). Use ADB to block background processes (method 4).
โ“ Can I turn off the car without a computer?
Yes, but not on all firmware. Try: Method 1 (standard settings) or Method 3 (disable MIUI Optimization); install a third-party launcher (like Apex Launcher) that ignores system wallpaper; use applications like Activity Launcher to access hidden wallpaper settings; on HyperOS without ADB, it's almost impossible to permanently disable autowallpapers, the feature is deeply integrated into the system.
โ“ Why Redmi Note 11 doesnโ€™t have โ€œCarsโ€ in the settings?
On some models (Redmi Note 11, POCO X3 Pro) the function is hidden deeper. Try: Open the Wallpaper app" โ†’ pick up โ†’ tap โš™๏ธ In the upper right corner, if there's no item, use it. ADB To disable the com.miui.miservice process (mode 4). Check for updates to the Wallpaper app in Google Play - sometimes new versions add missing options.
โ“ How to return standard wallpaper MIUI after removing them through ADB?
If you removed the Wallpaper app via pm uninstall, you can restore it in two ways: ADB: adb shell cmd package install-existing com.miui.miwallpaper Through resetting: Go to Settings โ†’ About Phone โ†’ Reset. Select Reset all settings (does not delete data, but restores system applications). If the wallpaper is not back, download the official APK Wallpaper app for your model from APKMirror and install it manually.
โ“ Will these methods work on Xiaomi with HyperOS?
Partially. On HyperOS (installed on Xiaomi 13/14, Redmi K60, POCO F5 and later), standard methods often fail because of: Integration of wallpaper with Mi Account and cloud synchronization. Absence of Autowallpaper in settings. Automatic recovery of system applications after deletion. Recommended methods for HyperOS: Method 4 (locking via AppOps). Installation of a third-party launcher with system wallpapers. Use of ADB to disable com.miantui.assist.