How to view hidden files on Xiaomi: 5 proven ways

Have you ever encountered a situation where an important file disappears from your phone even though it takes up memory? Or tried to find system configurations, but the.data or.miui folders don't seem to exist? Hidden files on Xiaomi are not a bug, but a feature of MIUI and Android. The manufacturer hides service data, backups and even some user files to "not confuse" the owner. But what if these files are the ones you need?

In this article, weโ€™ll look at all the current ways to display hidden files on Xiaomi, Redmi, POCO and Black Shark smartphones, from standard MIUI 14/15 settings to advanced methods using ADB and root-rights file manager. Youโ€™ll learn how to enable the display of hidden folders in Explorer, why some files remain invisible even after that, and how to safely access them, and what system folders on Xiaomi are strongly discouraged from editing to avoid turning the phone into a brick.

Important: the instructions in this article are relevant for Android 12/13/14 devices with a MIUI shell (including global and Chinese versions). If you have custom firmware (for example, Pixel Experience or LineageOS), some points may differ.

1. Standard method: enable the display of hidden files in MIUI Explorer

The easiest method is to use the built-in Explorer (aka Files or File Manager), which works on all Xiaomi models without any additional applications and does not require superuser rights.

  1. Open the Files app (the folder icon on the home screen or in the application menu).
  2. In the upper right corner, press three dots (โ‹ฎ) and select Settings.
  3. Scroll down to the Additional section and activate the Show Hidden Files switch.
  4. Return to the root directory (/storage/emulated/0/) and you will see folders and files that start with a dot (e.g..thumbdata,.nomedia).

โš ๏ธ Note: In some versions MIUI (particularly POCO F5 and Redmi Note 12) this item may be called Show Hidden Items or be in the View submenu. If you don't find it, update the Files app via Google Play.

Restart your phone after changing your settings|Check if files are hidden through third-party apps (e.g. gallery)|Update the Conductor MIUI last-minute|Try an alternative file manager (see Section 3)-->

This method shows most hidden files, but not all. For example, system folders like /data/data/ or /system/ will remain unavailable โ€“ they need root rights or ADB. Also, some applications (such as WhatsApp or Telegram) can create their own hidden directories that will not appear even after this option is turned on.

2.Why do some files remain hidden even after the option is turned on?

You've turned on the hidden file display, but you still can't see the folder you want to see, and there's a lot of reasons.

  • ๐Ÿ”’ Systemic constraints MIUI: Folders, sort of. /data/ or /system/ They're hidden at the Android kernel level.
  • ๐Ÿ“ฑ Manufacturer blocked access: On some models (for example, Xiaomi 13 Ultra) access to certain memory parts is limited even for the user.
  • ๐Ÿ›ก๏ธ Application protection: Messengers and banking applications can encrypt their data, making it invisible to the file manager.
  • ๐Ÿ—‘๏ธ Files deleted but spaced: Sometimes files "disappear" from the Explorer, but remain in memory (for example, after incorrect deletion). โ†’ Memory.

If you need to access system folders (for example, for backup or modification), you will need to use ADB or custom recovery (for example, TWRP).

Standard Conductor MIUI|Solid Explorer|FX File Explorer|Total Commander|Other-->

Alternative File Managers: Which Shows More Hidden Files?

The built-in MIUI Explorer doesn't always work with all hidden files, especially with encrypted storage devices (such as the Xiaomi 14 or Redmi K70), where a third-party file manager can help, and we've tested some popular options:

AnnexShows system foldersIt works without root.Support for MIUI 15Features
Solid ExplorerโŒ No.โœ… Yes.โœ… Yes.UI, cloud storage support, but doesnโ€™t see /data/
FX File Explorerโš ๏ธ Partially (with plugin)โœ… Yes.โœ… Yes.Can show root folders via FX Root Access, but requires additional settings
MiXplorerโœ… Yes, root)โŒ No.โœ… Yes.One of the few managers who can work with /data/data/ with root
Total CommanderโŒ No.โœ… Yes.โœ… Yes.Supports plugins, but does not show system partitions without root

๐Ÿ’ก If you need to see hidden files without root, try it. FX File Explorer with a plugin FX Root Access. It allows you to view some system folders through ADB, It doesn't have full superuser rights, but it does require you to connect the phone to your computer and execute the command:

