Transfer applications to Xiaomi Redmi memory card: a complete guide with error solutions

Owners of Xiaomi Redmi smartphones sooner or later face a lack of internal memory - especially if the device is equipped with a modest 32 or 64 GB. One obvious way to free up space is to transfer applications to a microSD card. However, in MIUI this process has nuances: not all applications support portability, and some after moving start to work with failures.

In this article, we will discuss all official and informal methods of transferring applications to the Internet. SD-map 8/9/10/11/12, Redmi 9A/9C/10A And other models. You'll learn how to get around the constraints. MIUI 12/13/14, What applications can be ported without risk, and what to do if programs stop running after the transfer, and we will also analyze the hidden developer settings that allow you to force the transfer even for โ€œunbearableโ€ applications.

We warn you: transfer to the SD-Some applications (such as messengers or online-authorized games) may fail after moving, and in such cases, it is better to consider alternatives such as cleaning the cache, deleting unnecessary files or using cloud storage.

Why Xiaomi Redmi does not allow you to transfer all applications to a memory card?

System system MIUI (Like any other Android based on Android 9+) restricts the transfer of applications to SD-map:

  • ๐Ÿ”’ Data security: Applications with sensitive information (banking, instant messengers) are blocked for transfer to avoid leaks when card is lost.
  • ๐Ÿš€ Productivity: SD-Cards (especially Class 10 and below) are slower than internal memory, which can cause lags.
  • ๐Ÿ“ฑ Android Limitations: Google has introduced Adoptable Storage policies since Android 6.0, but manufacturers (including Xiaomi) often ignore them.
  • ๐Ÿ”„ Compatibility: Some applications explicitly prohibit portability in their manifesto (android:installLocation).

In practice, this means that even if Redmi has the option to โ€œMove toโ€ in the settings. SD-It can be blocked for a particular application, for example, WhatsApp, Telegram or Google Play Store will not be able to move โ€” the system will not show this button.

โš ๏ธ Note: Transferring system applications (e.g. com.miui.gallery or com.android.settings) may cause disruptions MIUI. It is not recommended to move programs that are integrated into the shell.

Preparation: Which memory card is right for Xiaomi Redmi?

Before you move applications, make sure your SD-card meets the requirements:

ParameterMinimum requirementsRecommended values
Class speedClass 10UHS-I (U1/U3) or A1/A2
Volume.8GB32 GB or more
File systemFAT32 (up to 32 GB) or exFAT (over 32 GB)exFAT (Best Compatibility)
BrandAnybody.SanDisk, Samsung, Kingston (fewer fakes)

If you use a Class 4 or Class 6 card, applications may slow down or not start at all after the transfer, and avoid cards with suspiciously low prices โ€“ they are often fake and have real write/read speeds 5-10 times lower than claimed.

๐Ÿ“Š What memory card do you use in Xiaomi Redmi?
SanDisk
Samsung
Kingston
Another (write in the comments)
I don't use it.

Before buying, check the supported maximum volume. SD-Maps for your Redmi model:

  • ๐Ÿ“ฑ Redmi Note 8/9/10 โ€” before 512 GB.
  • ๐Ÿ“ฑ Redmi 9A/9C/10A โ€” before 256 GB.
  • ๐Ÿ“ฑ Redmi Note 11/12 โ€” before 1 TB (theoretically, but stable cards to the 512 GB).

๐Ÿ’ก

Before inserting a new SD-Format it directly on your phone through Settings โ†’ Warehouse โ†’ Memory map โ†’ Format it as internal storage, and it'll improve compatibility with the MIUI.

Official method: transfer via MIUI settings

The easiest method is to use the built-in MIUI function. It works for most user applications (games, social networks, utilities), but not for system ones.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want to migrate (like Facebook or Spotify).
  3. Press Warehouse.
  4. If the option is available, move to SD-map (or modify) โ†’ SD-map).
  5. Wait until the process is completed (it can take up to 1-2 minutes).

If the "Move to" button SD-The card is inactive or absent, so:

  • ๐Ÿ”ด The app prohibits portability (check Google Play in the section "Developers Information").
  • ๐Ÿ”ด The memory card is formatted as a portable storage, not as an internal storage card.
  • ๐Ÿ”ด There is not enough space on the map (at least 20% more than the weight of the application is required).

The memory card is formatted as internal storage

There is enough free space on the map (at least +20%)

The app supports portability (checked in Google Play)

The phone is not in power saving mode (may interrupt the process)-->

โš ๏ธ Note: After porting, some applications may require re-authorization (e.g., game-based account-based games), and notification bugs may also be possible โ€“ they may be late or not coming at all.

Informal methods: porting โ€œunbearableโ€ applications

If the official method did not work, you can try to circumvent the restrictions by:

  1. Developer and AdB team mode.
  2. Applications like AppMgr III or Link2SD.
  3. Manual editing of configuration files (for power users only).

Let us consider each method in detail.

Method 1: Transfer through ADB (without root)

This is a MIUI 12/13/14 solution that doesn't require any superuser rights.

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB-driver.
  • ๐Ÿ“ฑ Developer Mode on Redmi enabled.
  • ๐Ÿ”Œ USB-cable (preferably original).

Steps:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone and tap the MIUI version 7 times.
  2. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  3. Connect the phone to the PC and confirm the debugging permission.
  4. Open the command line (Win + R โ†’ cmd) and type:
adb shell pm set-install-location 2

This team is forced to establish SD-map as the default installation location for new applications. To migrate programs that are already installed, use:

adb shell pm move-package com.nazvanie.paketa /sdcard

