Transfer applications to memory card in Xiaomi Redmi Note 8T: all ways

Owners of Xiaomi Redmi Note 8T often face a shortage of internal memory, especially if the device has been in use for several years. Even after cleaning the cache and removing unnecessary files, system updates, high-resolution photos and modern applications quickly fill the limited 32/64/128 GB. The microSD card seems to be the obvious solution - but how to transfer applications to it if MIUI does not have the standard option "Move to SD"?

Complicating the problem, since Android 6.0, Google has restricted the ability to port applications to external drives for security reasons. Manufacturers including Xiaomi have gone even further: in the latest versions of MIUI 12/13/14, the portability is either hidden or selective. However, workarounds exist, from built-in tools to manually mounting a partition through ADB. In this article, we will examine all the current methods, their pros and pitfalls.

Why is the Redmi Note 8T not using the β€œMove to SD” button?

The reason for this is a combination of two factors: Google’s policies and firmware features. MIUI. Since 2015, Android has allowed you to transfer to the memory card only that part of the application that does not contain critical data for work (so-called β€œmemory card”). APK + OBB-Executable files and cache remain in internal memory. Xiaomi went even further:

  • πŸ”Ή V MIUI 11 and older function of transferring applications to SD Deactivated by default – it must be activated through hidden settings.
  • πŸ”Ή Some applications (for example, WhatsApp, Telegram, system services) do not support transfer because of the work with notifications and background processes.
  • πŸ”Ή The memory card must be formatted as an internal storage (Adoptable Storage), which leads to its "binding" to the device and the inability to use on other gadgets.

In addition, the Redmi Note 8T is equipped with a Qualcomm Snapdragon 665 processor that does not support App2SD technology at the hardware level, which means that even after transferring, application performance can fall – memory cards (especially A1 class) are slower than the internal memory of eMMC 5.1.

⚠️ Warning: Formatting the memory card as an internal storage card will result in total loss of data on it. Backup is mandatory! Once formatted, the card cannot be retrieved without resetting the phone to the factory settings.

Method 1: Enabling a hidden transfer function in MIUI

The easiest method is to activate the hidden port option through the developer settings. It runs on the Redmi Note 8T with MIUI 11-14 firmware (inclusive), but requires preliminary preparation:

  1. Activate Developer Mode: Go to Settings β†’ About Phone β†’ MIUI Version and tap it 7 times.
  2. Return to the main settings menu, open Additional settings β†’ Developer settings.
  3. Find Forced Allow Transfer to SD (or Force Allow Apps on External) and turn it on.
  4. Reboot the phone.

After the reboot:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Select the app you want (like Spotify or Google Maps).
  3. Slip on the vault. β†’ Move it to SD-Map (will appear only for compatible applications).

If the button is not active or missing, the application does not support the transfer, in which case only manual mounting will help (see Method 3).

β˜‘οΈ Preparation for the portability of applications

Done: 0 / 4

Method 2: Formatting a memory card as an internal storage device

This method allows the memory card to be used as part of the system partition, but has serious limitations: once formatted, the card will become "tied" to the Redmi Note 8T and will not be recognized by other devices (even after extraction), but all compatible applications will be installed on it by default.

Step-by-step:

  1. Insert the memory card into the slot (up to 512 GB of A1/A2 or UHS-I class cards are supported).
  2. Go to Settings β†’ Storage β†’ Memory Map.
  3. Slip on the three dots in the top right corner and select Storage Settings.
  4. Click Format as Internal β†’ Clean and Format.
  5. Wait until the process is completed (it can take up to 10 minutes).
  6. After formatting, select Transfer Data to move supported applications.
AdvantagesDeficiencies
βœ… Applications are installed on the map by default❌ The map becomes invisible to other devices
βœ… Increased volume of internal memory❌ Application speed may decrease
βœ… Doesn't require root rights.❌ When you remove the map, the applications will stop working.
βœ… Compatible with most applications❌ You can’t format back without resetting your phone.

⚠️ Note: If you sell or transfer Redmi Note 8T For another user, be sure to remove the memory card before resetting, otherwise the new owners will have access to your data, and the phone may stop loading (due to "loss" of system files).

Method 3: Transfer over ADB (for power users)

If the first two methods fail, you can still mount manually via Android Debug Bridge (ADB). This method requires a computer and basic command line knowledge, but allows you to migrate even those applications that do not normally support. SD-Important: This method only works on unencrypted devices (if you use a pattern lock or a pattern lock). PIN, First, disable encryption in security settings).

What you need:

  • πŸ–₯️ Computer with Windows/macOS/Linux and installed Xiaomi drivers.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“¦ Utility. ADB Tools by Google.
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ Additionally. β†’ For developers).

Instructions:

  1. Connect the Redmi Note 8T to your computer and allow debugging over USB.
  2. Open the command prompt (cmd in Windows or Terminal in macOS/Linux) and go to the folder with ADB.
  3. Enter the command to check the connection: Adb devices should display the serial number of your device.
  4. Find out the package name of the application you want (e.g. Facebook is com.facebook.katana) and you can do this by using the command: adb shell pm list packages | grep "application name"
  5. Move the app to SD-map: adb shell pm set-install-location 2 adb shell pm move-package com.facebook.katana

