How to find all files on Xiaomi Redmi: from photos to system data

Have you ever lost an important file on Xiaomi Redmi knowing it was saved somewhere but couldnโ€™t find it? or wanted to delete unnecessary system data to make room but were afraid to damage your phone? In this article, weโ€™ll look at all the possible ways to search files, from obvious to hidden, including system folders, app cache and even deleted data.

Xiaomi smartphones based on MIUI They have a unique file storage structure that is different from pure Android, and there are some nuances: for example, some folders are hidden by default, and access to system partitions requires additional rights. We will show you how to get around these limitations without risking the device, using both standard tools and advanced methods such as: ADB or TWRP.

It's important to understand that not all files are equally accessible. You'll find photos from the gallery in a second, but here are system application logs or backups. MIUI They can be buried deep in the depths of memory, and we structured the material so that you could choose the right method, from simple to complex.

1. Standard conductor MIUI: What to find without root

Letโ€™s start with the most obvious: the built-in file manager. MIUI. It is installed on all Redmi smartphones by default and allows you to view most user files:

  1. Slip the Explorer icon (a folder with a blue tag) on the home screen or in the application menu.
  2. At the top of the screen, select the Device tab โ€“ this displays the internal memory and microSD card (if installed).
  3. For convenience, use the category panel: "Images", "Audio", "Video", etc.

What you'll find here:

  • ๐Ÿ“ท Photo and video: folders DCIM/Camera (camerashot), Pictures/Screenshots (Screenshots), Download (downloads from the browser).
  • ๐ŸŽต Music and sounds: Music, Ringtones, Notifications folders).
  • ๐Ÿ“„ Documents:.pdf,.docx,.xlsx files in Documents or Download folder.
  • ๐Ÿ“ฑ APK-Files: Manually installed applications are stored in Download or APK.

However, the standard conductor has limitations:

  • โŒ No access to system folders (for example, /data/data/, where the application settings are stored).
  • โŒ Does not show hidden files (with a dot at the beginning of the name, such as.thumbnails).
  • โŒ Does not display app cache and temporary files.

โš ๏ธ Note: If you connect Redmi to your computer through USB, some folders (e.g, Android/data/) They may not be displayed due to restrictions. MIUI. To see them, turn on the "File Transfer" mode (MTP)" notice-curtain.

๐Ÿ“Š What file manager do you use on Xiaomi?
Standard MIUI
Google Files
Solid Explorer
FX File Manager
Other

2. How to enable the display of hidden files

Many important data (such as configuration files or backups) are stored in hidden folders. By default, they are not visible in the conductor. MIUI, I don't want to do it when you're connected to a PC:

Method 1: Through a standard conductor

  1. Open the Conductor.
  2. Stick to three points (โ‹ฎ) top-right.
  3. Select "Settings" โ†’ "Show hidden files".
  4. Reset the conductor (close and reopen).

You will now see folders and files whose names start with a dot, such as:

  • ๐Ÿ”.thumbnails โ€“ thumbnails of images (can be removed to free up space).
  • ๐Ÿ”ง.Config - Configuration files of some applications.
  • ๐Ÿ“.miui - system data MIUI (remove!).

Method 2: Through a computer (Windows/macOS/Linux)

If you connect Redmi to your PC:

  • On Windows: in Explorer go to the tab "View" โ†’ Check the box "Hidden elements".
  • On macOS: in Finder, press Cmd + Shift +. (point).
  • On Linux: In the file manager, enable the option "Show hidden files" (usually in the "View" menu).

โš ๏ธ Attention: Delete files from folders.android_secure or.data can cause app failures, such as deleting content.android_secure/smdl2tmp1.asec disrupt the operation of encrypted data.

๐Ÿ’ก

If hidden files donโ€™t show up even after you turn on the option, try using a third-party explorer, such as Solid Explorer or a third-party explorer. FX File Manager โ€“ They often bypass restrictions MIUI.

3. Search for system files and application data

System files and application data are stored in secure, restricted areas, and this is what you can do without root rights:

Through the "Storage" menu in the settings

  1. Go to Settings. โ†’ Warehouse.
  2. Tap on "Other Apps" (or "Applications" in some versions) MIUI).
  3. Select the desired application โ†’ "Warehouse".
  4. Here you'll see the volume of Data and Cache, and the cache can be cleared right from here.

But this method doesn't show specific files, it just shows their size, and you need additional tools to look at them in detail.

Through ADB (no root)

Android Debug Bridge (ADB) It allows you to view some system folders without getting root permissions:

  1. Enable Developer Mode: Go to Settings โ†’ About the phone, tap 7 times on "version" MIUI".

