How to transfer applications to the memory card in Xiaomi Redmi 6A: all ways + error solving

Owners of Xiaomi Redmi 6A sooner or later face a shortage of internal memory โ€” especially if the device is used as a main smartphone. the reason lies in the modest 16 GB of internal storage (of which the user can access about 10-12 GB) and an optimized version of Android Go, which limits standard functions. Transfer applications to a microSD card seems logical solution, but here users are waiting for pitfalls: MIUI blocks this option for most programs, and alternative methods require caution.

In this article, we will discuss all working methods for transferring applications to SD-map 6A, including official settings MIUI, roundabout ADB We will focus on the limitations of Android 8.1 Go Edition, which make the process non-trivial. You will learn which applications can be ported without risk and which can only be rooted, and how to avoid common errors (for example, when programs stop working after moving).

Why Redmi 6A canโ€™t transfer applications to a memory card in the standard way

The main problem lies in two factors: the version of Android Go and politics. MIUI. Unlike the full Android, the lightweight version of the Go Edition (installed on Redmi) 6A) Blocks Adoptable Storage, a technology that allows formatting SD-It's a card as part of the internal memory, and even if you insert a card, it doesn't offer you the option of using it as a storage extension.

The second nuance is the limitations MIUI. Xiaomi is deliberately disabling the button "Move to" SD-The reason for this is that microSD cards (especially the cheapest 4-6 models) are slower than the built-in eMMC memory, which can lead to freezes. However, this does not mean that the transfer is impossible โ€“ it will require additional tools.

  • ๐Ÿ“ฑ Android 8.1 Go Edition: no support for Adoptable Storage, limited functionality for weak devices.
  • ๐Ÿ”ง MIUI 9/10: Hidden option to manually transfer applications (even for compatible programs).
  • ๐Ÿ’พ Hardware limitations: Slow memory cards (e.g. class 4) can slow down portable applications.

โš ๏ธ Note: If you see the "Move to" button in the application settings SD-map, but it is inactive (grey), which means that the developer has explicitly prohibited the transfer in the manifest APK. Such programs (for example, WhatsApp or Google Play Services) cannot be moved without root rights.

Preparation: Which memory card to choose for Redmi 6A

Not every microSD card is suitable for porting applications, but the main criteria are speed class and volume. 6A best-choice:

  • ๐Ÿ”น Speed class: not lower UHS-I (Class 10) or A1 (Class 4-6 cards will be slowed down.
  • ๐Ÿ”น Volume: from 32 GB (16 GB will fill up quickly, and 64 GB or more will provide a supply of).
  • ๐Ÿ”น Brand: Preference SanDisk, Samsung EVO or Kingston, which are less likely to be counterfeited.

Before buying, check the card for authenticity with H2testw (Windows) or SD Insight (Android) utility. Counterfeit products often have understated real capacity and speed, which will lead to errors when porting applications.

CharacteristicsRecommended valueConsequences of non-conformity
Class speedClass 10 / A1 / UHS-ILags when running portable applications
Volume.32โ€“128 GBFast completion, inability to transfer large programs
File systemFAT32 (up to 32 GB) / exFAT (above)Read/write errors when using NTFS
BrandSanDisk, Samsung, KingstonRisk of buying a fake at low speed

โš ๏ธ Note: If you plan to use the card as an internal storage (via the card). ADB), You'll have to format it, which will delete all the data!

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

Method 1: Transfer over MIUI settings (for supported applications)

Despite the limitations, some applications in Redmi 6A can still be migrated in a standard way, and this is for programs whose developers explicitly allowed this in a manifesto.

  1. Open the Settings โ†’ Applications.
  2. Select the app you want from the list (like Facebook Lite or Oper Mini).
  3. Slip on Warehouse.
  4. If the button is moved to SD-The card is active, press it. If not, try another way.

It takes from a few seconds to a minute depending on the size of the application, and after the transfer, check the program's health - some features (such as widgets or notifications) may not work properly.

Try another app (not everyone supports portability)

Use the method with ADB (described below)

Check if the application is system-based

Make sure that the memory card is formatted as a portable storage-->

