How to transfer applications from internal memory to SD-map 6A: working methods

Owners of Xiaomi Redmi 6A Often face the problem of lack of internal memory โ€” especially if the device has many applications or games. 16 GB of internal memory, from which the user is available near 10โ€“12 GB: The solution seems obvious: move some of the data to the SD-But in Redmi. 6A firmware MIUI 9/10 Android-based 8.1 Go Edition Standard Application Portability Ways May Not Work or Work Partially.

In this article, we will discuss all possible methods of transferring applications to the SD-map 6A, including official Android settings, workarounds ADB, You'll learn which applications can be ported and which can't, how to format the memory card correctly, and what to do if the system blocks the transfer. Special attention will be paid to the unique limitations of Android Go Edition, which are absent in full versions of Android.

Why at Redmi? 6A You can't just transfer applications to the SD-map?

The main problem is Android 8.1 Go Edition, a lightweight version of the operating system optimized for weak smartphones. SD-The cards are an internal drive that was available in earlier versions of Android, and manufacturers (including Xiaomi) often block the transfer of applications to the memory card through standard settings. MIUI.

Here are the key limitations:

  • ๐Ÿ“ฑ MIUI 9/10 It does not provide the option to โ€œmove toโ€ SD-map" for most applications in the Settings menu โ†’ Annexes.
  • ๐Ÿ”ง Android Go does not support formatting SD-The card as an internal storage (Adoptable Storage).
  • ๐ŸŽฎ Games and system applications (such as Google Play Services) cannot be migrated in any way.
  • ๐Ÿ”’ Data protection: some applications (banking, instant messengers) block the transfer for security reasons.

However, there are workarounds, from manual cache transfer to ADB (Android Debug Bridge) and weโ€™ll look at them in detail.

๐Ÿ“Š How do you usually solve the problem of memory shortage on your smartphone?
Remove unnecessary applications
Transfer files to SD-map
I use cloud storage.
I am buying a smartphone with a larger memory.
Other

Preparation SD-maps: formatting and class selection

Before you try to move apps, make sure yours is yours. SD-card meets the requirements:

ParameterMinimum requirementsRecommendations
Volume.8GB16โ€“32 GB (Class 10 or UHS-I)
Class speedClass 4Class 10 or UHS-I (for games and heavy applications)
File systemFAT32exFAT (if card >32 GB)
ManufacturerAnybody.SanDisk, Samsung, Kingston (fewer fakes)

Important: If you plan to use SD-card as a portable storage (for files), it can be formatted into FAT32 Or exFAT via your smartphone, if you want to try workarounds (e.g., via a smartphone). ADB), It is better to format the card on PC in exFAT in advance - this will reduce the risk of errors.

โš ๏ธ Attention: Formatting SD-Make a backup of important files before starting the procedure. If the card has been used in another device (for example, in a camera), it must be formatted in a smartphone.

To format the map in Redmi 6A:

  1. Put it in. SD-slot-card SIM-map).
  2. Go to Settings. โ†’ Warehouse โ†’ SD-map.
  3. Click Format โ†’ Format as a portable storage.
  4. Wait until the process is completed (it can take 1-2 minutes).

๐Ÿ’ก

If the smartphone does not see SD-card, try restarting the device or clearing the cache of the Storage application in the settings.

Method 1: Transfer applications through standard MIUI settings

In some cases MIUI 9/10 It allows you to transfer individual applications to SD-This method doesn't work for all programs, but it's worth trying first.

Instructions:

  1. Open the Settings โ†’ Applications.
  2. Select the app you want to migrate (like Facebook or VK).
  3. Press Warehouse.
  4. If the option is available to Change or Move to SD-map, select her.
  5. Confirm the transfer and wait for the process to be completed.

Limitations of the method:

  • ๐Ÿšซ It only works for a part of the applications (usually social networks, some games).
  • ๐Ÿ“ Only a part of the data is transferred (not all of it). APK-file).
  • ๐Ÿ”„ After updating the application, it can automatically return to internal memory.

โš ๏ธ Note: If the button "Move to" SD-The card is inactive or absent, which means that the app developer has blocked this option.

โ˜‘๏ธ Checking before transferring applications

Done: 0 / 4

Method 2: Transfer over ADB (for power users)

If the standard method does not work, you can use Android Debug Bridge (ADB) โ€” And it's a tool for debugging Android devices, and it allows you to force the supported applications to be transferred to the Android device. SD-map, even if in the interface MIUI There's no such option.

What you need:

  • ๐Ÿ’ป Computer with Windows/Linux/macOS.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฅ Installed drivers Xiaomi and ADB (You can download from the official Android website).
  • ๐Ÿ“ฑ Included debugging by USB on the Redmi 6A.

Steps:

  1. Turn on USB debugging: Go to Settings โ†’ About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings โ†’ Additional โ†’ Developer. Activate USB Debugging.
  2. Connect your smartphone to your PC and confirm the debugging permission.
  3. Open the command prompt (CMD) on your computer and type: Adb devices Make sure the device is identified (serial number should appear).
  4. Execute the command to transfer: adb shell pm set-install-location 2 This command installs SD-Map as a preferred installation site for new applications.
  5. To transfer an already installed application, use: adb shell pm move-package com.example.app /sdcard Replace com.example.app with a real application package (you can find out through the App Inspector or adb shell pm list packages).

Warnings:

  • ๐Ÿ›‘ Not all applications support portability through ADB (particularly systemic).
  • ๐Ÿ”„ After the smartphone is restarted, some applications may stop working.
  • ๐Ÿ“› If SD-The card is slow (class below 10), the transferred applications will slow down.
