How to transfer applications to SD-Map in Xiaomi Redmi Note 9: all the ways and nuances

Introduction: Why to transfer applications to SD-map in Redmi Note 9

Owners of Xiaomi Redmi Note 9 Often face a lack of internal memory, especially if the device is used for games, photos or installing a variety of applications. 64/128 GB of internal memory system MIUI And the cache of applications quickly takes up free space. SD-The map seems to be a logical solution, but in modern versions of Android and MIUI This process has limitations.

Unlike the older versions of Android (before) 6.0), where transferring applications to a memory card was a standard function, in the Redmi Note 9 s MIUI 12/13/14 This is complicated, and manufacturers are limiting the transferability because of the risk of reduced productivity (SD-cards slower than internal memory UFS 2.1) But there are workarounds, both formal and root-rights-based.

In this article, we will analyze all the current ways of transferring applications to SD-The map in Redmi Note 9, including:

  • ๐Ÿ”น Standard Transfer through Settings MIUI (restrictively)
  • ๐Ÿ”น Use of the SD-The card as an internal storage (Adoptable Storage)
  • ๐Ÿ”น Transfer through ADB (without root rights, but with nuances)
  • ๐Ÿ”น Alternative methods for games and heavy applications

Also consider why some apps canโ€™t be ported, how to check compatibility SD-Maps and what to do if applications do not work after transfer.

๐Ÿ“Š How you use it SD-map in Redmi Note 9?
Photo and video only
For the portability of applications
Like an internal memory.
I don't use it.
Another option

Preparation: which SD-The card is suitable for the Redmi Note 9

Before you move applications, make sure your SD-The card meets the requirements of Xiaomi Redmi Note 9. the device supports microSD cards up to 512 GB (officially tested cards up to 256 GB), but there are nuances:

  • โšก Speed class: Minimum Class 10 or UHS-I (U1/U3). For the use of the card as an internal storage is recommended U3 or A2 (Optimized for random recording).
  • ๐Ÿ“ฑ Format: The card must be formatted in exFAT or FAT32 (For cards up to 32 GB, when you configure it as internal storage, the system will automatically format it into ext4.
  • ๐Ÿ”„ Manufacturer: Preference give brands SanDisk, Samsung, Kingston - they guarantee stable operation with the company. MIUI.

โš ๏ธ Note: Cheap cards without certification can cause lags or errors when porting applications. Before buying, check the card for authenticity with utilities like H2testw (Windows or SD Insight (Android).

Type of useRecommended gradeMinimum volumeExample of model
Photo/video storageClass 10 / U132GBSanDisk Ultra microSDXC
Transfer of light applicationsU3 / A164GBSamsung EVO Plus
Use as an internal memoryU3 / A2128GBKingston Canvas Go! Plus
Games and heavy applicationsA2 (required)256GBSanDisk Extreme microSDXC

If you plan to use the card as an internal storage, consider:

โš ๏ธ Note: Once formatted as internal memory, the card cannot be retrieved without losing data, and it will be encrypted and not readable on other devices.

Method 1: Standard Transfer through MIUI Settings

The easiest way is to use the built-in MIUI function, but it doesn't work for all applications. Here's how to do it:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want to migrate (like Facebook or Telegram).
  3. Press Warehouse.
  4. If the option is available, the button Change or Move to SD-map.

๐Ÿ”ด Limitations of method:

  • ๐Ÿšซ Most system applications and games (e.g, PUBG Mobile, Call of Duty do not support portability.
  • ๐Ÿšซ Some apps (such as WhatsApp, Viber) block the transfer due to security.
  • ๐Ÿšซ After the transfer, some of the data may remain in internal memory (cache, updates).

๐Ÿ“Œ How to check which applications can be transferred?

MIUI doesnโ€™t have a separate list of compatible apps, but you can use third-party utilities like AppMgr III (available on Google Play) that show which apps support portability, even if the option is hidden in the settings.

Make a backup copy of the application data

Check the vacant space for SD-card (minimum) 2x size)

Close the application before transfer

Reboot the phone after the transfer-->

3. Method 2: Use of SD-The card is an internal memory (adoptable storage)

This method allows for the โ€œcombination of" SD-It's a card with internal memory, and then it'll install apps automatically on the map, and it'll only work on pure Android or custom firmware, which is standard. MIUI Redmi Note 9 is disabled, but you can activate it via ADB.

๐Ÿ”น Advantages:

  • ๐Ÿ”„ Applications are installed on the map by default.
  • ๐Ÿ“ฑ It works for games (but it can be played with lags).

โš ๏ธ Deficiencies:

  • ๐Ÿข Application speed may decrease (depending on class) SD-map).
  • ๐Ÿ”’ The card is tied to the device and is not read on other gadgets.
  • ๐Ÿšจ When you remove the map, the applications will stop working.

๐Ÿ›  Instructions for setting up through ADB:

  1. Connect your phone to your PC and enable USB Debugging (Settings โ†’ About Phone โ†’ MIUI version โ€“ press 7 times, then Settings โ†’ Additional โ†’ For Developers).
  2. Open the command line (Windows) or the terminal (Mac/Linux) and type:
adb shell sm list-disks

Remember the disk identifier (e.g., disk:179.64)



adb shell sm set-force-adoptable true




adb shell sm partition disk:179,64 private

After the commands are executed, the phone will offer to transfer the data to the SD-It can take 10 to 30 minutes depending on the amount of data.

What if the ADB does not recognize the device?
Make sure that Xiaomi drivers are installed USB Drivers (download from official website) Try another one USB-Cable (original from Xiaomi) Enable Unauthorization in the developer settings USB-Debugging, then reconnect the device. If you're using Windows, run the command prompt on behalf of the administrator.

Method 3: Transfer applications over ADB (no root rights)

If standard portability is not available and Adoptable Storage is not suitable, you can use ADB to force porting of individual applications.This method works on the Redmi Note 9 with MIUI 12-14, but requires a connection to a PC.

๐Ÿ“Œ Step-by-step instruction:

  1. Install ADB Tools on PC (download from the Android Developers website).
  2. Connect your phone and enable USB Debugging (see previous section).
  3. Enter a command to check the connection:
adb devices
  1. Find out the batch name of the app (for example, for Facebook it is com.facebook.katana).
  2. Run the transfer command:
adb shell pm set-install-location 2


adb shell pm move-package com.facebook.katana

๐Ÿ”น Transcription of teams:

  • set-install location 2 โ€“ set-install location SD-map as the preferred installation location.
  • move-package โ€“ transfers the specified application.

โš ๏ธ Note: Not all applications support this method. If a Failure error occurs after a command [INSTALL_FAILED_INVALID_INSTALL_LOCATION], So transfer is impossible.

adb shell pm move-package com.facebook.katana 0

where 0 is internal memory, 2 โ€” SD-map.-->

5. Alternative methods: what to do if nothing works

If none of these methods worked, consider alternative options:

  • ๐Ÿ”„ Cache Clearing: Free up space in internal memory by removing the app cache (Settings) โ†’ Warehouse โ†’ Clear the cache).
  • โ˜๏ธ Cloud Storage: Move photos and videos to Google Photos, Mi Cloud or Yandex Disk.
  • ๐ŸŽฎ Lite versions of apps: Install lighter versions (e.g. Facebook Lite, Messenger Lite).
  • ๐Ÿ”ง Ruth-Right. + Link2SD: If you are willing to take a risk, get root access and use it. Link2SD forced transfer.

