How to transfer files from internal memory to SD-Map in Xiaomi smartphones: 5 proven ways

Xiaomiโ€™s internal memory is clogged faster than it seems: high-resolution photos, app cache, system updates and downloaded files take up precious gigabytes. Even models with 128GB of memory (Redmi Note 12 Pro)+, POCO X5 Pro) after a year of use, they start issuing warnings about space shortages. SD-map, but in MIUI This process has nuances, especially if the card is formatted as a portable storage (rather than as internal memory).

In this article, we will discuss all working methods of file transfer โ€“ from standard tools. MIUI to hidden functions and third-party applications. We will separately dwell on the features of new firmware versions (MIUI 14/15), where the manufacturer has limited some features, and problems with applications that refuse to work with external drive. SD-card or makes an error when transferring - here you will find the solution.

Preparation: which SD-Select a map and how to connect it

Before transferring files, make sure your SD-Xiaomi smartphones support microSD cards up to 2 TB (theoretically), but in practice, drives up to 512 GB of class are stable UHS-I (U3) or A2. Class cards U1 or without labeling may slow down when recording video or transferring large files.

Important: MIUI SD-The card can be used in two modes:

  • ๐Ÿ“ Portable storage โ€“ files are manually transferred, applications are saved to internal memory by default.
  • ๐Ÿ”„ Internal memory โ€“ the card is formatted as part of the system (similar to Adoptable Storage in pure Android), but this mode is not recommended for Xiaomi due to encryption bugs.

To connect the map:

  1. Put it in. SD-card in the tray (on most Xiaomi models it is combined with a tray for SIM).
  2. After detection, a notification will appear - click Set up.
  3. Choose Use as a portable storage (recommended).
  4. If the card is new, the system will offer to format it - agree.
๐Ÿ“Š What? SD-You are using the card in Xiaomi?
Up to 64GB
64โ€“128 GB
128โ€“512 GB
More than 512GB
I don't use it.

โš ๏ธ Note: If you select the Internal Memory mode, the card cannot be retrieved without losing data. MIUI 14+ This mode may cause errors when updating the system.

2. Transfer files through the standard MIUI "Conductor"

The easiest way is to use the built-in Explorer (Files app), which allows you to move photos, videos, music and documents without any additional software.

  1. Open the Files app (the folder icon on the desktop).
  2. Go to Internal Memory โ†’ select a folder (for example, DCIM for photos or Download for downloads).
  3. Press and hold the file (or highlight a few), then tap the icon. โ‹ฎ (three-point) โ†’ Cut or copy.
  4. Go back to the root directory, select SD-map โ†’ Create a folder (such as Photos) or go to an existing one.
  5. Press Insert.

To speed up the process:

  • ๐Ÿ” Use a search in Explorer (a magnifier at the top) to find files by name or extension (for example,.mp4 video).
  • ๐Ÿ“‚ Select all files in the folder: tap on any file โ†’ icon โœ“ top-up โ†’ Highlight everything.
  • โšก For large files (>1GB) connect charging - transfer can drain the battery.

โ˜‘๏ธ Preparation for file transfer

Done: 0 / 4

โš ๏ธ Note: If a file is not moved during transfer, check if it is not protected from writing. For example, screenshots from some applications (WhatsApp, Viber) may have limitations.

Annex Gallery in MIUI It can automatically save new photos and videos SD-To enable this function:

  1. Open the Gallery โ†’ tap on your profile (avatar at the top right) โ†’ Settings.
  2. Select a Retention Site โ†’ SD-map.
  3. Create a folder (like Camera) or select an existing one.

Now all new images from the camera will be saved to the memory card, but the old photos will have to be transferred manually:

  • ๐Ÿ“ธ In the Gallery, select an album (for example, the Camera) โ†’ โ‹ฎ โ†’ Highlight everything โ†’ Move it โ†’ point to the folder SD-map.
  • ๐ŸŽฅ For video: go to the Video section โ†’ highlight files โ†’ Move it.

If the option Save Place is not in the settings, update the Gallery through the Play Store or use the alternative โ€“ the Google Photos app (about it below).

๐Ÿ’ก

To save space, before transferring compress the photo in the "Gallery": highlight the pictures โ†’ โ‹ฎ โ†’ It'll reduce their weight by 30 to 50 percent without any noticeable loss of quality.

4. Transfer of applications to SD-map: restrictions and workarounds

Unlike files, applications are transferred to SD-map MIUI The manufacturer blocks this feature for most software, arguing that it's data protection and performance:

MethodSuitable forLimitations
Standard transfer in settingsSupported apps (such as Facebook Lite)Only 10-20% of the Play Store programs work
Formatting SD as internal memoryAll applicationsData loss risk, MIUI 14+ bugs
App App Mgr III (root)All applicationsRoot rights required, risk of Mi Account blocking
ADB-teamApplications without explicit prohibitionIt is difficult for beginners, does not work with system programs.

The safest way (without root and formatting):

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select a program (e.g. Spotify) โ†’ Storage.
  3. If there is a button, change or move to SD-map -- press it.

Other applications will require ADB (instruction below) or root access, and remember that some applications (such as WhatsApp) may be migrated to the site and may cause synchronization errors.

Why Xiaomi is blocking the portability of applications?
The manufacturer explains this by saying that SD-cards (even class) A2) slower-than-integrated memory eMMC/UFS. This can cause lags, especially in games or instant messengers, and Android restricts the portability of applications that use encryption (for example, banking programs).

5. Transfer files over ADB (for power users)