"Additional settings"

"For developers"

"Debugging by USB"

Connect the phone to the PC and confirm the debugging permission.

Terminal

adb shell


ls /data/data/

This command will show you a list of folders with the data of all installed applications. For example, WhatsApp data is stored in the app. /data/data/com.whatsapp/, a Telegram, in /data/data/org.telegram.messenger/.

โš ๏ธ Note: Attempt to delete or modify files in /data/data/ through ADB without root, you will get a "Permission denied" error. TWRP.

folderContentsAccess without root
/data/app/User-installed APK-fileโŒ No.
/data/data/Data and application settingsโŒ Only reading.
/system/MIUI system filesโŒ No.
/sdcard/Android/obb/Additional game data (e.g. Genshin Impact)โœ… Yes.
How to view the contents of the folder /data/data/ rootless?
With help. ADB You can only see the list of folders, but not the contents. Full access requires: 1. Unlock the bootloader. 2. Install custom Recovery (TWRP). 3. Getting root rights through Magisk.Without these steps, the system will block any attempts to modify system files.

4.File search through TWRP (for advanced users)

If your Redmi has a custom recapvery installed TWRP, You get full access to all the memory parts, including the system partitions, and it's the most powerful file search tool, but it requires some pre-production:

What can you do in TWRP:

  • ๐Ÿ” View and edit files in /data, /system, /vendor.
  • ๐Ÿ—‘๏ธ Remove unnecessary system applications (bloatware).
  • ๐Ÿ“‚ Backup copies of individual folders (for example, /efs s IMEI).
  • ๐Ÿ”„ Restore deleted files (unless they have been overwritten).

Step-by-step:

Select Advanced โ†’ File Manager

Go to the appropriate section (for example, /data/data/)

Press the file. โ†’ Choose Copy or Delete

Copy important files on a microSD or OTG-accumulator-->

Example: To find backup copies MIUI, cross over /data/miui/backup/. Here is stored data from the built-in backup tool.

โš ๏ธ Attention: Delete files from folders /system/priv-app/ or /vendor/ This can lead to bootloop. Always create a backup before making changes!

๐Ÿ’ก

TWRP It gives you full control of the file system, but it requires an unlocked bootloader and a customized backup installed!

5. Recovery of deleted files

If you accidentally delete an important file, you can still return it โ€” but only if the disk space has not been overwritten with new data.

Method 1: Through the MIUI basket

MIUI It has a built-in recycle bin where files are stored for 30 days before final deletion:

  1. Open the Conductor.
  2. Slip on the "Baskbasket" icon in the bottom menu.
  3. Select the files you want and click "Restore".

Method 2: Using Recovery Applications

If the files are not in the Recycle Bin, try the specialized utilities:

  • ๐Ÿ› ๏ธ DiskDigger โ€“ Recover photos, videos and documents.
  • ๐Ÿ”„ Recuva (via PC) โ€“ works with internal memory when connected by USB.
  • ๐Ÿ“ฑ Dumpster โ€“ an alternative shopping cart for Android.

Critically, the less you use your phone after deleting files, the better the chances of recovering them, and each new record to the disk (photo, video, app installation) reduces the likelihood of success.

Method 3: Through TWRP (power-user)

If you have a set TWRP, You can try to recover files using the testdisk tool:

  1. Download testdisk for Android (available as.zip for TWRP).
  2. Boot in. TWRP, plug in OTG-test-drive.
  3. V TWRP Choose Advanced โ†’ Terminal and enter:
cd /sdcard/


./testdisk_static /dev/block/mmcblk0

This command scans the internal memory for deleted files, and it can take hours.

6. Search for files by name or type

If you know the name of the file or its extension, you can speed up your search using specialized tools.

Method 1: Built-in search in MIUI

  1. Open the Conductor.
  2. Slap on the magnifying glass icon (๐Ÿ”) top-down.
  3. Enter the file name or extension (e.g.,.pdf or invoice).

Method 2: Application "Files by Google"

Googleโ€™s search engine has a more flexible search:

  • ๐Ÿ” Searches by name, type, date, and even the contents of some files.
  • ๐Ÿ“‚ Shows "Large Files" and "Unused Applications" to free up space.
  • ๐Ÿ—‘๏ธ It has a built-in basket and cleaning tool.

If you know a part of the file name, you can use it. ADB search:

adb shell


find /sdcard/ -name "part_of_filename"

Examples:

  • Search all.jpg files: find /sdcard/ -name "*.jpg"
  • Search for files larger than 100 MB: find /sdcard/ -size +100M

