Xiaomi's changing (dynamic) wallpapers transform the look of the smartphone, adding freshness every time you unlock the screen. Unlike static images, they automatically change in time, event or even depending on the weather. MIUI This article will cover all the current ways, from embedded tools to third-party applications, including bypassing the restrictions for older models.
It is important to understand that the configuration options depend on the firmware version (MIUI 12/13/14) And the models of the device. 13/14 Support dynamic wallpaper out of the box, and budget Redmi Note 10/11 We've tested all the methods on the latest versions of the software (2026 year) and weeded out outdated solutions that stopped working after security updates.
If you want to do more than just change your images, and create full-fledged animations (like wallpaper with paralax effect or gesture response), you have to use third-party launchers. MIUI. Next β step-by-step instructions taking into account all the pitfalls.
1. Integrated dynamic wallpaper in MIUI: look?
Starting with MIUI 12.5, Xiaomi added limited support for changing wallpapers, but the feature is hidden deep in the settings:
- Open the Settings β Wallpaper.
- Select the Dynamic tab (if not, your model does not support the function natively).
- Scroll down to the Automan or Theme of the Day section.
This section is available:
- π Wallpaper by time of day β change at dawn / sunset (requires access to geolocation).
- π¦οΈ Weather wallpaper β the background adapts to rain, snow or sun (works only with the Weather system application).
- π¨ Color themes β cyclical palette change (e.g. dark/light theme on schedule).
Limitations of the method:
- β It does not work on all models (for example, it is not available on Redmi). 9A and POCO M3).
- β No way to upload your images β only system templates.
- β The frequency of the change is fixed (usually once every 6-12 hours).
β οΈ Note: On some devices after upgrading to MIUI 14 Dynamic tab goes missing. This is a bug related to regional firmware, the solution is to change the region in the settings to India or Global (but this can turn off some services, for example, Google Pay).
2.Use of the topics MIUI: shifting-function
Few people know, but at the center of the (MIUI Themes) has a hidden mechanism for changing wallpapers on a schedule, which works even on older models, but requires manual adjustment:
- Open the Themes app (icon with brush).
- Go to Wallpaper section. β My wallpaper.
- Click on the three dots in the upper right corner and select the Autoshift Settings.
- Activate the slider and set the interval (from 1 hour to 1 day).
Advantages of the method:
- β It works on all devices with MIUI 11+.
- β You can add your own images (up to 20 pieces in line).
- β No need to install third-party applications.
How to add your wallpaper to the driver:
- In the My Wallpaper section, click Add and select images from the gallery.
- Hold your finger on the wallpaper and drag them up the list to set priority.
- In the settings of the changeover, tick the necessary wallpaper.
Upload the wallpaper to the folder. DCIM/Wallpapers|Cut to screen resolution (for example, 1080Γ2400 For the Redmi Note 12)|Check that format JPG or PNG (not HEIC)|Turn off gallery optimization in Settings β Warehouse
-->
β οΈ Note: If after setting up the auto change wallpaper does not change, check the permissions for the Themes app in Settings β Annexes β Permits β Auto-start. Without it, the function won't work.
3. Third-party apps: top-3 flexible-tuning
If the built-in tools don't work, third-party apps come to the rescue, and we tested dozens of options and selected the three most stable ones:
| Annex | Features | Cons | Compatibility |
|---|---|---|---|
| Wallpaper Changer | Time/geolocation driver, Live Wallpapers, Google Photos integration. | The commercial is free. | MIUI 12+, Android 9+ |
| Muzei | Daily art wallpapers: blur and customize transparency; support for plugins (e.g. Earth View). | No manual timer shift. | All versions of MIUI |
| Tapet | Generate unique patterns. Auto-update every hour. No need to upload images. | Paid styles (from 100)β½). | Android 8+ |
Instructions for setting up Wallpaper Changer (the most versatile option):
- Install the app from Google Play.
- Open it and provide permissions for the Warehouse and Wallpaper Installation.
- In the Sources section, add folders with wallpaper (for example, Download/Wallpapers).
- In Settings, set the shift interval (we recommend every 6 hours).
- Activate the Apply on unlock option so that the wallpaper changes when unlocked.
π‘
If the app doesnβt change the wallpaper automatically, add it to the battery optimization exceptions: Settings β Battery β Optimizing the battery β All applications β Wallpaper Changer β No restrictions.
For Muzei, you will need additional configuration:
1. Install Muzei and the plugin (e.g., "Muzei with Unsplash").
2. In the Muzei settings, select the source of the wallpaper.
3. Enable the option "Blurr" (Blur) to the text on the screen remains readable.
4. In Settings β Default Apps β Wallpaper select Muzei.4. Launchers with support for dynamic wallpaper
If you want more than just shifting pictures, but interactive wallpapers (responsive to touch, time of day or music), you'll have to use alternative launchers.
- π Nova Launcher + Muzei: Support for gestures and animations. Integration with Google Discover.
- π Lawnchair: Built-in wallpaper change on schedule. Minimalist design without advertising.
- π¨ Action Launcher: Support for Live Wallpapers without lags.Adaptive icons for MIUI.
How to set up dynamic wallpaper in Nova Launcher:
- Install Nova Launcher and Muzei.
- In the Nova settings, select Settings β Wallpaper. β Dynamic wallpaper.
- Specify Muzei as the source of the wallpaper.
- In Muzei settings, select a plugin (such as Unsplash or Earth View).
- Set up the refresh rate (we recommend it every day).
What if the launcher is slowing down?
β οΈ Attention: On devices with MIUI 14 and HyperOS, some launchers may conflict with system gestures. If swipes stop working after installation (e.g., back-up), disable Full-screen gestures in Settings β Display. β Full screen mode.
5. The changing wallpaper through ADB: for advanced users
If you are ready to dive into the technical details, you can set up a wallpaper changer through ADB-This method works on all versions. MIUI, But it requires a computer connection.
What you need:
- A computer with ADB Tools installed.
- Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β Tap 7 times, then additionally β For developers β Debugging by USB).
- A folder with wallpaper on the phone (for example, /sdcard/Wallpapers/).
Instructions:
- Connect the phone to the PC and confirm debugging.
- Open the command prompt (Windows) or terminal (Mac/Linux) in the folder with ADB.
- Run the command to check the connection: Adb devices must appear serial number of the device.
- Set the wallpaper by default (example for the wallpaper1.jpg): adb shell am start -a android.intent.action.SET_WALLPAPER -d file:///sdcard/Wallpapers/wallpaper1.jpg
- For autoshift, create a script on a PC (like Python) that will send this command every N hours.
π‘
ADB-The method is the only way to configure wallpaper change on Xiaomi with custom firmware (for example, LineageOS), where standard features are used. MIUI not.
Example of Python script for autoshift (requires python-adb installed):
from adbutils import adb
import time
import random
Connection to the device
device = adb.device
Wallpaper list
wallpapers = [
"/sdcard/Wallpapers/1.jpg",
"/sdcard/Wallpapers/2.jpg",
"/sdcard/Wallpapers/3.jpg"
]
while True:
# Choosing random wallpaper
wp = random.choice(wallpapers)
# Installation of wallpaper
device.shell(f'am start -a android.intent.action.SET_WALLPAPER -d file://{wp}')
#Pause 6 hours
time.sleep(21600)β οΈ Attention: When in use ADB-commands do not interrupt the process of installing wallpaper - this can cause a failure of the system application com.android.wallpaper. If after the command the wallpaper has not changed, restart the device.
Problems and Solutions: Why the Wallpaper Doesn't Change
Even after you set it up correctly, the changing wallpaper may not work properly.
| Problem. | Possible cause | Decision |
|---|---|---|
| Wallpapers don't change on schedule. | The app is killed by the battery optimizer. | Add the app to battery exceptions. Check the time zone in Settings β Additionally. β Date and time. |
| Black screen after changing wallpaper | Incompatible image format. System renderer failure. | Convert the wallpaper into PNG Reboot the device in safe mode (Power button) β Hold "Switch off" β Safe regime). |
| Wallpaper is dropped on standard | System update conflict, launcher reset. | Turn off auto-update themes in Settings β Topics β Auto Update. Lock the launcher as the default application. |
If none of the methods helped, try resetting the wallpaper settings:
- Go to Settings β Applications β Application Management.
- Find Wallpaper (or Wallpaper) and click Warehouse β Clear the data.
- Reset the device.
On devices with MIUI 14 and HyperOS after wallpaper reset may require re-activation of the autoshift function in Settings β Wallpaper. β Dynamic.
7.The best sources of wallpaper for motor shifting
The quality of the changing wallpaper depends on the original images, and here are proven sources of high-quality images optimized for Xiaomi:
- π Unsplash (unsplash.com/wallpapers): Free wallpaper in permit 4K. Categories: nature, cities, abstraction. API Automatic download (for example, via Muzei).
- πΌοΈ Wallhaven (wallhaven.cc): The resolution filter (select) 1080p or 1440p). Support for a dark topic (useful for the AMOLED-screen).
- π¨ Backiee (backiee.com): Wallpaper with gradients and minimalist design, adapted to 19.5:9 and 20:9 (Xiaomi aspect ratio).
- π± Zedge (Google Play app): Over 1 million wallpapers and Live Wallpapers. Built-in editor for cropping under the screen.
Tips for choosing wallpaper for auto change:
- π Avoid images with small details β they will be illegible on the lock screen.
- π For AMOLED-displays (Xiaomi) 12/13/14) Choose a dark wallpaper - this will save battery power.
- π The best resolution for most Xiaomi: 1080Γ2400 (Full HD+) or 1440Γ3200 (QHD+).
- π¨ For smooth change, use wallpaper of one color scheme (for example, all in blue tones).
π‘
To keep the wallpaper from stretching, cut it to the exact resolution of your screen. AIDA64 (Display section or GSMArena site (input your Xiaomi model).