What if the ADB canโ€™t see the device?
1. Check if the debugging is included USB developer-setting. 2. Install Xiaomi drivers (download from the [en.miui.com](https://en.miui.com/)). 3. Try another one. USB-cable. 4. Reboot your smartphone and PC. 5. In the command line, enter: adb kill-server adb start-server

Method 3: Manual transfer of cache and application data

If you can't move the application, you can free up space by moving the cache and user data (e.g. downloaded files, media, game saves), a method that doesn't require root rights and works for most applications.

Instructions:

  1. Install a file manager with access to system folders (e.g. FX File Explorer or Solid Explorer).
  2. Open /sdcard/Android/data/ โ€“ this is where the application data is stored.
  3. Find a folder with the name of the package of the desired application (for example, com.facebook.katana for Facebook).
  4. Copy it on. SD-map (e.g. in the /sdcard/ExtData/).
  5. Return to /sdcard/Android/data/ and create a symbolic link (root or terminal required): ln -s /sdcard/ExtData/com.facebook.katana /sdcard/Android/data/com.facebook.katana This will trick the system into thinking that the data is still in the internal memory.

Limitations:

  • ๐Ÿ”— Symbolic links do not work on all firmware (Android Go may not be supported).
  • ๐ŸŽฎ Not all games allow you to transfer saves (for example, PUBG Mobile is blocking it).
  • ๐Ÿ”„ After updating the application, the link will have to be created again.

๐Ÿ’ก

Cache transfer is the safest way to free up memory, but it doesnโ€™t reduce the size of the cache itself. APK-The full transfer requires root rights or ADB.

Method 4: Using applications to clean up memory

If the applications are transferred SD-The alternative is to optimize internal memory with specialized utilities that help remove unnecessary files, cache and duplicates, freeing up space without risk to the system.

Top.-3 supplant 6A:

AnnexFunctionsReference
Files by GoogleRemoving duplicates, cleaning the cache, analyzing memoryGoogle Play
CCleanerCache cleanup, deletion of temporary files, autoboot managementGoogle Play
SD MaidDeep cleaning, search for junk files, optimization of databasesGoogle Play

How to use Files by Google:

  1. Install the application and open it.
  2. Go to the Cleanup tab.
  3. Choose to vacate the place and wait for analysis.
  4. Delete unnecessary files (cache, duplicates, old downloads).
  5. In the Files tab, transfer media files (photos, videos) to SD-hand-write.

โš ๏ธ Note: Do not use "memory optimizers" from unknown developers - they may contain malicious code. 6A.

What to do if none of the methods work?

If you canโ€™t transfer the application to SD-map with any of the methods described, consider alternative solutions:

  • ๐Ÿ“ฑ Reset to factory settings: Delete all data, but return the smartphone to its original state with the freest possible memory.
  • ๐Ÿ–ฅ๏ธ Using Cloud Storage: Move photos, videos and documents to Google Photos, Mi Cloud or Yandex Drive.
  • ๐Ÿ”ง Installation of lightweight versions of applications: For example, Facebook Lite, Messenger Lite, Spotify Lite take up 2-3 times less space.
  • ๐Ÿ“ฒ Disabling unnecessary system applications: You can turn off pre-installed Xiaomi services (e.g. Mi Video, Mi Music) through the developer settings if you donโ€™t use them.
  • ๐Ÿ’ฐ Purchase SD-Larger cards: If you have an 8GB card, replacing it with 32GB or 64GB will allow you to store more data (although apps still wonโ€™t carry over).

If youโ€™re ready for drastic measures, you might consider unlocking the bootloader and installing custom firmware (like LineageOS) that will give you access to Adoptable Storage, but will deprive you of official updates and may result in a loss of warranty.

How to disable system applications without root?
1. Go to Settings. โ†’ Apps. 2. Select an unnecessary system application (e.g. Mi Drop). 3. Click Disable (do not "Delete"!) 4. Confirm the action. โš ๏ธ Disabled applications will not update and may stop working after resetting settings.

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

Can I transfer WhatsApp to WhatsApp? SD-map?
No, WhatsApp is blocking the transfer to SD-However, you can: Move media files (photos, videos) from the folder WhatsApp/Media manually to the memory card. disable automatic media download in chat settings. Regularly clear the app cache in Settings โ†’ Annexes โ†’ WhatsApp โ†’ Warehouse.
Why did the app stop working after the transfer?
This happens for several reasons: ๐Ÿข SD-The card is too slow (class below 10). ๐Ÿ”— The application uses OBB-files (additional data) that have not been transferred. ๐Ÿ“ต The memory card is disabled or damaged. ๐Ÿ”ง The developer blocked the work from external storage. Solution: transfer the application back to internal memory or check the card for errors (via PC).
How do I know which apps can be moved?
Verification methods: C Settings โ†’ Select the program and check for the presence of the button Transfer to SD-Use the map. ADB-command for the list of supported packages: adb shell pm get-install-location If result 2, then transfer is possible. Install AppMgr III (available on Google Play โ€“ it shows which programs support the transfer.
Can I use it? SD-The card as an internal memory in Redmi 6A?
No, Android 8.1 Go Edition has Adoptable Storage disabled at the system level: ๐Ÿ“ฑ Installing custom firmware (e.g. LineageOS). ๐Ÿ”ง Using root access and manipulation with vold.fstab (risky!).Both methods require unlocking the bootloader and can lead to loss of warranty.
How to transfer games to SD-map?
Most games (e.g. Call of Duty Mobile, Free Fire) do not support portability. SD-Alternatives: Move forward OBB-Files: Copy the folder Android/obb/ on SD-Create a symbolic link (root required) Use lightweight versions, PUBG Mobile Lite instead of the full version. Clear cache: In the game settings or through Settings โ†’ Annexes โ†’ [play-name] โ†’ Warehouse.