Owners of Xiaomi Redmi Note 8T Often face a lack of internal memory, especially if you actively install modern games such as Genshin Impact, Call of Duty Mobile or PUBG. Even with 64/128 GB on board is melting away โ cache, updates, extra files take up tens of gigabytes. The solution seems obvious: move games to the next stage. SD-But there are pitfalls in this, where not all games support portability, and standard Android tools don't always work.
In this article, we will analyze all the current ways to transfer games to a memory card in Redmi Note. 8T (including models with 3/64 GB and 4/128 You'll learn how to get around the restrictions. MIUI, What games can be moved without root rights, and what to do if the system issues an error "Can not be transferred to the root rights" SD-We will also analyze the hidden risks of using class memory cards. A1/A2 Why cheap microSDs can slow down heavy projects 30-50%.
Preparation: which SD-The card is suitable for games on Redmi Note 8T
Before you transfer games, you need to choose the right memory card. Redmi Note 8T supports microSD up to 256 GB (officially) and up to 512 GB (unofficially, with firmware based on Android 10+).
- ๐น Speed class: minimum UHS-I (U1), But for hard games, it's better. U3 or A2. Class cards A1 They will slow down the loading of levels.
- ๐น Manufacturer: Give preference to Samsung EVO Plus, SanDisk Extreme or Kingston Canvas Go! Plus.Cheap no-name cards often fake class markings.
- ๐น Formatting: The card must be formatted in exFAT (for cards) >32 GB) or FAT32 (32GB). MIUI automatically prompts you to format the card when you first connect.
โ ๏ธ Note: If you use a memory card as an internal storage (the function "Format as an internal drive"), consider:
- After the map is removed, the applications will stop working.
Read/write speeds will decrease by 15-20% compared to the original storage.
Some games (such as Honor of Kings) refuse to run with an internal SD.
| Type of card | Reading speed | Recording speed | Is it good for games? | Price for 128 GB (2026) |
|---|---|---|---|---|
| SanDisk Extreme A2 | 160 MB/s | 90 MB/s | โ Perfect. | ~2 500 โฝ |
| Samsung EVO Plus A1 | 100 MB/s | 60 MB/s | โ ๏ธ Average (brake in online games) | ~2 000 โฝ |
| Kingston Canvas Go! Plus A2 | 170 MB/s | 90 MB/s | โ Perfect. | ~2 700 โฝ |
| No-name (e.g., "Transcend") | 40 MB/s | 10 MB/s | โ Not suitable. | ~1 200 โฝ |
2. Standard transfer of games through Android settings
The easiest way is to use the built-in Android feature, which works for most games, but there are limitations:
Not all games support portability (e.g. Free Fire or Clash of Clans block this option).
System applications and some services (e.g. Google Play Games) cannot be moved.
Some of the data (cache, storage) can remain in the internal memory.
Step-by-step:
- Open Settings โ Applications โ Application Management.
- Choose the game you want to migrate (like Brawl Stars).
- Press Warehouse.
- If the option is active, tap Change and select SD-map.
- Confirm the transfer and wait until it is completed (may take up to 5-10 minutes for major games).
- Check the vacant space for SD-card (needs 1.5 times more than the weight of the game)
Connect the charger (the process drains the battery)
Close the game and clear it of multitasking
- Disable mobile Internet (to avoid interrupting the update transfer)-->
โ ๏ธ Note: If the Change button is inactive, the game has blocked the transfer, in which case only forced transfer through the game will help. ADB (Section 4) or use of cloud storage (section 5).
3. Transfer through file manager: manual method
If the standard method didn't work, you can try to manually transfer game files, which is suitable for games that store data in Android/obb or Android/data folders. Example of such games: Asphalt 9, Need for Speed: No Limits.
Instructions:
- Install a file manager with root access support (such as Solid Explorer or FX File Explorer).
- Go to /storage/emulated/0/Android/obb (the main game files are stored here).
- Find a folder with the game name (e.g. com.gameloft.android.ANMP.GloftA9HM for Asphalt 9).
- Copy the folder to SD-same-way: /storage/XXXX-XXXX/Android/obb (where XXXX-XXXX โ ID your card).
- Remove the original folder from your internal memory.
- Reboot the phone.
What if the game doesnโt see files after the transfer?
โ ๏ธ Attention: Some games (for example, PUBG Mobile) checks file integrity by hash sums. If you change the path to files manually, the game can block the account for cheating.
4. Forced transfer via ADB (for power users)
If the game is not portable in standard ways, you can use Android Debug Bridge (ADB). This method requires connecting the phone to a PC and basic command line knowledge.It works for most games, but there are exceptions (e.g., Genshin Impact blocks startup from the PC). SD-maps regardless of method).
What you need:
- ๐ฅ๏ธ Computer with Windows/Linux/macOS.
- ๐ USB-cable (preferably original).
- ๐ฅ Utility. ADB Tools by Google.
- ๐ง Included debugging by USB on the phone (Settings) โ The phone. โ Version. MIUI (tap 7 times) โ Settings โ Additionally. โ For developers โ Debugging by USB).
Step-by-step:
- Connect the Redmi Note 8T to your PC and select File Transfer mode.
- Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Find out the batch name of the game (for example, for Brawl Stars it is com.supercell.brawlstars). | grep -i"play-off"
- Execute the command to transfer: adb shell pm set-install-location 2 This command forces the system to install applications on the SD-default-card.
- Reinstall the game through the Play Market โ it will automatically install on the memory card.
1. Delete the game.
2. Enter the command:
adb shell pm install -r -d -s /path/to/apk-file.apkFlag. -s enforced APK on SD-map.-->
โ ๏ธ Attention: After use ADB Some system updates may reset the installation location settings. Check the location of games after major updates MIUI.
5. Alternative ways: cloud-based storage and simlinks
If the transfer is SD-The card is impossible or causes problems, consider alternative options:
5.1. Cloud-based conservation
Many games support cloud-based progress backup, which won't free up internal memory, but will keep data from being lost when reinstalled.
- ๐ฎ Clash Royale (link to Google Play account)
- ๐ฎ Among Us (via the developer account)
- ๐ฎ Minecraft (binding to the Microsoft/Xbox Live)
To enable cloud backup, go to the game settings and find the Account or Save section.
5.2. Symbolic references (requires root)
If you have root rights, you can create symbolic links that will โdeceiveโ the game, making it think that the files are in the internal memory, when in fact they are not in the game. SD-For this purpose:
- Install Terminal Emulator or connect via ADB.
- Enter commands (example for the PUBG Mobile): su mv /sdcard/Android/obb/com.tencent.ig /sdcard/ext_sd/Android/obb/ ln -s /sdcard/ext_sd/Android/obb/com.tencent.ig /sdcard/Android/obb/com.tencent.ig
- Reboot the phone.
๐ก
Simlinks are the most reliable way to transfer without losing performance, but they require root rights and accuracy. A mistake in commands can lead to data loss!
6. Solving common errors
When transferring games to SD-Map by Redmi Note users 8T We're going to look at the most common problems and the ways we can solve them:
| Mistake. | Reason. | Decision |
|---|---|---|
| "Can't be moved SD-map" | The game has been blocked or the card is formatted as a portable storage. | Use ADB (Section 4) or format the card as internal (with data loss!). |
| โNot enough space on the deviceโ after the transfer | The game left cache or temporary files in internal memory. | Clear the cache in the game settings or use SD Maid to search for garbage. |
| The game relegates after the transfer | Low reading speed SD-maps or damaged files. | Check the card for errors (chkdsk in Windows) or transfer the game back. |
| "Appendix not installed" after manual transfer | Wrong path to files or no rights. | Check the folder structure on SD-map (must match the original). |
How to check the speed SD-map?
7.Optimizing performance after transfer
Transfer of games to SD-This can affect performance, to minimize drawdowns. FPS loading time:
- ๐ง Turn off auto-update games in the Play Market for installed games SD-Application map. Updates can be interrupted and corrupt files.
- ๐ง Use cleaning utilities like CCleaner or Files by Google to remove unnecessary cache from internal memory.
- ๐ง Set up. MIUI Optimizer: Settings โ Special facilities โ MIUI Optimizer โ This feature sometimes conflicts with games on the SD-map.
- ๐ง Check the temperature of the card. If it overheats (above 50)ยฐC), move the games back - this may indicate counterfeiting or wear and tear.
Settings โ Battery and productivity โ Managing application energy consumption โ Find your file manager โ Select "No restrictions"-->