How to view other (hidden and system) files on Xiaomi Redmi Note 4: all working methods

Xiaomi Redmi Note 4

MIUI

Conductor

In this article, we will discuss the legal and secure ways to view hidden files on Redmi Note 4 (including the Redmi Note 4X and Redmi Note 4 Pro models). Importantly, some methods require unlocking the bootloader or superuser rights, but we will show you where to do without them, and you will learn which files can not be edited without the risk of β€œbricking” the device.

Warning: System files may cause MIUI failures or loss of warranty, and all activities you perform are at your own risk.

1. Standard MIUI Explorer: Enables the display of hidden files

The easiest way is to use Xiaomi’s built-in Explorer, but by default it hides files with a dot at the beginning of the name (such as.nomedia or.thumbnails).

1. Open the Explorer application (the folder icon on the desktop).

2. Slap three horizontal lines in the upper left corner.

3. Select Settings β†’ Additional.

4. Activate the switch Show hidden files.

Now in the root directory (/storage/emulated/0/) folders like:

  • πŸ“.MIUI β€” shell-setting;
  • πŸ“.thumbnails - miniatures for the gallery;
  • πŸ“.data - cache of some applications;
  • πŸ“ Android β†’ Data - data of user programs.

⚠️ Note: Do not delete files from folders.MIUI or Android/obb β€” This will cause malfunctions in the application or shell.

Method limitation: You will not see system partitions (/system, /vendor) and other users' files (if you have multi-user mode) and you will need root or ADB rights to do this.

πŸ“Š What kind of file viewing you have tried before?
Standard conductor
root-conductor
ADB-team
TWRP
Nothing.

2. ADB-Commands: Access to hidden folders without root

If you need to view files in /data/data (where application settings are stored) or /system, but root rights are not available, Android Debug Bridge (ADB) will help. This method works even on a locked bootloader, but requires USB Debugging enabled.

Instructions:

  1. Download Google’s Platform Tools and unpack the archive.
  2. On your smartphone, go to Settings β†’ About Phone and tap the MIUI version 7 times to activate Developer Mode.
  3. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  4. Connect Redmi Note 4 to your PC and in the command line (in the folder with adb.exe) do: adb shell ls /data/data

To copy the file to the PC:

adb pull /data/data/com.example.app/databases/config.db C:\Temp\
ADB Team TeamWhat's he doing?Needs root?
adb shell ls /systemShows files in the system partition❌ No.
adb pull /data/appCopying APK of installed applications❌ No.
adb shell su -c "ls /data"View the root directory /dataβœ… Yes.

Important: Without root, you will only see read rights files for the current user. folders of other applications (for example, /data/data/com.whatsapp/) will not be available.

πŸ’‘

If the adb device command doesn’t show your smartphone, try reinstalling Xiaomi ADB Interface drivers through Windows Device Manager.

3. Root conductors: full access to the file system

If your Redmi Note 4 has a bootloader unlocked and Magisk or SuperSU installed, you can use dedicated root-enabled conductors:

  • πŸ“± Root Explorer – a classic guide with support for editing system files;
  • πŸ“± FX File Explorer - a free analogue with a built-in root browser;
  • πŸ“± Solid Explorer – Plugin for root access is purchased separately.

Example of Root Explorer:

  1. Open the application and grant root rights when requested.
  2. Go to the root directory (/).
  3. Slip on Mount R/W in the upper tulbar to unmount the partition for recording (e.g. /system).
  4. You can now edit files like /system/build.prop or /data/property/.

⚠️ Note: Modifying files in /system may disrupt MIUI. For example, editing build.prop without backup often leads to bootloop (a looped download).

Create a backup copy through TWRP|

Check the free space on the device (minimum 1 GB) |

Disable automatic update of MIUI|

Download the original firmware for rollback |

-->

4.TWRP Recovery: Viewing Files in Recovery Mode

If your Redmi Note 4 has a custom TWRP recap, you can view and copy files even without a working system.This is useful if the smartphone does not turn on or you accidentally deleted important data.

How to use TWRP to access files:

  1. Turn off your smartphone and press Volume Up + Power to enter the Recaveri.
  2. Select Advanced β†’ File Manager.
  3. Navigation: πŸ“ /data/media/0/ β€” memory; πŸ“ /system β€” system-file; πŸ“ /sdcard/ β€” External memory card (if any).

