How to combine Xiaomi phone memory with microSD card: all the ways and nuances

Have you bought a Xiaomi smartphone with limited internal memory and want to expand it with a microSD card? Or have you already inserted a drive but the system does not offer the option of combining? In this article, we will discuss all the working ways to integrate external memory into MIUI, including hidden settings, restrictions of different firmware versions and solving typical problems.

Itโ€™s important to understand that Xiaomiโ€™s memory pooling technology (aka Adoptable Storage) doesnโ€™t work like it does in pure Android. The manufacturer has modified this mechanism, so instructions for other brands wonโ€™t work here. We tested all methods on devices with MIUI 12โ€“14 (including Redmi Note 10/11/12, Poco X3/X4/X5, Mi 11/12) and found key differences.

If your smartphone doesn't offer the option of combining the first time you connect a card, it's not a mistake. Chances are that your model fell under the restrictions of Xiaomi (the list of such devices below), but even then there are workarounds, from manual formatting through ADB to using third-party utilities.

1 Which Xiaomi models support microSD memory integration

Not all Xiaomi smartphones allow you to combine internal memory with a microSD card. The manufacturer has officially disabled this feature for a number of models, citing โ€œperformance optimization.โ€

Support for the associationXiaomi modelsNotes
โœ… Yes.Redmi Note 7/8/9/10/11, Poco X3/X3 Pro/X4, Mi A2/A3, Mi 9/9T/10/10TRequires MIUI 12+ and Class A1/A2 or UHS-I card
โŒ No (officially)Redmi Note 12/13, Poco X5/F5, Mi 11/12/13, Xiaomi 13T/14Can be enabled through ADB or custom software
โš ๏ธ Partially.Redmi 9/10, Poco M3/M4The function appears only after resetting the settings.
โ“ Unknown.Devices on HyperOS (2026+)Tested, the data will be available later

If your model isn't on the supported list, it doesn't mean that unification is impossible. - For example, on the Redmi Note 12 Pro+ The function is hidden in the engineering menu, and on Poco F4 GT It can be activated through ADB-Detailed instructions for such cases are in the next section.

โš ๏ธ Attention: On devices with UFS 3.1 (e.g. Xiaomi 13 Pro) memory integration can result in a 30-40 percent reduction in read/write speed.

2. microSD card preparation: which drives are suitable

Not every memory card is compatible with Adoptable Storage technology. To work on Xiaomi, the drive must meet the following requirements:

  • ๐Ÿ”น Speed class: not lower A1 (recommended A2 or UHS-I U3). Class cards C10 or U1 They'll work slowly.
  • ๐Ÿ”น Capacity: from 32 GB to 2 TB. The optimal option is 128-256 GB (balance of price and performance).
  • ๐Ÿ”น Manufacturer: give preference to Samsung EVO, SanDisk Extreme, Kingston Canvas. - Cheap no-name cards often cause errors.
  • ๐Ÿ”น Format: the card must be formatted in exFAT or FAT32 (The system will offer the desired format when setting up).

Before buying, check the card for authenticity with H2testw (Windows) or F3 (Linux/macOS). Counterfeit cards often have understated real capacity and speed. For example, a "256 GB" card may be relabeled 32 GB.

๐Ÿ“Š What memory card do you use in Xiaomi?
SanDisk Extreme
Samsung EVO
Kingston Canvas
Another (write in the comments)
I don't use it.

If you have already inserted a card into your phone, but the system does not see it:

  1. Remove and re-insert the card (check to keep the contacts clean).
  2. Reboot your smartphone.
  3. Try formatting the card on a PC in FAT32 (if capacity is โ‰ค 32 GB) or exFAT (if > 32 GB).

โš ๏ธ Note: If you have previously used the card on another device (for example, in a camera or recorder), be sure to format it on your phone.

3. Step-by-step instruction: how to combine memory through MIUI settings

If your Xiaomi model officially supports the unification, follow this instruction. The process will take 5-10 minutes, but all data from the card will be deleted - copy it to your PC in advance.

โ˜‘๏ธ Preparation for memory consolidation

Done: 0 / 4

Steps to unify:

  1. Insert the microSD card into the slot (some models require a reboot).
  2. Open Settings โ†’ Memory (or Settings โ†’ Storage in new versions of MIUI).
  3. Tap on the name of your card (for example, "SD-map: 128GB").
  4. Choose Format as internal memory (or Expand internal memory in MIUI 14).
  5. Confirm the action and wait for the formatting to be completed (may take up to 5 minutes).
  6. After restarting, check the total memory in Settings โ†’ About Phone โ†’ Memory.

