Hidden files on Xiaomi are not just system data that the manufacturer hides from the user. They often store backups, application caches, error logs, and even personal data that you accidentally hid yourself. For example, photos from the gallery may disappear from view after an update MIUI, and important documents may be hidden in service folders like .thumbnails or .nomedia. But how to detect them if the standard file manager does not show them?
The problem is complicated by the fact that Xiaomi actively modifies Android, adding its own restrictions. For example, in the latest versions MIUI 14/15 by default, not only system files are hidden, but also folders with the extension .miui or .xiaomi, which contain settings for themes and widgets. In addition, after a factory reset, some user data may be automatically moved to hidden directories - and without knowing the exact path they cannot be found.
In this guide, we will look at 7 working methods find hidden files on Xiaomi, including methods through standard tools MIUI, third-party applications and even ADB (for advanced users). We will pay special attention to the nuances that arise on different models - from budget Redmi Note to flagship Xiaomi 14.
1. Enabling the display of hidden files in the standard MIUI file manager
The easiest way is to use the built-in one File manager from Xiaomi. However, many users do not know that the function of showing hidden files is hidden deep in the settings. Here's how to activate it:
- Open the application Files (folder icon on the desktop).
- Tap on the three-dot menu (
โฎ) in the upper right corner. - Select Settings โ Advanced.
- Activate the switch Show hidden files.
After that in the root directory (/storage/emulated/0/) folders with a dot at the beginning of the name will appear, for example:
- ๐
.backupsโ application backups; - ๐
.thumbnailsโ image thumbnails; - ๐
.nomediaโ files excluded from the media scanner; - ๐
.miadโ advertising data services Xiaomi.
If, after enabling the option, hidden files are still not displayed, try restarting the file manager or rebooting your smartphone. Sometimes MIUI caches old settings.
Please note: in some versions MIUI (for example, on POCO F5) the path to the settings may be different. If the item Advanced is not present, look for the option directly in the main settings menu of the file manager.
2. Searching for hidden files through Total Commander or FX File Explorer
The standard manager Xiaomi does not always show all hidden files - especially those that are protected by the system. Third-party applications like Total Commander or FX File Explorer give more freedom. Let's look at the process using an example Total Commander:
- Install the application from Google Play.
- Launch it and provide access to the storage.
- Go to
SettingsโDisplay. - Enable the options:
- ๐น Show hidden files;
- ๐น Show system files (requires root);
- ๐น Show files without extension.
โป).Advantage Total Commander - support plugins for working with archives and cloud storage. For example, you can immediately view the contents of a hidden archive .zip without unpacking it. A FX File Explorer has a built-in Hex viewer, useful for analyzing binary files.
3. Using ADB to access hidden system files
If you need to access system files (for example, configuration files deeply hidden system files (for example, configuration files MIUI or error logs), standard methods will not help - you will need Android Debug Bridge (ADB). This method is suitable for experienced users and requires connecting a smartphone to a PC.
Here are step-by-step guide:
- Install ADB on your computer (you can download from the official website of Android Studio).
- On your smartphone, enable Developer mode:
- Go in
Settings โ About phone. - Tap 7 times on the item MIUI Version.
- Return to
Settings โ Advanced โ For developers. - Activate USB debugging.
- Go in
adb devices
(the device should appear).
adb shell ls -la /storage/emulated/0/
To copy a hidden file to a PC, use the command:
adb pull /path/to/file C:\folder_on_pc
What to do if ADB does not see the device?
If command adb devices returns an empty list, check:
1. Cable (use the original USB-Type C).
2. Drivers (install Mi PC Suite for Xiaomi).
3. Debugging permission (a request will appear on the smartphone - confirm it).
4. Port (try another USB port on your PC or a powered hub).
Important: ADB commands give access to system partitions where you can accidentally delete critical files. Do not change files in the /system or /vendor without a backup!
4. Finding hidden files via a computer (MTP and Windows/macOS)
Connecting Xiaomi to a computer via MTP (Media Transfer Protocol) is another way to detect hidden files. However, there is one. nuance: Windows by default does not show files with the "hidden" attribute, even if they are visible on the smartphone.
To enable their display:
- ๐ฅ๏ธ In Windows:
- Open Explorer (
Win + E). - Go to the tab View.
- Tick the box Hidden elements.
- Open Explorer (
- Connect your smartphone and open Android File Transfer.
- In the app menu, select View โ Show Hidden Files.
- ๐ Use a different cable (low-quality cables may limit access).
- ๐ Switch connection mode on the smartphone from
ChargingtoFile transfer (MTP). - ๐ ๏ธ Install drivers Mi PC Suite (especially relevant for Redmi to Windows 10/11).
If the files are still not displayed, try:
Connect the original USB-Type C cable
Enable file transfer mode (MTP) on your smartphone
Activate the display of hidden files in Windows/macOS settings
Install Mi PC Suite (if necessary)
Restart your smartphone and PC if there are connection problems-->
5. How to find hidden files in specific applications (Gallery, WhatsApp, Telegram)
Some applications create their own hidden folders that are not displayed in the standard gallery. Let's look at the most common cases:
| Application | Hidden folder | What is stored there | How to access |
|---|---|---|---|
| MIUI Gallery | .thumbnails |
Thumbnails of images and videos | Through a file manager with showing hidden files enabled |
WhatsApp/Media/.Statuses |
Downloaded statuses (disappear after 24 hours) | Use Total Commander or FX | |
| Telegram | Telegram/Telegram Images/.nomedia |
Photos and videos hidden from galleries | Delete file .nomedia or use ADB |
| Xiaomi Cloud | .micloud |
Local copies of files from the cloud | Authorization required in Mi-account |
For WhatsApp and Telegram there is a trick: if you delete a file .nomedia from the folder, the media files will again become visible in the gallery. However, after the next application update, the file may appear again.
Files with the extension .nomedia do not delete the media themselves - they simply exclude the folder from scanning by the gallery. Deleting such a file is safe and reversible.
6. Recovering accidentally hidden files
If you have hidden files yourself (for example, through a file manager or an encryption application), but have forgotten where, try the following methods:
- ๐ Search by name:
B Total Commander or FX use the search function (
Ctrl + F) and enter part of the file name. Make sure that the options "Search in hidden folders" and "Search in system folders". - ๐ Check folder
Download/.hidden:Some applications are enabled in the search settings (for example, Files by Google) move hidden files to this directory.
- ๐ Resetting file manager settings:
If files are missing after updating MIUI, reset the settings of the standard manager:
Settings โ Applications โ Files โ Storage โ Clear data. - Install the same application that was used to hide the files.
- Enter a password or lock pattern.
- Find section "Hidden files" or "Private Vault".
If files were hidden using third-party applications (for example, Hide It Pro or GalleryVault), try:
If you used the function "Private Safe" in the standard gallery Xiaomi, files are stored in an encrypted folder .mi_private. To return them, open Gallery โ Albums โ Private Safe and enter your password.
7. Dangerous hidden files: what can be deleted and what cannot
Not all hidden files are harmless. Some of them are critical for the operation of MIUI or installed applications. Below is a table with recommendations:
| Folder/file | Can I delete? | Consequences of deletion |
|---|---|---|
.thumbnails |
โ Yes | The gallery will regenerate the thumbnails (maybe slow down) |
.nomedia |
โ Yes | The files in the folder will become visible in the gallery |
.miui or .xiaomi |
โ No | Resetting themes, widgets and system settings |
Android/data (hidden application folders) |
โ ๏ธ Partially | Deleting a specific application folder will reset its settings |
.backups |
โ Yes | Backups will be deleted, but current data will remain |
Particular caution should be used with folders:
- ๐จ
/system,/vendorโ deleting files here can lead to "brick" (inoperability) of the smartphone; - ๐จ
Android/obbโcontains game data (deleting will reset progress); - ๐จ
.estrongsโtemporary files ES File Explorer (may contain important data). - Reboot your smartphone.
- Clear gallery cache (
Settings โ Applications โ Gallery โ Storage โ Clear cache). - Delete file
.nomediain the folder with photos (if there is one). - Rename the file by adding a period to the beginning (for example,
photo.jpg โ .photo.jpg). - Create an empty folder file
.nomedia(will hide all media files in this directory). - Use applications like Hide Something or Vault.
- Open Files โ Categories โ All files.
- Tap on
โฎ โ Settings โ Show hidden files. - If there is no option, install Total Commander - it works universally.
- Folder
.thumbnailsmay weigh 1โ3 GB (if there are a lot of photos/videos). - Cache WhatsApp in
.Statuses- up to 500 MB. - Error logs in
/sdcard/bugreports- up to 1 GB.
Always make a backup copy before deleting hidden files! Use Titanium Backup (requires root) or manually copy the data to your PC.
โ ๏ธ Attention: Starting with MIUI 14, Xiaomi blocks access to some system folders even without ADB without unlocking the bootloader. If you need files from /data/data, you may need unlock Bootloaderwhich will void the warranty.
FAQ: Frequently asked questions about hidden files on Xiaomi
Why did files disappear from the gallery after the MIUI update?
Most likely, they moved to the folder .thumbnails or were marked as hidden due to a media scanner failure. Try:
Is it possible to see hidden files without root access?
Yes, most of the methods from this article (file manager, ADB, connecting to a PC) work without rootHowever, to access other users' folders (for example, /data/data/com.android.xxx) superuser rights will still be required.
How to hide files back if they have become visible?
There are several ways:
Why are hidden files displayed differently on POCO than on Redmi?
POCO uses a modified version MIUI with a different file manager (POCO LauncherTo see hidden files:
Can hidden files take up a lot of space?
Yes! For example:
To clear them, use SD Maid or manually delete unnecessary files (except system ones!).