How to transfer applications to SD-map 9A: way + chip-trick MIUI

Xiaomi Redmi 9A โ€” One of the most popular budget smartphones with limited internal memory (32 GB in the basic version), even after installing several apps and taking a couple of photos, users are faced with a notification โ€œNot enough memoryโ€, the solution seems obvious: move the applications to the main one. SD-But in MIUI This process has nuances that are not written in the official instructions.

In this article, we will discuss all possible ways to transfer applications to an external drive in Redmi. 9A โ€” From standard Android features to hidden settings MIUI And you'll also learn about how some apps refuse to work with "unbearable" programs. SD-maps, how to format the drive for maximum performance and what to do if the smartphone โ€œcanโ€™t seeโ€ the memory card after transfer.

Why Xiaomi 9A You cannot transfer all applications to SD-map?

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 "tether" to the Internetยป SD-However, manufacturers, including Xiaomi, often block this feature in their firmware. MIUI, Only partial solutions are left to users.

Here are the key limitations for the Redmi 9A:

  • ๐Ÿ“ฑ System applications (e.g. com.miui.gallery or com.android.settings) cannot be transferred, they are tightly tied to internal memory.
  • ๐Ÿ”’ Annexes with OBB-files (games of the type) PUBG Mobile or Genshin Impact often block transfers due to piracy protection.
  • โšก Productivity: SD-cards (even class) A2) are slower than the internal memory of eMMC 5.1, which can cause lags in ported applications.
  • ๐Ÿ›‘ MIUI hides the portability option for some applications, even if technically possible (e.g. Facebook or WhatsApp).

โš ๏ธ Attention: If you are using SD-The card is a portable storage device (not formatted as internal memory), many applications will not be able to write data to it due to Android limitations, for example, Telegram will not save media files to the card unless it is โ€œlinkedโ€ to the system.

Before trying to migrate apps, check if your card supports UHS-I (Class A1/A2) memory. Cheap cards without this marking will slow down the smartphone even more than crowded internal memory.

๐Ÿ“Š What? SD-You are using the card in Xiaomi 9A?
Class A1 (10-30 MB/s)
Class A2 (40+MB/s)
No labeling (cheap)
I don't use it.
I don't know.

Preparation SD-Maps: Formatting and Selection of File System

Before transferring applications SD-The map needs to be prepared properly, and that depends on whether the programs can work in a stable way. 9A Two options are available for use of the card:

  1. Portable storage (FAT32/exFAT) for photos, videos and some applications
  2. Internal memory (ext4) โ€“ the card becomes part of the system, but it cannot be retrieved without being reset.

For the transfer of applications, the second option is optimal, but it has risks:

  • ๐Ÿ”„ The card cannot be used in other devices without formatting.
  • ๐Ÿ“‰ Performance depends on the speed of the card: A2 It's a good one, Class 10. A1 โ€” no.
  • โš ๏ธ When you remove the map, the transferred applications will stop working.

How to format SD-map as an internal memory:

  1. Insert the card into your smartphone and go to Settings โ†’ Storage.
  2. Tap by name. SD-map โ†’ Three points (โ‹ฎ) โ†’ Storage settings.
  3. Select Format as Internal โ†’ Erase and Format.
  4. After formatting, select Move Data Now (optional).

โš ๏ธ Note: If you format the card as internal memory, MIUI It can offer to transfer some data (photos, videos) to it. You can refuse, it will slow down the gallery and the camera.

Critical detail: Once formatted as internal memory, Xiaomi 9A will create a folder /Android/obb/ on the map, where some games (such as Call of Duty Mobile) will be able to store cache.

Check the speed class (A1/A2)

Make a backup copy of data from the card

Formatting as an internal memory (ext4)

Refuse to Automatically Transfer Media Files

Reboot the smartphone after formatting-->

Method 1: Standard Transfer through MIUI Settings

This is the easiest method, but it doesnโ€™t work for all apps. MIUI allows you to port only those programs that support this feature at the Android level.

Step-by-step:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want to migrate (like Facebook or VK).
  3. Slip it on the Warehouse.
  4. If the option is available, click Change โ†’ SD-map.
  5. Confirm the transfer and wait until the completion (may take 1-5 minutes).