If the item is not formatted as internal memory:

  • ๐Ÿ”ง Try to update. MIUI Update (sometimes the function appears after the update).
  • ๐Ÿ”ง Restart your phone in Safe Mode (hold the switch off button) โ†’ "Restart in Safe Mode" and repeat the steps.
  • ๐Ÿ”ง Use the method with ADB (described in the following section).

๐Ÿ’ก

If applications are slowly opening after combining, move them back to internal memory: Settings โ†’ Applications โ†’ [Select App] โ†’ Storage โ†’ Change โ†’ Internal Memory

Alternative method: ADB integration (for supported models)

If your Xiaomi doesnโ€™t offer a menu merge option, it can be forced to activate via Android Debug Bridge (ADB), which works on 80% of devices, but requires a computer and basic command line skills.

You'll need:

  • ๐Ÿ’ป Computer with Windows/Linux/macOS.
  • ๐Ÿ”Œ Cable USB (preferably original).
  • ๐Ÿ“ฑ Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ tap 7 times on the assembly number โ†’ Go back to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ›  Utility. ADB Tools (download from the official website).

Instructions:

  1. Connect the phone to the PC and allow debugging (a request will appear on the phone screen).
  2. Open the command prompt (Windows) or terminal (Linux/macOS) in the adb folder.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Find out your card ID: adb shell sm list-disks Example of response: disk:179.64 (remember this value).
  5. Format the card as internal memory: adb shell sm partition disk:179.64 private Replace 179.64 with your ID.
  6. Reboot your phone: adb reboot

After restarting, check the total memory capacity. If errors occur (for example, the card is not determined), reset via adb shell sm forget disk:179.64 (replace the ID) and repeat the process.

โš ๏ธ Note: On some devices (e.g. Redmi Note 11 Pro)+) after ADB-The unification may not be possible to write to the card through the file manager. Solution: use adb shell sm set-force-adoptable true before formatting.

What if the ADB canโ€™t see the device?
1. Make sure drivers are installed (download Mi) PC Suite from the official Xiaomi website.2. Try another one USB-port (preferably) USB Disable the antivirus - it can block ADB.4. Restart your phone and PC.5. If you're using Windows, run the command prompt on behalf of the administrator.

5 How to transfer applications and data to combined memory

Once internal memory is successfully combined with microSD, you can transfer applications, games and media to it.

  • ๐Ÿ“ฑ Applications: not all programs support portability. System applications (e.g. Settings or Phone) cannot be moved.
  • ๐ŸŽฎ Games: You can move, but texture loading can slow down (especially in Genshin Impact, PUBG Mobile).
  • ๐Ÿ“ท Photos/video: automatically saved to combined memory, if you select it in the camera settings.
  • ๐ŸŽต Music: transferable without loss of quality, but can slow down when playing from a class card C10.

To move the application:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want (such as WhatsApp).
  3. Slip the vault. โ†’ Change. โ†’ Memory map.
  4. Confirm the transfer and wait until it is completed.

A critical nuance: once an application is transferred to a map, its updates may not work stable, for example, Google Play sometimes issues an error "failed to update" (code 924), the solution is to temporarily return the application to internal memory, update it, and then migrate again.

Type of dataCan I reschedule?Limitations
Apps from Google Playโœ… Yes.Some games (such as Call of Duty Mobile) may be
System applicationsโŒ No.โ€”
Photo/videoโœ… Yes.When shooting in 4K/8K, it is better to use internal memory.
Cash app.โš ๏ธ Partially.Chrome or Instagram Cache May Be Reset When Retrieving a Map

Typical problems and their solutions

