How to transfer applications to memory card Xiaomi Redmi Note 3: all ways

Owners of Xiaomi Redmi Note 3 sooner or later face a shortage of internal memory β€” especially if the device has been used as the main smartphone for several years. Even after cleaning the cache and removing unnecessary files, the system stubbornly reports overflowing storage 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 standard MIUI settings, this option may simply not be available.

The fact is that Xiaomi Redmi Note 3 (model kenzo/kate) It works on Android. 5.1/6.0 shelled MIUI 7-9, where the function of transferring applications to SD-The card is either hidden or limited by the manufacturer, and even if the option is available, not all programs support such movement, especially system and preinstalled ones. From official settings to hidden Android features and workarounds using ADB. You will learn which apps can be ported and which can’t, and how to avoid typical crashing errors.

Why Redmi Note 3 doesn’t have an option to port apps to the Internet SD-map?

The lack of a visible β€œMove to SD” button in the Redmi Note 3 settings is not an accident, but a deliberate decision by Xiaomi and Google.

  • πŸ“± Android's Limitations 5.1/6.0: Starting with Android 4.4 KitKat, Google tightened the rules for working with external drives. 5.0-6.0 portability SD This is only possible for a portion of programs that support the android:installLocation function in the manifesto.
  • πŸ”’ Politics MIUI: Xiaomi’s shell further blocks this feature to avoid users complaining about β€œbroken” applications after the transfer. SD Begin to work unstablely or refuse to start at all.
  • πŸ’Ύ Technical limitations SD-Cards: Class Class Class Memory Cards 4/6/10 (typical of the Redmi Note 3) They often have low read/write speeds, which leads to lags when they run migrated applications, especially if they are actively using cache or background processes.

It is important to understand that even if you manage to transfer the application to the SD-Many programs leave some data (cache, settings) in the main storage, and some (for example, Facebook or Instagram) can simply stop updating after moving. However, for old or rarely used utilities, this method remains relevant.

⚠️ Note: Transfer of system applications (e.g, MIUI Launcher, Security or Gallery SD-The card can lead to a cyclic reboot of the smartphone, and in this case, it will only be possible to restore performance through Fastboot or reset to factory settings.

Which memory card to choose for Redmi Note 3?

Before you try to move apps, make sure yours is yours. SD-The card meets the requirements. Xiaomi Redmi Note 3 Supports microSD, microSDHC and microSDXC cards up to 128 GB (officially up to) 32 BS, but many users are using it successfully. 64/128 However, not all cards are equally good for storing applications.

CharacteristicsMinimum requirementsRecommended values
Class speedClass 10UHS-I (U1 or U3)
Capacity8GB32–64 GB (for comfortable work)
FormatFAT32exFAT (for cards >32 GB)
ManufacturerAnybody.SanDisk, Samsung, Kingston

If you plan to use it SD-App-only maps, prefer models with high random read/write speeds (e.g. SanDisk Extreme or Samsung) EVO Cheap cards without class labeling are often too slow, leading to getting stuck when running migrated programs.

πŸ“Š What memory card do you use in Redmi Note 3?
SanDisk
Samsung
Kingston
Another mark.
I don't use it.

Before starting the application transfer, follow the following steps:

Back up the data from the card (the application port will format it)

Check the card for errors through PC (utility chkdsk in Windows)

Format the map in Redmi Note 3 via Settings β†’ Memory β†’ Format as internal (optional)

Make sure there is enough free space on the card (minimum 2-3 GB)-->

⚠️ Attention: Formatting SD-The card as "internal memory" (Adoptable Storage feature in Android 6.0) will lead to its encryption. After that, the card will not be read on other devices without resetting! This method can also cause problems when connecting the smartphone to the PC in mode. MTP.

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

In some versions MIUI Redmi Note 3 offers the option of porting applications to SD-The map is still present, but hidden in the back of the menu:

  1. Open the Settings β†’ Applications.
  2. Select the desired app from the list (such as WhatsApp or VK).
  3. Slip on Warehouse.
  4. If the option is available, you will see the Change or Move button. SD-map.

Please note that even with this button, the transfer can be blocked for:

  • πŸ” System applications (MIUI Home, Security, Contacts and others.).
  • πŸ“± Applications with widgets on the home screen (after transfer, widgets will stop working).
  • πŸ”„ Programs that use background services (such as messengers or antiviruses).

If there is no transfer button, move to the following method, and note that after the transfer, the application may:

  • 🐒 Starting longer (due to low speed) SD-map).
  • πŸ”„ Stop updating through Google Play.
  • πŸ“΅ Lose notifications (if they are tied to background processes).

