How to Transfer a Game from Phone to Memory Card to Xiaomi: A Complete Guide to 2026

Owners of Xiaomi smartphones often face a lack of internal memory, especially if they actively install modern games such as Genshin Impact, Call of Duty Mobile or PUBG. Even models with 128 GB can quickly fill up due to the weight of games (some take up to 15-20 GB with updates). The solution seems obvious - to transfer games to a microSD card, but here users are waiting for pitfalls: the limitations of Android, the features of the MIUI shell and the technical nuances of formatting drives.

In this article, we will discuss all the current ways to transfer games to the SD-Xiaomi smartphone card (including Redmi and POCO), Android-powered 10-14 shelled MIUI 12-14. You'll know:

  • ๐Ÿ”น What type of memory card is suitable for gaming (and why exFAT may not work).
  • ๐Ÿ”น 3 proven methods of transfer: standard (without root), through ADB and with superuser rights.
  • ๐Ÿ”น Why some games refuse to work with the map and how to get around it.
  • ๐Ÿ”น What to do if after the transfer the game slows down or gives errors.

1. Which memory card to choose for games on Xiaomi

Not every microSD is suitable for installing games. Cheap Class 4 or Class 10 cards (without A1/A2) can not only slow down games, but also lead to data loss due to low write speeds.

ParameterMinimum requirementsRecommended option
Class speedUHS-I (U1) or Class 10UHS-I (U3) or A2
Volume.32GB.64โ€“256 GB (optimum for 5โ€“10 games)
File systemFAT32 (up to 4 GB per file)exFAT (for files >4 GB)
BrandAnybody.Samsung EVO Plus, SanDisk Extreme, Kingston Canvas Go! Plus

โš ๏ธ Note: ExFAT cards may not be supported on older Xiaomi models (e.g. Redmi) 4X or Mi A1). Before buying, check compatibility in the device specifications or format the card in the FAT32 computer.

If you plan to carry games over 4GB (like Honor of Kings or Free Fire Max), exFAT is a must, but note that some games (especially those with anti-piracy protection) may not be run from an external drive.

๐Ÿ“Š What memory card do you use in Xiaomi?
SanDisk
Samsung
Kingston
Another brand
I don't use it.

Method 2: Transfer games through MIUI settings (without root)

The simplest method that works on most Xiaomi devices with MIUI 12-14, however, has a limitation: you can only transfer part of the game data (usually cache and additional files), and not the installation itself (APK + OBB).

Instructions:

  1. Insert the memory card in the smartphone and wait for its recognition.
  2. Open Settings โ†’ Applications โ†’ Application Management.
  3. Choose the game you want to migrate (like Brawl Stars).
  4. Click Warehouse โ†’ Change โ†’ Memory Map.
  5. Confirm the transfer and wait until the completion (may take up to 5-10 minutes).

โš ๏ธ Note: If the Change button is inactive, the game does not support porting through the standard settings. ADB or root rights (see the following sections).

Insert a memory card into the slot|Check the vacant space for SD (>10GB)|Close the game in the multitasking menu|Connect the charger (in case of a long operation)-->

This is suitable for light games (such as Clash Royale or Among Us), but is useless for heavy projects like Genshin Impact, where the main files weigh tens of gigabytes.

Method 2: Transfer over ADB (for power users)

If the standard method didnโ€™t work, you can use Android Debug Bridge (ADB), a debugging tool that lets you manually specify which apps to store on a memory card, which does not require root rights, but requires connecting your smartphone to your computer.

Step-by-step:

  1. Download and install ADB Tools on PC.
  2. Turn on Xiaomi Developer Mode: go to Settings โ†’ About Phone โ†’ MIUI version and click 7 times on this item.
  3. Return to Settings โ†’ Additional โ†’ For developers and activate Debugging over USB.
  4. Connect your phone to your PC through USB-cable (select File Transfer Mode).
  5. Open the command prompt (cmd) in the folder with ADB and type:
adb shell pm set-install-location 2

This command forces the system to install new applications on the default memory card. To transfer the game already installed, use:

adb shell pm move-package com.name.packet /sdcard

๐Ÿ” How to find out the name of the package? Install the App Inspector app from Google Play or use the command:

