Changing the wallpaper to the Xiaomi Redmi 10 seems like a simple task โ until you face the limitations of the proprietary shell MIUI. Even after downloading a favorite image to the gallery, the system may refuse to install it on the lock screen or desktop, offering standard themes instead. In this article, we will analyze all the working methods, from basic settings to bypassing system restrictions through ADB and third-party utilities.
The peculiarity of Redmi 10 (codename selene) is that MIUI aggressively caches wallpaper and imposes restrictions on the resolution of uploaded images. For example, for a lock screen, the system can automatically crop the picture to 1080ร2340 pixels, even if you chose a file with a resolution of 4K. We tested all methods on current versions of MIUI 13/14 and identified those that are guaranteed to work without root rights.
Method 1: Installation of wallpaper through a standard gallery
The most obvious method is to use the built-in Xiaomi gallery, which is suitable for most users, but has limitations on resolution and file format.
- Prepare the image: the optimal resolution for Redmi 10 is 1080ร2400 (aspect ratio 9:20).
- Open the Gallery app and find the image you want.
- Slip it on it, then press the button. โฎ โ Set up how โ Wallpaper.
- Select the crop area (the system will offer options for the desktop and lock screen).
โ ๏ธ Attention: MIUI It can automatically compress the image to 720p, If the original file weighs more than 5MB, reduce the size by using TinyPNG or similar service.
- Image resolution corresponds to 1080ร2400
The file is not more than 5 MB (otherwise MIUI will compress it)
Images not in.webp or.heic format (not supported)
- In the screen settings, the "Energy Saving" mode is turned off (it reduces the brightness of the wallpaper)-->
If after installation, the wallpaper looks blurry or cropped incorrectly, try:
- ๐ Reboot your phone (sometimes) MIUI not apply changes immediately).
- ๐ Use third-party cropping apps (e.g. Photo & Picture Resizer).
- ๐ผ๏ธ Change the format to.png โ it better retains transparency and colors.
Method 2: Use of the "Themes" application
MIUI has a built-in Theme app that allows you to install not only wallpaper but also full-fledged visual packages. But there are pitfalls: many of the wallpapers in the official catalog require a connection to Chinese servers and can slow down the system.
- Open Topics โ Wallpaper.
- Choose My Wallpaper tab (if not, tap the avatar in the upper right corner).
- Click + โ Local Wallpaper and select your file.
- Apply the changes to your desktop, lock screen, or both at the same time.
Important: Themes app may not show files in.webp or higher than 2K. If your image doesnโt appear in the list, convert it to.jpg through any online converter.
| File format | Is it supported on "Themes"? | Max, permission. | Notes |
|---|---|---|---|
| .jpg | โ Yes. | 2000ร2000 | Best choice for MIUI |
| .png | โ Yes. | 2000ร2000 | It supports transparency, but it weighs more. |
| .webp | โ No. | โ | Not on the list. |
| .heic | โ No. | โ | Requires conversion |
| .gif | โ ๏ธ Partially. | 500ร500 | Live Wallpaper Only (requires MIUI 14+) |
If after using the wallpaper looks dull, check the screen settings:
- Go to Settings โ Display โ Colors and contrast.
- Select the Saturated or Standard profile (Energy Saving Mode mutes the colors).
Standard gallery|Annex โThemes"|Third-party annexes|ADB/manual|I don't change wallpaper.-->
Method 3: Third-party applications for wallpaper
If the built-in MIUI tools don't work, you can use third-party apps, which offer more features: animation, adaptive cutting-out, support for custom formats, and the best options for Redmi 10:
- ๐ WallpapersCraft - a catalog of wallpapers with filters by resolution (there is a section specifically for 1080ร2400).
- ๐จ Backdrops โ a collection of minimalist wallpaper with support for a dark theme.
- ๐ผ๏ธ Zedge โ a huge database of wallpapers and ringtones, but contains advertising.
- ๐ Muzei Live Wallpaper โ automatically changes wallpapers on schedule (requires) MIUI 12+).
To install wallpaper through a third-party application:
- Download and install the selected application from Google Play.
- Select the image you like and click Install.
- In the window that appears, select MIUI Wallpaper (if there is no such item, use Other Applications โ Gallery).
โ ๏ธ Note: some apps (e.g. Zedge) request permission to access files and cameras. Give up unnecessary permissions - there is enough access to the Warehouse to install wallpaper.
If the wallpaper is not applied after installation, try:
- ๐ Restart the Themes app (close it in multitasking).
- ๐ฑ Set wallpaper through Settings โ Wallpaper (sometimes it works better).
- ๐ง Clear the application cache Themes in Settings (Settings) โ Annexes โ Application management โ Topics โ Warehouse โ Clear the cache).
๐ก
If the wallpaper in the app looks normal but becomes blurry after installation, try turning off the Adaptive Brightness option in the screen settings. MIUI sometimes handles color profiles incorrectly.
Method 4: Install wallpaper through ADB (for advanced)
If none of the above methods worked, you can use the Android Debug Bridge (ADB) manually, which requires connecting your phone to a PC, but bypasses all the limitations of MIUI.
- ๐ฅ๏ธ Computer with installed ADB Tools.
- ๐ฑ Included debugging by USB Redmi 10 (Settings) โ The phone. โ Version. MIUI โ Tap 7 times, then go back to Settings โ Additionally. โ For developers โ Debugging by USB).
- ๐ผ๏ธ Prepared image in.jpg or.png format (resolution) 1080ร2400).
Instructions:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) and do:
adb devices(Serial number of your Redmi 10 should be displayed).
- Copy the wallpaper file to /sdcard/Pictures/Wallpapers/:
adb push your image.jpg /sdcard/Pictures/Wallpapers/- Set wallpaper through ADB:
adb shell am start -a android.intent.action.SET_WALLPAPER -d file:///sdcard/Pictures/Wallpapers/ your image.jpgIf the team fails, try an alternative method through wallpaper_manager:
adb shell cmd wallpaper set /sdcard/Pictures/Wallpapers/your image.jpg --backend bothโ ๏ธ Note: After installing the wallpaper through ADB They may disappear after the reboot. To record the changes, you can do this:
adb shell settings put global wallpaper_changing_enabled 0What if the ADB canโt see the device?
Method 5: Live Wallpaper and Animation
Redmi 10 on MIUI 13/14 supports live wallpaper, but with limitations: the animation works only on the lock screen and consumes an additional battery.
- Download the live wallpaper app (like KLWP Live Wallpaper Maker or Wallpaper Engine).
- Choose your favorite animation and export it to.kwgt or.apk.
- Set wallpaper through Settings โ Wallpaper โ Live wallpaper.
Please note:
- ๐ Live wallpaper increases battery consumption by 5-15% (tested on Redmi 10s) MIUI 14).
- ๐ฅ๏ธ Some animations may lag if heavy apps are running in the background.
- ๐ซ MIUI Blocks live wallpaper from unknown sources โ turn on the installation from APK safety-setting.
For maximum productivity:
- Choose wallpaper with a resolution not higher than 1080p.
- Turn off animation in the app settings if it is not needed.
- Use the Energy Saving mode in the battery settings for live wallpaper.
๐ก
The live wallpaper on Redmi 10 only works on MIUI 13 and later. On older versions of the shell, the animation will appear as a static image.
Solving Wallpaper Problems on Redmi 10
Even after a successful installation, the wallpaper on Redmi 10 may not behave properly, such as disappearing after an update, stretching, or turning black and white.
| Problem. | Possible cause | Decision |
|---|---|---|
| Wallpaper is reset after resetting | MIUI dumps wallpaper cache | Set wallpaper via ADB or turn off optimization in battery settings for the Themes app |
| The colors of the wallpaper became dull. | Power saving mode or adaptive brightness is enabled | Turn off Settings โ Display โ Adaptive Brightness and select a Saturated Profile |
| Wallpaper is not installed from the gallery | File in non-upported format or too large | Convert to.jpg and reduce the resolution to 1080ร2400 |
| Black screen instead of wallpaper | Failure in the app Topics | Clear cache and application data Topics in settings |
If the wallpaper is displayed incorrectly only on the lock screen, check:
- Overlay widgets: go to Settings โ Lock screen โ Widgets and disable unnecessary ones.
- Always-on Display mode: It can conflict with wallpaper (disables in Settings โ Lock screen โ Always-on Display).
- Security settings: Some wallpapers are blocked if the Privacy Protection option is enabled.