Even after successful memory integration, Xiaomi users are faced with bugs, and here are the most common ways to fix them:

  • ๐Ÿ”„ "Memory card suddenly shuts down": Check the physical connection (try another card). disable Battery Optimization for File Manager (Settings โ†’ Battery โ†’ Optimizing the battery โ†’ All applications โ†’ Update the files. MIUI last-minute.
  • ๐Ÿšซ "You canโ€™t install the app on the mapโ€: Check that the card is formatted as internal (Settings) โ†’ Memory. Clear the Google Play Store cache. Delete and re-add your Google account.
  • ๐Ÿข "Phone brakes after combining": Move heavy games (like Genshin Impact) back to internal memory. disable animations in Settings โ†’ The phone. โ†’ Version. MIUI (slip 5 times โ†’ Windows animation: Off. Use a class map A2 (For example, SanDisk Extreme A2).

If the card is no longer defined after the MIUI update:

  1. Reboot your phone in Recovery Mode (hold Power + Volume up).
  2. Choose Wipe & Reset โ†’ Wipe Cache.
  3. Reset the device.
  4. If it doesnโ€™t help, do the reset through ADB: adb shell sm forget [disk_ID] Then repeat the process of unification.

๐Ÿ’ก

If the phone overheats after the memory is combined, check the card for authenticity. โ‚ฝ") Often cause 100% CPU load due to read/write errors.

7 How to Disconnect Memory and Bring Everything Back

If you decide to give up the combined memory (for example, due to slow operation or the need to use the card in another device), follow the following steps:

Method 1. Through MIUI settings:

  1. Open the Settings โ†’ Memory.
  2. Slip on the combined map (it will be marked as "Inner Memory").
  3. Select Format as Portable (or Disconnect in MIUI 14).
  4. Confirm the action. All data from the map will be deleted!

Method 2. via ADB (if the first method does not work):

  1. Connect your phone to your PC and activate debugging via USB.
  2. Enter the command: adb shell sm list-volumes Find a line from private (e.g. private:179.65).
  3. Disconnect Memory: Adb shell sm partition disk:179.65 public
  4. Reboot the phone.

After separation:

  • ๐Ÿ“ฒ Applications that were on the map will stop working (they need to be reinstalled).
  • ๐Ÿ“ Files (photos, videos, music) will remain on the map, but the path to them will change (for example, with the help of the map). /storage/emulated/0/... on /storage/1234-5678/...).
  • ๐Ÿ”„ Some settings (such as wallpaper or ringtones) will reset to standard.

โš ๏ธ Warning: If the phone stops loading after disconnection (hangs on the logo) MI), So, it means that the system files have been transferred to the map. Solution: connect the phone to the PC, launch it. ADB and execute the command adb shell sm set-force-adoptable false, then repeat the disconnection.

8.Alternatives to Unification: Other Ways to Expand Memory

If memory integration is not suitable (for example, due to slow operation or model incompatibility), consider alternative options:

  • ๐Ÿ”— Symbolic Links (symlink): Using ADB Or FolderMount applications can create bridges between the internal memory and the card. /sdcard/DCIM It will be physically on the map, but the system will see it as part of the internal memory.
  • ๐Ÿ–ฅ Cloud storage: Google Drive, Mi Cloud or Yandex Disk allow you to automatically upload photos/video. โ†’ Settings โ†’ Backup. Free 5 to 15 GB.
  • ๐Ÿ“ Manual file transfer: Use a file manager (such as Mi File Manager or Solid Explorer) to regularly transfer heavy files (movies, music) to the map.
  • ๐Ÿ”„ OTG-Drives: Connect a flash drive or external SSD through USB-C/OTG. Xiaomi is supported NTFS The read/write speed will be faster than that of a microSD, but the media should always be carried with you.

For games (such as Call of Duty Mobile or Genshin Impact), the best option is to use an external SSD via OTG. Tests show that the load speed of textures with the Samsung T7 Shield (1050 MB / s) is 5-7 times faster than with a microSD UHS-I card (90 MB / s).

๐Ÿ’ก

If you often shoot videos in 4K/8K, set up automatic saving for OTG-Driver: connect the flash drive, open the camera โ†’ Settings โ†’ Preservation site โ†’ USB-It saves space in the internal memory.

FAQ: Answers to Frequent Questions

Can I combine memory on Xiaomi without losing data from the card?
No. When you combine, the map is formatted, and all the data on it is erased. Pre-copy the files to the PC or the cloud. If there was important data on the map, use recovery programs (for example, Recuva or DiskDigger), but the odds are not 100%.
Why are some applications not installed after the merger?
This is due to Android security policies. some applications (e.g. banking or with a DRM-Solution: Set the app in internal memory. Move it to the map through Settings. โ†’ Annexes โ†’ [Annex] โ†’ Warehouse โ†’ Change. If it doesn't work, use the patched versions. APK (For example, with APKMirror).
How do you know if your memory is really connected?
There are 3 ways: Settings โ†’ Memory: Total volume should increase by the size of the card. Run ADB and type: adb shell df -h Look for a line with /data โ€” if it says the size of the card, the combination was successful. Install the AIDA64 application and check the Storage โ†’ Internal Memory section. If the total volume has not changed, but the card is formatted as internal โ€” try restarting the phone or repeating the process through ADB.
Can I use combined memory for MIUI updates?
No. System updates are always installed in the internal memory, even if it is almost full. If space is not enough: Clear the cache (Settings) โ†’ Memory. โ†’ Clear! Delete unused applications. Transfer media files to a map (but not system data!). Use ADB Sideload for manual installation of updates. 1 GB, the update may end with E:Error in error /cache/recovery/last_install.
What happens if you remove the card after the merger?
Telephone or: ๐Ÿ›‘ Stop loading (if the card had system files) Solution: paste the card back or reset via Fastboot. โš ๏ธ It'll start to slow down (if there were apps on the map). Solution: reinstall the apps. ๐Ÿ“ต Just ignore (if the card was used only for media files) To safely extract the card: Disconnect memory via Settings โ†’ Memory. Format the card as portable. Only then physically remove it.