Limitations of the method:

  • ๐Ÿšซ It doesnโ€™t work for system applications and many games.
  • ๐Ÿ”„ After updating the application, it can automatically return to internal memory.
  • ๐Ÿ“ฅ Some programs (such as Google Maps) are partially ported โ€“ the main files remain in internal memory.

If the Change button is inactive or not, try alternative methods in the following sections.

๐Ÿ’ก

Before transferring, clear the app cache to Settings โ†’ Applications โ†’ [Application Name] โ†’ Storage โ†’ Clear the cache. This will reduce the amount of data transferred and reduce the risk of errors.

Method 2: Transfer over ADB (for power users)

If MIUI blocks the transfer of the application, you can bypass the restriction with the Android Debug Bridge (ADB), which requires connecting the smartphone to the computer, but allows you to transfer even those programs for which the option is hidden.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/Linux/macOS.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฆ Installed drivers Xiaomi and ADB Tools.

Instructions:

  1. Turn on the smartphone Developer Mode: go to Settings โ†’ About phone and 7 times tap on the version of MIUI.
  2. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  3. Connect Redmi 9A to your computer and select File Transfer (MTP) mode.
  4. Open the command prompt (Windows) or terminal (Linux/macOS) and type:
adb devices

(Series numbered device should appear. If not, check the drivers.)

adb shell pm set-install-location 2

(This team forces Android to install new apps on the SD-default-card.)

adb shell pm move-package com.example.app 2

(Replace com.example.app with the batch name of the app you want, and you can find it through the App Inspector or Google Play.)

Examples for WhatsApp portability:

adb shell pm move-package com.whatsapp 2

โš ๏ธ Note: Not all applications work properly after forced porting through ADB. For example, Google Play Services or banking applications (such as SberBank Online) may issue errors. Before transferring, check the reviews about the compatibility of a particular application with the Internet. SD-map.

If you see a Failure message after the command [INSTALL_FAILED_INVALID_INSTALL_LOCATION], signifier:

  • ๐Ÿ“› The application is blocked by the manufacturer for transfer.
  • ๐Ÿ”’ SD-The card is not formatted as internal memory.
  • ๐Ÿ›‘ V MIUI protection against changes through ADB (shutdown MIUI Optimization in the Developer Settings).
How to find out the batch name of the application without third-party programs?
Open Google Play on your smartphone โ†’ find the app you want โ†’ copy the URL. It will look like this: https://play.google.com/store/apps/details?id=com.whatsapp. The part after id= is a packet name (com.whatsapp).

Method 3: Transfer through third-party applications (without root)

If ADB seems complicated, you can use Google Play utilities that automate the process.The best options for Xiaomi 9A:

AnnexAdvantagesDeficienciesReference
AppMgr IIISupports packet transfer, shows compatible applicationsAdvertising, not all features are freeDownload
Files by GoogleClears the cache before transfer, simple interfaceCannot tolerate system applicationsDownload
SD MaidDeletes residual files after transferPaid version for full functionalityDownload

How to transfer the application through AppMgr III:

  1. Install and open the application.
  2. Go to the Transfer tab on SD.
  3. Check the necessary programs (green marked those that support the transfer).
  4. Click Transfer and confirm the action.

Note that even if an application is successfully transferred, its cache and data can remain in internal memory to clear them:

  1. Go to Settings โ†’ Applications โ†’ [Application Name] โ†’ Storage.
  2. Click Clear Cache and Clear Data (if you are not afraid to lose settings).

๐Ÿ’ก

The utilities side cannot bypass Android's kernel-level limitations. Unless the application is ported through ADB, it won't migrate through AppMgr III or its peers.

Method 4: Manual file transfer (for games and large applications)

Some games (such as Genshin Impact or Honor of Kings) take up several gigabytes, but are not carried by standard methods. OBB-files (additional data) on SD-map.

Instructions:

  1. Connect your smartphone to your computer in File Transfer (MTP) mode.
  2. Go to the internal memory folder โ†’ Android โ†’ obb.
  3. Copy the folder with the game name (e.g. com.miHoYo.GenshinImpact) on SD-map /Android/obb/.
  4. Remove the original folder from your internal memory.
  5. Start the game - it must download data from the map.

Similarly, it is possible to transfer:

  • ๐ŸŽฎ Cash games from the folder /Android/data/ (But some games require re-authorization after that).
  • ๐Ÿ“ท Photo and video from the folder DCIM/Camera (Use Google Photos to automatically sync).
  • ๐ŸŽต Music and podcasts from Music or Podcasts folders.

