Transfer of games to SD-The map in Xiaomi smartphones is an urgent task for owners of devices with limited internal memory. Despite the fact that modern games take up gigabytes, the manufacturer does not always provide convenient tools for moving them. MIUI (from 12 before 15) Android (11-14), including circumvention of system constraints.
It's important to understand that not all games support external storage, and that depends on the developer's policies and the application architecture. For example, Genshin Impact or Call of Duty Mobile often block this capability, while less demanding projects like Brawl Stars or Clash Royale are portable without problems, and we'll tell you how to check compatibility and what to do if standard methods don't work.
Why games are not always transferred to SD-map
The main reason is the limitations of Android and MIUI. Starting with Android 6.0, Google introduced the concept of Adoptable Storage, which allowed you to format. SD-But Xiaomi has disabled this feature in most firmware because of the risk of data loss and performance loss. MIUI A simplified transfer mechanism is implemented that only works with supported applications.
Second problem β DRM-Many modern games (especially those with online modes) store critical data in internal memory to protect against cheating, PUBG Mobile or Free Fire may not work after the transfer, as they check the integrity of files in a standard location. SD-class A1/A2 slow down the loading of games 15-30% compared to internal memory UFS 2.2/3.1.
- π Technical limitations: MIUI Blocks the transfer of system applications and games with high rights.
- π‘οΈ Data Protection: Online-authorized games (e.g., through Google Play Games) may require internal storage.
- β‘ Performance: MicroSD cards (even more) UHS-II) Lose in read/write speed of the built-in memory.
- π± Device models: On the Redmi Note 10 Pro and later, the transfer works differently than on Poco X3 Mi 11.
β οΈ Note: If your Xiaomi smartphone is released before 2020 (e.g. Redmi Note 8 or Mi) 9T), Standard transfer through settings can cause game failures with high memory requirements. ADB (described below).
What? SD-Choose a map for games on Xiaomi
Not all microSDs are suitable for gaming.
- π Class speed: A2 (or UHS-I U3 Class maps for old devices. A1 or U1 will slow down.
- πΎ Volume: From 64GB (optimally 128-256GB for modern gaming) 32GB cards will fill up quickly.
- π·οΈ Brand: Samsung is preferred EVO Plus, SanDisk Extreme or Kingston Canvas Go! Plus.Cheap no-name cards often fake the speed class.
| Characteristics | Minimum. | Recommended | For top-end games |
|---|---|---|---|
| Class speed | A1 | A2 | UHS-II (if supported) |
| Volume. | 32GB | 128GB | 256 GB+ |
| Reading speed | 30 MB/s | 90 MB/s | 150 MB/s + |
| Recording speed | 10 MB/s | 40 MB/s | 90 MB/s+ |
Before buying, check the card's compatibility with your Xiaomi model. For example, the Redmi Note 12 Pro+ supports UHS-I, but not UHS-II, and the Xiaomi 13 Ultra can work with both standards. Also, pay attention to the file system format: cards over 32 GB require exFAT or NTFS (but MIUI works better with exFAT).
Method 1: Standard Transfer through MIUI Settings
This method works for most games, but only if the developer has not blocked the portability. MIUI 12β15:
- Open Settings β Applications β Application Management.
- Choose the game you want to migrate (such as Clash of Clans).
- Slip on Warehouse.
- If the option is available, click Change and select SD-map.
- Confirm the transfer and wait until it is completed (may take up to 10 minutes for major games).
If the Change button is inactive or not, the game does not support the transfer, in which case move to alternative methods.
Make sure that SD-map formatted in exFAT|Close the game and background processes|Connect the charger (transfer drains the battery)|Check the free space on the map (you need to check it). +10% of the game size)-->
β οΈ Note: On some devices (e.g. Poco) F3 or Redmi K40) After transferring the game through the settings, the return button may disappear from the main menu, this is due to a change in the path to the cache files. β Warehouse β Clear the cache.
Method 2: Transfer over ADB (for power users)
If the standard method doesnβt work, you can use Android Debug Bridge (ADB), which allows you to force-transfer almost any application, but requires a PC connection and basic command line knowledge.
Step-by-step:
- Turn on the Developer Mode on your smartphone: go to Settings β About Phone and tap the MIUI version 7 times.
- Return to Settings β Additional β For developers and activate Debugging over USB.
- Connect your phone to your PC through USB-Cable (use the original Xiaomi cable for stability).
- Download ADB Tools and unpack the archive.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB and execute the commands:
adb devices
adb shell pm set-install-location 2
adb shell pm move-package com.example.game (replace with your game ID)To find out the gameβs package name, use the command:
adb shell pm list packages | grep "game name"After the execution of the commands, the game will be transferred to SD-However, note that some games (such as Honor of Kings or Genshin Impact) may not run or be error-prone:
adb shell pm move-package com.example.game 0π‘
If ADB doesnβt see the device, try changing USB connection mode to File Transfer (MTP) in Xiaomiβs notification curtain. Also check drivers on PC β Windows may require Mi USB Driver installation.
Method 3: Using Third-Party Applications
If the first two methods don't work, you can try specialized utilities.
- π± AppMgr III (App 2 SD): Shows you what games you can transfer, and it does it in one tap. MIUI 14 without root.
- π§ Link2SD: It requires root rights, but it allows you to port even system games, supports the creation of symbolic links.
- π Files by Google: Does not transfer games directly, but helps to clear the cache and free up space for their installation on internal memory.
Example of AppMgr III:
- Install the app from Google Play.
- Open it and give access to the storage.
- In the list of applications, find the desired game (for example, Asphalt 9).
- Select the Move to SD card and click on it.
- Confirm the action and wait for the completion.
It is worth noting that after updating MIUI or the game, you may need to repeat the transfer, and some applications (for example, Link2SD) require unlocking the bootloader on Xiaomi, which voids the warranty.