How to view data on a memory card in Xiaomi smartphones: all ways

MicroSD cards remain a popular way to expand memory in Xiaomi smartphones, especially in the budget models of the Redmi series or the new model. POCO. But many users have a problem: once you install the card, the system doesn't recognize it, the files don't show up in the explorer, or the device suggests formatting the media. SD-map MIUI 14/15, including hidden settings and avoiding typical errors.

It is important to understand that the problem can be in hardware malfunctions (damaged slot, card contacts) and software constraints. For example, Xiaomi can default to mount the card as an internal storage (Adoptable Storage), which blocks access through other devices, we will look at how to distinguish one situation from another and what to do in each case.

1. Check the connection of the memory card in the settings Xiaomi

Before you try to open files, make sure the system recognizes the card at all.

  1. Open the Settings β†’ Memory.
  2. Scroll down to the Warehouse section - yours should be displayed here SD-free-place.
  3. If the card is not listed, go to Settings β†’ Connected Devices β†’ Memory and check status.

If the card is displayed as β€œdamaged” or β€œunknown format”, this may mean:

  • πŸ”„ The card is formatted in a file system that is not supported MIUI (for example, NTFS or exFAT on older models).
  • πŸ› οΈ Physical damage to contacts or card chips.
  • πŸ”’ The card is password protected (for example, via BitLocker on PC).
πŸ“Š How to Use a Memory Card in Xiaomi?
For photo and video
For the installation of applications
Like an internal memory.
For backups
Other

If the card is visible but the files are not displayed, move to the next section. If it is not in the settings, remove and re-insert the card, after cleaning the contacts with a dry wipe.

2. Access to files via standard MIUI Explorer

The standard File Manager (or File Manager) application MIUI must automatically display the contents of the memory card in the "Device" section, or "SD-map. If it doesn't happen:

  1. Open the Files app (folder icon).
  2. In the top menu, select "Categories" β†’ "Storage".
  3. Tap on point "SD-If you don't have one, click on the three dots in the top right corner and select Settings".
  4. Activate the option "Show hidden files" and "Show system files".

If the card is mounted as an internal storage (Adoptable Storage function), its contents will be displayed along with the main memory in the "Internal Memory" section.

  • πŸ“ The folders from the card will be marked with an icon SD.
  • πŸ”§ Access to the card via PC or other devices will be blocked.
  • ⚠️ Removing the card without first "unmounting" can lead to data loss.

β˜‘οΈ What to do if the card is not visible in the conductor

Done: 0 / 4

3. Use of third-party file managers

If the standard MIUI Explorer doesn't show files, try alternative applications. They often have extended access rights and support more file systems.

  • πŸ“‚ Solid Explorer - Supports FTP, SFTP and cloud storage, there is a built-in viewer for most formats.
  • πŸ” FX File Explorer – can work with root folders (if root-rights are available) and has a built-in text editor.
  • πŸ› οΈ Total Commander – a classic plugin manager for rare file systems.

Instructions for setting up Solid Explorer:

  1. Install the app from Google Play.
  2. When you first start, provide all the permissions you request (especially "Storage Access").
  3. In the main menu, select "Root directory" (/).
  4. Go to the folder. /storage/ β€” All connected drives should be displayed here, including SD-map (usually) /storage/XXXX-XXXX, where XXXX β€” unique identifier).

If the map is still not visible, check:

  • πŸ”Œ Is the card connected to the phone (sometimes the contacts are oxidized and the connection is lost).
  • πŸ“‹ Is the card formatted in a compatible file system (FAT32 ExFAT for most Xiaomi models).
What if the application asks for root permissions to access the card?
If the file manager requests root rights to view SD-This may mean that the card is connected as an internal storage device (Adoptable Storage), in which case, without root, access to it through third-party applications is limited. ADB file-copy.

4. Connect Xiaomi to a computer to view files

If access via phone is not possible, try connecting your device to Windows, Mac or Linux in file transfer mode (MTP).

  1. Connect Xiaomi to your computer via USB-cable (preferably original).
  2. On the phone in the notification panel, select File Transfer Mode (or File Manager).
  3. On a PC, open "This Computer" (Windows) or "Finder" (Mac) - the device should appear as a removable disk.

If the card is not visible on the PC:

Problem.Possible causeDecision
The map is not displayed in "This Computer"The card is connected as an internal storage (Adoptable Storage)Turn off the feature in your phone settings or use ADB to copy files
Computer asks to format the mapIncompatible file system (ext4, NTFS)Format your card in FAT32 or exFAT via phone
The folders on the map are empty.Hidden files or corrupted file tableUse chkdsk (Windows) or fsck (Linux/Mac)
Error "Device not recognized"Problems with MTP drivers or cableUpdate drivers through Device Manager or try another cable

For Windows 10/11, if you have problems with card recognition:

  1. Open Device Manager (Win + X β†’ Device Manager).
  2. Find in the list β€œPortable Devices” or β€œOther Devices” – your Xiaomi should show as MTP-device.
  3. Right-click and select "Update driver" β†’ "Automatic search".

πŸ’‘

