Owners of Xiaomi Redmi 9A Often face a lack of internal memory โ especially if the device is used to install dozens of apps, games or store media files. MIUI It limits the ability to migrate programs to an external drive, but there are both standard and alternative methods to solve this problem. SD-map 9A (including models with 32GB and 64GB of memory, and explain why some programs canโt be moved and how to get around these limitations.
Itโs important to understand that Android 10/11 technical features and Google Play policies impose strict restrictions on portability. For example, system programs and most modern games (especially those with piracy protection) simply do not support this feature. However, for the rest of the cases, we have prepared proven instructions, from the standard MIUI menu to using ADB and third-party utilities, you will also learn how to format the memory card correctly for maximum compatibility and what errors users most often make.
Why Redmi? 9A does not allow the transfer of applications to SD-map?
The main reason lies in the architecture of Android Go Edition, on the basis of which the Redmi 9A runs. This lightweight version of the OS is optimized for budget devices, but has a number of limitations:
- ๐น Google Policy: From 2019, developers must place apps in internal memory by default for security and performance reasons.
- ๐น MIUI 12 and newer: Xiaomi has removed the option โMove toโ SD" from the interface, leaving it for media files only.
- ๐น Type SD-maps: Maps of format FAT32 do not support the installation of applications โ exFAT is required or NTFS (but with reservations).
- ๐น Secure applications: Bank clients, instant messengers (such as WhatsApp) and games with DRM (For example, Genshin Impact blocks the transfer.
Besides, Redmi. 9A uses eMMC memory with a low write rate, which makes applications work with SD-cards (even class) UHS-I) The manufacturer deliberately restricts this function to avoid complaints about software lags and crashes, but for most users, migrating at least some applications remains a viable solution.
โ ๏ธ Note: Transfer system applications (e.g. Google Play Services or Google Play Services) MIUI Launcher) can cause a cyclical reboot of the phone.Before experimenting, back up through Settings โ Additionally. โ Backup.
Preparation SD-Maps: Formatting and Choosing the Right Type
Before transferring applications, you need to properly prepare the memory card. Redmi 9A supports microSD up to 512 GB, but you need specific settings to install programs:
- File system format: ๐ FAT32: It's only good for media files (photos, videos, music) and you can't install apps. ๐ ExFAT: Optimal for applications, but requires manual formatting (via PC). ๐ NTFS: It is theoretically supported, but can cause reading errors on some maps.
Class speed
Class 10
UHS-I
SanDisk Ultra A1
A2
Volume.
64GB
To format the map in exFAT:
- Connect. SD-card to PC via card reader.
- Open This Computer (Windows) โ PCM by map โ Format.
- Select exFAT file system, cluster size 4096 bytes โ click Start.
| Type of card | Max. Volume. | Support for applications | Recording speed (min) |
|---|---|---|---|
| FAT32 | 32GB | โ No. | Anybody. |
| exFAT | 512GB | โ Yes. | Class 10 (10 MB/s) |
| NTFS | 2 TB | โ ๏ธ Partially. | UHS-I (30 MB/s) |
Important: Once formatted in exFAT, the card will become invisible to some devices (e.g. older cameras), and not all applications work correctly with this file system โ test compatibility in advance.
๐ก
If the card is not defined in Redmi 9A after formatting, restart your phone or check the card on another device, sometimes re-formatting through the SD Card Formatter app from the SD Association helps.
Method 1: Standard portability through MIUI settings (for supported applications)
Despite the limitations, some applications in Redmi 9A can still be migrated through the standard menu, which works for programs that explicitly support the moveToSD feature in their manifesto.
Instructions:
- Open Settings โ Applications โ Application Management.
- Select the app you want (like Facebook or VK).
- Press Warehouse. โ Move it to SD-card (if the button is active).
- Confirm the action and wait until the process is completed (may take up to 5 minutes).
Limitations of the method:
- ๐ซ Move the button to SD appears only 30-40% apps from Google Play.
- ๐ซ Only a portion of the data (usually cache and media) is transferred, not the data itself. APK.
- ๐ซ After updating the application, it can automatically return to internal memory.
โ๏ธ Pre-transfer check
Critical detail: If the application starts to crash after the transfer, return it to internal memory, which means that the program is not optimized for external drives.
Method 2: Use of the SD-The card is an internal memory (adoptable storage)
Adoptable Storage allows you to "tether" SD-It's a card to the device, so that the system can see it as part of the internal memory, which is the most efficient way for Redmi to do this. 9A, But it has serious consequences:
- โ All applications (including games) can be installed on the map.
- โ The system automatically distributes data between internal and external memory.
- โ ๏ธ The map will be encrypted and will only work on this phone.
- โ ๏ธ After the map is removed, the applications will stop running.
- โ ๏ธ The speed of work depends on the class. SD-maps (recommended) A2).
How to activate:
- Insert the exFAT card into your phone.
- When the notice โNewโ appears SD-map" press Set up.
- Choose Use as internal memory โ Clean and format.
- Wait until the process is completed (it can take 10-15 minutes).
- Reboot the phone.
After activation:
- ๐ฑ B Settings โ The storage will appear in the joint section "Internal memory" + SD".
- ๐ฎ When installing applications, the system will suggest choosing a storage location.
- ๐ To return the card to normal mode, you need to reset it through Settings. โ Warehouse โ SD-map โ Data portability and formatting.
โ ๏ธ Attention: If you extract SD-card configured as internal memory, the phone may freeze on the download or lose application data.Always retrieve the card via secure shutdown (Settings) โ Warehouse โ Extract SD-map).
What if the โUse as internal memoryโ option does not appear?
Method 3: Transfer applications over ADB (for power users)
If standard methods donโt work, you can force apps to migrate using Android Debug Bridge (ADB), a method that requires connecting the phone to a PC and basic command line knowledge.
What you need:
- ๐ฅ๏ธ Computer with Windows/Linux/macOS.
- ๐ USB-cable (preferably original).
- ๐ฆ ADB Fastboot Tools by Google.
- ๐ง Included debugging by USB phone-on.
Step-by-step:
- Activate USB debugging: Go to Settings โ About Phone. Click 7 times on MIUI to activate Developer Mode. Go back to Settings โ Additional โ For Developers. Enable USB debugging and confirm permission.
- Connect your phone to your PC and run CMD (Windows) or Terminal (macOS/Linux).
- Check the connection: Adb devices must show the serial number of your Redmi 9A.
- Move the application (replace com.example.app with a batch name for the program, for example com.facebook.katana for Facebook): adb shell pm set-install-location 2 adb shell pm move-package com.example.app
- Reboot the phone.
How to find out the package name of the application:
- Install App Inspector from Google Play.
- Open the application โ find the desired program in the list โ copy the value of the Package Name.
| ADB Team Team | Description |
|---|---|
| adb shell pm set-install-location 2 | Set up SD-map as a default storage location |
| adb shell pm move-package com.example.app | Transfers the specified application to SD |
| adb shell pm get-install-location | Shows the current installation location (0 โ internal, 2 โ SD) |
Important: Not all applications support forced portability. If a Failure error appears after the command [DELETE_FAILED_INTERNAL_ERROR], The program has blocked this function.
๐ก
ADB-The method is the most powerful tool for portability, but it requires caution. Wrong commands can cause a system to crash. Always check the batch names of applications before entering.
Method 4: Third-party applications for portability (AppMgr III, Link2SD)
If previous methods didn't work, you can use specialized utilities. Two of the most popular solutions for Redmi 9A:
1. AppMgr III (App 2 SD)
The app analyzes the installed programs and shows which ones can be transferred, and it can clean the cache and delete residual files.
- โ Simple interface.
- โ Shows size. APK data.
- โ ๏ธ Not all functions work without root rights.
2. Link2SD
A more powerful tool that creates symbolic links for porting apps requires root or Adoptable Storage support.
- โ It also supports system applications (from root).
- โ Supports automatic transfer of new programs.
- โ ๏ธ Difficult for beginners.
- โ ๏ธ Risk of disrupting the system with incorrect settings.
How to use AppMgr III:
- Install the app from Google Play.
- Open it and wait for the scan.
- In the list, select an application with the label "Can be moved".
- Press Move to Move to SD-map and follow the instructions.
โ ๏ธ Attention: Apps like Link2SD may disrupt MIUI, If you migrate critical system components, do not use them to port programs marked "System" or "Update".
Problem Solving: What to do if applications are not portable?
Even after the right setup SD-Some applications may refuse to move. Consider typical errors and their solutions:
| Problem. | Possible cause | Decision |
|---|---|---|
| The "Move to SD" button is inactive. | Application does not support transfer | Use ADB or Link2SD (with root) |
| The error is "Not enough space on SD" | Map formatted in FAT32 | Reformat to exFAT via PC |
| The app leaves after the transfer | Low speed reading of the map | Use the A2 class card or return the app back |
| SD-The card is not defined as an internal | MIUI hides the option | Update the firmware or use it ADB-Sm set-force-adoptable true |
Additional advice:
- ๐ If the application is not portable, try to remove it and install it again, selecting SD-map.
- ๐ต Before transferring, clear the app cache through Settings โ Annexes โ Warehouse โ Clear the cache.
- ๐ง For games with large data files (for example, PUBG Mobile) Move only updates (in game settings).