How to download files to SD-Map in Xiaomi phones: the full guide

Save files on SD-map in smartphones Xiaomi, Redmi and POCO It's a common question that users are asking, even though modern models support memory cards to the point where they're not. 1 TB, system MIUI It saves downloads to internal memory by default, and it clogs it up quickly, especially if you're actively downloading movies, music, or documents. In this article, we'll look at all the ways you can reconfigure your downloads to an external drive, from standard settings to hidden features. MIUI 14/15.

The problem is complicated by the fact that Xiaomi regularly changes the layout of the menu in new versions of the firmware. MIUI 12 file storage settings were in one place and in one place MIUI 15: We took these changes into account and prepared up-to-date instructions for all modern models, from the budget Redmi. 12C Xiaomi 14 Ultra flagships, and you will also learn how to get around the limitations of the system if it does not give you a choice. SD-map.

Why Xiaomi doesnโ€™t save files SD-default-card?

The manufacturer is setting up MIUI to prioritize internal memory, for a few reasons:

  • ๐Ÿ”น Speed of work: Internal memory UFS 2.2/3.1 (in new models, working in 5โ€“10 It is faster than the fastest microSD. UHS-II. It's critical for apps and cache.
  • ๐Ÿ”น Security: Data on SD-It is easier to steal or damage the card (for example, when retrieved during recording). MIUI Blocks the storage of certain types of files (such as screenshots) to external media.
  • ๐Ÿ”น Optimization MIUI: The system automatically clears the cache and temporary files only in internal memory. SD-There is no such function, which can lead to cluttering.

But it's not always convenient for the user. For example, if you're downloading movies in 4K or big archives, the internal memory on the Redmi Note 12 (64GB) will fill up in a few days. Fortunately, there are ways to reconfigure the system.

โš ๏ธ Note: Not all applications support saving on SD-For example, WhatsApp and Telegram, by default, store media files only in internal memory, and they will require additional settings (see section 5).

Preparation SD-maps: formatting and settings

Before you change your download settings, make sure your microSD is properly prepared:

  1. Check compatibility: Xiaomi supports microSD cards, microSDHC (up to 32 GB) and microSDXC (up to 1 TB, POCO X5 Pro) priority is given to the second SIM-map, you'll have to choose.
  2. Format the card: If you insert it for the first time SD-The card, the system will suggest formatting it as a portable storage or internal memory.
  3. Check the file system: FAT32 is good for cards up to 32 GB, exFAT is good for large cards. If the card is formatted in NTFS, Xiaomi will not see it.

To format the card directly on the phone:

  1. Go to Settings. โ†’ Memory. โ†’ SD-map.
  2. Press Format. โ†’ Like a portable storage facility.
  3. Confirm action. Attention: all data on the map will be deleted!

Insert the card into the slot before clicking | Check if it is recognized in Settings โ†’ Memory | Format as a portable storage |Reboot the phone after formatting-->

Once formatted, the map will be available in the MIUI file manager as a separate disk, and you can now start configuring downloads.

Method 1: Change the default save location in MIUI

The easiest method is to change the storage settings in the system. This works for most embedded applications (Browser, Downloads, Camera):

  1. Open the Settings โ†’ Memory.
  2. Tap it on. SD-card (if not listed, check if it is inserted correctly).
  3. Choose Use as your primary storage (in some versions) MIUI This item may be called Save new files to SD-map).

If there is no such item, try an alternative path:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select an application (such as Browser or Gallery).
  3. Press Memory. โ†’ Default location โ†’ SD-map.
What if the "Use as primary storage" item is not available?
In some cases, the scaling (for example, POCO F5 s MIUI 14 Global) this item is hidden. Alternative: 1. Install Files by Google file manager from Play Market. 2. Open the app settings and select SD-map as a place to save downloads. 3. Or use the method with ADB (see section 6).

After changing the settings, all new files (photos, videos, downloads from the browser) will be saved to the user. SD-However, this does not apply to system updates and some applications.

Method 2: Configure downloads in the browser and messengers

Even if you change your default settings, some apps (like Chrome or Telegram) ignore them. SD-map:

๐ŸŒ Browsers (Chrome, MIUI Browser, Firefox)

  • ๐Ÿ“ฑ MIUI Browser (built-in): Browser settings โ†’ Downloads. โ†’ Download folder โ†’ SD-map.
  • ๐ŸŒ Google Chrome: โ‹ฎ โ†’ Settings โ†’ Downloads. โ†’ Preservation site โ†’ SD-map.
  • ๐ŸฆŠ Firefox: โ˜ฐ โ†’ Settings โ†’ Downloads. โ†’ Select a folder โ†’ SD-map/Download.

