How to transfer applications to a memory card Xiaomi Redmi 5: 3 working methods + problem solving

Owners of Xiaomi Redmi 5 sooner or later face a shortage of internal memory โ€” especially if the device is used as the main smartphone for working with instant messengers, social networks and games. Even after cleaning the cache and removing unnecessary files, the system stubbornly gives a notification โ€œMemory is fullโ€ and new applications refuse to install. The solution seems obvious: transfer some of the software to a microSD card. But here users are waiting for an unpleasant surprise โ€” in MIUI this feature is either hidden or works with restrictions.

Unlike the newer Redmi models, where the application port is implemented through standard settings, in Redmi 5 (2017 release), it all depends on the firmware version and the type of memory card. SD-The card is a portable storage device (rather than an extension of internal memory), most applications simply wonโ€™t see it as a possible installation site, and some programs (like WhatsApp or Telegram) refuse to work with external drives.

In this article, we will discuss all the current ways to transfer applications to the memory card in Xiaomi Redmi 5, including hidden MIUI functions, using ADB and third-party utilities, as well as learn which applications can not be ported, how to avoid errors and what to do if the software stopped running after transferring.

Why Redmi 5 canโ€™t just move the app to the next one SD-map?

Starting with Android 6.0 Marshmallow, Google introduced the concept of Adoptable Storage โ€“ the ability to format. SD-The card is part of the internal memory, but Xiaomi is in its firmware. MIUI It often blocks or modifies this feature, and in the case of Redmi 5, the problem is exacerbated by hardware constraints:

  • ๐Ÿ”น Memory card type: Cheap or slow microSDs (class 4 or class 6) do not support Adoptable Storage. UHS-I.
  • ๐Ÿ”น Version. MIUI: In the firmware older MIUI 10 The app port option may not be available at all, but it works selectively in newer versions.
  • ๐Ÿ”น Android Restrictions: Google system applications and services (such as Play Market or Google Maps) cannot be migrated to the Internet. SD-map.
  • ๐Ÿ”น Software manufacturers: Many developers (including Facebook, VK, Banking applications) block installation on external drives for security reasons.

Another thing is, if you've already used a memory card as a portable storage device (for photos, music, documents), you'll have to format it completely to make it an extension of internal memory. All the data will be deleted!

โš ๏ธ Note: After formatting SD-The card, as an internal memory, cannot be retrieved without losing data, and the system will perceive it as an integral part of the smartphone.

Method 1: Transfer over standard MIUI settings (if available)

The easiest method is to use the built-in MIUI function, but it doesn't work on all firmware versions and only for a limited list of applications.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want (like Instagram or Spotify).
  3. Slip on Warehouse.
  4. If you have an option, you'll see the Change button next to "Inner Memory." Click on it and select. SD-map.

If there is no Change button, then your version of MIUI does not support portability for this application, in which case move on to the following methods.

Free space on SD-card (minimum 2 GB)

The card is formatted as internal memory.

The application is not a system application

MIUI version no older than 9.5-->

Important: Even if the transfer is successful, some of the application data (such as cache or settings) can remain in internal memory. That's OK, because that's how Android works.

๐Ÿ“Š What memory card do you use in Redmi 5?
SanDisk (Class 10)
Kingston (UHS-I)
Samsung EVO
Another.
I don't know.

Method 2: Formatting SD-maps as internal memory

If standard transfer is not available, we can go a radical way - make it a SD-This is part of the internal storage. This method works on Android 6.0.+, But it has serious consequences:

  • ๐Ÿ”ธ The map will be encrypted and linked to your smartphone, and it won't be read on any other device.
  • ๐Ÿ”ธ After the map is extracted, some applications may stop working.
  • ๐Ÿ”ธ Application speed may decrease (depending on the card class).

