Where to look for hidden folders on Xiaomi: a detailed guide with pictures and commands

Have you ever encountered a situation where Xiaomi or Redmi are running out of space, but standard cleaning methods are not helping? Or maybe you need to find saved passwords, MIUI backups or system application logs? Hidden folders on Xiaomi's Android store a lot of useful information, from messenger cache to firmware configuration files. But by default, they don't show up in the file manager.

In this article, weโ€™ll look at 5 working ways to find hidden directories on Xiaomi, POCO and Black Shark smartphones, from simple MIUI settings to ADB and third-party utilities. Youโ€™ll learn which folders are safe to open and which ones are best not to touch so as not to disrupt the system. All instructions are relevant for MIUI 14/15 and Android 13/14 (2026).

Why hidden folders are not visible on Xiaomi

The MIUI operating system (Android shell from Xiaomi) hides system and service directories by default for three reasons:

  • ๐Ÿ”’ Security: To prevent users from accidentally deleting critical files (e.g, /data/dalvik-cache or /system/priv-app).
  • ๐Ÿงน Convenience: Hidden folders with cache, logs and temporary files that are not needed in everyday use.
  • ๐Ÿ› ๏ธ Virus protection: Many malware masquerades as system folders (e.g.,.thumbnails or.nomedia).

But sometimes you need to access these folders, like:

  • ๐Ÿ“ To restore deleted photos from the folder DCIM/.thumbnails.
  • ๐Ÿ”ง For manual cleaning of the application cache in /data/data/.
  • ๐Ÿ“ฑ For the transfer of backup copies MIUI from /MIUI/backup/.

โš ๏ธ Note: Delete or modify files in folders /system, /vendor or /data without root rights can cause a device to blink (completely inoperable). Before any manipulation, back up through Settings โ†’ The phone. โ†’ Backup.

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

Method 1: Enabling the Display of Hidden Files in MIUI

The easiest method is to activate hidden element displays through the standard MIUI file manager, which works on all Xiaomi, Redmi and POCO devices without any additional software.

Instructions:

  1. Open the Files app (the folder icon on the desktop).
  2. Slip on three horizontal lines (โ˜ฐ) top-left.
  3. Select "Settings" (cog icon).
  4. Activate the "Show hidden files" switch.
  5. Return to the root directory (/) and you will see folders with a dot at the beginning of the title (e.g..config,.data).

Method limitation: some system folders (e.g. /data or /system) will remain unavailable without root rights. MIUI 15 may require password/fingerprint confirmation when the hidden files are first displayed.

Make sure the file manager is updated to the latest version|

Check the free space on the device (at least 10% of the total) |

Disable Battery Optimization for File Manager (Settings โ†’ Applications โ†’ Files โ†’ Battery)|

Create a backup copy of important data-->

Method 2: Using Third-Party File Managers

If the standard MIUI manager doesnโ€™t show you the folders you want, try alternative applications, which often have advanced features for working with hidden files and system directories.

Top.-3 File Manager for Xiaomi:

AnnexAdvantagesDeficienciesDownload link
Solid ExplorerTwo-panel mode, support for FTP/Cloud, access to rootPaid version after 14 daysGoogle Play
FX File ExplorerFree root access, built-in archiverAdvertising in the free versionGoogle Play
MiXplorerNo installation (APK) required, SMB and ZIP supportA complex interface for beginnersXDA Developers

How to find hidden folders in Solid Explorer:

  1. Install and open the application.
  2. Tap it on three points (โ‹ฎ) top-right โ†’ "Settings".
  3. Go to โ€œDisplay Settingsโ€ โ†’ turn on โ€œShow hidden filesโ€.
  4. Return to the root directory and open the /storage/emulated/0/ folder, and hidden directories will appear.

โš ๏ธ Attention: Apps like ES File Manager or File Manager+ Download file managers only from Google Play or verified sources (for example, XDA Developers).

๐Ÿ’ก

If you need to work with hidden files often, add a folder to Favorites in the file manager. This will save time on the next search.

Method 3: Search for hidden folders through ADB (no root)

For advanced users who want to access system folders without root rights, the method will be suitable through Android Debug Bridge (ADB), which is an official tool from Google that allows you to execute commands on a device via a computer.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/Linux/macOS.
  • ๐Ÿ“ฑ Included debugging by USB Xiaomi.
  • ๐Ÿ”Œ Cable USB Type-C (preferably original).
  • ๐Ÿ› ๏ธ Installed drivers ADB and Fastboot.

Step-by-step:

  1. Download Googleโ€™s Platform Tools and unpack the archive.
  2. On your smartphone, go to Settings โ†’ About phone and tap on the โ€œMIUI versionโ€ 7 times to activate โ€œDeveloper Modeโ€.
  3. Return to Settings โ†’ Additional โ†’ For developers and enable โ€œDebugging by USBโ€.
  4. Connect your phone to your PC and in the command line (terminal) do:
adb devices

If the device appears in the list, enter:

adb shell ls -la /storage/emulated/0/

This command will display all files and folders, including hidden ones (with a dot at the beginning of the title).

To copy the contents of the hidden folder to your computer:

adb pull /storage/emulated/0/. folder C:\Xiaomi_Backup\

โš ๏ธ Note: Adb shell rm or adb shell mv commands can permanently delete files. Do not execute them without fully understanding the consequences. For safe operation, use the adb shell ls command to view the contents.

How to Fix the Device Unauthorized Error in ADB
If you see adb devices as "unauthorized," you'll see a request for debugging permission on your smartphone screen, confirm it by ticking "Always allow from this computer." If the request doesn't appear, reconnect the cable and repeat the command.

