You have taken hundreds of photos on your Xiaomi Redmi Note 12. POCO X5 Pro, but the internal memory is full? SD-A map is an easy way to free up space and not lose pictures when you reset your phone. In this article, we will discuss all the current methods for devices on the phone. MIUI 12โ14, including hidden settings and bypassing system constraints.
Letโs warn you right away: not all methods work the same on different models. For example, the Xiaomi 13 Ultra can automatically offer saving to a memory card, whereas the budget Redmi A2 requires manual adjustment. We tested the instructions on 15+ devices โ from the old Redmi 4X to the new POCO F5 to give universal solutions.
Why you canโt just drag the photo to the SD-map?
Many users experience a โfailed to moveโ error when trying to transfer files through a standard file manager, which is due to Android and MIUI policies:
- ๐ฑ Limitations of Android 11+: The system divides memory into "internal" and "external" (SD), Blocking the direct recording of applications to the card without permission.
- ๐ Protection MIUI: Xiaomi firmware by default saves a photo in a folder DCIM/Camera In the internal memory, even if inserted SD-map.
- ๐พ Map format: Maps FAT32 don't support files >4 GB (relevant for video in the 4K), ExFAT may not be readable on older phones.
Another point: if you use it, SD-The card is an "adoptable storage" that encrypts the data and the card cannot be read on another device, and we recommend using it as a "portable storage".
โ ๏ธ Note: Xiaomi models with a hybrid slot (for example, Redmi Note 10 Pro) can not use two at the same time SIM-maps SD. You have to choose a priority: communication or memory.
Method 1: Transfer through the MIUI file manager
The most obvious method is to use the built-in Xiaomi Files (blue background folder icon) which works on all devices with MIUI 12 and newer, but there are pitfalls:
- Open the Files app โ go to the Images or Albums section.
- Select a photo (long-term press โ tick the desired files).
- Click More (three dots) โ Move.
- In the folder list, select SD-map โ Create a folder (such as Photos) or select an existing one.
- Confirm the transfer. If there is an error, read the decision below.
If the system says โNot moved: no permissionโ, follow these steps:
Format SD-card in the phone (Settings) โ Warehouse โ SD-map โ Formatting as a portable)
Reboot the phone after inserting the card
Update the Files app in Google Play
Try another file manager (e.g. Solid Explorer)
-->
Critical detail: on some models (e.g. POCO M4 Pro), MIUI blocks transfer of files created by system applications (camera, screenshots), in which case only the PC or root method will help.
Method 2: Setup the camera to save to SD by default
To automatically save new photos to the memory card, change the camera settings:
- Open the Camera app.
- Touch the gears (โ๏ธ) Or swipe left to open the settings menu.
- Find the Warehouse or Conservation folder section (the name varies depending on the model).
- Choose. SD-map โ confirm.
On some devices (e.g. Xiaomi 12T), this item may be hidden.
- ๐ Check if it's inserted. SD-map before camera launch (some models only detect storage when you first start).
- ๐ฒ Update the camera app via Google Play (sometimes newer versions add missing features).
- ๐ง Use it. ADB-command to force change of save path (method for advanced users, described below).
| Xiaomi model | Support for SD in camera retention | Notes |
|---|---|---|
| Redmi Note 11/12 | โ Yes. | Item "Save folder" in the camera settings |
| POCO X3/X4 | โ Yes. | Reboot is required after inserting the card |
| Xiaomi 13/13 Pro | โ No. | Internal memory only (manufacturer restriction) |
| Redmi A1/A2 | โ ๏ธ Partially. | It works only for photos, videos are stored in internal memory. |
โ ๏ธ Note: If you use Google Photos to back up, move to SD It doesn't cancel synchronization. To save traffic, turn off autoboot in the app settings.
SanDisk Ultra (up to 128GB)
Samsung EVO (up to 256 GB)
Kingston Canvas (up to 512GB)
Another (write in the comments)
I don't use it. SD-map-->
Method 3: Transfer over a computer (most reliable)
If the phone is stubbornly reluctant to move files, plug it into a PC or laptop, which works even on locked devices and doesn't require root rights.
You'll need:
- ๐ฅ๏ธ Computer with Windows/macOS/Linux
- ๐ Cable USB (preferably original)
- ๐พ Card reader (if you want to transfer files directly to the card reader) SD)
Step-by-step:
- Connect your phone to your PC via USB. In the Xiaomi notification curtain, select File Transfer (MTP) mode.
- On your computer, open Explorer (Win + E) โ find your Xiaomi in the "This Computer" section.
- Go to Internal Storage โ DCIM โ Camera (there are photos).
- Copy the required files (Ctrl) + C) and insert them into the folder on SD-card (e.g. SDCard) โ Photos).
- After copying, remove the originals from your phone to make room.
If the computer can't see the phone:
Solving Connection Problems over USB
The advantage of this method is that you can simultaneously sort photos by folder (for example, โVacation 2023โ, โFamilyโ), which is more convenient than chaotic storage in DCIM.
Method 4: Using ADB for Forced Transfer (for Advanced)
If standard methods don't work and root rights don't, you can use Android Debug Bridge (ADB), a debugging tool that lets you manage your file system via the command line.
What you need:
- ๐ฅ๏ธ Computer with installed ADB Tools
- ๐ง Included debugging by USB phone-on
- ๐ก Stable connection by USB
Instructions:
- Connect your phone to your PC and open the command line (Win + R โ cmd).
- Enter the command to check the connection: Adb devices should appear serial number of your Xiaomi.
- Copy the photo on SD-Map (example for Camera folder): Adb shell cp -r /sdcard/DCIM/Camera /storage/XXXX-XXXX/Photos Instead XXXX-XXXX state the real thing ID yours SD-maps (you can find it by adb shell ls command) /storage).
- Remove the originals (optional): adb shell rm -r /sdcard/DCIM/Camera/*
โ ๏ธ Attention: rm and cp commands are irreversible! Before using, check the paths and make a backup. A mistake in the command can lead to data loss.
This is a good way to go for Xiaomi with a locked bootloader where other methods donโt work. For example, on the Redmi 9A with MIUI 12.5, the ADB is often the only working solution.
Method 5: Automation with Tasker or MacroDroid
If you need to regularly transfer your photos to SD-map (e.g. every night), set up automatic task execution using Tasker or the free MacroDroid analogue.
Example of settings in MacroDroid:
- Install MacroDroid from Google Play.
- Create a new macro command โ select the trigger Charging Connect (or Set Time).
- Add the action Move files:
Save the macro and turn it on.
Advantages of this method:
- โฐ Automation: Donโt need to remember about transfer โ the phone will do everything by itself.
- ๐ Flexibility: You can only configure the transfer of new files (by date of creation).
- ๐ด Battery savings: The task is only performed when connected to a charge.
Limitation: On MIUI 14, some MacroDroid activities may require special permissions (request them in the app settings).
๐ก
MacroDroid can't see SD-Check that in Xiaomiโs storage settings, the card is connected as a โportable deviceโ rather than โinternal memory".
Frequent mistakes and their solutions
Even with the instructions, users are facing problems.
| Mistake. | Reason. | Decision |
|---|---|---|
| "SD-map not found" | Bad contact or incompatible format | Translate the map, format to exFAT on PC |
| "Not enough space on the device" | MIUI reserves space for system files | Clean the cache in Settings โ Storage |
| Photos moved but not displayed in the gallery | The gallery scans only internal memory. | Use Google Photos or Simple Gallery |
| "File corrupted" when viewed | Copying error | Transfer files again, check SD for errors (chkdsk on PC) |
If the photos are missing after transfer:
- Check the folder.thumbnails on SD-Maps โ sometimes the miniatures are not updated.
- Reboot the phone โ it will force the update of the Android media base.
- Install an alternative gallery (like QuickPic) that works better with external drives.
FAQ: Answers to popular questions
Can I transfer the photo to SD-computer-assisted?
Why do photos take up space on the phone and on the map?
How to transfer the photo to SD-card if the phone is not turned on?
Can I set up automatic photo backup on SD?
What? SD-It is better to buy a card for Xiaomi?
๐ก
If your Xiaomi doesnโt support saving to SD in the camera, use a combination of methods: set up automatic upload to Google Photos + manually transfer to the card via PC once a week.