πŸ’‘

Before transfer, check whether the application supports the work with SD-To do this, go to his Google Play page and look for the "More information" section. If it says "May be moved to" SD-Card: Yes, the chances of success are higher.

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 to the system which applications to move to SD-This method requires connecting a smartphone to a PC and basic command line knowledge.

Here's the step-by-step instruction:

  1. Turn on USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging.

Connect your smartphone to your PC

Download ADB

  • Windows: Platform Tools by Google.
  • For Linux/macOS: install via a packet manager (sudo apt install adb).
  • Check the connection: Adb devices Your device should appear on the list (e.g. ZX1G22X9X9).
  • Get a list of packages: adb shell pm list packages -f Find the desired application in the output (for example, package:/data/app/com.whatsapp-1/base.apk=com.whatsapp).
  • Move the application to SD: adb shell pm set-install-location 2 Then: adb shell pm move-package com.whatsapp (replace com.whatsapp with your application ID).

If the command is successful, you'll see a message of success, but it doesn't work with all applications, like system programs or those that use them. OBB-The files (games) are likely not to be moved.

⚠️ Attention: Misuse of the right ADB Do not execute commands unless you are sure of their purpose. For example, the adb shell pm set-install-location 1 command forcibly installs all new applications into internal memory, which can exacerbate the problem.

What if the ADB can’t see the device?
1. Make sure Xiaomi drivers are installed (download Mi). PC Suite). 2. Try another one. USB-cable (preferably original). 3. Switch the connection mode in the smartphone notification curtain to File Transfer (MTP). 4.Reboot your PC and smartphone. 5. If you're using Windows, run adb kill-server, then adb start-server in the command line.

Method 3: Formatting SD-The card is an internal memory (adoptable storage)

Android 6.0 Marshmallow has Adoptable Storage feature that allows you to combine" SD-It's not about transferring applications in the usual sense, it's about creating a single partition where the system decides where to install programs:

  • βœ… Pluses: πŸ“ˆ Frees up internal memory through automatic data distribution. πŸ”„ It works even with applications that don’t support manual transfer.
  • ❌ Cons: πŸ”’ The card becomes encrypted and cannot be read on other devices. 🐒 System speed may drop (if the card is slow). πŸ”„ When you remove the card, some applications will stop working.

To activate Adoptable Storage:

  1. Put it in. SD-smartphone-card.
  2. Go to Settings β†’ Memory β†’ Setup (cog in the upper right corner) β†’ Format as internal.
  3. Confirm the formatting (all data from the card will be deleted!).
  4. After restarting, the system will offer to transfer some data to the SD-A map, you'll agree.

Important: After this operation SD-The card will be tied to your smartphone, and if you take it out and paste it into another device, the data on it will be inaccessible without formatting. Also note that some apps (such as Netflix or banking programs) may refuse to work with an encrypted card for security reasons.

πŸ’‘

Formatting SD-Cards as internal memory are the most radical way to free up space, but they are only suitable for class cards. UHS-I (U1/U3) capacitance 32 GB On slow cards (Class) 4/6) system will slow down.

Method 4: Transfer only cache and media files (alternative method)

If you can not transfer the application itself, you can free up space by moving its cache and media files (photos, videos, downloads) to the SD-This won't solve the problem completely, but it will give you an extra 1 to 3 GB of free space.