Copy

/external_sd/backup/

The advantage of the method is that it works even if the MIUI does not load, and the disadvantage is that there is no graphical interface, only a text manager.

How to copy files from Redmi Note 4 via TWRP on PC?
1. Connect your smartphone to your computer in mode TWRP. 2. On PC, open the command line and execute: adb pull /data/media/0/DCIM/ C:\Photos\ 3. If ADB It doesn't work, use it. MTP-regime TWRP: Go to Mount. β†’ mark Enable MTP. 4. The internal memory will now be displayed as a removable disk in My Computer".

Annex side: alternatives to standard conductor

If you don’t want to unlock the bootloader or use ADB, some apps from Google Play let you bypass MIUI restrictions:

AnnexFunctionsLimitations
Amaze File ManagerShows hidden files, support for SMB/FTPSWithout root, you can't see /data/data
MiXplorerBuilt-in FTP-server, archiver, access to the rootA complex interface for beginners
Total CommanderCloud storage plugins, folder comparisonThere is no built-in support for MIUI Hidden Folder

An example of setting up MiXplorer to access hidden files:

  1. Download and install APK (app removed from Play Market, search on 4PDA).
  2. In the settings, enable Show hidden files and Show system files.
  3. To access /data without root, use the SQLite Editor plugin (read only!).

MiXplorer can connect to the device by FTP It's convenient if you want to transfer files to a PC without any problems. USB-cable:

  1. In the application, select FTP Server.
  2. Remember. IP-address and port (e.g. 192.168.1.100:2221).
  3. On PC, open Windows Explorer and type in the address bar: ftp://192.168.1.100:2221.

⚠️ Attention: On the Redmi Note 4 firmware MIUI 12+ folder /data/app It's encrypted. You need root or rollback to read it. MIUI 11.

7. Frequent errors and their solutions

When working with hidden files, Redmi Note 4 users often face the following problems:

Problem.Reason.Decision
Permission denied when accessing /dataNo root or SELinux permissions to block accessUse adb shell su -c "chmod 777 /data" (temporary solution)
You can't see the Android folder on the memory card..nomedia file hides contentRemove.nomedia through the root-enabled explorer
After editing build.prop, the phone does not turn onSyntactic error or incorrect parametersRestore the original file via TWRP or reflash MIUI
adb: device unauthorizedUnconfirmed. RSA-keyConnect to the PC and confirm the request on the smartphone screen

If Redmi Note 4 stopped loading after the changes, try:

  1. Go to Fastboot (Loudness down + Power) and execute: fastboot flash boot.img (where boot.img is the original file from firmware).
  2. If it doesn’t work, run the full firmware through the Mi Flash Tool (select the Clean All option).

FAQ: Answers to Frequent Questions

Can I see another user’s files on Redmi Note 4 without rooting?
No. Multi-user MIUI has isolated data, even with ADB, you'll only see the current profile files, and you need root or TWRP to access all the data.
How to find hidden screenshots and screen recordings?
They're stored in the MIUI Hidden Folder folder, which is hidden from the standard conductor. To see it, use MiXplorer with the Show hidden folders option enabled. Or through ADB: adb shell ls /storage/emulated/0/MIUI/HiddenFolder/
Why is the hosts file reset after editing?
On MIUI, the file /system/etc/hosts is protected from changes. To save them: mount /system in R/W mode (via Root Explorer). Change the file rights: adb shell su chmod 644 /system/etc/hosts Reboot the device.
How to copy files from a broken screen Redmi Note 4?
If the sensor is not working, but the device is turned on: Connect the smartphone to the PC and use ADB: adb pull /sdcard/DCIM/ C:\Backup\Photos\ If ADB not on, connect the mouse through OTG-Adapter and control cursor. TWRP via Fastboot and copy files to Recovery.
Can I recover deleted files without root?
Yes, but with limitations: πŸ” DiskDigger (Scans Internal Memory for File Remainders); πŸ” Recuva (if the memory card is connected to the PC via a card reader); πŸ” adb shell + grep to search for fragments of text in the memory dump, the chances are higher if no new data is written after deletion.