Have you ever tried to find the wallpaper folder on your Android smartphone, but instead found dozens of system directories with strange names? This task seems simple until you come across it in practice. The fact is that manufacturers (Samsung, Xiaomi, Google Pixel and others) store wallpaper in different places, and sometimes even hide them from the user. In this article we will not only show where exactly are the standard and downloaded wallpapersbut also explain how to transfer them, replace them, or even restore them after resetting the settings.

It is important to understand that the path to the folder depends on the version Android (from Android 10 to Android 15), the manufacturer's skin (One UI, MIUI, ColorOS) and even whether the wallpaper was installed through a system application or downloaded from Google Play. We have collected current data for 2026, but please note: some brands (for example Huawei c HarmonyOSs) may use unique solutions. If your smartphone runs on custom firmware, the paths may differ.

1. Standard paths to the wallpaper folder on Android

On most devices, wallpapers are stored in system directories that are not always visible through the standard file manager. Here main pathswhere you can find them:

  • ๐Ÿ“ /system/media/wallpapers/ - here lie built-in wallpapersupplied with the firmware. The folder is accessible only with rights root or through ADB.
  • ๐Ÿ“ /data/data/com.android.gallery3d/wallpapers/ - wallpaper installed through the gallery or system settings. Requires root or a special explorer.
  • ๐Ÿ“ /sdcard/Pictures/Wallpapers/ or /storage/emulated/0/Pictures/Wallpapers/ โ€” custom wallpaper, downloaded manually or through applications.
  • ๐Ÿ“ /data/system/users/0/wallpaper_info.xml - a file with information about the current background (path, scale, position). Useful for recovery after a reset.

On devices Samsung (shell One UI) wallpapers are often duplicated in:

  • ๐Ÿ“ /data/data/com.sec.android.app.launcher/wallpapers/
  • ๐Ÿ“ /sdcard/Samsung/Wallpapers/ (for wallpaper downloaded via Samsung Themes).
โš ๏ธ Attention: Folders in /data/ and /system/ hidden from the user without rootrights. An attempt to access them through a standard explorer may cause the application to crash.
๐Ÿ“Š What Android shell are you using?
One UI (Samsung)
MIUI (Xiaomi)
ColorOS (Oppo/Realme)
Stock Android (Pixel/Motorola)
Other

2. How to find wallpaper through a file manager (without root)

If you donโ€™t want to dig into system folders, use one of these methods:

  1. Open any file manager (for example, Files by Google, Solid Explorer or FX File Explorer).

  2. Go to the section Internal memory โ†’ Pictures โ†’ Wallpapers. Wallpapers downloaded manually or through applications like Zedge.

  3. If there is no folder, check Download (downloaded wallpapers) or DCIM/.thumbnails (thumbnails).

On Xiaomi (MIUI) wallpapers can be stored in:

  • ๐Ÿ“ /storage/emulated/0/MIUI/wallpaper/ (for themes design)
  • ๐Ÿ“ /storage/emulated/0/MIUI/wallpaper/carp/ (for live wallpapers Carp).

Enable display of hidden files in Explorer settings

Check the Pictures/Wallpapers and Download folders

Use search for the keyword "wallpaper"

Try third-party managers (Solid Explorer, FX)

-->

If you use Google Pixel, wallpapers from the collection Wallpapers are stored in:

/data/data/com.google.android.apps.wallpaper/files/wallpapers/

Access to this folder is possible only through ADB or with root-rights.

3. Where are wallpapers installed through applications stored?

Wallpaper applications (Zedge, Backdrops, WallpapersCraft) save files in different places. Here are typical ones. paths typical paths:

Application Wallpaper path Notes
Zedge /sdcard/Zedge/ Wallpapers and ringtones are stored together during the first download.
Backdrops /sdcard/Pictures/Backdrops/ High-quality wallpapers in format .jpg or .png.
WallpapersCraft /sdcard/WallpapersCraft/ Contains subfolders by category (nature, abstraction, etc.).
Muzei /sdcard/Pictures/Muzei/ Live wallpapers and cached images.

If you downloaded the wallpaper through a browser, they are most likely located in /sdcard/Download/. To make your search easier:

  1. Sort files by date modified (newest on top).
  2. Look for images with a resolution that matches the screen of your device (for example, 1080ร—2400 for Full HD+).
โš ๏ธ Attention: Some applications (for example, Google Wallpapers) do not save wallpapers to accessible folders. They load them into temporary storage (/data/data/com.google.../cache/), which is cleared upon reboot.

4. How to transfer wallpapers to another Android smartphone

If you want to keep your favorite wallpaper when changing your phone, follow these instructions:

๐Ÿ’ก

Before transferring, check the wallpaper resolution. If the new device has a different screen size (for example, 1440ร—3200 instead of 1080ร—2340), the wallpaper may be stretched or cropped. Use editors like Photo & Picture Resizer for customization.

  1. Find the wallpaper folder on your old phone (see sections above).

  2. Copy the files (usually .jpg, .png or .webp) to your computer or cloud storage (Google Drive, Dropbox).

  3. Transfer the files to the new phone in the folder /Pictures/Wallpapers/.

  4. Set wallpaper through the gallery or screen settings.

For live wallpapers (Live Wallpapers) the process is more complicated:

  • ๐Ÿ“ฑ On Samsung copy files from /sdcard/Samsung/Wallpapers/LiveWallpapers/ and folder /data/data/com.sec.android.app.launcher/ (requires root).
  • ๐Ÿ“ฑ On Google Pixel use ADB to extract from /data/data/com.google.android.apps.wallpaper/.