Method 4: Getting root permissions to access all folders

If you want full access to system folders (e.g. /data/data/ or /system/app), root rights are required. This is a risky procedure, but it opens up all the possibilities for working with the file system.

How to get root on Xiaomi:

  1. Unlock the bootloader through the official Xiaomi website (link). This erases all data!
  2. Install custom recovery (TWRP) for your model.
  3. Ride Magisk (a popular root rights manager) through TWRP.

After getting root, you can:

  • ๐Ÿ” View all folders in the file manager (for example, /data user-data).
  • ๐Ÿ—‘๏ธ Remove system applications (debloatize) MIUI).
  • ๐Ÿ“ Edit build.prop or hosts files.

Cons of root rights:

  • โŒ Loss of warranty (if the device is under warranty).
  • โŒ Unable to use Google Pay, banking apps and certain games (due to SafetyNet).
  • โŒ Risk of blinking in case of incorrect actions.

๐Ÿ’ก

Root rights give you maximum control over the device, but deprive you of official Xiaomi support.

Method 5: Search for hidden folders via PC (MTP and Total Commander)

If you prefer to work with files on a large screen, connect Xiaomi to your computer in MTP (Media Transfer Protocol) mode and use Total Commander or Far Manager.

Instructions for Windows:

  1. Connect your phone to your PC through USB-cable.
  2. On your smartphone, select File Transfer (MTP) mode.
  3. Open โ€œThis Computerโ€ โ†’ find a Xiaomi device in the โ€œDevices and Disksโ€ section.
  4. Right-click. โ†’ "Open in a new window".
  5. In the address bar, enter \storage\emulated\0\ and press Enter.
  6. In the View menu, turn on the Hidden Items option.

For extended access, use Total Commander:

  • Install Total Commander.
  • Connect your phone and select "MTP Device" on the network.
  • In settings (Configuration โ†’ Panel content) enable "Show hidden / system files".

The advantage of this method is that you can copy hidden folders to your PC for backup or analysis, for example, it's so convenient to extract error logs from your computer. /sdcard/MIUI/debug_log/.

What hidden folders can be safely opened on Xiaomi

Not all hidden directories are equally useful, but here is a list of folders that can be viewed and edited without risk to the system:

folderContentsCan I remove it?
.thumbnailsPhoto and video miniatures (galleries cache)Yeah (makes room)
.nomediaFile hiding folder from media scannerYes (but the folder will be visible in the gallery)
.data (inside Android)Cash and settings for some applicationsPartially (remove only cache, do not touch files with.xml extension)
MIUI/backupBackup copies of system and applicationsNo (if you need backups)
Android/obbAdditional game data (e.g. graphics packages)Yes (unless the game is used)

Critical folders that canโ€™t be edited without root:

  • /system โ€“ MIUI and Android system files.
  • /vendor โ€“ drivers and configurations of iron.
  • /data/data โ€“ user data of applications (without root access only to your files).

If you accidentally deleted an important folder, try to restore it through MIUI Backup (Settings โ†’ About Phone โ†’ Backup โ†’ Restore) or programs like DiskDigger (for photo/video).

FAQ: Frequent questions about hidden folders on Xiaomi

๐Ÿ” How to find a folder with saved passwords from Wi-Fi on Xiaomi?
Wi-Fi passwords are stored in /data/misc/wifi/WifiConfigStore.xml, but only accessed with root rights. Without a root, you can see the list of saved networks in Settings โ†’ Wi-Fi โ†’ Saved networks, but not the passwords themselves. Alternatively, use applications like WiFi Password Viewer (requires root) or back up through MIUI Backup and extract the file on your PC.
๐Ÿ“‚ Why After Updating MIUI hidden folders are gone?
The MIUI update can reset the file manager settings. To return visibility: Open Files โ†’ Settings โ†’ turn on Show Hidden Files again. If folders are physically gone (e.g..thumbnails), they will recover automatically the next time you run the gallery. If a folder with important data (e.g. DCIM/Camera) is missing, check the basket in the file manager or use DiskDigger to recover.
๐Ÿ›ก๏ธ Can I hide my folder from other users on Xiaomi?
There are several ways: Create a.nomedia file in the folder (without extension) โ€” it will disappear from the gallery, but stay in the file manager, RAR) Install the Calculator Vault or Hide It Pro app (masked as a calculator). For maximum privacy, encrypt the folder through the MIUI Security (Settings) โ†’ Password and security โ†’ Confidentiality โ†’ Encrypted folder).
๐Ÿ“ฑ How to transfer hidden folders to the new Xiaomi?
Modes of transfer: ๐Ÿ“ Through MIUI Backup: Settings โ†’ The phone. โ†’ Backup โ†’ Local backup (select "System Data"). ๐Ÿ–ฅ๏ธ Connect both phones and manually copy folders (such as.thumbnails or.thumbnails) Android/obb). โ˜๏ธ Through the cloud: Upload folders to Google Drive or Mi Cloud, then download to a new device. /data or /system โ€” It's gonna crash!
๐Ÿšจ What to do if the phone stopped working after changing the hidden folders?
If Xiaomi doesnโ€™t turn on or issues errors after editing system files: Boot to Fastboot (press Power + Volume down when turned on). Connect your phone to your PC and follow the command: fastboot flash system.img (where system.img is the original firmware file for your model). If there is no backup, try resetting via Recovery (Power + Volume Up โ†’ โ€œWipe Dataโ€). In extreme cases, reflash the device via Mi Flash Tool (instructions at xomlashifia.com).