Replace com.nazvanie.paketa with a real application package (you can find out through App Inspector or adb shell pm list packages).

โš ๏ธ Note: After using pm set-install-location 2, all new applications will be installed on the site. SD-This can cause performance problems. To cancel, type in:

adb shell pm set-install-location 0

Method 2: Applications for transfer (Link2SD, AppMgr III)

If ADB seems complicated, you can use third-party utilities.

  • ๐Ÿ“Œ Link2SD โ€” requires root rights, but allows you to port even system applications.
  • ๐Ÿ“Œ AppMgr III (App 2 SD) โ€” It works without root, but with limitations.
  • ๐Ÿ“Œ Application Manager โ€“ shows which applications can be ported and suggests alternative ways to do so.

Instructions for AppMgr III:

  1. Download the app from Google Play.
  2. Open it and give access to the storage.
  3. Select the Movable tab (portable).
  4. Slip on the app and press Move to SD card.

If the application is not portable, AppMgr III may offer:

  • ๐Ÿ”„ Clearing the cache (frees up space without transferring).
  • ๐Ÿ—‘๏ธ Delete unnecessary files (for example, downloads or duplicate photos).
  • โ˜๏ธ Transferring media to the cloud (for applications like Gallery).
What to do if AppMgr III see SD-map?
1.Reboot the phone. 2. Remove and paste the card again. 3. Check that the card is formatted as internal storage (in MIUI settings). 4. If exFAT is used, try formatting to FAT32 (but consider the 4GB file size limit).

Transfer errors and their solutions

Even if you did everything right, you might have problems.

Mistake.Reason.Decision
"Not enough space on the device"SD-The card is filled or formatted as a portableClean the card or format it as an internal storage
"Application does not respond after transfer"Low speed reading/writing of the cardUse a UHS-I U3 or A2 class card
"Transfer button is inactive."The application prohibits transfer or the card is not recognized as internalTry it. ADB-method Link2SD (root)
"Game goes out after transfer"Game files are corrupted or the map is too slowTransfer back to internal memory or clear the game's cache

If the app stopped updating through Google Play after the transfer, try:

  1. Put it back in your inner memory.
  2. Update through Play Store.
  3. Move it back to SD-map.

๐Ÿ’ก

If the application is unstable after the transfer, the best way to do this is to leave it in internal memory and free up space in other ways (cleaning the cache, deleting unnecessary files, transferring media to the cloud).

Alternatives to transference: how to free memory without SD-map

If the transfer to the memory card is not suitable (for example, due to slow storage). SD-maps or application incompatibility, consider alternative ways to free up space:

  • ๐Ÿงน Cache Clearing: Go to Settings โ†’ Apps, select the program and click Clear Cache. For bulk cleaning, use CCleaner or Files by Google.
  • ๐Ÿ—‘๏ธ Removing duplicates: Apps like Duplicate Files Fixer find repetitive photos, videos, and documents.
  • โ˜๏ธ Cloud Storage: Move photos and videos to Google Photos, Mi Cloud or Yandex Drive.
  • ๐Ÿ”„ PC portability: Connect Redmi to USB Transfer files and copy heavy files to your computer.
  • ๐Ÿ“ฆ Archiving: Compress rarely used files into ZIP or RAR (for example, through RAR for Android).

Itโ€™s also worth checking which apps take up the most space:

  1. Go to Settings. โ†’ Warehouse.
  2. Slip it on the Appendix section.
  3. Sort by size (click on the icon) โš™๏ธ โ†’ Sort by size).
  4. Remove or clean the most โ€œheavyโ€ programs.

๐Ÿ’ก

MIUI has a built-in Cleanup feature: Settings โ†’ Storage โ†’ Cleanup. It finds unnecessary files (application residues, temporary data) and suggests that they be deleted with one tap.

Frequent questions about transferring applications to Xiaomi Redmi

Can I transfer WhatsApp to WhatsApp? SD-map?
No, WhatsApp explicitly prohibits transferring to external storage for security reasons, but you can: Move media files (photos, videos) manually through Files โ†’ WhatsApp โ†’ Media. Use backup to Google Drive and clear chats.
Why does the app slow down after the transfer?
Probably yours. SD-The card is too slow. Check her class: ๐ŸŸข UHS-I U3 or A2 โ€” optimally for applications. ๐ŸŸก Class 10 โ€” It can slow down in heavy games. ๐Ÿ”ด Class 4/6 โ€” Also try formatting the card as an internal storage (but note that it canโ€™t be retrieved without losing data).
How to transfer system applications (for example, Gallery or Music)?
To migrate system applications, you need root rights. MIUI It blocks any manipulation. If you have root, use it: Link2SD (in the "System Applications" section. Titanium Backup (Move to the "System Applications" function) SD-map"). โš ๏ธ Note: Transfer of system applications can lead to malfunctions MIUI (For example, missing icons or errors during launch).
What happens if you take it out? SD-map?
If the card is formatted as a portable storage: Applications transferred to it will stop working until the card is re-inserted; icons will remain on the desktop, but there will be an error when you start; If the card is formatted as internal storage: The phone will stop loading or will constantly restart; you will have to reset settings or refashion the device.
Can I transfer a game with a large cache (eg, Genshin Impact) to the SD-map?
Technically, yes, but: ๐ŸŽฎ The game will slow down if the card is slower. UHS-I U3. ๐Ÿ”„ Updates may not download or download with errors. ๐Ÿ’ฅ When the card is removed, the game will be reset to its initial state (cache is stored on the game). SD). It is better to leave such games in internal memory or use external memory. SSD-storage OTG (If your Redmi supports you USB-C).