Transfer of applications to SD-map 3S: working methods

Xiaomi Redmi 3S With its modest 16GB of internal memory, it is still a popular budget smartphone, but owners often face a lack of space to install new applications. SD-The map seems like an obvious solution, but in Redmi 3S This process has nuances due to the features of the firmware MIUI And Android 6.0 Marshmallow, unlike the newer models, there's no built-in "move to" feature. SD" In the settings of each application - you will have to use workarounds.

In this article, we’ll look at all the working ways to migrate applications to an external drive, from standard MIUI tools to manually mounting an internal storage card. We’ll focus on Xiaomi’s limitations on porting system applications and how to get around them without losing data. If your Redmi 3S is already choking from memory shortages, this guide will help it get back to work.

Why at Redmi? 3S Applications cannot be transferred to SD-standard-map

Redmi owners 3S Often wondered why in the settings of applications there is no button "Move to" SD-The map that's on other Android devices is because of three key factors:

  • πŸ“± Android 6.0 version in Marshmallow Google has changed the policy of working with external drives, allowing the transfer of only part of the applications, and manufacturers have the right to block this feature.
  • πŸ”§ Limitations MIUI β€” Xiaomi’s firmware defaults to disable portability for most apps, even if they technically support this capability.
  • πŸ’Ύ Type SD-maps - Redmi 3S Supports microSD cards up to 256 GB, but for full application transfer requires formatting the card as internal storage (Adoptable Storage), which is not always secure.

Also, even if you can migrate an application, some of its components (such as widgets or background services) may stop working, because MIUI tightly controls access to system resources, but there are workarounds, which we'll talk about later.

πŸ“Š How you use it SD-map 3S?
Only for photos and music
I keep my papers.
Trying to move apps
I don't use it.

Preparation SD-maps: selection and formatting

Before transferring applications, you need to properly prepare yourself SD-It depends on the type and formatting of the card, and whether you can use it as an extension of internal memory.

Requirements for SD-map 3S

  • πŸ”Ή Speed class: minimum Class 10 (UHS-I), Otherwise, the apps will slow down. UHS-3.
  • πŸ”Ή Volume: 16 GB (optimally 32-64 GB) Cards less than 16 GB MIUI It may not be recognized as an internal storage device.
  • πŸ”Ή File system: Adoptable Storage will be required ext4 or f2fs (automatically selected during formatting).

If you plan to use the card only for storing files (photos, music), just format it in FAT32 or exFAT through your phone settings. But to transfer applications will require full formatting as internal storage - this process will remove all data from the card!

What happens if you interrupt the formatting SD-map?
If you interrupt the process of formatting the map as internal storage, it can become unreadable, and you can only recover it through a PC using utilities like SD Formatter or DiskPart (clean command).

How to format SD-map as an internal memory

  1. Insert the card in Redmi 3S and wait for it to be recognized.
  2. Go to Settings. β†’ Memory. β†’ Settings (cog in the upper right corner) β†’ SD-map.
  3. Select Format as internal (if the option is inactive, see Problem Solving).
  4. Confirm the action and wait until it is completed (may take up to 10 minutes).
  5. After formatting, select Transfer Data to move some files from internal memory.

⚠️ Note: Once formatted as internal storage, the card will be encrypted and will not be read on other devices without resetting Redmi settings. 3S. Also, the card will not be removed without prior "disabling" in the settings.

Method 1: Transfer applications through MIUI settings (limited functionality)

V MIUI 8/9 for Redmi 3S There is a hidden possibility of transferring some applications to SD-It doesn't work with all the programs. Here's how to use it:

  1. Open the Settings β†’ Applications.
  2. Select the app you want to migrate (like Facebook or Messenger).
  3. Click on Warehouse.
  4. If the Change button is active, press it and select it. SD-map.

This method has serious limitations:

  • ❌ It only works with applications that explicitly support transfer (usually social networks, instant messengers, some games).
  • ❌ Google System Applications and Services Cannot Be Moved.
  • ❌ After updating the application, it can automatically return to internal memory.

πŸ’‘

If the Change button is inactive, try clearing the app cache (Settings β†’ Apps β†’ [name] β†’ Clear the cache).