adb shell "su -c 'setenforce 0'"

โš ๏ธ Warning: This command temporarily disables SELinux, the Android security mechanism, only use it if you understand the risks.

4. View hidden files through ADB (no root)

If the standard methods don't work and you don't want to get root rights, you can use Android Debug Bridge (ADB), which is suitable for advanced users and allows you to see files that are not displayed in Explorer.

  1. Download and install ADB on your computer (for example, through Googleโ€™s Platform Tools).
  2. On your phone, enable USB Debugging in Settings โ†’ About Phone โ†’ MIUI version (click 7 times on the line with the version, then go back to Settings โ†’ Additional โ†’ For Developers).
  3. Connect the phone to your computer and confirm the debugging permission.
  4. Open the command prompt (or Terminal on Mac/Linux) and execute: adb shell ls -la /storage/emulated/0/ This command will show all files, including hidden ones (their names start with a dot).
  5. To copy a hidden file to your computer, use: adb pull /storage/emulated/0/.name file C:\path\on\computer

๐Ÿ”น Example: To see the contents of the hidden.thumbdata folder (where the thumbnails of images are stored), type:

adb shell ls -la /storage/emulated/0/DCIM/.thumbnails/

โš ๏ธ Note: Do not delete or edit files in folders /system/, /vendor/ or /data/data/ through ADB โ€” If you want to clear the app cache, use the standard settings: โ†’ Annexes โ†’ Select an application โ†’ Warehouse โ†’ Clear the cache.

๐Ÿ’ก

If the adb shell command doesn't work, try running adb devices first to make sure the phone is connected correctly.If the device doesn't show up, reinstall the Xiaomi ADB Interface drivers.

5. Root Access: How to See ALL Hidden Files (for Power Users)

If you want full access to all Xiaomi folders, including system partitions, you'll need to get root rights.

  • ๐Ÿšจ Cancels the guarantee
  • ๐Ÿ”“ It can cause a bootloop to be blocked)
  • ๐Ÿ›ก๏ธ Deprives protection from malware
  • ๐Ÿ“ฑ It may disrupt some features (such as Google Pay or Widevine) L1 for Netflix HD)

If you are prepared for these consequences, here is a brief instruction:

  1. Unlock the bootloader through the official Xiaomi website (requires a Mi Account and wait 7-15 days).
  2. Install custom recovery (e.g. TWRP) via fastboot: fastboot flash recovery twrp.img fastboot boot twrp.img
  3. In TWRP, file Magisk (to get root without changing the system partition).
  4. After the reboot, install Root Explorer or MiXplorer and grant them superuser rights.

You can now view and edit any files, including:

  • ๐Ÿ“ /data/data/ โ€” Application data (for example, saving games or setting messengers)
  • ๐Ÿ”ง /system/ โ€” system-file MIUI
  • ๐Ÿ“ฑ /vendor/ โ€” drivers and firmware modules (camera, modem, etc.)

โš ๏ธ Note: Modifying files in /system/ or /vendor/ This can cause the phone to fail, such as deleting a file. /system/priv-app/MiuiGallery/MiuiGallery.apk It'll break the standard gallery. TWRP before editing!

What happens if you delete the system file?
When you delete a critical file (for example, /system/bin/surfaceflinger), the phone can: - Stop booting (hangs on the MI logo) - Lose the performance of the sensor or camera - Start constantly restarting (bootloop) You can restore the workflow only through the firmware of the full image (fastboot ROM) or backup in TWRP.

6. How to find hidden files of specific applications (WhatsApp, Telegram, etc.)

Many applications create hidden folders to store backups, cache, or temporary files.

AnnexThe path to hidden filesWhat's in there?
WhatsApp/storage/emulated/0/WhatsApp/Databases/Backup copies of chats (msgstore.db.crypt14)
Telegram/storage/emulated/0/Telegram/Telegram Data/Sticker cache, temporary files, settings
MIUI Gallery/storage/emulated/0/DCIM/.thumbnails/Image miniatures (can take up gigabytes of memory!)
Google Photo/storage/emulated/0/Pictures/.thumbnails/Cash of miniatures to speed up loading
Games (Genshin Impact, PUBG)/storage/emulated/0/Android/data/[game package]/files/Save, cache textures, configurations

