How to transfer games to SD-Xiaomi Redmi Note 8 Pro: 3 working methods

Xiaomi Redmi Note 8 Pro with its powerful Helio processor G90T 6GB of RAM remains a popular choice among gamers, but even it suffers from a lack of built-in storage. PUBG, And the system is constantly giving out warnings about memory shortages, and it's time to act. SD-The map may be a rescue, but there are pitfalls here: not all games support this feature, and wrong actions will lead to failures.

In this article, weโ€™ll break down three proven methods for porting games to an external drive, including hidden MIUI 11/12 settings, using ADB to force transfer, and bypassing restrictions through third-party utilities. Youโ€™ll also learn which memory cards are suitable for the Redmi Note 8 Pro (spoiler: not all microSDs are equally useful), and how to avoid the typical mistakes that stop games from running. If youโ€™re ready to return your smartphone to its former space, read on.

Why the games are not transferred to SD-standard-of-the-art

The main problem lies in the architecture of Android and Xiaomi's policy. Since Android 6.0 Marshmallow, Google introduced the concept of Adoptable Storage, the ability to format. SD-But the card is like an internal memory. MIUI (Especially in the Redmi Note 8 Pro versions, it blocks this feature by default:

  • ๐Ÿ”’ Manufacturer restrictions: Xiaomi disables Adoptable Storage to prevent performance issues.Cheap microSD class below A1 can slow down the system.
  • ๐ŸŽฎ DRM and game licenses: Many games (such as Fortnite or Honor of Kings) verify file integrity. SD-The card can act as a trigger for blocking.
  • ๐Ÿ“ฑ Division of memory in MIUI: Even if the game supports transfer, MIUI It can divide data between internal memory and SD, Which leads to synchronization errors.

Another nuance: Redmi Note 8 Pro works on Android 9/10 shelled MIUI 11/12. In these versions, the function of transferring applications to SD-The map is hidden deep in the settings or not in the menu at all, but that doesn't mean there's no solution, it just has to use workarounds.

โš ๏ธ Attention: If yours SD-The card is formatted as a portable storage (rather than internal memory), most games will fail to work after the transfer. โ†’ Warehouse.

Method 1: Transfer through MIUI settings (works for select games)

This method is only suitable for games that initially support the installation of the SD-Unfortunately, they're a minority of them, like Minecraft or some emulators (PPSSPP, Dolphin: Here's how to check and transfer:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select the game you want to migrate (like Asphalt 9).
  3. Slip on Warehouse.
  4. If the Change option is active, click it and select it. SD-If the option is gray, the game does not support transfer.

Important: Even if the button is active, the game can run slower after the transfer. This is due to the speed limits of the read / write microSD. For the Redmi Note 8 Pro, it is recommended to use A2 cards (for example, Samsung EVO Plus or SanDisk Extreme).

The game supports porting to SD (option active in settings)

SD-The card is formatted as internal memory (if not, see Method 2)

There is enough free space on the map (minimum 2x of the game size).

Card speed not lower than UHS-I (Class A1/A2)

-->

If the port option is blocked but the card is formatted as internal memory, try clearing the game's cache (Settings โ†’ Apps โ†’ [Game] โ†’ Clear the cache) and try again. Sometimes this works for games with updates (such as Clash of Clans).

Method 2: Formatting SD-The card is an internal memory (adoptable storage)

It's a radical but effective method. SD-The system will treat the card as internal memory, and it will treat it as part of the main storage, and it's important that you reset the card to factory settings, and all the data on it will be deleted, and you'll also note that once you extract the card, some applications may stop working.

Instructions:

  1. Put it in. SD-Card to smartphone (class recommended) A2 64GB).
  2. Go to Settings. โ†’ Warehouse.
  3. Tap by name. SD-maps (e.g. SanDisk) 128GB).
  4. In the upper right corner, click on three dots and select Storage Settings.
  5. Select Format as Internal โ†’ Clean and Format.
  6. After formatting, restart the smartphone.

Now, when installing new games, the system will prompt you to choose a storage location. Already installed games can be transferred through Settings โ†’ Applications (as in Method 1).

AdvantagesDeficiencies
โœ… More space for games (up to 512 GB)โŒ The card becomes "tied" to the phone.
โœ… Automatic transfer of supported gamesโŒ Risk of data loss when retrieving a card
โœ… Improved performance (if class card) A2)โŒ Not all games will work smoothly.

โš ๏ธ Warning: If the game starts to slow down after formatting, check the speed SD-mapping A1 SD Bench. Minimum requirements for games: reading 40 MB/s, writing 10 MB/s. Class cards A1 below these values will not fit.

Method 3: Forced transfer via ADB (for power users)

If the first two methods fail, the Android Debug Bridge remains (ADB) โ€” It's a low-level system management tool that allows you to force almost any application to be transferred to the computer. SD-map, even if MIUI Minus: requires a PC connection and basic command line knowledge.

Steps:

  1. Download and install ADB Tools on PC.
  2. Turn on USB Debugging on your smartphone: Settings โ†’ About Phone โ†’ MIUI version (tap 7 times to activate Developer Mode), then go back to Settings โ†’ Additional โ†’ Developers โ†’ Debugging on USB.
  3. Connect the Redmi Note 8 Pro to your PC and confirm the debugging permission.
  4. Open the command prompt (Windows) or terminal (Mac/Linux) in the folder with ADB.
  5. Enter the command to check the connection: Adb devices should appear the name of your device.
  6. Find out the batch name of the game (for example, for PUBG it is com.tencent.ig): adb shell pm list packages | grep "game name"
  7. Move the game to SD-map: adb shell pm set-install-location 2 adb shell pm move-package com.tencent.ig Here com.tencent.ig is the batch name of the game.