Method 2: Using ADB for forced transfer (for experienced)

If the standard method does not work, you can use Android Debug Bridge (ADB) β€” a debugging tool that allows you to manually specify which applications should be stored on SD-This is a way of connecting to a PC, but it gives you more control.

Step 1: Preparing your PC and phone

  • πŸ–₯️ Install. ADB Fastboot Tools on the computer.
  • πŸ“± Turn on Debugging. USB on the Redmi 3S: Settings β†’ The phone. β†’ Version. MIUI (Press 7 times to activate Developer Mode, then return to Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB.
  • πŸ”Œ Connect your phone to your PC through USB-cable (select File Transfer Mode).

Step 2: Transfer the application through ADB

Open the command prompt (or Terminal on macOS/Linux) and execute the following commands:

adb devices

(The Redmi 3S should be available with a serial number.)

adb shell pm set-install-location 2

(This team is setting up SD-Map as a preferred installation site for new applications.)

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

(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 site, which is listed on the app page address.)

⚠️ Note: Not all applications support forced portability.If you see a Failure error after the command [NOT_MOVED: -24], Also, do not carry system applications (for example, com.miui.home) - this can lead to unstable operation. MIUI.

Install ADB on PC|

Enable USB debugging on Redmi 3S|

Connect the phone in the mode "File transfer" |

Check the visibility of the device with the adb devices| command

Download the list of application packet names (for example, through adb shell pm list packages)

-->

Method 3: Manual mounting SD-The card as an internal storage (Adoptable Storage)

The most radical, but also the most effective way is formatting. SD-In this case, the system will perceive it as part of the main memory, and the applications will be installed there by default:

PlusesCons
βœ… Annexes shall be installed on SD-map❌ The card becomes β€œtied” to the phone and cannot be read on other devices.
βœ… Up to 80% of internal memory is released❌ The speed of the application depends on the class SD-map
βœ… Application updates are supported❌ When you remove the card without "disabling" the phone may freeze

Step-by-step instruction

  1. Put it in. SD-map 3S.
  2. Go to Settings. β†’ Memory. β†’ SD-map β†’ Settings (cogs) β†’ Formatting as an internal.
  3. Confirm the formatting and wait for completion.
  4. After rebooting your phone, select Move Data Now to move supported apps.
  5. In the developer settings (Settings β†’ Additional β†’ For developers), enable the option to Forced allow porting to SD (if any).

If there is no option to format as an internal storage, this may mean:

  • πŸ”Έ SD-The card is too slow (class 10 or higher is required).
  • πŸ”Έ The card is corrupted or formatted in an incompatible file system.
  • πŸ”Έ V MIUI Support for Adoptable Storage is disabled (solved by custom recavery firmware).

πŸ’‘

Formatting SD-Cards as internal storage are the most effective way to free up memory, but they are only suitable for fast cards (UHS-1/UHS-3) It requires a constant presence of the card in the phone.

Problem Solving: What to Do When Transfers Don't Work

Even if you follow the instructions, you may encounter errors, and here are the most common problems and solutions.

1. the "Move to SD" button is inactive

Causes and solutions:

  • πŸ”Ή The app does not support portability (such as WhatsApp or Google Maps).Solution: use ADB or Adoptable Storage.
  • πŸ”Ή SD-The card is formatted as a portable storage. Solution: reformat it as an internal one.
  • πŸ”Ή V MIUI Solution: Update the firmware or install custom (e.g. LineageOS).

2.The application has moved, but is not working

This is most often the case with:

  • πŸ”Ή Widgets (they don't work with you) SD-Solution: return the application to internal memory.
  • πŸ”Ή Applications with background services (e.g. antiviruses) Solution: eliminate them from portability.
  • πŸ”Ή Games with high reading speed requirements. Solution: Use SD-class UHS-3.

3.The phone can't see. SD-map

Possible causes:

  • πŸ”Ή The card is incompatible with Redmi. 3S (For example, exFAT instead of FAT32). Solution: Format it on PC in FAT32.
  • πŸ”Ή The card contacts are contaminated. Solution: wipe them with a soft cloth.
  • πŸ”Ή The card slot is damaged. Solution: check the card on another device.

πŸ’‘

If, after transferring the application to SD-The card started to slow down, try to clear its cache (Settings) β†’ Annexes β†’ [name] β†’ Clear the cache. Also check the speed of the card using the application A1 SD Bench – if the read speed is below 10 MB/s, it is better to replace the card.

Alternative ways to free up memory on Redmi 3S

If the applications are transferred SD-The card is not helpful or impossible, try these methods:

1. Clearing cache and unnecessary files

  • 🧹 Use the built-in cleaning utility in MIUI: Settings β†’ Memory. β†’ Cleanup.
  • 🧹 Remove the cache of individual applications: Settings β†’ Annexes β†’ [name] β†’ Clear the cache.
  • 🧹 Move photos and videos to the cloud (Google Photos, Mi Cloud) or to PC.

2. Disabling pre-installed applications

MIUI contains many system applications that cannot be removed but can be disabled:

  1. Go to Settings β†’ Applications.
  2. Click on the three dots in the top right corner and select Show All Apps.
  3. Find an unnecessary app (such as Mi Video, Mi Music) and click Disable.

3. Use of lightweight versions of applications

Many popular services have "light" versions that take up less space:

  • πŸ“˜ Facebook Lite instead of Facebook.
  • πŸ“˜ Messenger Lite instead of Messenger.
  • πŸ“˜ Spotify Lite instead of the full version.

4. Installation of applications on SD-Default card (requires root)

If you have root rights, you can change the default installation location using applications like FolderMount or Link2SD.

  • πŸ”“ Unlocked loader.
  • πŸ”“ Established TWRP or another custom Recovery.
  • πŸ”“ Experience with root access (risk of β€œbricking” the phone).

⚠️ Note: Getting root rights to Redmi 3S It can cancel the warranty and lead to unstable work if something is done wrong, and some banking applications (for example, Sberbank Online) refuse to work on devices with root.

FAQ: Frequent questions about transferring applications to SD-map 3S

Can I transfer WhatsApp to WhatsApp? SD-map?
WhatsApp does not officially support the transfer of SD-You can, however, transfer media (photos, videos) from WhatsApp manually through the file manager. Use Adoptable Storage, in which case WhatsApp will install on the file manager. SD-The card is automatic. If you do move WhatsApp over the phone. ADB, Be prepared for disruptions (such as missing chats after a reboot).
Why does the app slow down after the transfer?
This is related to the speed of reading/write SD-maps. 3S It has a slow memory controller, and if a Class 4 or Class 6 card, applications will slow down. UHS-1 (For example, SanDisk Ultra, transfer back to internal memory the heavy applications (games, video editor). MIUI: Settings β†’ Additionally. β†’ For developers β†’ The scale of animation (off).
Can I migrate system applications (e.g., Galery or Mi Browser)?
Transfer of system applications is highly discouraged, as this can lead to: Mistakes when downloading MIUI. Loss of functionality (for example, the gallery will stop opening photos), "Flight out" launcher (com.miui.home). If you really need to vacate space, it is better to disable unnecessary system applications (see section "Alternative methods").
What happens if you take it out? SD-A card formatted as an internal memory?
If you retrieve the card without first "disabling" in the settings (Settings) β†’ Memory. β†’ SD-map β†’ Turn it off, then: The phone may freeze or reboot. The apps on the card will stop working before it comes back. MIUI It can reset the default settings. To safely retrieve the card: Go to Settings β†’ Memory. β†’ SD-Click Disable (or Remove) Wait for the Safe Removal Notification.
How to return everything if after transferring the phone began to brake?
If, after transferring the applications to SD-map 3S Started to run slower, follow these steps: Move all applications back to internal memory via Settings β†’ Annexes β†’ [name] β†’ Warehouse β†’ If the card is formatted as internal, reset: Settings β†’ Additionally. β†’ Recovery and discharge β†’ Reset settings (the map will save data, but it will become portable) Check the card for errors with your PC (Chkdsk utility on Windows or fsck on Linux). If the brakes are associated with the card itself, replace it with a faster one (recommended by Samsung). EVO Plus or SanDisk Extreme).