Hidden files on Xiaomi Redmi smartphones are not only system data, but also user folders that the manufacturer or applications deliberately hide from view, which may be needed to free up memory, restore deleted photos, edit configuration files or even debug MIUI. However, the standard Explorer from Xiaomi shows not everything: many directories are hidden for security or stability reasons.
In this article, we will discuss 5 Proven ways to access hidden files on Redmi Note 10/11/12, Redmi 9/10/13 and other models - from simple conductor settings to use ADB And third-party file managers, and we'll focus on system folders. /data/data/ and /system/, which contain key application and OS settings, but require root rights or special commands to view.
1. enable the display of hidden files in the standard MIUI Explorer
The fastest way to see a portion of hidden folders is to activate the corresponding option in the native File application (or File Manager on global firmware), which works without superuser rights, but only shows files that are not locked by the system.
Instructions:
- π± Open the Files app (Folder icon on the desktop).
- π Slip along three horizontal lines (menu) in the upper left corner.
- βοΈ Select Settings β Additionally.
- ποΈ Activate the switch Show hidden files.
After that, the.miui folder (with the theme settings),.thumbdata (cache of image sketches) will appear in the root directory, as well as hidden directories of some applications, for example,.nomedia for media files, which should not be displayed in the gallery.
β οΈ Note: Do not delete files with the.db or.xml extension in the.miui and.android_secure β This can lead to malfunctions in the shell. MIUI.
Remove the contents of.thumbdata (cache sketches)|Clear the file. Download/.temp|Delete old log files in /sdcard/MIUI/debug_log|Clear the application cache in /sdcard/Android/data/*/cache
-->
2. Use of third-party file managers (without root)
Xiaomiβs standard Explorer is limited in functionality, so it is recommended to use alternative applications to access deeper hidden folders.
- π Solid Explorer - Supports FTP/FTPS, cloud storage and displays system files (you need to enable Root access settings if you have rights).
- π FX File Explorer β has a built-in Hex viewer and can open hidden folders /data firmware.
- π οΈ MiXplorer β optimized for Xiaomi, can bypass restrictions MIUI reading.
Example of Solid Explorer configuration:
- Install the app from Google Play.
- Open the side menu β Settings β Access to the root directory.
- Enable the option to Show Hidden Files and System Files.
- Go to /storage/emulated/0/ and all hidden folders (with a dot at the beginning of the name) will be displayed here.
With the help of these managers, you can see, for example, a folder.android_secure (encrypted application data,.face (face recognition data) or.backups (backups) MIUI).
Standard Conductor MIUI|Solid Explorer|FX File Explorer|MiXplorer|Other-->
3. Access to hidden files via ADB (no root)
If you want system files but you don't have root rights, you can use ADB (Android Debug Bridge), a debugging tool that lets you execute commands directly on your device, which works on all Redmis, including models with a locked bootloader.
Step-by-step:
- Enable USB Debugging in Settings: Settings β About Phone β MIUI Version (Tap 7 Times) Settings β Additional β For Developers β Debugging by USB
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command line (Windows) or the terminal (Linux/macOS) and type in: adb shell ls -la /sdcard/ This command will show all files, including hidden ones (with a dot at the beginning).
To copy a hidden file to a PC, use:
adb pull /sdcard/.folder/file C:\path\on\PCβ οΈ Note: Adb shell rm or adb shell mv commands to delete/move system files can cause a device to blink. Use them only if you are sure of the actions.
How to Install ADB on PC
4. view hidden files via TWRP (requires unlocking the bootloader)
If your Redmi has a custom TWRP recap on it, you can use its built-in file manager to access hidden partitions, including /data and /system.This is one of the most powerful methods, but requires the bootloader to be unlocked beforehand.
Instructions:
- π§ Boot in. TWRP (Turn off the phone, then press the power. + Loudness up).
- π Tap Advanced β File Manager.
- π Move to the /data/data/ β This is where all the applications are stored (for example, /data/data/com.android.chrome/ Chrome).
- π To copy the file, select it and press Copy to SD.
TWRP also allows you to edit system files, such as build.prop or hosts, but any changes to this require caution β incorrect editing can lead to a cyclical reboot.
π‘
Before editing system files in TWRP, back up /system through the Backup option in the main recovery menu.
5. Getting root rights for full access to hidden files
Root access gives you the maximum ability to work with hidden files, and with it you can view and edit /data, /system, and other usersβ files (on multi-purpose devices), but this method has risks:
- π« Loss of warranty (on most Redmi models).
- π Risk of blocking Mi Account in case of incorrect rooting.
- π‘οΈ Vulnerability to malware (applications will gain access to system data).
If you are prepared for these risks, follow the instructions:
- Unlock the bootloader through Mi Unlock Tool (requires a binding Mi Account and wait 7-15 days).
- Install TWRP for your model (download the image from the official website).
- Sweep Magisk (a popular root rights manager) through the Recovery.
Once root is available, install Root Explorer or FX File Explorer with Mount as R/W (read/write partition mounting) option. Now you can even edit files in /system/priv-app/ (system applications).
β οΈ Note: On Redmi models with MIUI 13/14 And with the new DM-Verity mechanism, editing system files can lead to soft-brick (the device will only boot in fastboot!
Comparison of methods of access to hidden files
| Method | Required rights | Available folders | Risks. | Difficulty |
|---|---|---|---|---|
| Standard conductor | No. | /sdcard/.* (User hidden files) | No. | β |
| Third-party managers (Solid Explorer) | No. | /sdcard/.*, partly /data/media/0/ | No. | ββ |
| ADB | USB debugging | /sdcard/, /data/local/tmp/ | Deletion of system files | βββ |
| TWRP | Unlocked loader | /data/, /system/ | Soft-brick when editing | ββββ |
| Root access | Full rights of the superuser | All sections (/efs, /vendor) | Loss of warranty, blocking of Mi Account | βββββ |