You bought a new Xiaomi smartphone (or have been using it for a long time), but you can't find where the internal memory is stored? Or maybe you need to move files, but the folder with the drive has gone somewhere? This problem is familiar to many users - especially those who have switched to MIUI from other shells. The fact is that the manufacturer hides some system partitions, and the standard file manager does not always show the full structure of the memory.
In this article, we’ll look at all the possible ways to access internal storage on Xiaomi, Redmi and POCO phones, from basic methods through Explorer to hidden settings for power users. You’ll learn why memory may not be displayed, how to turn on hidden files and what to do if the system blocks access to certain folders. And we’ll also explain how the memory structure differs on new and old models (for example, Xiaomi 13T Pro vs Redmi Note 8).
What is an internal drive in Xiaomi and where is it physically located
The internal drive (also called internal memory) is an eMMC or UFS chip soldered into the smartphone motherboard, which, unlike a removable microSD card, cannot be removed without disassembling the device, ranging from 32 GB (on budget models like the Redmi A1) to 1 TB (the flagships of the Xiaomi 14 series).
Physically, the memory chip is under the back cover, next to the processor. For example, in the POCO X5 Pro it is located to the left of the battery, and in the Xiaomi 12S Ultra it is located under the metal cooling screen. But to access the files, you do not need to disassemble the phone: all the memory is connected to the system and appears as a disk in /storage/emulated/0/ (this is the standard path in Android).
- 📱 Budget models (Redmi) 10A, POCO C50): 5.1 eMMC (slower but cheaper).
- ⚡ Mid-size segment (Redmi Note) 12, Xiaomi 11 Lite): UFS 2.1/2.2 (quicker 30-50%).
- 💎 Flagships (Xiaomi) 13, POCO F5 Pro): UFS 3.1/4.0 (read-through 2100 MB/s).
⚠️ Note: If you see a phone marked "expandable storage" in the specs, this means microSD support, but does not guarantee a slot. For example, the Xiaomi 12 Pro does not have a card connector, despite the large amount of internal memory.
Method 1: Standard file manager MIUI
The easiest way to open an internal drive is to use the built-in Explorer (the Files app from Xiaomi), which is pre-installed on all devices with MIUI and has a simple interface. Here's how to use it:
- Open the Files app (the folder icon on the desktop or menu).
- In the bottom panel, click on Device (or Local Storage in older versions).
- You will see the memory structure: DCIM folders (photos), Download (downloads), MIUI (system files) and others.
If the folders are small or empty, check the display settings:
- Slip on the three dots in the upper right corner → "Settings".
- Activate "Show hidden files" and "Show system files".
- Reboot the app.
☑️ What to do if the files are not displayed
On some models (e.g. Xiaomi Mi 11), the path to memory may be called "Internal Drive" or "Main Storage." If you don't see these items, upgrade MIUI to the latest version - in older firmware, the file manager interface was less intuitive.
Method 2: Connect to a computer via USB
If you need to copy a large number of files (for example, a backup), it is more convenient to connect the phone to a PC or laptop.
- Connect your smartphone and computer with a USB-Type C cable (or Micro-USB for older models).
- The phone will have a notification "Charge via USB" on it.
- Select "File Transfer" (or "MTP" in older versions of Android).
After that, a window will open on the computer with the contents of internal memory, in Windows the phone will appear as a removable disk (for example, "Xiaomi Redmi Note 10"), and in macOS you will need to install Android File Transfer.
- 🔌 Check the cable – cheap wires often don’t support data transmission.
- 🔄 Switch the connection mode in the phone notification curtain.
- 🖥️ Update the drivers MTP on a computer (relevant to Windows) 7/10).
⚠️ Attention: On phones with MIUI 14+ When you first connect to a new computer, you may need to unlock the screen to confirm your trust. If you use a PIN or a pattern lock, the system will ask you to enter it.
Method 3: Use of alternative file managers
The standard MIUI Explorer is not always convenient, it hides some system folders and does not support root rights. If you want full access, install a third-party manager:
| Annex | Advantages | Deficiencies | Reference |
|---|---|---|---|
| Solid Explorer | Two-panel mode, cloud support, FTP | Paid version after 14 days | Play Market |
| FX File Explorer | Free, built-in archiver, root access | Advertising in the free version | Play Market |
| MiXplorer | Maximum customization, SMB support | A complex interface for beginners | XDA Developers |
After installing any of these managers:
- Open the application and provide access to memory (permission "Manage all files").
- Go to the root directory (usually indicated as "/").
- Find /storage/emulated/0/, which is your internal drive.
In some managers (e.g. MiXplorer), the path may appear as /sdcard/, but it is not a removable card, but a symbolic reference to internal memory. If you see two folders, sdcard and sdcard1, the second one usually corresponds to a microSD (if it is inserted).
Method 4: Access via ADB (for power users)
If you need low-level memory access (for example, to recover deleted files), you can use ADB (Android Debug Bridge), which requires USB debugging and is only suitable for those familiar with the command line.
Instructions:
- Turn on Developer Mode: Go to Settings → About Phone → MIUI version and tap 7 times on this item.
- Return to “Additional Settings” → “Developers” and activate “Debugging by USB”.
- Connect your phone to your computer and confirm your trust in the device.
- Open the Command Prompt (Windows) or Terminal (macOS/Linux) and type in: adb shell ls /storage/emulated/0/
This command will display a list of files and folders at the root of internal memory. To copy files to your computer, use:
adb pull /storage/emulated/0/DCIM/ C:\Photos\(where C:\Photos\ is the path on your PC)
What if the ADB can’t see the device?
⚠️ Note: Adb commands with root rights (such as adb root) can disrupt the system. On Xiaomi phones with a blocked bootloader, such commands will not work without unlocking.
Why the internal drive may not be displayed
Sometimes users experience a phone memory that is either lost or lost, and here are the main reasons and solutions:
- 🔧 File system failure: If the phone suddenly turned off while writing files, the memory partition could have been damaged. → Memory. → Cleaning or flashing.
- 📵 Mounting error: B MIUI Sometimes folder rights fly out. Restart the device or run to ADB: adb shell mount -o remount,rw /
- 🛡️ Antivirus blocking: Built-in Security App can hide "suspicious" files. Check quarantine in Security app".
- 🔄 Update MIUI: After major updates (for example, with the MIUI 13 on MIUI 14) the memory structure may change. Update the file manager.
If the internal drive is not visible even after the reboot, check it through DiskDigger (file recovery application). If the program also does not find memory, this may indicate a hardware malfunction (for example, the dump of the eMMC chip), in which case only the service center will help.
💡
Before you reset or flash back your data, copy it to your computer or the cloud. Your internal memory is formatted when you reset to factory settings!
Differences in the location of memory on new and old Xiaomi models
The internal drive structure depends on the Android version and the MIUI shell.
- 📱 Old models (Redmi) 4X, Mi A1, MIUI 9-11): memory-path — /sdcard/, system-file /data/.
- 🆕 Modern Smartphones (Xiaomi) 13, POCO F5, MIUI 14): mainfolder — /storage/emulated/0/, /sdcard/ — symbolism.
- 🔒 Flagships with memory sharing (Xiaomi) 12S Ultra: part of the memory is reserved for "Dynamic" RAM" (virtual RAM), so the available volume may be less than the declared.
Android 12+ and MIUI 13+ phones have a "Scoped Storage" feature that restricts apps from accessing other apps' folders, such as WhatsApp can't save a file to Download unless you give explicit permission, to disable this restriction:
- Go to Settings → Applications → Permissions Management → Special Permissions.
- Find “Access to All Files” and turn it on for the right applications.
💡
On MIUI 14+ phones, the /sdcard/ path is not a separate section, but a symbolic link to /storage/emulated/0/.