Why Xiaomi Ignores Memory Card and How to Fix It
Did you just insert a new microSD into the Xiaomi Redmi Note 12 or POCO X5, but photos are still saved to internal memory? Or do browser downloads stubbornly take up space in the /storage/emulated/0/Download section? This problem is familiar to many Xiaomi smartphone owners - despite supporting memory cards up to 1TB, the MIUI system often ignores the external drive.
In this article, we will discuss all working ways to redirect file saving to SD-map β from the basic settings of the camera and loader to hidden parameters MIUI and even hand-mounted through ADB. We will pay special attention to the nuances for different versions of firmware (MIUI 13/14) and models with hybrid slots (for example, Redmi) 10C, where the memory card replaces the second SIM). We will also find out why some applications refuse to work with external memory and how to circumvent this limitation.
We warn you that not all methods are universal. For example, transferring applications to SD in new versions of Android is blocked at the system level, and some messengers (like Telegram) save media only in internal memory for security reasons. But for photos, videos, documents and cache, most programs have solutions β and we tested them on current Xiaomi devices from 2023-2026.
1. Basic setting: changing the default save path
To start with, the simplest way is to change the default save location for the camera, downloads and screenshots, which works on all Xiaomi models (from the Redmi A2 to the Xiaomi 13 Ultra) and does not require root rights or technical knowledge.
- π· Camera. MIUI: Open the Camera app β slip on βοΈ"Settings" β Choose a Retention Place β specify SD-Note: In some models, the path may be called Memory. β Memory map.
- π Browser and downloads: Go to Settings β Annexes β Application management β browser β Memory. β Default location β choose SD-map.
- π± Screenshots: IN MIUI 14 Ways for Screenshots Changes Through Settings β Additionally. β Screenshots β Preservation site.
- π΅ Music and Recording: In the Music and Recorder apps, the save path settings are hidden in the menu..." (three dots) in the upper right corner.
β οΈ Note: If there is no available place to save SD-maps, check the cards:
β οΈ Note: The memory card should be formatted internally (if used as a memory extension) or portable (if as a removable drive). In the first case, it will be encrypted and attached to the device, in the second, it will work as a flash drive.
2. transfer existing files to SD-map
Changing the way you save new files is half the battle, but what about those gigabytes of photos and videos that already take up internal memory? MIUI has a portable tool built in, but it doesn't always work smoothly. Here's a step-by-step guide:
- Open the Files app (folder icon).
- Go to Categories β Images (or Videos, Audio)
- Select files by holding your finger on one of them, then tap on the others.
- Click on the button More (three dots) β Move.
- In the window that opens, select SD-map β destination folder (e.g, DCIM/Camera).
- Confirm the move.
βοΈ Preparation for file transfer
If the built-in file manager refuses to transfer data (produces an error βI couldnβt moveβ), try alternative methods:
- π Through PC: Connect Xiaomi to your computer in File Transfer mode (MTP), Copy the data on the PC, then transfer it to the SD-map.
- π± Third-party file managers: Applications like Solid Explorer or FX File Managers often do better than the staff.
- βοΈ Cloud bypass: Upload files to Google Drive or Mi Cloud, then download them directly to a memory card.
π‘
If you transfer photos through the PC they are displayed in the gallery Xiaomi as βdamagedβ, check to SD-map was a folder DCIM. If it is not, create it manually.
3. Memory card formatting: internal vs portable
One of the key things that many people miss is the way they format. SD-Android cards. MIUI When you first connect the card, the system offers to choose between two modes:
| Parameter | Portable (removable) | Internal (memory expansion) |
|---|---|---|
| Compatibility | It works on any device (like a flash drive) | Linked to a single smartphone, encrypted |
| Speed. | Depends on the class of the card (A1/A2 is better) | It may be slower due to encryption. |
| Portability of applications | β No. | β Yes (partially dependent on Android) |
| Removal | No consequences. | When extracted, data is erased |
| Support for MIUI | All functions are available | There may be errors when updating the system. |
Which option should I choose?
- π Portable: Optimal if you often move the card between devices or want to avoid encryption problems.
- π± Internal: Relevant if internal memory is critically lacking and you are willing to sacrifice compatibility. MIUI 14 when formatted as an internal card will be displayed as part of the main storage (e.g., "128 GB" + 128 GB), but after extraction, all data on it will be deleted.
To change the formatting type:
- Go to Settings. β Memory.
- Tap on. SD-map β Settings (three points) β Format as internal (or format as portable).
- Confirm the action. Attention: all data on the map will be erased!
What if MIUI doesnβt offer a choice when connecting a card?
4. Transfer of applications to SD-Map: Is it real in 2026?
In older versions of Android (up to 6.0) was the function of port to SD-Now it's almost gone, because Google has banned it for security reasons. MIUI There are still some ways to go, even with limitations.
What can be transferred:
- π Cache and data: Some applications (such as games) allow you to save cache to your computer. SD. To do this, in the game settings, look for the option Storage Place.
- π Part of system applications: C Settings β Annexes β Application management for some programs may be a button to Transfer to SD (relevant MIUI 12 and older).
What can't be transferred:
- π« Apps from the Play Market: Modern versions of Android block installation on the Internet SD default.
- π« System services: MIUI It does not allow you to move Google Play Services, Mi Account and other critical components.
- π« Annexes with OBB-Games like Genshin Impact or Call of Duty Mobile require internal memory to be used for the purpose of OBB.
β οΈ Note: If you see the button, move to SD, but it is inactive, which means that:
β οΈ Note: The application uses functions that are incompatible with external memory (such as widgets or background services). ADB In Xiaomi 13 Pro and later, this feature is completely removed from the MIUI.
π‘
The only reliable way to migrate an application to an SD is to install it as a user-generated (via ADB) with an external path, but this requires unlocking the bootloader and can disrupt the application.
5. Hidden MIUI settings: forced saving on SD
MIUI hides a few useful options that allow you to manage file saving more flexibly, which are undocumented but work on most MIUI 13/14 devices.
Method 1: Configure through Developer Settings
- Activate Developer Mode: Settings β About Phone β MIUI version (shap 7 times).
- Back to Settings β Additionally. β For developers.
- Find Forced Saving on SD (or Force allow apps on external in English).
- Turn it on and restart the device.
Method 2: Change the configuration file (requires root)
If you have an unlocked bootloader and Magisk installed, you can edit the file /system/etc/permissions/platform.xml:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>Add the <group gid="everybody"/> line before the closing tag, which will give all applications access to SD recording.
Method 3: ADB-mounting-in
Connect Xiaomi to a PC with ADB Tools installed and do:
adb shell sm set-force-adoptable trueThis team will make the system look at SD-Card as internal memory (not working on all devices).
6 Problem Solving: Why Xiaomi Doesn't See SD-map
Sometimes the memory card is identified by the system, but not displayed in the list of available save locations.
| Problem. | Reason. | Decision |
|---|---|---|
| The map is unrecognizable. | Incompatible format (exFAT/NTFS) | Format in FAT32 via PC |
| Mistake"SD-map damaged" | File system is damaged | Check through chkdsk on PC |
| Map visible, but not available for recording | Lock switch on the adapter | Check the physical lock on the card reader |
| MIUI asks to format the card with each connection | Conflict with encryption | Reset the settings in Settings β Memory. β SD-map β Drop it. |
| Applications do not see files on SD | Android 11+ has limited access | Use File Manager+ or give permissions manually |
If the memory card is physically damaged (for example, after a fall or contact with water), try:
- π§ Connect it to your PC via a card reader and check it with CrystalDiskInfo.
- π Recover data with Recuva or PhotoRec (if the card is defined but files are not readable).
- β»οΈ If recovery is not possible, dispose of the card and buy a new one (we recommend SanDisk Extreme). A2 Xiaomi).
How to check the speed SD-maps in Xiaomi?
7. Alternative solutions: clouds and network storage
If the transfer is SD-Card is not possible (for example, for applications like WhatsApp), consider alternative options for offloading internal memory:
- βοΈ Cloud Storage: Mi Cloud (5GB free, integrated into the cloud) MIUI). Google Photos (unlimited storage of compressed photos) Yandex Disk (10 GB free, there is autoload).
- π₯οΈ Network storage (NAS): Connect your home server or router to USB-port (for example, Xiaomi Router) AX3600) and set up automatic synchronization through FTP Samba.
- π Symbolic links (requires root): Create a simlink from internal memory to SD: ln -s /storage/emulated/0/DCIM /storage/XXXX-XXXX/DCIM where XXXX-XXXX β identifier SD-maps (you can find them through adb shell ls) /storage).
β οΈ Note: When using cloud services, take into account:
β οΈ Attention: Automatic uploading of photos to Google Photos in original quality takes place in the Google account. MIUI 14 there is a bug: if you disable Battery Optimization for Google Photos, background sync may not work. Solution: add the app to exceptions manually through Settings β Battery β Optimizing the battery.