How to do this:

  • πŸ“· Photo and video: Open the Gallery app. Go to Settings β†’ Select the save folder. SD-map.
  • 🎡 Music and downloads: In any file manager (e.g, MI File Explorer: Move Download, Music, Podcasts to SD-Use the "Move" option, not "Copy" option, so as not to duplicate files.
  • πŸ—‘οΈ App cache: Open Settings β†’ Apps. Select an app (e.g. YouTube). Tap Storage. β†’ Clear cache. For some applications (such as Google Maps), you can manually specify the path to the cache on the cache. SD-map.

This method does not require root rights or complex manipulation, but its effectiveness is limited, for example, Telegram or WhatsApp cache can take several gigabytes, and transferring media files will make room for new photos, but will not help install new applications.

What to do if none of the methods work?

If all of the above methods fail, consider alternative solutions:

  • 🧹 Clean internal memory: Remove unused applications (use Settings) β†’ Annexes β†’ Clear the cache of system applications (e.g., recently used, MIUI Launcher or Gallery can be used for 1–2 Delete old backups and APK-file /sdcard/Download.
  • ☁️ Cloud Storage: Move photos and videos to Google Photos (up to 15GB free) Use Mi Cloud to back up contacts and notes.
  • πŸ”„ Factory reset: This method will return the smartphone to its "clean" state, but delete all data. β†’ Additionally. β†’ Backup and reset.
  • πŸ› οΈ Root and custom firmware: Getting root rights allows you to use applications like App2SD or Link2SD, who are forced to transfer programs to SD-Installing custom firmware (like LineageOS) can return the portability, but it is risky and unwarranted.

If you decide to root, remember that this is:

  • 🚫 Cancellation of the warranty (if it is still valid).
  • πŸ” May disrupt banking applications (due to SafetyNet).
  • πŸ”„ Requires accuracy – a firmware error can turn a smartphone into a β€œbrick".

FAQ: Frequent questions about porting apps to SD in Redmi Note 3

Can I transfer WhatsApp to WhatsApp? SD-root-card?
Officially, no. WhatsApp doesn't support the move to SD-map through standard settings MIUI. However, you can: Move media files (photos, videos, voice messages) manually through the file manager. Use Adoptable Storage (card formatting as internal memory), but this will encrypt the card. Make a backup of chats through Settings β†’ chat β†’ Backup copy and save it to SD-After transferring media files, remember to regularly clean the WhatsApp cache, as it can quickly fill the internal memory.
Why did the application stop updating after the transfer?
This is because Google Play defaults to install updates to internal memory.If the app's main files are on the app's backend. SD-Solution: Move the application back to internal memory before updating, delete and install the application again (data can be saved if it is stored on the device). SD-Turn off automatic updates for this app on Google Play.
How to transfer games (for example, PUBG Mobile or Genshin Impact on SD-map?
Most of the modern games, especially with 3D-schedule) does not support the transfer to SD-card because of: Use OBB-File (additional game data that must be stored in internal memory); Piracy protection (some games check file integrity and portability can cause errors); high read speed requirements (SD-Alternatives: Use Adoptable Storage (but this can lead to in-game lags); Move only the game's cache (if it weighs a few gigabytes) through the file manager. Remove unnecessary games and install them again by selecting SD-map as the installation location (if such option appears).
Can I use it? SD-A card is an internal memory if it is already formatted as a portable memory?
Yes, but to do that, it needs to be completely formatted, which will delete all the data. SD-PC cards. Insert the map in Redmi Note 3. Go to Settings β†’ Memory. β†’ Setting up (cogs) β†’ Format as internal. Confirm formatting. After restarting, the system will suggest moving the data, you'll agree. If the "Format as internal" option is inactive, check that the map is intact (try formatting it on a PC via internal). SD Formatter. The card is supported by the device (some cheap models may not be recognized) There is enough space on the map (at least 8 GB for Adoptable Storage).
Why After the Application Is Transferred to SD-It's slowing down the map?
This is a typical problem associated with low read/write speed. SD-The reasons for the maps: 🐒 Class Class Class Card 4/6 Not intended for frequent access (minimum Class required) 10 or UHS-I). πŸ”„ Fragmentation of files (with time, the read speed decreases, especially if the card is filled more than one full card) 80%). πŸ“± The app actively uses cache or background processes that are not optimized to work with external memory. Solutions: Move the application back to internal memory. Buy a faster one. SD-map (e.g. SanDisk Extreme with read speed) 90 Clear the app cache through Settings β†’ Annexes β†’ [Name of name] β†’ Warehouse β†’ Clear the cache.