adb shell pm list packages | grep "game name"

โš ๏ธ Attention: Some games (for example, PUBG Mobile or Mobile Legends block startup from external drives ADB. In this case, only manual copying of files or obtaining root rights will help.

๐Ÿ’ก

If a pm move package error occurs [INSTALL_FAILED_INVALID_INSTALL_LOCATION], This means that the game refuses to work with the memory card. Try an alternative method with symbolic links (see the section on root).

Method 3: Complete Root Transfer (for Advanced)

If previous methods have failed, the radical option is root rights and manual file transfer, which is suitable for heavy projects like Genshin Impact or Diablo Immortal, but has risks:

  • ๐Ÿšจ Loss of warranty (if the device is under warranty).
  • ๐Ÿšจ Possible problems with updates MIUI.
  • ๐Ÿšจ The risk of โ€œbrickingโ€ the phone with incorrect actions.

If you are ready for this, follow the instructions:

  1. Get root rights with Magisk (see the XDA Developers forum for instructions for your model).
  2. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  3. Go to the game folder (usually /data/app/packet name or /Android/obb/packet name).
  4. Copy the folder to a memory card (e.g., in /sdcard/Android/obb/).
  5. Remove the original folder from the internal memory.
  6. Create a symbolic link using the command in Termux or ADB:
su


ln -s /sdcard/Android/obb/name of package /Android/obb/name of package

๐Ÿ”น Example: Genshin Impact: If the game files are in the /sdcard/Android/obb/com.mihoyo.GenshinImpact, And the original folder was in /Android/obb/, team:

ln -s /sdcard/Android/obb/com.mihoyo.GenshinImpact /Android/obb/com.mihoyo.GenshinImpact

โš ๏ธ Note: After updating the game via Google Play, the symbolic link may break. in this case, repeat steps 4-6 or update the game manually by downloading the game. APK + OBB official website.

What if the game doesnโ€™t see files after transfer?
If after creating a symbolic link, the game gives an error such as "Files are corrupted" or "Can not download data", check: 1. SD-map (should be 755 or 777). 2. File path - some games are searched for OBB In this case, you will have to return the files back or use the Magisk module to redirect the paths (for example, for example, the computer, App2SD). 3. Card format - if SD formatted FAT32, Game files exceed 4 GB, transfer is impossible without exFAT.

5 Why the game might not work with a memory card

Even after successful portability, some games fail to start or fail to work, and the reasons may be:

Problem.Reason.Decision
The game flies off at launchProtection against piracy (for example, in PUBG Mobile or Call of Duty)Return the game to internal memory or use the Magisk module to bypass the check
Long loading of levelsLow speed memory card reading (Class 10 without A1)Replace the SD with the model marked A2 (e.g. Samsung EVO Plus A2)
Files are corrupted errorIncorrect access rights or broken files when copyingReinstall the game by pre-formatting the map to exFAT
The game doesn't keep progressPreservations are tied to internal memoryUse cloud-based saves (e.g., through Google Play Games or Mi Account)

๐Ÿ”น Features of popular games:

  • ๐ŸŽฎ Genshin Impact: No official support for porting SD, It works via symlink (see method 3).
  • ๐ŸŽฎ PUBG Mobile: blocks startup from external drives on some firmware MIUI.
  • ๐ŸŽฎ Clash of Clans: It is carried in the standard way, but can slow down with a large amount of cache.
  • ๐ŸŽฎ Free Fire: Requires that files OBB remained in the internal memory.

If the game refuses to work from the card, the only way out is to release the internal memory in other ways:

  • ๐Ÿ—‘๏ธ Remove unnecessary applications (use Settings) โ†’ Annexes โ†’ Cleanup).
  • ๐Ÿ—‘๏ธ Transfer media files (photos, videos) to SD Or in the cloud (Google Photos, Mi Cloud).
  • ๐Ÿ—‘๏ธ Clean up the game's cache through SD Maid or Files by Google.

6. How to avoid data loss during transfer

Transferring games to a memory card is not a safe process, and copying errors or incorrect commands in ADB can lead to loss of progress or even damage to game files. To minimize risks, follow these rules:

Backup your saves (via Helium or the cloud)|Check the memory card for errors (chkdsk in Windows)|Close all background applications before the perenosom|Use the original cable USB for ADB-->

