How to transfer all photos to SD-Map in Xiaomi: 5 proven ways

Xiaomi’s internal memory is clogged with photos faster than you can view them. Especially acute problem is for owners of budget models with 32-64 GB of storage, where after installing applications and updates there are only a few gigabytes. SD-The map is a logical solution, but not always obvious: MIUI It hides some settings, and standard Android methods don’t work on all devices.

In this article - current ways to transfer photos to SD-Map for Xiaomi in 2026, including circumvention of restrictions MIUI, We have tested all the methods on models from Redmi Note 12 to Xiaomi 14 Ultra, so the instructions will be suitable for both new and old devices. And if you're afraid of losing data, there's a backup checklist at the end.

Why you can’t just drag the photo to the SD-map?

Many users try to transfer photos through MIUI Explorer or computer, but face two problems:

  • πŸ“ Files remain in internal memory, although they are copied to the card. MIUI with external drives – the system creates β€œtags” instead of physical movement.
  • πŸ”’ The Gallery app does not see the photo on SD. Even after copying, the images may not appear in the standard gallery due to access restrictions.
  • πŸ”„ Automatic sorting breaks down. New photos keep being stored in internal memory unless you adjust the camera settings.

Xiaomi uses a modified version of Android (MIUI), where external drives are considered β€œportable” by default, not β€œinternal.”

  • πŸ“± Applications cannot record data on SD without explicit permission.
  • πŸ” Searching files is slower as the system indexes the external map less often.
  • βš™οΈ Some features (e.g. photo editing in the Gallery) may not be available for files on the SD.
πŸ“Š How do you usually transfer files to SD-map?
Through the wire on the phone.
I'm connecting to the computer.
Using the cloud.
I can't stand it. I have enough memory.

The simplest method, which works on all Xiaomi models (including POCO and Black Shark), is suitable for one-time transfer of all photos or sample albums.

  1. Open the Gallery app (flower icon).
  2. Click on the three dots in the top right corner β†’ select Control.
  3. Check the photos/albums you want to transfer (or tap Select Everything).
  4. Click on the icon "More" (three dots) β†’ Move.
  5. In the window that opens, select SD-map β†’ Create a folder (such as Photos) or select an existing one.
  6. Confirm the transfer. Wait until it's done, it can take a few minutes for thousands of files.

⚠️ If after transferring photos in the gallery are displayed as "gray miniatures" - this means that MIUI I lost my way to the files:

Go to Settings β†’ Applications β†’ Gallery β†’ Memory and click Clear Cache. Then restart the application.

This method does not change the camera settings - new photos will still be stored in internal memory. To fix this, go to Method 3.

SD-map FAT32/exFAT|

There is enough free space on the map (photos take ~3-5 MB each) |

Card inserted into slot until full fixation (click)|

There are no restrictions on the camera settings SD-->

Method 2: Use of a file manager (for advanced users)

If the standard "Gallery" can't see SD-card or transfer files for too long, use a explorer MIUI or third-party applications (such as Solid Explorer or FX File Manager. This method gives you more control over the process.

Instructions through MIUI Explorer:

  1. Open the Explorer (folder icon).
  2. Go to Internal Memory β†’ DCIM β†’ Camera (the default photo is stored here).
  3. Press your finger on any file β†’ select Allocate or mark the desired photos manually.
  4. Click Move (Icon with Arrow) β†’ choose SD-map β†’ specify the destination folder.
  5. Confirm action. If you see a "data loss" warning, ignore it (this is a standard Android message).

πŸ”Ή Advantages of the method:

  • πŸ“‚ You can transfer files in bundles (for example, only photos for 2023).
  • ⚑ Faster than through the Gallery, as there is no unnecessary processing of miniatures.
  • πŸ”§ Suitable for transferring not only photos, but also videos, screenshots, downloads.

⚠️ Attention: If SD-map FAT32, You will not be able to transfer files larger than 4 GB (relevant to video in the Internet) 4K). Solution – format the card in exFAT via a computer.

How to format SD-map
1. Insert the card into the computer through the card reader. 2. Open "This computer" β†’ right-click SD-map β†’ "Format." 3. In the File System field, select exFAT. 4. Click Start (all data will be deleted!). 5. After formatting, insert the card back into your phone.

Method 3: Configure automatic photo saving on SD-map

So that new photos are immediately saved to SD-Instead of internal memory, you need to change the camera settings, which works on most Xiaomi models, except for flagships. MIUI 14+, where the option may be hidden.

Step-by-step:

  1. Open the Camera app.
  2. Touch the icons βš™οΈ Settings (or swipe from the right edge of the screen).
  3. Scroll down to the Storage or Memory section.
  4. Choose. SD-map at the conservation site.
  5. Create a folder (like Camera) or select an existing one.
  6. Restart the camera to make the changes effective.

πŸ“Œ Important: On some models (e.g. Xiaomi) 13T Or the Redmi Note 13 Pro.+) save-on SD It may be absent:

  • πŸ”„ Use Method 4 (ADB-commands) for forced redirection.
  • πŸ“± Install a third-party camera (like Google Camera or Open Camera) where you can choose a save path.

If after changing the settings, the photos are still stored in internal memory, check:

Problem.Reason.Decision
Option "SD-cardThe card is not formatted or damagedFormat the card on your phone (Settings) β†’ Memory. β†’ SD-map β†’ Format)
The camera doesn't see" SD-mapNo rights to record.Give permission to Settings β†’ Applications β†’ Camera β†’ Permissions β†’ Memory
Photos are stored on the map and in memory.Duplication included in the settingsTurn off Save a copy to internal memory in camera settings