Instructions:

  1. Put it in. SD-smartphone-card.
  2. Go to Settings. โ†’ Warehouse.
  3. Tap your name on it. SD-maps (e.g. SanDisk) 32GB).
  4. In the upper right corner, click on three dots and select Storage Settings.
  5. Select Internal Memory โ†’ Clean and Format.
  6. Wait until the process is completed (it can take 5-10 minutes).
  7. Once formatted, the system will suggest moving some of the data. Choose Move now.

โš ๏ธ Warning: If after formatting the smartphone began to slow down, return the card to portable storage mode. โ†’ Warehouse โ†’ SD-map โ†’ Format it as portable. All data will be deleted!

Advantages of the methodDeficiencies of the method
Maximum release of internal memoryThe map cannot be retrieved without data loss.
Almost all applications are supported (except system ones).Decreased performance when using slow cards
Automatic transfer of data when installing new applicationsDoes not work on cards larger than 256 GB (MIUI restriction)

Method 3: Transfer over ADB (for power users)

If previous methods didnโ€™t work, the most reliable, but also the most difficult way is to use Android Debug Bridge (ADB). It allows you to manually specify to the system which applications can be transferred to the SD-map, even if MIUI it's blocking.

You'll need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows, macOS or Linux;
  • ๐Ÿ”Œ USB-cable (preferably original);
  • ๐Ÿ“ฑ Included debugging by USB smartphone;
  • ๐Ÿ’พ Installed Xiaomi drivers and package ADB Tools.

Step-by-step:

  1. Activate USB debugging: Go to Settings โ†’ About Phone. Tap 7 times on MIUI Version to unlock Developer Mode. Go back to Settings โ†’ Additional โ†’ Developer. Enable USB Debugging.
  2. Connect your smartphone to your PC and confirm your trusted device.
  3. Download ADB Tools (for example, the official package from Google) and unpack into any folder.
  4. Open the command line in the folder with ADB: On Windows: press Shift + right mouse button โ†’ Open the command window. On macOS/Linux: open the Terminal and go to the folder using the cd command /path / to / folder.
  5. Enter the commands in turn: adb shell pm set-install-location 2 This command causes the system to install applications on the default SD-map.
  6. Move a specific application (replace com.example.app with an application package): adb shell pm move-package com.example.app You can find out the application package using the App Inspector utility (available in the Play Market).

If the pm move-package command returns the error [INSTALL_FAILED_INVALID_INSTALL_LOCATION], This means that the application cannot be moved (for example, it is system software or the developer has blocked the function).

๐Ÿ’ก

To return the application installation to the default internal memory, type pm set-install-location 0

How to find out the application package without third-party utilities?

  1. Install Termux from the Play Market.
  2. Enter the command: pm list packages | grep -i "app name" For example, for Facebook use grep -i "facebook".

Which applications cannot be transferred to SD-map?

Even if you have successfully set up the transfer, some programs refuse to work with external drives, and here is a list of categories that are guaranteed to not be transferred:

  • ๐Ÿฆ Banking applications (Sberbank, Tinkoff, VTB, etc.) โ€“ according to security requirements.
  • ๐Ÿ”’ System Services (Google Play Services, MIUI System, Security).
  • ๐Ÿ“ฑ Launchers and shells (POCO Launcher, Nova Launcher).
  • ๐ŸŽฎ High-demand games (PUBG Mobile, Genshin Impact, Call of Duty โ€“ will be lagging or flying out.
  • ๐Ÿ’ฌ Encrypted messengers (WhatsApp, Telegram Secret Chats, Signal).
  • ๐Ÿ“ท Camera applications (including standard Camera) MIUI).