๐Ÿ“Š Comparison of methods:

MethodDifficultyPC requiredWorks for games.Risks.
Standard transferโญโŒ No.โŒ No.Low.
Adoptable Storageโญโญโญโœ… Yes (ADB)โš ๏ธ Partially.Medium (lags, map binding)
ADB-transferโญโญโœ… Yes.โŒ No.Low.
Link2SD (route)โญโญโญโญโœ… Yes.โœ… Yes.High (loss of warranty)

๐Ÿ’ก Gamerโ€™s Tip: If you want to migrate the game (like Genshin Impact or Honor of Kings), itโ€™s best to use an external game. SSD-storage OTG-Some games (such as Stardew Valley) allow you to store save files on the Internet. SD-The main data remains in the internal memory.

๐Ÿ’ก

On the Redmi Note 9 with MIUI 14, the most reliable way is to combine standard porting of lightweight applications + cleaning cache + using cloud storage for media files.

Frequent problems and their solutions

When transferring applications to SD-Redmi Note 9 users face typical errors:

  • ๐Ÿšซ "Transfer button is inactive: Reason: the application does not support transfer or SD-map NTFS (need exFAT).
  • ๐Ÿ”„ "The app doesnโ€™t update after the transfer: Return it to internal memory, update, then transfer it back.
  • ๐Ÿข "Lags after transfer to SD-Card: Wine slow card (requires a class) A2) file fragmentation.
  • ๐Ÿ“ต "SD-Card not defined": Check the slot contacts (bleed or clean with alcohol), try another card.

๐Ÿ”ง How to Fix the โ€œNot Enough Spaceโ€ Error When Transferring?

Sometimes the system shows this error, even if there's space on the map.

  1. Reboot the phone.
  2. Format. SD-card in exFAT via PC.
  3. Try to migrate another app (the current one is probably blocked).

โš ๏ธ Note: If the application stopped working after the transfer, check it:

  • Availability of updates for the application in Google Play.
  • Permits to access the storage (Settings โ†’ Applications โ†’ Permits).
  • Compatibility SD-Cards (some Transcend or Silicon Power cards may conflict with the cards) MIUI).

FAQ: Answers to Frequent Questions

Can I transfer WhatsApp to WhatsApp? SD-map in Redmi Note 9?
No, WhatsApp is blocking the transfer to SD-card due to security (risk of losing chat backups).However, you can: Transfer media files (photos, videos) manually through Files โ†’ WhatsApp โ†’ Media.Use Google Drive to Backup Chats.
Why after the game is transferred to SD-card she's slowing down?
Causes: SD-class U1 class 10 too slow for games (needed) A2). The game actively uses internal memory for cache (for example, the game is used for cache, PUBG Mobile Stores Textures in Internal Storage). MIUI Limits productivity for applications on SD-Solution: return the game back or use the map. U3/A2.
How to transfer system applications (for example, Gallery or Music)?
Xiaomi system applications cannot be migrated in the standard way. Alternatives: Disable them (Settings โ†’ Apps โ†’ Disable). Use third-party counterparts (e.g. Google Photos instead of Gallery). Get root rights and use Titanium Backup (risky!).
Can I use it? SD-map simultaneously for applications and for photos?
Yes, but with the caveats: If the card is formatted as a portable storage, you can store both applications (hand-transferred) and media files on it. If the card is used as an internal storage (Adoptable Storage), it will be divided into two sections: one for applications, one for files, but you can't manually manage this separation.
What happens if you take it out? SD-map to which the applications are transferred?
Depending on the transfer method: Standard portability: Applications will stop working, but they can be launched after the card is returned. Adoptable Storage: The phone will give an error and the applications will not run until the card is inserted back. ๐Ÿ’ก Tip: Before retrieving the card, return the critical applications to internal memory.