πŸ’‘

If you often take pictures in RAW-In the format, transfer such files to SD-hand-card – they take up to 50MB each and quickly fill up memory.

Method 4: Transfer over ADB (for power users)

If the standard methods do not work (for example, MIUI 14 with limited rights, you can use ADB-This requires a computer, but it's guaranteed to carry all the photos without any loss.

What you need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“¦ Installed drivers Xiaomi and ADB Tools.

Instructions:

  1. Turn on Developer Mode on your phone: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging.

Connect your phone to your computer and confirm your trust in the device.

adb.exe

adb shell


pm grant android.permission.WRITE_EXTERNAL_STORAGE




cp -r /storage/emulated/0/DCIM/Camera /storage/XXXX-XXXX/DCIM/




rm -r /storage/emulated/0/DCIM/Camera/*

XXXX-XXXX

ls /storage

⚠️ Attention: Misuse of the right ADB Before you execute the commands, back up the photo on your computer!

πŸ”Ή Pros of the method:

  • πŸ”§ It works even if it does. MIUI blockage.
  • ⚑ Transfers files without compression (preserves original quality).
  • πŸ“ You can automate the process through a script.

πŸ’‘

ADB-The only way to transfer photos to SD-map MIUI 14+, where the manufacturer removed the standard options from the interface.

Method 5: The cloud + SD-map (hybrid method)

If you are afraid of losing a photo when transferring or want to have a backup, use a combination of cloud storage and SD-This method is suitable for owners of Xiaomi with a Mi Account.

Algorithm of action:

  1. Upload photos to Mi Cloud: Open Gallery β†’ highlight photos β†’ click More β†’ Upload to Mi Cloud. Wait for the download to complete (check in Settings β†’ Mi Account β†’ Mi Cloud β†’ Gallery).
  • Open Mi Cloud in your browser on your computer or in the application on your phone.
  • Select the albums β†’ click Download.
  • Transfer the downloaded files to SD-conductor.
  • Remove the originals from internal memory (optional).

πŸ“Š Comparison of methods:

MethodSpeed.DifficultySuitable forRisks.
Through the Gallery.MediumLow.Beginners, one-time transferGray miniatures
MIUI conductorTall.Low.Selective transferLosing tracks in the gallery
Camera settingsInstantly.MediumAutomatic preservationIt doesn't work for the new MIUIs.
ADBTall.Tall.Experienced usersData loss in error
Mi Cloud + SDLow.MediumBackupTraffic restriction

Frequent mistakes and their solutions

Even after successfully transferring the photo to SD-Xiaomi users are facing problems. Here are the most common and ways to fix them:

  • πŸ–ΌοΈ "The gallery does not show the photo on SD-Card Reason: No reading rights or map formatted in NTFS. Solution: Reformat the card to exFAT and reboot the phone.
  • πŸ”„ Photos duplicated Reason: Camera settings include both card and memory saving. Solution: Disable Save copy to internal memory.
  • ⚠️ "SD-Card damaged" Reason: Incorrect card extraction or file system failure.Solution: Connect the card to the computer and execute the command chkdsk D: /f (Replace D with the letter of your disk).
  • πŸ“΅ You can’t transfer the photo back to your internal memory: MIUI It blocks the back-transfer to save space. ADB copy-computer.

If none of the methods worked, check:

  1. Compatibility SD-cards with your Xiaomi model (some budget smartphones only support cards up to 128GB).
  2. Availability of MIUI updates – in new versions, bugs with external drives can be fixed.
  3. Integrity of the file system of the card (try formatting it on another device).
Can I transfer the photo to SD-card?
Yes, all of these methods preserve the original quality of the photo, except if you manually compress the images before transferring. RAW-Files: They are portable without change, but take up 5-10 times more space than JPEG.
Why do photos take place on the map and in memory?
It's because of the peculiarity. MIUI: It creates shadow copies of files for quick access. To free up memory completely: Move the photo to the image. SD-Delete them from internal memory manually through Explorer. Clear the gallery cache (Settings) β†’ Annexes β†’ gallery β†’ Memory. β†’ Clear the cache).
How to make sure that screenshots are saved SD-map?
For screenshots, the setting is different from the camera photo: Install Screenshot Easy or Screen Master from Google Play. SD-Disable the standard way of creating screenshots in MIUI (Settings β†’ Additionally. β†’ Screenshots β†’ Creation method. In standard settings MIUI There is no option to save screenshots on SD.
Can I use it? SD-map as an internal memory?
Technically yes, but not recommended for Xiaomi.com when formatting the card as an internal drive: πŸ“‰ The speed of the system will slow down (SD-cards slower than internal memory). πŸ”’ You can’t get the card out without resetting your phone. ⚠️ The risk of data loss from failures is higher than if you use the card as an external drive. SD-card to phone. Go to settings. β†’ Memory. β†’ SD-map β†’ Three points. β†’ Settings β†’ Internal memory. Follow the instructions on the screen (all data from the map will be deleted!).
What? SD-It is better to buy a card for Xiaomi?
For photo and video, a class map is suitable A2 or UHS-I U3 128GB Recommended models: Budget: SanDisk Ultra microSDXC 128GB (A1, U1) β€” It's enough for 20 to 30 thousand photos. EVO Select 256GB (A2, U3) β€” video recording 4K. For professionals: Lexar Professional 1066x 512GB (A2, U3, V30) β€” high-speed reading/writing. ⚠️ Avoid cards without a brand or with suspiciously low price tags – they are often forged and can damage files.