7. Where specific files are stored on Xiaomi Redmi

Some types of files have fixed storage paths, and here are the most important ones:

File typeWayNotes
Screenshots/sdcard/Pictures/Screenshots/Format: Screenshot_YYYYMMDD-HHMMSS.png
Screen recordings/sdcard/Movies/ScreenRecords/Video format.mp4, bitrate depends on settings
MIUI Logs/sdcard/MIUI/debug_log/Contains debugging information for diagnosis
Backup copies of MIUI/data/miui/backup/ or /sdcard/MIUI/Backup/Available only through TWRP or ADB
Topics files/sdcard/MIUI/theme/Here are stored downloaded themes and wallpaper.

For WhatsApp and Telegram files, the following paths are:

  • ๐Ÿ’ฌ WhatsApp: Media: /sdcard/WhatsApp/Media/ Backup copies of chats: /sdcard/WhatsApp/Databases/ (file msgstore.db.crypt14)
  • ๐Ÿ“ค Telegram: Downloads: /sdcard/Telegram/Telegram Documents/ or /sdcard/Download/Telegram/ Cash images: /data/data/org.telegram.messenger/cache/ (root)

8.How to free up space: Finding and removing unnecessary files

Over time, Redmi accumulates garbage: cache, temporary files, duplicates. Here's how to find and delete them:

Through the "Cleanup" menu.

  1. Go to Settings โ†’ Storage โ†’ Cleaning.
  2. MIUI Analyze the memory and show:
  • ๐Ÿ—‘๏ธ Application cache (can be removed without risk).
  • ๐Ÿ“ Downloads (old) APK, document).
  • ๐ŸŽฌ Large files (video, games).
  • ๐Ÿ” Duplicate files (photos, audio).

Manual search for large files

Use the application "Files by Google":

  1. Open the application and go to the "Cleaning" tab.
  2. Select "Large Files" - video, games and other volumetric data will be displayed here.
  3. Sort by size and remove the unnecessary.

Removal of the application cache

Some apps (like Facebook, Instagram, games) can take up gigabytes of cache to clear it.

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select an app (such as Facebook).
  3. Slip the Storage" โ†’ "Clear the cache".

โš ๏ธ Note: Do not clear the cache for system applications like com.android.systemui or com.miui.home โ€“ this can cause interface failures. MIUI.

๐Ÿ’ก

Regular cleaning of cache and removal of duplicate photos / videos can release the 5โ€“10 GB of space on Redmi with 64/128 GB memory.

FAQ: Frequent questions about files on Xiaomi Redmi

๐Ÿ” How to find files downloaded through the browser?
Default loading from MIUI Browser or Chrome is saved in the /sdcard/Download/. If the file is not there: Open the browser โ†’ "Downloadsโ€ (usually on the menu โ‹ฎ). Tap the file. โ†’ Select "Show in folder." If the path has changed, check your browser settings: Settings โ†’ Downloads. โ†’ Download folder.
๐Ÿ“‚ Where saved passwords from MIUI?
Passwords from Wi-Fi and applications are stored in encrypted form: /data/data/com.android.providers.settings/databases/settings.db (Wi-Fi). /data/data/com.xiaomi.account/databases/ (Xiaomi account.These files are only available with root rights. To view Wi-Fi passwords without root, use applications like WiFi Password Viewer (requires Magisk).
๐ŸŽฎ How to transfer game data to another phone?
Most games (e.g. Genshin Impact, Call of Duty Mobile) store data in the game: /sdcard/Android/obb/[package_name]/ โ€” play-off. /data/data/[package_name]/ โ€” To transfer the game: Copy the folder from /sdcard/Android/obb/ - You can get it on a new phone. APK Use a built-in game account (e.g. Google Play Games or Mi Account) to save games).
๐Ÿ”’ Can I see another userโ€™s files on my phone?
If there are multiple users configured on Redmi (Settings) โ†’ System system โ†’ Multi-user mode, then: ๐Ÿ”น Each user's files are isolated (stored in a /data/user/[ID]/). ๐Ÿ”น Access to other peopleโ€™s data is possible only with root rights. ๐Ÿ”น The device administrator (owner) can delete the second user, but his files will be lost.
๐Ÿ—‘๏ธ How to permanently delete files so they can not be restored?
To guarantee file erasure: Use irrevocable deletion applications (such as Shreddit or Secure Delete). TWRP Choose the Wipe โ†’ Format Data (deletes everything from internal memory!) for individual files in the TWRP Use the command: dd if=/dev/zero of=/path/to/file bs=1M โš ๏ธ Note: After such deletion, file recovery will not be possible!