Xiaomi smartphones (including the Redmi and POCO lines) often come with modest internal storage, especially in budget models, which poses a problem for gamers: modern games take up tens of gigabytes, and free space on the device quickly runs out. The solution is to install games on a microSD card. However, simply inserting the drive is not enough: you need to configure it correctly, choose a format and take into account the limitations of the MIUI system.
Many users experience errors such as โInsufficient memoryโ or โThe application cannot be movedโ even if the user is not able to move. SD-The reason for this is the Android architecture and Xiaomi policy: by default, games are installed in internal memory, and transfer to an external drive is blocked. In this article, we will discuss all working ways to circumvent the restrictions, including configuring the card as an internal storage, using the system. ADB-Teams and alternative methods for specific models.
โ ๏ธ Not all games support installation on SD-For example, Genshin Impact or Call of Duty: Mobile require installation in internal memory due to protection against piracy.
1.Preparation: Which Memory Card to Choose for Xiaomi
Not every microSD is suitable for installing games. Xiaomi recommends using UHS-I (U1/U3) or A1/A2 cards, which are optimized for working with applications.
- ๐น Volume: 64GB minimum (optimally 128-256GB for modern gaming) Cards up to 32GB are often slower and do not support exFAT format.
- ๐น Class speed: A2 (for fast download of games) or U3 (videotape 4K, If you also shoot gameplay, class maps. A1 or U1 They can slow down heavy games.
- ๐น Brand: Give preference to proven manufacturers โ SanDisk Extreme, Samsung EVO Plus, Kingston Canvas Go!.Cheap no-name cards often fake speed specs.
โ ๏ธ Note: Xiaomi smartphones based on MediaTek (for example, Redmi) 9A, POCO M3) You may not support cards larger than 512 GB due to the limitations of the chipset.
Also note that formatting the map as an internal storage device (which we'll talk about later) binds it to a particular device, and once it's extracted, the data on it will not be available on other gadgets without re-formatting.
2. Formatting SD-maps as internal storage
The most reliable way to install games on a memory card is to turn it into an extension of internal memory, which works on all Xiaomi smartphones with Android 6.0+, but has nuances:
- Insert the card in the slot (if your model supports hybrid). SIM, Make sure you donโt take the second slot. SIM-card).
- Open the Settings. โ Memory and tap on your name. SD-map.
- Select โConfigure as internal storageโ (in some versions of MIUI, the item may be called โFormat as internal memoryโ).
- Confirm the formatting โ all data on the map will be erased!
- Once completed, the system will suggest moving some of the data (photos, music) to the map, a step that you can skip.
โ ๏ธ Note: Once formatted as an internal storage card, it will not be read on other devices without re-formatting, and some apps (such as WhatsApp) may refuse to work with such a card.
Advantages of the method:
- ๐ฎ Games are automatically installed on the map (if the developer allows).
- ๐ฑ The system perceives the card as part of the internal memory, which reduces the risk of errors.
Disadvantages:
- ๐ข The speed of the game may be lower than in internal memory (depending on the class of the card).
- ๐ When you remove the map, some games may stop running.
โ๏ธ Preparation of the memory card for use
3. Transfer of games to SD-map through Android settings
If you don't want to format the map as internal memory, you can try to transfer games that are already installed manually, which doesn't work for all applications, but it's suitable for many casual games.
Instructions:
- Open Settings โ Applications โ Application Management.
- Choose the game you want to migrate (like Brawl Stars or Clash of Clans).
- Slip on the "Storage" item.
- If the option "Change" is available (or "Move to" SD-map, select her.
- Wait until the process is complete, the game will be moved.
๐ Why the โTransferโ option may not be available?
- ๐ซ The game has blocked the transfer (for example, PUBG Mobile or Free Fire).
- ๐ฑ Your Xiaomi model does not support application portability (relevant for devices with a mobile device). MIUI 12+ Android 11-based+).
- ๐พ The card is formatted as a portable storage (not an internal one).
โ ๏ธ Note: After the game has been transferred to SD-The card's cache and updates may still be stored in the internal memory. To clear the cache, go to Settings. โ Warehouse โ Application data and select the game.
List of games that cannot be transferred to SD-map
4.Use of ADB to Forced Transfer of Games
If standard methods donโt work, you can use the Android debugging bridge (ADB), which requires connecting your phone to your computer, but allows you to transfer even those games that normally block movement.
๐ What's the matter:
- ๐ฅ๏ธ Computer with Windows, macOS or Linux.
- ๐ USB-Type C Cable (original to avoid connection issues).
- ๐ ๏ธ Utility. ADB Tools by Google.
๐ง Step-by-step instruction:
- Turn on USB debugging on your phone: Go to Settings โ About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings โ Additional โ For Developers and turn on USB Debugging.
Connect your phone to your PC
File transfer
Open the command line.
Terminal
ADB
Enter a command to check the connection:
adb devicesIf the phone is recognized, you will see its serial number.
Find out the game's packet name
com.supercell.clashofclans
Clash of Clans
Google Play
App Inspector
Run the command to transfer:
adb shell pm set-install-location 2This command forces the system to install new applications on the SD-default-card.
To transfer the already established game:
adb shell pm move-package com.name.packageReplace the com.name with a real name (e.g. com.mojang.minecraftpe for Minecraft).
โ ๏ธ Note: Some games after transferring through ADB They may not work smoothly or give you an error called "Insufficient Memory" when you upgrade, in which case, return the game to your internal memory with the team:
adb shell pm move-package com.name.packet -i๐ก
If ADB Does not recognize the device, try reinstalling Xiaomi drivers or using another USB-Also check if the debugging mode is on. USB (security parameters in the developer settings.
5. Alternative methods: Link2SD and FolderMount
If previous methods didnโt work, you can use third-party utilities that bypass Androidโs limitations, with Link2SD and FolderMount being the two most popular solutions.
๐น Link2SD (root):
- ๐ฒ Download the app from Google Play.
- ๐ง Provide root access (if the phone is not rooted, this method will not work).
- ๐ฏ Select the game in the list of applications and click "Create a link".
- ๐พ Transfer the game data to SD-map (option "Move to the map" SD").
๐น FolderMount (without root, but with restrictions):
- ๐ฒ Install FolderMount from Google Play.
- ๐ Select the folder with the game data (usually located in the /Android/obb/ or /Android/data/).
- ๐ Create a "pair folder" on SD-map.
- ๐ Click "Mount" - the data will automatically sync.
โ ๏ธ Note: When using FolderMount without root, some games may not see the transferred files, in which case you will have to return the data back or use the data. Link2SD root-righted.
| Method | Root is required. | Support for all games | Difficulty | Risk to the system |
|---|---|---|---|---|
| Formatting as an Internal Memory | โ No. | โ ๏ธ Partially. | โญโญ | โ ๏ธ Medium (data tied to the device) |
| Transfer through Android settings | โ No. | โ Limitedly. | โญ | โ Low. |
| ADB-team | โ No. | โ ๏ธ Partially. | โญโญโญ | โ Low. |
| Link2SD | โ Yes. | โ Yes. | โญโญโญโญ | โ ๏ธ High (risk of data loss) |
| FolderMount | โ No (limited) | โ ๏ธ Partially. | โญโญ | โ Low. |
6. Solving common errors
When installing games SD-Xiaomi users often face problems. Let's analyze the most frequent and ways to fix them.
๐ "Insufficient memory when installing the game (despite the free space available for the game) SD):
- ๐น Make sure the card is formatted as an internal storage.
- ๐น Check if there is a file size limit in Settings โ Memory. โ Additionally.
- ๐น Restart your phone โ sometimes the system will not display the free space correctly.
๐ The game does not start after the transfer to SD:
- ๐น Return the game to your internal memory and reinstall it.
- ๐น Check if antivirus (e.g. Mi Security) blocks access to files on the card.
- ๐น Update the game via Google Play โ sometimes helps to recover damaged files.
๐ SD-The card is not determined or permanently unmounted:
- ๐น Check the card on another device โ it may be damaged.
- ๐น Format the map in FAT32 or exFAT via PC (use the official utility) SD Formatter).
- ๐น Update the firmware MIUI โ In the old versions there were bugs with work. SD-map.
๐ Play lags or brakes after transfer:
- ๐น Replace. SD-class-card A2 or U3.
- ๐น Clear the game's cache in Settings โ Annexes โ Warehouse.
- ๐น Turn off background optimization in Settings โ Battery โ Optimizing the battery.
๐ก
If the game is transferred to SD-The card gives out a license error (e.g., in Google Play Games), put it back in internal memory. This is due to the protection against piracy - some games check the location of files.
7. Optimization of the performance of games on SD-map
Even if you manage to install a game on a memory card, it can be less powerful than running it from internal storage, and here's how to improve FPS and reduce the lags:
๐ Settings MIUI gamer:
- ๐ถ Turn off "Background Limitation" to play Settings โ Annexes โ Battery.
๐ง Tech tricks:
- ๐ Use Game Turbo (Xiaomiโs built-in gaming software) โ it automatically optimizes the load on the processor.
โ ๏ธ Note: Some games (such as Genshin Impact or PUBG Mobile) when launched with SD-The cards can heat the processor more than when installed in internal memory. AIDA64 If necessary, take breaks in the game.