Have you ever tried to find a beautiful background pattern from Xiaomiβs standard collection to use on another device or just save? or wanted to return a deleted user image that used to stand on the lock screen? In MIUI, wallpaper is scattered across several hidden folders, and their paths depend on the firmware version, smartphone model, and even the installation method (via gallery or theme).
In this article, we will not only show you the exact paths to the folders with wallpaper on Redmi, POCO and Mi, but also explain how to access them β from a simple file manager to ADB commands.
- π± Standard wallpaper MIUI (including dynamic and dark variants)
- πΌοΈ Custom backgrounds downloaded from a gallery or the internet
- π¨ Wallpaper from the themes of design (including paid collections)
- π Hidden system files that are not displayed in the Explorer
We will focus on the difference between the global and Chinese versions of MIUI, where the paths to wallpaper can be very different, and we will also discuss why some files have the.mtz extension and how to unpack them.
1. Standard MIUI wallpaper: where to look for built-in backgrounds
Xiaomiβs built-in wallpaper is divided into two categories: basic (installed with firmware) and additional (downloaded through the Themes app). The first is stored in the system partition and requires root rights to access, the second is in user memory.
The main path to standard wallpaper (for MIUI 12-14):
/system/media/theme/default_wallpaper/In this folder you will find files with names like:
- π miui_wallpaper_normal.jpg β light-size
- π miui_wallpaper_dark.jpg β dark-size
- π± lockscreen_wallpaper.jpg β background
β οΈ Note: On the Chinese versions MIUI (For example, on the Redmi Note. 12 Pro+ 5G For the Chinese market, the path may look like /miui/theme/default_wallpaper/. Use a root-enabled file manager (such as Mixplorer) to see these folders.
If you have a global version of MIUI, try an alternative route:
/data/system/users/0/wallpaper/It stores the current lock screen and home screen wallpaper in.png or.jpg format, but with automatically generated names (e.g., the name of the lock screen, wallpaper_lock_1689234567.jpg).
2. Custom wallpaper: where loaded backgrounds are stored
All wallpapers you install manually (from a gallery, downloads or third-party applications) are stored in accessible folders, and their location depends on the method of installation:
| Method of installation | The way to wallpaper | Notes |
|---|---|---|
| From the gallery | /storage/emulated/0/Pictures/Wallpapers/ | It is automatically created when the first wallpaper is saved. |
| Through "Themes." | /storage/emulated/0/Android/data/com.miui.miwallpaper/files/ | Files can be in.mtz (theme archives) format |
| From downloads. | /storage/emulated/0/Download/ | If you manually downloaded the image and installed it as wallpaper |
| Through third-party applications (e.g. Zedge) | /storage/emulated/0/Android/data/[package_name]/files/ | Depends on the application, often requires root to access |
An important nuance: if you cut the wallpaper during installation (for example, fit under the screen), MIUI saves the source file in the Wallpapers folder, and the cropped version in the cache of the system.
/data/data/com.android.systemui/cache/π‘
If you can't see the Wallpapers folder in Pictures, create it manually and reboot the smartphone, and then MIUI will start saving wallpaper there automatically.
3. MIUI wallpaper: how to get files from.mtz archives
Xiaomi's themes have the.mtz extension, which is an archive that contains not only wallpaper, but also icons, fonts, sounds, and to extract backgrounds from them, you'll need:
- Download the theme in.mtz format (e.g. from /storage/emulated/0/MIUI/theme/.data/).
- Rename the file to.zip and unpack it through an archiver (e.g. WinRAR or 7-Zip).
- The wallpaper will be in the wallpaper/ folder inside the archive.
Example of the structure of the unpacked theme:
theme_name.mtz β Rename to theme_name.zip β unpack β folder wallpaper/
βββ lockscreen.jpg
βββ homescreen.jpg
βββ preview.jpg (preview)β οΈ Note: Some themes use vector wallpapers (.svg format) that won't open in a standard gallery. Use apps like Inkscape or Adobe Illustrator to view them.
If you want to save wallpaper from a paid theme, but do not want to buy it, use the workaround:
Set the theme in preview (click "Apply" in the preview window) |Cancel theme immediately in 2-3 seconds |Check the folder /storage/emulated/0/Android/data/com.miui.miwallpaper/cache/ - there may be temporary wallpaper files |Copy them to a safe place before clearing the cache-->
4.How to find wallpaper through ADB (no root)
If you donβt have root rights but need to get out the system wallpaper, use Android Debug Bridge (ADB), which works even on locked smartphones.
Instructions:
- Install ADB Tools on your computer.
- Enable USB debugging on your smartphone (Settings β About Phone β MIUI Version β 7 times click on version β Return to Additional Settings β For Developers β Debugging over USB).
- Connect your phone to your PC and execute a command to copy the wallpaper:
adb pull /system/media/theme/default_wallpaper/ C:\Xiaomi_Wallpapers\For custom wallpaper use:
adb pull /storage/emulated/0/Pictures/Wallpapers/ C:\My_Wallpapers\If the command returns a Permission denied error, try an alternative path for MIUI 14:
adb shell "su -c 'cp -r /data/system/users/0/wallpaper/ /sdcard/'"This command copies the current wallpaper to the root of the internal memory (wallpaper folder).
What if the ADB canβt see the device?
5. Where dynamic and live wallpaper is stored
Dynamic wallpapers (e.g., Earth or Space in MIUI 13/14) and live wallpaper (animated backgrounds) are stored separately from static images, with files with extensions.mp4,.gif or.apk (for interactive wallpaper).
Main paths:
- π /system/priv-app/WallpaperCarousel/WallpaperCarousel.apk β dynamic wallpaper application (requires extraction through APK Extractor).
- π₯ /data/app/~~live_wallpaper_id~/ β Folders with live wallpaper (the name of the folder depends on the ID wallpaper).
- π /storage/emulated/0/Android/obb/com.miui.livewallpaper/ β cache of animated backgrounds.
To extract the video wallpaper:
- Download the APK Extractor app from Google Play.
- Find it in the list of WallpaperCarousel.apk and export it.
- Rename the file to.zip and unpack it β the video wallpaper will be in the folder assets/.
β οΈ Note: Some dynamic wallpapers in MIUI 14 protected DRM. If the video is not played after extraction, try using the player. VLC hardware-codec-deactivated.
6. How to restore deleted wallpaper on Xiaomi
If you accidentally deleted the wallpaper from the gallery or it disappeared after resetting the settings, try the following recovery methods:
Method 1: Checking the basket
MIUI has a built-in Recycle Bin for deleted files. Open Files β Recycle Bin β find the Wallpapers or Pictures folder. Shelf life is 30 days.
Method 2: Recovery through DiskDigger
- Install DiskDigger from Google Play.
- Select the Internal Memory section and start the scan.
- Filter the results for extensions.jpg,.png.
- Find the wallpaper by date of removal (usually they weigh 1-5 MB).
Method 3: Extract from the MIUI backup
If you have a backup created through Settings β Additional β Backup, the wallpaper can be stored in a backup file (.mia) to retrieve them:
- Rename the backup file to.zip.
- Unpack the archive and find the wallpaper/ folder.
π‘
If the wallpaper was installed through the Themes, it cannot be restored by standard methods, in which case the only way is to re-download the theme from the MIUI store.
7. Difference in the location of wallpapers on different Xiaomi models
Paths to wallpaper may vary depending on the model and version of MIUI. Below is a comparison table for popular devices:
| Model/Series | MIUI version | The Road to Standard Wallpaper | The Path to Custom Wallpaper |
|---|---|---|---|
| Redmi Note 10/11/12 | 12.5β14 | /system/media/theme/default_wallpaper/ | /storage/emulated/0/Pictures/Wallpapers/ |
| POCO F3/F4/F5 | 13β14 (Global) | /miui/theme/default_wallpaper/ | /storage/emulated/0/MIUI/Wallpaper/ |
| Xiaomi 12/13/14 | 13β14 (China) | /vendor/overlay/miui/wallpaper/ | /storage/emulated/0/Android/data/com.miui.gallery/files/ |
| Redmi K50 / POCO X5 | 14 (EEA) | /product/media/theme/wallpaper/ | /storage/emulated/0/DCIM/.thumbnails/ (miniatures) |
On POCO with custom firmware (for example, Pixel Experience), wallpaper is stored according to the standards of Android Stock:
/system/priv-app/WallpaperPicker/res/drawable/To accurately determine the path on your model:
- Install Root Explorer or FX File Explorer.
- Turn on the display of hidden files.
- Enter the wallpaper search or miui_wallpaper.