List of applications that are most often able to transfer in a standard way:

  • ๐Ÿ“˜ Facebook Lite, Messenger Lite
  • ๐ŸŒ Opera Mini, UC Browser Mini
  • ๐ŸŽต Spotify (music cache only, not the app itself)
  • ๐Ÿ“ท Gallery Go (from Google)

โš ๏ธ Note: System applications (such as Mi File Explorer or Security) cannot be moved, this will lead to malfunctions. MIUI. Also avoid transferring launchers (for example, POCO Launcher, as they may stop opening.

Method 2: Transfer over ADB (for power users)

If the standard method does not work, you can use Android Debug Bridge (ADB) โ€” a debugging tool that allows you to manually specify to the system which applications to transfer to SD-This method requires a connection to a PC, but does not require root rights.

You'll need:

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

Steps:

  1. Turn on the phone Developer Mode: go to Settings โ†’ About phone and 7 times tap on the item MIUI version.
  2. Return to Settings โ†’ Additional โ†’ For developers and activate Debugging over USB.
  3. Connect the phone to the PC and confirm the debugging permission.
  4. Open the command prompt (Windows) or terminal (Linux/macOS) and type:
adb shell pm set-install-location 2

This command forces the system to install new applications on the SD-Default card. To transfer programs that are already installed, use:

adb shell pm move-package com.example.app /sdcard

Replace com.example.app with a real-life app package (e.g. com.facebook.katana for Facebook) and you can find out using the App Inspector utility (available from the Play Market).

How to find out the application package without third-party programs?
Open Play Market โ†’ find an app โ†’ copy a link (e.g. https://play.google.com/store/apps/details?id=com.whatsapp). The part after id= is the package.

ADB Team TeamDescription
pm set-install-location 2Set up SD-Map as the default location for new apps
pm move-package [package] /sdcardTransfers the specified application to the map
pm get-install-locationShows the current installation location (0 โ€“ internal memory, 2 โ€” SD-map)

โš ๏ธ Note: Some applications after transfer through ADB You can stop updating through the Play Market, in which case you have to remove them and reinstall them, and avoid migrating widget programs (such as Google Widget) because they will stop working.

๐Ÿ’ก

If you see a Failure error after the pm move-package command [INSTALL_FAILED_INVALID_INSTALL_LOCATION], So the application doesn't support portability. Try another way or use a way to format the map as an internal storage (described below).

Method 3: Formatting a card as an internal storage (Adoptable Storage)

This method circumvents the limitations of Android Go, but it requires a memory card reset and has risks. SD-It's important that after that, the card can't be retrieved without losing data, it becomes tethered to the phone.

Instructions:

  1. Put the card in your phone and wait for it to be determined.
  2. Go to Settings. โ†’ Warehouse.
  3. Tap on point. SD-map โ†’ Settings (three dots in the upper right corner).
  4. Select Format as an internal storage.
  5. Confirm the action and wait until it is completed (may take 5-10 minutes).

Once formatted, the system will suggest that you transfer some of the data to the map. Choose Move now. Now, new applications will be installed on the map. SD-The map is automatically transferred, and the old ones can be manually transferred through the settings.

  • โœ… Pros: maximum release of internal memory, automatic installation of new applications on the map.
  • โŒ Cons: You can't retrieve the map without factory reset. Application speeds may decrease (depending on class) SD-Some programs (such as WhatsApp) will not be portable.

๐Ÿ’ก

Formatting the card as internal storage is the only way to get Redmi 6A to install new apps on the SD by default, but this method is irreversible without resetting the phone to factory settings.

Method 4: Use of third-party utilities (without root)

If previous methods did not work, you can use third-party programs that are able to transfer applications to the Internet. SD-For Redmi. 6A fit:

  • ๐Ÿ“ฑ AppMgr III (App 2 SD) โ€” Shows you which apps you can transfer, and does it in one tap.
  • ๐Ÿ“ฑ Link2SD โ€” More powerful tool, but requires a second partition on the map (suitable for power users).
  • ๐Ÿ“ฑ Files by Google โ€“ helps to clear cache and transfer media files, freeing up space.

Example of AppMgr III:

  1. Install the utility from the Play Market.
  2. Open it and give permission to access the storage.
  3. In the list of applications, find those next to which there is an icon. SD-map.
  4. Slip the app and select Move to SD card.

Note that even these programs wonโ€™t be able to port system applications or those that explicitly prohibit it in their code (such as Google Play Services), but they will help free up 1-2 GB of internal memory by transferring game caches and media.

โš ๏ธ Note: Some utility (for example, Link2SD) require a separate partition on the memory card in the format ext2/ext3. This can only be done via a PC with software like MiniTool Partition Wizard. Incorrect map partitioning can lead to data loss!

What to do if applications do not work after the transfer

Transfer of applications to SD-The map is not always a smooth process. Frequent problems and solutions:

Problem.Reason.Decision
Application won't startIncompatibility with SD-map-to-cardTransfer back to internal memory or reinstall
The widgets are gone.Android does not support widgets with SD-mapReturn the app to internal memory
Error "Application not installed"Damaged. APK-file-transferRemove and install again
Slow programme performanceLow speed reading/writing of the cardUse the A1/UHS-I class card

If the application is unstable after the transfer:

  1. Try clearing its cache in the settings (Settings โ†’ Apps โ†’ [name] โ†’ Storage โ†’ Clear cache).
  2. Restart your phone โ€“ sometimes it helps the system to mount properly SD-map.
  3. Check the card for errors using the SD Card Tester (available in the Play Market).

If nothing works, return the application to internal memory or delete it. Some programs (such as Google Maps or Gmail) are not designed to work from external storage.

FAQ: Frequent questions about porting apps to Redmi 6A

โ“ Can I transfer WhatsApp to WhatsApp? SD-map 6A?
No, WhatsApp clearly blocks this feature in its code, but you can manually transfer media files (photos, videos, voice messages) by hand: Open WhatsApp. โ†’ โ‹ฎ โ†’ Settings โ†’ Data and storage. Tap Storage Management and select large files. Copy them into a folder on the file. SD-map (e.g., map, /sdcard/WhatsApp The app itself will remain in internal memory, but it will free up the memory. 1โ€“3 GB.
โ“ Why After the Application Is Transferred to SD-map it's gone?
It's because of this: ๐Ÿ”น Incorrect formatting of the card (for example, in the NTFS instead FAT32/exFAT). ๐Ÿ”น Interrupting the transfer process (for example, if the card is taken out or the phone is discharged). ๐Ÿ”น Errors in the file system of the card (check it with the program) SD Solution: reinstall the app and try to re-translate it. If the problem is repeated, format the map.
โ“ How to transfer games to SD-map?
Games are transferred on the same principle as regular applications, but there are nuances: ๐ŸŽฎ Game cache (e.g. data) PUBG Mobile or Free Fire can be manually transferred via Settings โ†’ Annexes โ†’ [play] โ†’ Warehouse โ†’ Transfer data (if the option is active). ๐ŸŽฎ Sam Sam Sammy. APK-Game files are transferred in the same way as regular applications (via the ADB or AppMgr III). โš ๏ธ Online-authorized games (such as Clash of Clans) may require re-entry after transfer.
โ“ Can I use it? SD-A card as internal memory without formatting?
No, Android requires a full map formatting to convert it into internal storage: ๐Ÿ”น The need for data encryption (for security). ๐Ÿ”น Optimize your file system for applications, and if you don't want to lose data on the map, pre-copy it to your PC or cloud.
โ“ Which is better: transfer applications or clear the cache?
It depends on the situation: The purpose of transferring to SD Cache Cleanup Release 1-2 GB โŒ Not always possible. โœ… Effective (e.g., cleaning Facebook cache or Google Play Services) Permanent solution โœ… Suitable for rarely used applications โŒ Cash accumulates again, speed of operation โŒ It can slow down (depends on the card) โœ… The best option is a combination of both methods: transfer to the SD-map of underused applications (for example, PDF-Reader or flashlight, and clean the cache regularly (once every 1-2 weeks).