๐Ÿ’ฌ Messengers (Telegram, WhatsApp)

  • ๐Ÿ“Œ Telegram: Open Settings โ†’ Data and memory. Select the download folder โ†’ SD-map/Telegram. Activate Save Media to Gallery if needed.

WhatsApp

โš ๏ธ Note: WhatsApp does not support saving on SD-The only way to do this is to manually transfer the WhatsApp folder (see section 5).

For VK, Instagram and other social networks, there are usually no save settings, in which case only manual file transfer or use of ADB (section 6) will help.

Method 3: Transfer applications and their data to SD-map

If the internal memory is filled not with files, but with the applications themselves, you can transfer them to the computer. SD-But the map. MIUI This greatly limits the function:

  • โœ… What to transfer: Only a part of the applications (usually games and lightweight utilities) System applications and instant messengers can not be transferred.
  • โŒ What can not be transferred: widget apps (for example, Weather), Google services, banking applications.

For convenience, create on SD-folder map by category:

  • ๐Ÿ“ Music - for audio files;
  • ๐ŸŽฌ Movies - for video;
  • ๐Ÿ“„ Documents - for PDF, Word, Excel;
  • ๐Ÿ“ท Camera โ€“ for photos and video from the camera.

โš ๏ธ Warning: Transferring these games without symbolic links will cause a crash. If the game stops running, return the files back to internal memory.

Method 6: Advanced Methods (ADB and root)

If the standard methods don't work, you can use ADB (Android Debug Bridge) or root rights, which are suitable for advanced users.

๐Ÿ”ง Customization through ADB (rootless)

With help. ADB can be forced to SD-Map as a conservation site for all applications:

adb shell pm set-install-location 2

This command forces the system to install new applications on the SD-map (if possible) to return the settings back:

adb shell pm set-install-location 0

To change the location of saving downloads, use:

adb shell settings put global download_manager_max_bytes_over_mobile 2147483648


adb shell settings put global download_manager_recommended_max_bytes_over_mobile 2147483648

๐Ÿ› ๏ธ Root-right methods

If you have root, you can:

  • ๐Ÿ”น Change the access rights to folders SD-mapping through Root Explorer.
  • ๐Ÿ”น Reassign Storage Paths with Xposed Framework (HandleExternalStorage Module).
  • ๐Ÿ”น Use Magisk for mounting SD-Cards as internal memory (risky!).

โš ๏ธ Attention: Misuse of the right ADB or root can cause a device to blink. Before experimenting, back up through Settings. โ†’ Additionally. โ†’ Backup and reset.

๐Ÿ’ก

ADB-Teams can circumvent limitations MIUI, But they don't work on all models, like the Xiaomi 13 Pro. MIUI 15 commands can be blocked.

Frequent mistakes and their solution

When working with SD-And if you look at the map on Xiaomi, you're going to have a problem with the typical problem:

Mistake.Reason.Decision
SD-map not definedIncorrect format or damageFormat in exFAT via PC
โ€œInsufficient memoryโ€ when transferring applicationsSD-card slow or fullUse a UHS-I/UHS-II Class A2 card
Files disappear after the card is removedThe map was not safely retrieved.Before extracting, click Extract in Notifications
You can't save a photo. SD-mapMIUI Limitation for CameraUse a third-party camera (such as an Open Camera)

If, after transferring files to SD-The map doesn't open, check it out:

  • ๐Ÿ”น Access rights (in Settings) โ†’ Annexes โ†’ Permits).
  • ๐Ÿ”น File integrity (may have been damaged by copying).
  • ๐Ÿ”น Compatibility of formats (e.g. video in HEVC may not be reproduced with SD-map).

Note that porting system applications (Google Play Services, MIUI Launcher) is not possible.

โ“ Why, after the transfer to SD-play-card?
This is due to the slow reading/writing speed. SD-maps versus internal memory. Solutions: ๐Ÿ”น Use the class map A2 or UHS-II. ๐Ÿ”น You can only play light games (for example, Among Us, Brawl Stars). ๐Ÿ”น For heavy games (Genshin Impact, Call of Duty Mobile) leave the cache in the internal memory.