You should also avoid transferring:

  • ๐Ÿ“Š Apps with widgets (like Weather or Google Widget) โ€“ they may stop updating.
  • ๐Ÿ”” Applications with push notifications (for example, VK Instagram or Instagram โ€“ notifications may be delayed.

โš ๏ธ Warning: If the app starts to fly or slow down after transfer, return it to internal memory. --internal-only com.example.app

Solving problems after application portability

Transfer of applications to SD-The map is not always smooth. Here are the typical mistakes and how to fix them:

Problem.Reason.Decision
The application does not start after the transferThe memory card is too slow or damagedReturn the app to internal memory or replace it SD-faster map (for example, the, UHS-I U3)
The app icon disappeared from the desktopThe system hasn't updated the launcher cacheReboot your smartphone or manually update the launcher (long press on the desktop โ†’ Settings โ†’ Clear the cache)
The error "Application not installed" appearsSD-The card is formatted as portable, not as internalFormat the card as internal memory (see Method 2)
Smartphone slows down after transferring several applicationsThe memory card can not cope with the loadMove back the most resource-intensive applications (games, social networks) or buy a card with a higher speed class

If none of the methods worked, check:

  • ๐Ÿ”ง File system integrity SD-Cards (can be checked via PC using the CHKDSK).
  • ๐Ÿ“ฑ Root rights: Some firmware requires superuser rights to be transferred (but obtaining them voids the warranty).
  • ๐Ÿ”„ Update MIUI: In new versions of the firmware may appear additional options to work with SD-map.
What to do if your smartphone doesnโ€™t see SD-map?
1.Reboot the device. 2. Remove the card and check it on another device (for example, on a PC through a card reader). 3. If the card works but is not defined in Redmi 5, try formatting it in FAT32 format via a computer. 4. If it does not help, the memory card slot may have been damaged (repair required).

Alternative ways to free up memory in Redmi 5

If porting apps hasnโ€™t solved the memory problem, try these methods:

  • ๐Ÿ—‘๏ธ Cache Clearing: Go to Settings โ†’ Annexes โ†’ App management. Select an app (e.g. Chrome or Facebook). Click Clear cache. Use CCleaner or Files by Google for bulk cleaning.
  • ๐Ÿ“ Media transfer: Connect your smartphone to your PC and copy your photo/video to your computer or cloud (Google Photo, Yandex.Disk). MIUI: highlight files โ†’ More. โ†’ Move it โ†’ SD-map.

Disabling unnecessary applications

  1. In Settings โ†’ Applications, find pre-installed programs (e.g. Mi Video, Mi Music).
  2. Click Disable (Do not delete!).

Use of cloud services

Install Google Photos (unlimited storage for compressed photos) or Mi Cloud (5GB for free for backups).

If internal storage is sorely lacking, consider buying a larger storage Redmi 5 (such as the 64GB version) or switching to a newer model (the Redmi Note 7 or Redmi 9).

๐Ÿ’ก

Transfer of applications to SD-For comfortable work with modern applications (especially games and social networks), a smartphone with a minimum of 32 GB of internal memory is recommended.

FAQ: Frequent questions about transferring applications to SD-map 5

โ“ Can I transfer WhatsApp to WhatsApp? SD-map?
No. WhatsApp is blocking installation on external drives for security reasons (chat encryption). ADB The alternative is to clean the messenger cache regularly and save the media files directly to the messenger. SD-map.
โ“ Why after the game is transferred to SD-card she's slowing down?
Chances are your memory card is too slow. Games require a UHS-I U3 or higher card (like SanDisk Extreme) and check if your smartphone is overheating, which could indicate a memory chip issue.
โ“ How to return the application back to internal memory?
Methods: Through Settings: Settings โ†’ Applications โ†’ [select app] โ†’ Storage โ†’ Change โ†’ Internal Memory. Through ADB: adb shell pm move-package --internal-only com.example.app
โ“ Can I use it? SD-A card is an internal memory if it is already filled with data?
No. If you format the map as internal memory, all the data will be deleted. You can pre-copy it to the computer or the cloud. Once formatted, you can't return the files back, the card will be encrypted.
โ“ Why my Redmi 5 doesnโ€™t have a โ€œMove toโ€ option SD-map"?
Probable reasons: You have an old version of MIUI (update the firmware); the memory card is formatted as portable (reformatted as internal); the application is system or blocked by the developer.