๐Ÿ”น Backup of saves:

  • ๐Ÿ“ฑ For games that support Google Play Games (such as Clash Royale): sync your account in the game settings.
  • ๐Ÿ“ฑ For offline games (such as Minecraft): copy the folder /data/data/PC-package.
  • ๐Ÿ“ฑ Use specialized applications like Swift Backup (requires root).

๐Ÿ”น Memory card check:

Check before the penosom SD-Error card with chkdsk (Windows) or fsck (Linux/macOS). For that:

  1. Connect the card to the computer through the card reader.
  2. Open the command line and enter:
chkdsk X: /f

(where X is the letter of your disk SD-map).

โš ๏ธ Note: If the memory card has been used in other devices (e.g., in your camera), be sure to format it in Xiaomi via Settings. โ†’ Warehouse โ†’ Memory map โ†’ Format as internal. This will eliminate any file system conflicts.

7.Alternative ways to free up memory on Xiaomi

If the games are transferred SD-The card is not possible or does not solve the problem of memory shortage, consider alternative options:

  • ๐Ÿ“ Cache Clearing: Go to Settings โ†’ Annexes โ†’ App management, select the game and click Clear Cache. For example, in Genshin Impact, the cache can take up to 5-7 GB.
  • ๐Ÿ“ Transfer of media files: Photos and videos can be automatically saved to SD-Map through Camera Settings โ†’ Preservation site.
  • ๐Ÿ“ Cloud storage: Services like Google Play Games or Mi Cloud allow you to store your saves in the cloud.
  • ๐Ÿ“ Systemic debris disposal: Annexes SD Maid or Files by Google will find unnecessary files (for example, the file is not used, APK post-refreshment).
  • ๐Ÿ“ Turning off preload: In Google Play, turn off auto-update games (Settings) โ†’ Auto-update of applications โ†’ Never).

๐Ÿ”น Hidden function MIUI: Some firmware has an option Light mode (Settings) โ†’ Special opportunities โ†’ Light mode, which reduces memory consumption by simplifying animations, won't free up gigabytes, but can help on weak devices like Redmi. 9A).

๐Ÿ’ก

If Xiaomi supports memory expansion through Virtual RAM (For example, the Redmi Note 11 or POCO X4 Pro), activate this function in Settings โ†’ Additionally. โ†’ Expanding memory. It's not a substitute for physical memory. SD-The map will help to optimize the work of heavy games.

FAQ: Frequent questions about moving games to Xiaomi

โ“ Can I transfer Genshin Impact to a memory card without root?
Officially, no. The game blocks the transfer through standard settings. MIUI and ADB. The only working way is to obtain root rights and create a symbolic link (see Method 3). SSD-storage OTG (But it's not comfortable for mobile gaming).
โ“ Why did the game stop after the transfer?
The reasons are two: Low memory card speed โ€“ if you have a Class 10 marking A1/A2, Texture loading will be slow. Solution: buy a card with A2 (For example, SanDisk Extreme A2). Fragmentation of files - over time files on SD-The card is broken up, which slows down reading. Solution: format the map and re-transfer the game.
โ“ Can we move the game? SD-card, if installed as a system application?
No. System applications (e.g., pre-installed games from the Mi App Store) cannot be transferred without root rights. ADB lead to error INSTALL_FAILED_INVALID_INSTALL_LOCATION. The only way out is to remove the system application (requires root) and install it in the usual way.
โ“ What happens if you pull out the memory card during the game?
The game will either crash or freeze, in the worst case, save files or textures will be damaged, which will lead to the need to reinstall. MIUI), The phone may stop loading altogether! โš ๏ธ Always extract. SD-Card through Safe Shutdown: Settings โ†’ Warehouse โ†’ Memory map โ†’ Extract.
โ“ Does the transfer of games to POCO F3 Or the Redmi Note 10 Pro?
Yes, but with reservations: On POCO F3 (with MIUI 12.5+), standard porting works for most games other than secure ones (like PUBG Mobile). On Redmi Note 10 Pro, ADB may be required, as some games (like Call of Duty Mobile) ignore storage settings. Both devices support exFAT, so there are no problems with >4 GB files.