If the computer can't see the card, but the phone can recognize it, try extracting the card and pasting it directly into the card reader, which will help you determine if the card or the phone slot is having a problem.

5. Solving problems with memory card format

If Xiaomi offers to format the card when you first connect, it means that its file system is incompatible with MIUI. Most Xiaomi smartphones support:

  • πŸ“ FAT32 β€” Universal format, but with a file size limit (maximum 4 GB).
  • πŸ“ exFAT – recommended for cards larger than 32 GB, supports files larger than 4 GB.
  • 🚫 NTFS β€” It is not supported by most Android devices without root.
  • 🚫 ext4 β€” It is used for internal memory but is not suitable for SD-map.

How to format the map correctly:

  1. Back up your data (formatting will delete everything!).
  2. Insert the card into your phone and go to Settings β†’ Memory. β†’ SD-map β†’ Format.
  3. Select β€œLike a portable device” (not as internal memory!).
  4. Confirm formatting in FAT32 or exFAT (for cards >64 GB only exFAT).

⚠️ Note: If you have previously used the card as an Adoptable Storage, formatting it via your phone will result in a complete cleanup, including application data. ADB:

adb pull /sdcard/ C:\Backup\

6. access to hidden and system files on SD-map

Sometimes the files on the map are not displayed because they are hidden or belong to system applications.

Method 1: Through the MIUI conductor

  1. Open the Files app.
  2. Slip on three dots in the upper right corner β†’ "Settings".
  3. Activate options: πŸ‘οΈ "Show hidden files" πŸ”§ "Show system files" (requires unlocking) MIUI version)

Method 2: ADB (for experienced users)

If you want to access files that are not visible even with settings enabled, use ADB:

adb shell


ls /storage/XXXX-XXXX/

Where XXXX-XXXX β€” identifier of your card (you can find it through the command ls) /storage/).

Method 3: Through TWRP (if installed)

If the phone has installed custom recovery TWRP, You can connect the map as USB-accumulator:

  1. Download to TWRP (usually Power + Volume Up).
  2. Select "Mount" β†’ Mark "Micro SDCard".
  3. Connect the phone to the PC – the card will be available as a removable disk.

Step-by-step instructions for Recuva:

  1. Connect the card to the PC through the card reader.
  2. Run Recuva and select the file type to recover (such as β€œImages”).
  3. Specify the disc corresponding to yours SD-map.
  4. Press Analysis and wait for the scan to be completed.
  5. Tag the files you want and click "Restore" by selecting the folder on your hard drive (not on the card!).

⚠️ Warning: Never save recovered files back to a damaged card, which can lead to permanent data loss. Use another drive (hard drive, flash drive).

If the card is physically damaged (for example, not detected on any device), contact a specialized data recovery laboratory. Self-attempts to repair (heating, closing contacts) usually make the situation worse.

FAQ: Frequent questions about working with memory cards in Xiaomi

My Xiaomi can't see the memory card, although it works on other devices. What's the problem?
Probable causes: πŸ”Œ The card slot in the phone is damaged (check the contacts). πŸ“‹ The map is formatted in NTFS or ext4 β€” MIUI supports FAT32/exFAT. πŸ”’ In the settings of the phone, access to external media is disabled (check Settings). β†’ Annexes β†’ Special access β†’ Solution: Try formatting the map into FAT32 via another device or check the slot for debris.
How to transfer applications to a memory card in Xiaomi?
In modern versions MIUI (12 and later) porting of applications to SD-Default lock: Bypass: Use the card as an Adoptable Storage, but this will lead to data encryption and the inability to use the card on other devices. Set root rights and use applications like App2SD. Only transfer the cache and media files of the applications through their settings (for example, WhatsApp or Telegram). SD-Maps for installing applications due to low read/write speed.
Can I use a memory card as both internal and external at the same time?
Nope. MIUI The card can only work in one mode: πŸ“± Adoptable Storage – Encrypted, available only on this phone. πŸ’Ύ Portable: works like a flash drive, is compatible with other devices, switching between modes requires full map formatting.
Why did the phone stop after the memory card was removed?
If the card was used as internal memory, its sudden retrieval could damage the application data that referenced it. Solutions: Reset the phone. If the brakes are left, reset the cache through Settings. β†’ The phone. β†’ Resetting settings β†’ Cache reset. In extreme cases, reset to factory settings (but this will delete all data). In the future, always unmount the card before extraction: Settings β†’ Memory. β†’ SD-map β†’ Extract.
Which memory card is best to buy for Xiaomi in 2026?
Selection recommendations: Volume Speed Class Application Examples of 32–64 GB models UHS-I U1 (Class 10 Photos, music, documents SanDisk Ultra, Samsung EVO Select 128GB-256GB UHS-I U3 (V30) Video 4K, Lexar Professional Applications 1066x, Kingston Canvas Go! Plus 512GB-1TB UHS-II (V90) Professional shooting, Sony games TOUGH-G, For most users Xiaomi is the optimal option 128 GB with a class U3 β€” It is compatible with all models and provides sufficient speed to record video in the 1080p.