Transfer of games to SD-map in Xiaomi Redmi Note 8T: working methods

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 cardReading speedRecording speedIs it good for games?Price for 128 GB (2026)
SanDisk Extreme A2160 MB/s90 MB/sโœ… Perfect.~2 500 โ‚ฝ
Samsung EVO Plus A1100 MB/s60 MB/sโš ๏ธ Average (brake in online games)~2 000 โ‚ฝ
Kingston Canvas Go! Plus A2170 MB/s90 MB/sโœ… Perfect.~2 700 โ‚ฝ
No-name (e.g., "Transcend")40 MB/s10 MB/sโŒ Not suitable.~1 200 โ‚ฝ

๐Ÿ“Š What? SD-You are using the card in Redmi Note 8T?
SanDisk Extreme
Samsung EVO Plus
Kingston Canvas
Another (write in the comments)
I don't use it.

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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Choose the game you want to migrate (like Brawl Stars).
  3. Press Warehouse.
  4. If the option is active, tap Change and select SD-map.
  5. 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:

  1. Install a file manager with root access support (such as Solid Explorer or FX File Explorer).
  2. Go to /storage/emulated/0/Android/obb (the main game files are stored here).
  3. Find a folder with the game name (e.g. com.gameloft.android.ANMP.GloftA9HM for Asphalt 9).
  4. Copy the folder to SD-same-way: /storage/XXXX-XXXX/Android/obb (where XXXX-XXXX โ€” ID your card).
  5. Remove the original folder from your internal memory.
  6. Reboot the phone.

What if the game doesnโ€™t see files after the transfer?
If after manual transfer the game gives a download error, try: 1. Check the permissions to the folder on the SD-map (must be rw-rw)----). 2. Move files back to internal memory and repeat the transfer. 3. Clear the game cache in the settings (Settings) โ†’ Annexes โ†’ [Game] โ†’ Warehouse โ†’ Clear cache). 4. Use the FolderMount app (requires root) to link folders.

โš ๏ธ 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:

  1. Connect the Redmi Note 8T to your PC and select File Transfer mode.
  2. Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Find out the batch name of the game (for example, for Brawl Stars it is com.supercell.brawlstars). | grep -i"play-off"
  5. 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.
  6. 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.apk

Flag. -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.

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:

  1. Install Terminal Emulator or connect via ADB.
  2. 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
  3. 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 transferThe 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 transferLow 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 transferWrong path to files or no rights.Check the folder structure on SD-map (must match the original).

How to check the speed SD-map?
Install the A1 SD Bench app from Play Market. Run the test: - Read speed < 40 MB/s: card is not suitable for gaming. - Write speed < 10 MB/s: there will be brakes while maintaining progress. - If the speed drops during the test, the card is damaged or fake.

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"-->

FAQ: Frequent questions about transferring games to Redmi Note 8T

โ“ Can I transfer Genshin Impact to the SD-map?
No. Genshin Impact blocks transfer to external media through standard Android and ADB tools. The only option is to use root-righted simlinks, but this can lead to a ban of the account for modifying game files.
โ“ Why does the game slow down after the transfer?
The reasons may be as follows: Low speed SD-maps (class below) A2 or U3). Fragmentation of files on the map (use) SD Card Formatter for Deep Cleaning). MIUI Limits the background activity of applications on SD-Turn off the battery optimization for the game. Try to move the game back and compare performance.
โ“ Can I use it? SD-map as an internal memory?
Yeah, but it has its downsides: ๐Ÿ”ธ The map cannot be retrieved without data loss. ๐Ÿ”ธ The speed of the work will be reduced by 15-20% (map-model). ๐Ÿ”ธ Some games (such as Honor of Kings) refuse to work with the internals. SD. To format the map as internal: Settings โ†’ Warehouse โ†’ [Name of name SD-map] โ†’ Three points. โ†’ Storage settings โ†’ Format as an internal drive Attention: All data on the map will be deleted!
โ“ How to transfer the game saves to SD-map?
The storage is usually stored in /data/data/packet.games/or /sdcard/Android/data/Pack.games/. To transfer them: Use a root guide (such as Root Explorer) to copy files. Or use a backup via Titanium Backup (requires root). For cloud-based games (such as Clash of Clans), simply link your account. โš ๏ธ Without root, transferring saves often leads to loss of saves!
โ“ Why After Updating MIUI The game is re-installed in internal memory?
MIUI updates reset pm set-install-location. To fix: Connect to your PC and re-run the command: adb shell pm set-install-location 2 Or transfer games manually through settings. Turn off MIUI auto-update in Settings โ†’ About Phone โ†’ System Update โ†’ Three Points โ†’ Settings โ†’ Auto-Update.