โš ๏ธ Note: Some apps (such as Netflix or Spotify) check file integrity if you manually transfer their data to the data. SD-Maps, they may stop working or require content to be re-uploaded.

For convenience, use file managers with support for root folders:

  • ๐Ÿ“ Solid Explorer (paid, but with trial period).
  • ๐Ÿ” FX File Explorer (free, with access to system folders).
  • ๐Ÿ“‚ Mi File Manager (built-in in the MIUI, but with limited functionality).

What if applications do not work after transfer?

Transfer of applications to SD-The map is not always a smooth process. Here are the typical problems and their solutions:

Problem.Reason.Decision
The app flies off at launchSD-The card is too slow or damagedReplace the card with Class A2 or transfer it back to internal memory.
The app icon has disappearedMounting error SD-mapReboot your smartphone or remove/paste the card again
Applications not updatedGoogle Play blocks updates for ported programsTemporarily move back, update, then back to SD-map
Application requests permissions to access memorySD-The card is formatted as a portableReformat as internal or grant permissions manually

If the application is unstable after transfer:

  1. Clean its cache in Settings โ†’ Apps โ†’ [Name] โ†’ Storage.
  2. Check it out. SD-Card for errors through your computer (use chkdsk in Windows).
  3. Turn off battery optimization for this application in Settings โ†’ Battery โ†’ Battery Optimization.

If no method has worked and your memory is running out, consider:

  • ๐Ÿ—‘๏ธ Remove unnecessary apps (use Files by Google to analyze garbage).
  • โ˜๏ธ Transferring photos/videos to the cloud (Google Photos, Mi Cloud).
  • ๐Ÿ”„ Resetting your smartphone to factory settings (helps if the system is โ€œclutteredยป).

FAQ: Frequent questions about transferring applications to SD-map 9A

Can I transfer WhatsApp to WhatsApp? SD-chat-card?
WhatsApp is technically being moved to SD-card, but backups of chats are still stored in internal memory (folder) /sdcard/WhatsApp/Databases). To free up space completely: Move the app itself through Settings โ†’ Copy the WhatsApp folder to the Apps SD-manually delete the original folder from internal memory. Go to WhatsApp Settings โ†’ chat โ†’ Backup and point out a new path to SD-map. โš ๏ธ Risk: when extracted SD-Chat cards will be unavailable.
Why After Formatting SD-cards as internal memory smartphone began to slow down?
This is due to the slow read/write speed of your card. - Xiaomi 9A eMMC 5.1 (speed) ~200 MB/s, while even a class map A2 It gives a maximum of 40-50 MB/s. Solutions: Buy SD-marker UHS-I U3 (So, for example, SanDisk Extreme, just map the underutilized apps, turn off animations in Settings. โ†’ For developers โ†’ Scale of animation (off.).
How to transfer games to big ones OBB-Files (such as Call of Duty Mobile)?
Most games block the transfer through settings, but you can get around the restriction: Download the game, but do not start it. Connect your smartphone to your PC and copy the folder. /Android/obb/[package name] SD-map /Android/obb/. Delete the original folder from the internal memory. Run the game, it should pull data from the card. If the game shows an error, try: Use AppMgr III Format for forced transfer. SD-map as an internal memory.
Can I use it? SD-a card as an internal memory and simultaneously store a photo on it?
Technically, yes, but it's not recommended. SD-The card is formatted as internal memory (ext4), It becomes part of the system, and: ๐Ÿ“ธ Photos/videos will take up space on "expanded internal memory," which could lead to lags. ๐Ÿ”„ When you remove the map, all the transferred applications will stop working. ๐Ÿ›‘ MIUI It can automatically transfer media files to a map, clog it. SD-App-only map, and for photo/video, have a separate map or cloud storage.
What happens if you take it out? SD-portable?
The consequences depend on how the card is formatted: Portable storage: Applications that have been manually moved will stop working, but they can be run once the card is inserted back. Internal memory: Applications will be completely removed from the system. When you re-insert the card, you will have to install them again. ๐Ÿ”น Important: If you have retrieved a card formatted as internal memory, MIUI You may need to reset your settings when you re-insert it!