Live wallpapers are often tied to a specific version of Android or shell. Transferring to another device may not work due to format incompatibility.

5. How to restore wallpaper after a factory reset

After hard reset or resetting to factory settings, the wallpaper disappears, but you can restore if:

  • ๐Ÿ”„ You have a backup copy of the folder /Pictures/Wallpapers/.
  • ๐Ÿ”„ You have synchronized the wallpaper with Google Photos or another cloud.
  • ๐Ÿ”„ You have saved file wallpaper_info.xml (stores the path to the last background).

If there is no backup, try:

  1. Check the folder /sdcard/Android/data/com.*.wallpaper/ - sometimes cached versions remain there.
  2. Use DiskDigger or Recuva to recover deleted images (works if the memory has not been overwritten).
  3. Look in Google Photos or Gallery โ€”sometimes the wallpaper is saved in the "Screenshots" section or "Downloads".
โš ๏ธ Attention: Restoring system wallpaper (from /system/media/wallpapers/) after a reset is impossible without re-flashing the device.
How to extract wallpaper from a broken screen?

If the screen does not respond to touches, but the phone turns on, connect it to the PC via ADB and run the command:

adb pull /sdcard/Pictures/Wallpapers/ C:\Wallpapers_backup\

This will copy all the wallpapers to a folder on the computer. If ADB is not enabled, try connecting via OTG cable and the mouse (on some devices this allows you to control the interface).

6 Why the wallpaper disappears after updating Android

After updating the firmware (for example, from Android 13 to Android 14), the wallpaper may be reset for several reasons:

  • ๐Ÿ”„ The system wallpaper is replaced with new ones (the manufacturer updates the collection).
  • ๐Ÿ”„ Paths to the custom wallpaper are changed (for example, /Pictures/ is transferred to /Media/Pictures/).
  • ๐Ÿ”„ The launcher settings are reset (to One UI or MIUI this leads to the background being reset).

To avoid loss wallpaper:

  1. Before updating, copy the folder /Pictures/Wallpapers/ to your PC.
  2. Make a backup via Titanium Backup (required root) or Swift Backup.
  3. Use cloud services (Google Photos, Dropbox) for automatic synchronization.

If the wallpaper disappeared after the update, check:

  • ๐Ÿ“‚ Folder /Android/obb/ โ€”sometimes cached versions remain there.
  • ๐Ÿ“‚ Launcher settings: on Samsung go to Settings โ†’ Screen โ†’ Wallpaper and select "Recent".

7. How to change wallpaper via ADB (for advanced users)

If the standard methods do not work, you can set the wallpaper via Android Debug Bridge (ADB). This method is suitable for:

  • ๐Ÿ› ๏ธ Restoring wallpaper after a failure.
  • ๐Ÿ› ๏ธ Installing wallpaper on devices with a limited interface (for example, Android TV).
  • ๐Ÿ› ๏ธ Automating the process (for example, for mass deployment on several devices).

Instructions:

  1. Connect the phone to the PC and enable USB debugging in Settings โ†’ For developers.
  2. Copy the wallpaper to a folder on the device:
    adb push C:\my_wallpaper.jpg /sdcard/Pictures/Wallpapers/
  3. Install the wallpaper via the command:
    adb shell am start -a android.intent.action.SET_WALLPAPER -d file:///sdcard/Pictures/Wallpapers/my_wallpaper.jpg

For live wallpaper, use:

adb shell cmd wallpaper set --live-previews /sdcard/Download/live_wallpaper.apk
โš ๏ธ Attention: Not all shells support installing wallpaper via ADB. data-i="209">), an additional command may be required to reset the launcher cache: Xiaomi (MIUI) may require an additional command to reset the launcher cache: adb shell pm clear com.miui.home.
๐Ÿ’ก

Use ADB only if you are confident in your actions. Incorrect commands can cause the interface to crash or reboot the device.

Frequently asked questions (FAQ)

Can I transfer wallpaper from iPhone to Android?

Yes, but you need to take into account the screen resolution. Wallpapers with iPhone usually have an aspect ratio 9:19.5 (for example, 1170ร—2532 for iPhone 13), while on Android is more often used 9:20 or 20:9. Use editors like Snapseed or Lightroom to trim.

Why does the wallpaper stretch or get cut?

This happens because the resolution of the wallpaper and the screen do not match. For example, if you install wallpaper 1920ร—1080 on a device with a resolution of 2400ร—1080, the system will either crop the edges or stretch the image. Solution:

  • Use a wallpaper with a resolution that is a multiple of your screen (for example, 2880ร—1440 for QHD+).
  • In the wallpaper settings, select the "Fit" or "Fill" option instead of "Stretch".
Where the wallpaper is stored in Android Auto?

Wallpapers for Android Auto are stored in /data/data/com.google.android.projection.gearhead/wallpapers/. Access to them is possible only with root-rights. To change the background, use special applications like AAWall.

Can I set the video quality? wallpaper?

Yes, but this requires special applications (Video Live Wallpaper, Kappboom). Video wallpapers are stored in /sdcard/VideoLiveWallpaper/ or /sdcard/Movies/Wallpapers/ and consume more battery power.

How to make a backup copy of wallpaper?

The most reliable way:

  1. Copy the folder /Pictures/Wallpapers/ to a PC or to the cloud.
  2. Export the launcher settings via Nova Launcher (if you use it).
  3. Save the file wallpaper_info.xml (need root or ADB).

For automatic synchronization, use Google Photos (enable folder backup Wallpapers).