If the command is successful, you will see a message Success. To return the application back to internal memory, use:

adb shell pm move-package com.facebook.katana 0

πŸ’‘

Before transferring through ADB, check the free space on the memory card with the command adb shell df. If the /mnt/expand/... partition is missing, the card is not formatted as internal storage and the transfer will not work.

Which apps can be moved and which ones can’t?

Not all programs support external memory, and here are the key limitations of the Redmi Note 8T:

  • βœ… Can we move it:
  • ❌ Can't move it:

The reason for the ban on transferring instant messengers and banking applications is security, which works with personal data and notifications, and external drives are easier to compromise (for example, through malware on the computer to which the card is connected).

πŸ“Š How much memory you use in Redmi Note 8T?
32GB
64GB
128GB
256GB or more
I don't use it.

What to do if the transfer does not work?

If none of the methods worked, check the following points:

  1. Memory Card Type: Redmi Note 8T supports microSD up to 512GB, but you need an A1 or higher card to carry applications (e.g. SanDisk Extreme A2). Class C10 cards without A1/A2 marking will not work.
  2. File system: The card must be formatted in exFAT or FAT32 (for internal storage, in ext4). You can check the format through the application SD Card Formatter.
  3. MIUI Updates: Some firmware versions have portability disabled at the kernel level. Check for updates in Settings β†’ About Phone β†’ System Update.
  4. Ruth-Right: If you’re ready for radical measures, getting root through Magisk will open up access to apps like App2SD or Link2SD that allow you to port even system programs.

If the problem persists, try an alternative approach:

  • πŸ“ Transfer only the media files of the applications (for example, downloaded tracks in Spotify or maps in Google Maps) to the memory card.
  • ☁️ Use cloud services to free up space (e.g. Google Photos to automatically upload photos).
  • πŸ—‘οΈ Clean the cache regularly through Settings β†’ Warehouse β†’ Cleanup.
What happens if you remove the memory card after transferring the applications?
All the apps that have been moved will stop working and their icons will disappear from the home screen. When you re-insert the card, you may need to reboot the phone. If the card has been formatted as internal storage, the phone may freeze on the boot or go into recovery mode.

Alternative solutions for memory release

If the applications are transferred SD-The card is impossible or impractical, consider other ways to optimize memory on the Redmi Note. 8T:

MethodEfficiencyRisks.
πŸ”„ Hand-cleaning the cache⭐⭐ (releases 1-3 GB)No.
πŸ—ƒοΈ Archiving rarely used applications⭐⭐⭐ (Save up to 50% of the space)Applications not updated
☁️ Transferring Photos/Video to the Cloud⭐⭐⭐⭐ (free up 5-15 GB)Requires Internet and subscription
πŸ”§ Removing System Applications (Requires Root)⭐⭐⭐⭐⭐ (up to 10GB)The risk of β€œbricking” the phone
πŸ“₯ Installation of "lightweight" versions of applications (Lite)⭐⭐⭐ (Save 20-70% of the space)Limited functionality

One of the most effective ways is to archive applications. MIUI has a built-in function: go to Settings β†’ Applications, select an unnecessary application and tap Archive. The application will be frozen, but its data will be saved. To return it, just click Restore.

πŸ’‘

Transfer of applications to SD-map 8T β€” It's a temporary solution. For long-term memory optimization, it's better to combine several methods: cache cleaning, application archiving, and cloud storage.

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

πŸ”Ή Can I transfer WhatsApp to a memory card?
WhatsApp does not support the transfer of SD-card because of the notifications and encryption of messages. However, you can transfer media files (photos, videos, voice messages) in the chat settings: β†’ Warehouse β†’ Storage management.
πŸ”Ή Why did the application slow down after the transfer?
Read/write memory cards (even class A2) are 3-5 times slower than the internal memory of eMMC 5.1 in the Redmi Note 8T. The brakes are especially noticeable in games and applications that actively work with cache (for example, Google Maps or Instagram).
πŸ”Ή How to format a card back to portable storage?
If the card has been formatted as an internal storage, you can only return it to its original state by resetting the phone to the factory settings: Create a backup of data. Go to Settings β†’ The phone. β†’ Settings reset. Select Reset all settings (not "Delete all data"). After rebooting, retrieve the map and format it on another device. ⚠️ Warning: This process will remove all data from your phone, including photos and messages!
πŸ”Ή Can I use a memory card as an internal one without formatting?
No. Android requires full formatting of the map in ext4 to use it as internal storage, which can only be circumvented through root and manual partitioning, but this is risky and voids the warranty.
πŸ”Ή Why After Updating MIUI The "Transfer to" button is missing. SD"?
Xiaomi regularly tightens security policies in new versions of MIUI. Starting with MIUI 12.5, the SD port feature is disabled by default for most regions, the solution is to activate it through the developer settings (see Method 1) or use ADB (see Method 3).