Xiaomi smartphone owners often face a problem: once a microSD card is installed, the system either doesnβt see it at all or restricts the recording of data, the reason lies in the security policy of MIUI and the peculiarities of how Android works with external drives. Unlike older versions of the OS, where the memory card automatically becomes part of internal storage, now requires manual configuration.
Especially relevant problem for devices with hybrid slots (for example, Redmi Note 10 Pro or other devices). POCO X3 Pro, where SD-card takes second place SIM. It's important to understand: MIUI By default, it mounts external drives in read-only mode for third-party applications, even if the card is physically healthy, and you can solve this in a number of ways, from standard settings to use. ADB.
In this article, we will discuss all working methods, including bypassing restrictions for applications like Google Camera or WhatsApp, which often refuse to save data on SD. Also, we will touch on common errors (for example, βcard damagedβ or βinadequate rightsβ) and explain why some solutions only work on Android 10+, but not on MIUI 14.
1. Preparation SD-maps: formatting and verification
Before you set up access, make sure the memory card is working and compatible with your Xiaomi.Most problems arise from:
- πΉ Incorrect file system (for example, NTFS instead FAT32/exFAT)
- πΉ Physical injury or factory marriage
- πΉ Manufacturer restrictions (some SanDisk Ultra cards are blocked on the MIUI)
To check, connect the card to the PC through the card reader and perform:
- Formatting in FAT32 (if up to 32 GB) or exFAT (over 64 GB) via SD Formatter.
- Check for errors with the command chkdsk E: /f (replace E: with the letter of your drive).
β οΈ Note: If the card was previously used as internal memory on another device, it must be fully formatted. MIUI will not offer any mounting options.
π‘
For cards larger than 128GB, use exFAT, which is the only format that supports large files (like 4K video) without restrictions.
2. Standard method: configuring through "Storage"
The easiest method is to use the built-in MIUI tools. After installing the card in the slot:
- Go to Settings. β Warehouse.
- Tap your name on it. SD-maps (e.g. SanDisk) 128GB).
- Select Set Up β Internal Memory (if you want to expand your main storage) or Portable Device (for separate use).
When you select the internal memory system will offer to transfer data and format the card.
- π The card will be encrypted and will not be read on other devices.
- π Not all applications support the recording of "internal" SD (Netflix doesnβt download movies).
If the option is inactive, the card is already formatted as portable or damaged.
3. Application Permissions: Manual Setup
Even after successful mounting, some apps (such as Google Photos or Telegram) may not see the app. SD-This is related to Android's policy of managing external drives:
- Open Settings β Applications β Application Management.
- Select the appropriate app (e.g. Gallery).
- Go to Permits. β Storage and enable access to SD-map.
Android 11+ will require additional confirmation via Scoped Storage:
- π§ Go to Settings. β Confidentiality β Special access β Access to all files.
- π§ Turn on the switch for the desired application.
β οΈ Attention: MIUI 13/14 Some system applications (e.g. Screen Records) ignore these settings. ADB (see section 5).
Make sure the card is formatted as portable|Check the permissions in the application settings|Enable "Access to all files" for Android 11+|Reboot the device after changes-->
Errors and their solutions: from "card damaged" to "inadequate rights"
If the system gives an error when trying to access the SD, use the table below:
| Mistake. | Reason. | Decision |
|---|---|---|
| "Map damaged." | Wrong file system or bad sector | Format via PC in FAT32/exFAT or replace the card |
| "Inadequate rights." | MIUI restrictions for third-party applications | Use ADB (Section 5) or root rights |
| "SD-card not supported" | The slot only works with SIM or card >256 GB | Check model compatibility (e.g. Redmi 9A does not support 512GB) |
| "Read-only map" | Physical switch on the map or mounting error | Check the switch, reconnect the card or use the diskpart on the PC |
For the error "not enough rights" will also help reset the settings of the application:
- Go to Settings β Applications β [Application Name] β Storage.
- Click Clear the cache and Reset the settings.
Why does MIUI block the recording on SD?
5. Advanced Method: Using ADB for Full Access
If the standard methods didnβt work, you can manually issue permissions via Android Debug Bridge (ADB), which works on all versions of MIUI, including Android 13.
Instructions:
- Turn on USB Debugging in Settings β About Phone β MIUI version (tap 7 times, then go back to Additional β For Developers).
- Connect the phone to the PC and confirm the trusted device.
- Open the command line and type: adb shell sm set-force-adoptable true Then: adb shell sm list-disks Find your SD ID (e.g., disk:179.64) and execute: adb shell sm partition disk:179.64 private
β οΈ Warning: After this command, the card will be formatted and tied to the device:
adb shell sm partition disk:179,64 publicπ‘
The ADB method is the only way to get apps like Google Camera to save photos on SD without root rights.
6. Alternative solutions: from file manager to root rights
If ADB seems complicated, try workarounds:
- π Use MiXplorer or Solid Explorer β these file managers can request advanced rights to the file. SD.
- π Transfer files via PC: connect the phone in file transfer mode (MTP) and copy the data directly.
- π οΈ Install Magisk and module SD Maid for full control (requires an unlocked bootloader).
For owners of POCO F3 or Xiaomi 11T with Android 12+, there is another trick:
- Copy files to SD via PC.
- In MIUI, open Files β Categories β Images / Videos.
- Click Three Dots β Show hidden files and manually move the data to the desired folders (DCIM/Camera, etc.).
7. Compatible with different Xiaomi models
Not all Xiaomi devices work the same way. SD-Below are the features of popular models:
| Model | Slot type | Max. SD volume. | Features |
|---|---|---|---|
| Redmi Note 10/11 | Hybrid (SIM2/SD) | 512GB | Supports exFAT but requires restarting after installation |
| POCO X3/X4 | Highlighted | 1 TB | Android 11 has no problems, but MIUI 13 blocks recording for some games |
| Xiaomi 12/13 | There's no slot. | β | Built-in memory only (with the exception of 12 Lite) |
| Redmi 9A/9C | Highlighted | 256GB | Frequent "card damaged" errors on SDXC |
For devices without a slot (for example, Xiaomi 13 Pro) the only option is to use the device. OTG-But in this case, the applications will still need separate permissions.