๐Ÿ’ก If you want to make room, first check the.thumbnails and.trashes folders, which often take several gigabytes, and can be deleted through any file manager with the hidden files displayed enabled.

โš ๏ธ Note: Do not manually delete files from application folders unless you know their purpose. com.whatsapp/SharedPreferences/ Reset all WhatsApp settings and erase com.miui.gallery/cache/ This can lead to errors in the standard gallery.

7 Hidden Files and Security: What Can Be Deleted and What Cannot Be Deleted

Not all hidden files are equally useful. Nฤ›kterรฉ can be safely deleted to free up space, and some cannot be touched.

  • โœ… Can be removed: ๐Ÿ—‘๏ธ.thumbnails - cache of miniatures (free up to) 1โ€“3 GB) ๐Ÿ—‘๏ธ.trashes โ€“ File Manager Recycle Bin ๐Ÿ—‘๏ธ.nomedia โ€“ Empty files that hide folders from the media scanner ๐Ÿ—‘๏ธ com.mi.application/cache/ โ€” cache of specific applications
  • โŒ You can't remove it: ๐Ÿšซ /data/data/ โ€” Application data (will cause failures) ๐Ÿšซ /system/ โ€” System Files (Bootloop Risk) ๐Ÿšซ.android_secure โ€” application-data ๐Ÿšซ miui/ or MIUI/ โ€” shell-configuration

If you're in doubt about whether you can delete a file, use the rule: if you don't know what it's responsible for, don't touch it.

  1. Go to Settings โ†’ Memory โ†’ Cleanup.
  2. Choose Deep Cleaning and wait for analysis.
  3. Delete unnecessary files (cache, temporary data, duplicates).

๐Ÿ’ก

Never delete files with.odex,.apk or.so extensions in system folders, which are components of apps and libraries that will not boot your phone without.

FAQ: Frequent questions about hidden files on Xiaomi

๐Ÿ” Why After Turning On the โ€œShow Hidden Filesโ€ Option, Some Folders Are Still Not Visible?
This is because MIUI divides hidden files into two types: User Hidden Files (starting with a dot, for example.nomedia) โ€“ they are shown by the explorer; System Hidden Files (for example, in /data/ or /system/) โ€“ they are not visible without root or ADB. Also, some applications (for example, banking) can encrypt their data, making them invisible even to the root user.
๐Ÿ“ฑ How to Recover a Hidden File Accidentally Deleted?
If the file was recently deleted: Check the folder /storage/emulated/0/.trashes/ (conductor's basket MIUI). Use data recovery applications such as DiskDigger or Recuva (you need a PC connection) if the file was in the system folder (e.g., DiskDigger or Recuva, /data/data/), Recovering it without a backup is almost impossible.
๐Ÿ”’ Can I hide my files from other phone users?
Yeah, there are a few ways: ๐Ÿ” Rename the folder by adding a dot to the beginning (e.g.,.my files). ๐Ÿ” Use apps like Hide It Pro or Calculator Vault (they mask files as other apps). ๐Ÿ” V MIUI There is a built-in function Private storage (Settings) โ†’ Confidentiality โ†’ Private vault). โš ๏ธ But remember, if someone turns on the hidden files, they will see your data.
๐Ÿ› ๏ธ Why some hidden files donโ€™t show up after rooting?
This may be due to: SELinux โ€” even with root, it can block access to some folders. Try temporarily disabling it with the command setenforce 0. Encryption โ€” on new Xiaomi models (for example, Xiaomi 14), the /data partition is encrypted, and its contents can not be seen without decrypting. kernel restrictions โ€” some custom cores (for example, in firmware based on AOSP) can block access to certain paths.
๐Ÿ“‚ How to hide a folder from a media scanner (so that photos / videos do not appear in the gallery)?
Create an empty file in the folder called.nomedia: Open Explorer and go to the folder you want. Click Create โ†’ File and call it.nomedia (no extension!). Restart your phone or update your media library through Settings โ†’ Apps โ†’ Gallery โ†’ Storage โ†’ Clear Data. Now the files in this folder will not be displayed in the Gallery, Google Photos and other media applications.