If standard methods donโ€™t work (for example, to transfer game cache), you can use ADB (Android Debug Bridge), which requires a computer, but allows you to move data that is not available through the interface.

Steps:

  1. Turn on USB Debugging on your smartphone: Settings โ†’ About Phone โ†’ MIUI Version (stick 7 times to become a developer) โ†’ Go back to Settings โ†’ Additional โ†’ For Developers โ†’ Enable Debugging.
  2. Connect your phone to your PC, install it. ADB-driver.
  3. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell


pm set-install-location 2 # allows installation on SD by default




pm move-package com.example.app # replace with the application package

To find out the name of the application package, use the command:

adb shell pm list packages | grep "appendix name"

To transfer the cache of games (such as Genshin Impact or Call of Duty Mobile):

  1. Copy the cache folder (/Android/obb or /Android/data) on SD-map ADB:
adb pull /sdcard/Android/obb/com.game.package /path/on/PC


adb push /path/on/PC/com.game.package /storage/XXXX-XXXX/Android/obb/

โš ๏ธ Attention: Cache transfer through ADB It can cause a game to crash if the file path is hardcoded in its code!

6. Alternative methods: clouds and third-party applications

If the transfer is SD-The card is not possible (for example, due to file system errors), consider alternatives:

  • โ˜๏ธ Cloud storage: Google Photos (unlimited space for compressed photos), Mi Cloud (5 GB free), Yandex Drive (10 GB). Autoboot will free up internal memory.
  • ๐Ÿ“ฑ Cleaning apps: Files by Google finds duplicates and large files SD Maid (requires root) removes unnecessary cache.
  • ๐Ÿ”„ OTG-storage: If SD-The card is not readable, connect the flash drive through USB-C OTG-Adapter and transfer files through โ€œConductorยป.

For automatic synchronization with SD-map fit:

  • FolderSync โ€“ Configures folder backup on schedule.
  • Solid Explorer is a file manager with support for FTP and clouds.
  • App2SD โ€“ helps to transfer the cache of applications (requires root).

If youโ€™re a frequent user of large files (like 4K video), consider buying a smartphone that supports microSDXC (up to 2TB) โ€” like the Xiaomi 13T Pro or POCO F5 Pro.

๐Ÿ’ก

Cloud services (Google Photos, Mi Cloud) are the best option for backup, but they wonโ€™t replace it. SD-card if you need offline access to files.

7. Problem Solving: Errors in File Transfer

Frequent mistakes and their solutions:

Problem.Reason.Decision
SD-map not definedIncompatible format (exFAT/NTFS) or damageFormat the card in FAT32 via PC or in phone settings
Files are not copied ("Not enough space")FAT32 File Limitation >4 GBReformat the card to exFAT (via PC) or break files into pieces
Applications are not portable to SDProducer or Android banUse ADB or root applications (see Section 5)
Map 'forgetting' after rebootingBug in MIUI 14/15 slow-cardUpdate the firmware or replace the card with class A2/U3

If the phone makes a mistake SD-map damaged:

  1. Connect the card to your PC and check for errors with the chkdsk (Windows) or fsck (macOS/Linux) utility.
  2. If the data is not critical, format the card in the phone: Settings โ†’ Warehouse โ†’ SD-map โ†’ Format.
  3. Check the card on another device โ€“ if the error repeats, replace it.

๐Ÿ’ก

If the card is detected but the files are not opened, try scanning it with an antivirus (for example, Malwarebytes).

FAQ: Frequent questions about transferring files to SD in Xiaomi

Can I transfer WhatsApp to WhatsApp? SD-map?
Officially, no. WhatsApp is blocking the transfer because of database encryption.Backs: Backup chats to Settings โ†’ chat โ†’ Backup copy โ†’ save the file on SD-Use root applications like App Mgr. III (Attention: when transferring through root, the synchronization of media files may break.
Why did they disappear from the Gallery after transferring the photos to SD?
The reason is that the Gallery scans only internal memory by default. Solutions: Open Gallery โ†’ Settings โ†’ Show hidden folders. Use an alternative gallery (Simple Gallery or Google Photos). Reboot your phone - sometimes forced media scanning helps.
How to transfer games to SD-root-card?
Most games (PUBG Mobile, Free Fire) do not support porting to SD due to cheat protection. Options: Cash games: transfer the folder /Android/obb/name game manually (see section 5 about ADB). Simlink (requires root): create a symbolic link from internal memory to SD. Cloud gaming: use Xiaomi Game Turbo + cloud services like NVIDIA GeForce NOW. Attention: transferring Genshin Impact or Honkai: Star Rail to SD will lead to lags due to slow reading speeds.
SD-The card is running slowly in Xiaomi?
Causes of brakes and decisions: ๐Ÿ›  Class map U1: substitute U3/A2 (For example, SanDisk Extreme). ๐Ÿ—‘ Fragmentation: Format the card in exFAT via PC. ๐Ÿ”‹ Energy savings: disable Battery Optimization for โ€œConductorโ€ in the settings. ๐Ÿ“ฑ bug MIUI: Update the firmware or reset the settings โ†’ Additionally. โ†’ Resetting settings โ†’ Reset application settings.
Can I use it? SD-map as an internal memory MIUI 15?
Technically, but not recommended. In recent versions of MIUI, this mode is unstable: Once the system is updated, the map may turn off. Some applications (such as Mi Home) refuse to work. Write speeds drop by 30-50% due to encryption. Alternatively, use the card as a portable storage device and manually transfer files to it.