Where to look for personal files on Xiaomi smartphones: from internal memory to hidden folders MIUI

Xiaomiโ€™s MIUI-based smartphones store usersโ€™ personal files not only in standard folders like Downloads or DCIM. Some of the data is hidden in system directories, others are synchronized with the Mi Cloud cloud, and some may disappear after updates or resets. If you donโ€™t find the right photos, documents or videos, the problem is not their absence, but not knowing where and how to search.

In this article, we will analyze all possible storage locations for personal files on Xiaomi: from the obvious (internal memory, SD-maps to hidden ones (folders.thumbnails, cache applications). MIUI 14/15, where the logic of storage has changed from the older versions, and if the files are gone, we'll give you a checklist to restore them without root rights.

1. Standard file storage locations on Xiaomi

Most of Xiaomiโ€™s personal data lies in three main locations: internal memory, removable memory card (if installed), and the Mi Cloud.

Internal memory (/storage/emulated/0/) is the primary storage where:

  • ๐Ÿ“ธ Photo and video: folder DCIM/Camera (camera images, and Pictures/Screenshots (screenshot).
  • ๐Ÿ“ฅ Downloads: Download folder - here get files from browsers, messengers and mail.
  • ๐ŸŽต Music and audio: Music, Ringtones, Notifications.
  • ๐Ÿ“„ Documents: Documents folder (e.g., Documents folder, PDF mail-and-word).

MIUI It automatically sorts files by type, but sometimes it stores them in non-obvious places. MIUI/sound_recorder, screenshots from some games in the Android/data/{game-name}/files.

๐Ÿ“Š Where do you most often search for files on Xiaomi?
Inner memory.
Nana SD-map
In the Mi Cloud
I don't know where to look.

SD-The card (if installed) is mounted as a separate section, usually along the way. /storage/{ID_The maps are important to remember:

  • ๐Ÿ”„ Files from the card are not synced automatically with Mi Cloud.
  • ๐Ÿšซ Some apps (such as WhatsApp) may not see SD-A map as a place to preserve media.
  • โš ๏ธ When you remove the card without safely disabling the files can be damaged.

โš ๏ธ Note: If you have moved your application to SD-Map through Settings โ†’ Annexes โ†’ Transfer to SD, their data (cache, saves) will be stored in an encrypted folder.android_secure. Access is only possible through a root-rights file manager.

2. Hidden folders and MIUI system directories

The MIUI shell creates many hidden folders that are not displayed in the standard file manager.

  1. Open any file manager (e.g. Files by Google or built-in MIUI File Manager).
  2. Press three points (โ‹ฎ) โ†’ Settings โ†’ Enable Showing hidden files.
  3. Return to the root directory (/storage/emulated/0/) and update the list.

The most important hidden folders:

folderContentsCan I remove it?
.thumbnailsPhoto and video miniatures (cash gallery)Yes, but they'll be regenerated.
.MIUISettings of the shell, themes, wallpaperNo, it might break the interface.
Android/dataApplication data (game saving, cache)Only for specific applications
MIUI/backupBackup copies of system and applicationsNot if you're planning a recovery.
.estrongsFile Manager Settings for ES File ExplorerYes.

Critical information: The Android/obb folder contains additional files for games (such as graphics for Genshin Impact or Call of Duty Mobile), deleting these files will lead to the collapse of the game on the next launch.

Check the folder name on Google

Backup of important data

Make sure the folder is not system settings

Use Safe Mode to check stability after removal-->

The built-in search in MIUI can search files not only by name, but also by content (such as text in documents) to use:

  1. Open the Files application (MIUI File Manager).

Images

Audio.

Documents

If the search does not find the file, try:

  • ๐Ÿ”„ Update the File Index: Settings โ†’ Additionally. โ†’ Update the index.
  • ๐Ÿ“ Manually search in folders Android/data or MIUI.
  • ๐Ÿ” Use third-party managers like Solid Explorer or FX File Explorer.

๐Ÿ’ก

If you are looking for a file downloaded from a messenger (such as Telegram or WhatsApp), check the /storage/emulated/0/{name messenger}/Media folder. Often files are duplicated there even after being deleted from the chat.

4.File Search via Mi Cloud

The Mi Cloud automatically syncs some of your personal data: contacts, notes, photos (if you have an option enabled) and backups to check what is stored there:

  1. Check the sections: ๐Ÿ“ท Gallery โ€“ photos and videos (synced only when the option is turned on). ๐Ÿ“ Notes - text notes from the Mi Notes app. ๐Ÿ”„ Backup โ€“ backups of the system, applications and their data.

Please note:

  • ๐Ÿ“ฅ By default, Mi Cloud only gives 5GB for free. If you exceed the limit, sync stops.
  • ๐Ÿ”’ Files from Mi Cloud can only be downloaded to devices under the same Xiaomi account.
  • โณ Recovery from backup takes a long time and requires resetting the phone to factory settings.

โš ๏ธ Note: If you delete a file from the gallery but it was uploaded to Mi Cloud, it can be restored within 30 days via the cloud basket, and then the recovery time depends on the tariff (the free account does not save deleted files for more than a month).

5. Recovery of deleted files

If files are missing after updating, resetting settings, or accidentally deleting them, try the following methods:

Method 1: The basket in MIUI

  • ๐Ÿ—‘๏ธ Open the Files appยป โ†’ ยซBasketยป.
  • ๐Ÿ”„ Select the files you need and click โ€œRestoreยป.
  • โณ Files are stored in the basket for 10 days, after which they are deleted irrevocably.

Method 2: Recovery programs

For devices without root rights suitable:

  • ๐Ÿ“ฑ DiskDigger (seeking photos and videos).
  • ๐Ÿ–ฅ๏ธ Recuva (if you connect your phone to your PC in file transfer mode).
  • ๐Ÿ” EaseUS MobiSaver (paid but with free trial period).

Method 3: Through ADB (for Advanced)

If the phone is not rooted but there is USB debugging, you can try extracting files via ADB pull:

adb shell ls /sdcard/ > list.txt # Save the list of files in a text file


adb pull /sdcard/DCIM/Camera/./backup # Copying the folder with a photo on PC

What to do if the files are encrypted?
If the folder is called com.microservice.encrypted or files are not opened, they can be encrypted through MIUI Security. You can only restore them: 1. Enter the password that was set during encryption. 2. Through a backup to Mi Cloud (if it was created before encryption). 3. Resetting the phone to factory settings (files will be lost, but encryption will be removed).

6. Frequent problems and solutions

Problem 1: Files are available but not displayed in the gallery.

Decision:

  • ๐Ÿ”„ Update the Media Index: Settings โ†’ Annexes โ†’ gallery โ†’ Warehouse โ†’ Clear the cache.
  • ๐Ÿ“ Check if there is a.nomedia file in the folder (it blocks the media scanning).
  • ๐Ÿ”„ Reboot the phone.

Problem 2: After the MIUI update, the photos were missing.

Decision:

  • ๐Ÿ” Check the folder. MIUI/backup/PreviousVersion โ€” Sometimes old files are copied there.
  • ๐Ÿ“ฅ Restore from Mi Cloud (if synchronization was enabled).
  • ๐Ÿ› ๏ธ Use DiskDigger to scan your internal memory.

Problem 3: I can't see the files on SD-post-installation.

Decision:

  • ๐Ÿ”Œ Connect the card to the PC through the card reader and check it for errors (chkdsk E: /f Windows command line).
  • ๐Ÿ“ Make sure the files are not in the folder.android_secure (Root rights are required).
  • ๐Ÿ”„ Format the card on your phone (all data will be lost!).

๐Ÿ’ก

If files are lost after resetting, they can be restored ONLY from a Mi Cloud backup or through specialized programs. Without a backup, the chances are minimal, especially if new data is written to the phone (they overwrite deleted files).

FAQ: Answers to Frequent Questions

๐Ÿ” Where are screenshots stored on Xiaomi?
Screenshots are saved in the folder /storage/emulated/0/Pictures/Screenshots. If they're not there, check it out: ๐Ÿ“ folder DCIM/Screenshots (on some models). ๐Ÿ”„ Settings for Screenshots (save path may be changed).
๐Ÿ“ฑ How to transfer files from internal memory to SD-map?
Use the built-in file manager: Select files โ†’ Press "Moreยป (โ‹ฎ) โ†’ ยซMove it. Select it. SD-map as a target folder. For applications: Settings โ†’ Annexes โ†’ Select an application โ†’ Warehouse โ†’ Change. โ†’ SD-map.
๐Ÿ”’ Can I recover files after resetting to factory settings?
Yes, but only if: ๐Ÿ“ฅ A backup copy was created in the Mi Cloud. ๐Ÿ’พ The files were stored on SD-map (it does not affect its reset). ๐Ÿ› ๏ธ You use programs like EaseUS MobiSaver right after you reset (before you write new data.
๐Ÿ“ Why some folders don't open?
Possible causes: ๐Ÿ” folder is encrypted (for example, Android/data rootless). ๐Ÿšซ No access rights (try another file manager). ๐Ÿ“› The folder belongs to the system application (for example, MIUI/daemon).
โš ๏ธ Can I delete the folder? Android/obb?
You can delete, but: ๐ŸŽฎ Games and applications that use these files will stop working. ๐Ÿ”„ Files will be reloaded the next time the application is launched (web will be required). ๐Ÿ“ฅ Some games (such as Genshin Impact) weigh tens of gigabytes and will have to be downloaded again.