If the move-package command returns the error [NOT_MOVED], This means that the game is blocked from transfer, in which case only root access will help (see the next section).

๐Ÿ’ก

Before using ADB, back up your data via Settings โ†’ System โ†’ Backup. Errors in commands can cause applications to crash.

What to do if the game is not transferred in any way

Some games (such as Genshin Impact or Diablo Immortal) are fundamentally refusing to work with the game. SD-There are two options left in this case:

  • ๐Ÿ”ง Root access + Link2SD: Utility. Link2SD It allows you to create symbolic links, cheating the game, requires root and caution, because the wrong actions will lead to bootloop).
  • โ˜๏ธ Cloud storage: Move heavy game files (like Call of Duty cache) to Google Drive or Mi Cloud, and leave only the main files on your phone.

For rooting Redmi Note 8 Pro suitable method through Magisk and custom recovery (TWRP). However, this will cancel the warranty and may lead to problems with the MIUI OTA-If you're a beginner, you should consult a specialist.

Risks of rooting Redmi Note 8 Pro
1. Loss of warranty (Xiaomi blocks devices with unlocked bootloader). 2. Unstable camera operation (there are known bugs with the module on 64 MP after firmware). 3. Problems with banking applications (Sberbank, Tinkoff refuse to work on rooted devices). 4. Risk of "bricking" if you make a firmware error (for example, if you choose the wrong version of TWRP).

Alternatively, you can use a second user on Android, and you can create an additional profile (Settings โ†’ System โ†’ Multiple users) and install the games there, which won't free up the main memory, but will isolate the heavy games from the system files.

Standard settings MIUI|Formatting SD internal memory|ADB-team|Rooting and Link2SD|None of the above.-->

What? SD-Choose a map for the Redmi Note 8 Pro

Not all microSDs are equally useful. Not only is volume important for games, but speed class is important.

CharacteristicsMinimum requirementsRecommended models
Class speedA1 (minimum)A2 (optimum)
Volume.32GB64-256 GB
Reading speed40 MB/s90+MB/s (UHS-I)
ManufacturerAnybody.SanDisk, Samsung, Kingston

Avoid cheap cards without labeling โ€“ they are often forged and have real speeds below the stated one. For example, a 128 GB โ€œnoneumโ€ card for 500 rubles is likely to be re-labeled 8 GB at low speed.

To test speed, use the A1 SD Bench app (available on Google Play). If the reading is lower: 30 MB/s/write: 5 MB/s, the card is not suitable for gaming.

Common Mistakes and How to Avoid Them

Error 1: "Not installed" after transfer

Reason: The game checks the integrity of files and blocks the launch of the SD-Solution: Try transferring only the game's cache (via Files by Google) leaving the main files in internal memory.

Mistake 2: Playing slows down or flies off

Reason: Low speed SD-Solution: Replace the map with a class model A2 (For example, SanDisk Extreme A2).

Mistake 3: The system cannot see SD-map

Reason: Improperly extracting the card or formatting failure. Solution: Reboot your phone and check the card on another device. If it doesn't work, format it on your PC in FAT32 and repeat the procedure.

โš ๏ธ Attention: If you are using SD-card as internal memory, do not remove it without first "mounting" in the settings (Settings) โ†’ Warehouse โ†’ [Name of the map] โ†’ Extract. Abrupt extraction will lead to data corruption and possible loss of games.

๐Ÿ’ก

To maximize the stability of the games SD-Use the class cards A2 Real read speeds of 90MB/sec: Cheap cards without labeling UHS-I It is not suitable for heavy games such as Genshin Impact or PUBG.

FAQ: Frequent questions about transferring games to SD-map

Can I transfer Genshin Impact to the SD-Map in Redmi Note 8 Pro?
Officially, no. Genshin Impact blocks the transfer because of protection against piracy. Alternatives: Use ADB (method 3), but the game may not start. Move only additional files (such as voice packets) manually through Files by Google. Set the game to a second user profile (see "What to do if the game is not portable").
After the game's transfer to SD-The map has stopped updating?
This is a typical problem for games with frequent updates (such as Call of Duty Mobile). Solutions: Temporarily transfer the game back to internal memory, update, then transfer again to SD. Clear the game's cache (Settings โ†’ Apps โ†’ [Game] โ†’ Clear cache) and try to update. If the game is set as Adoptable Storage, check the free space on the map (at least 10% of the volume).
How to transfer the game saves to SD-map?
Savings are usually stored in internal memory in folders of type. /Android/data/[name packet] or /Android/obb. To transfer them: Use a file manager with root access (e.g, FX File Explorer. Copy the folder with the saves on SD-Create a symbolic link (root required) or manually specify a new path in the game settings (if supported). For games with cloud-based saves (such as Clash Royale), porting is not required - the data is synchronized with the server.
Can I use it? SD-map as an internal memory MIUI 12.5?
Yes, but with reservations: Adoptable Storage feature hidden in new versions MIUI. To activate it, you need: Enable the developer mode (tap) 7 versionally MIUI). Activate Force allow apps on external via ADB: adb shell settings put global package_verifier_user_consent 1 After formatting the card as internal memory, some system applications (such as Mi Video) may not work as well.
Why after the game is transferred to SD-The map takes place there and there?
It's a feature. MIUI: Some games leave some files in internal memory (such as cache or authorization data). To free up space: Clear the game's cache in the settings. Use the app SD Maid for finding junk files. OBB-File (e.g. Asphalt 9) can be transferred only OBB, leave APK inner-memory.