Owners of Xiaomi Redmi 7A often face a shortage of internal memory โ just 16 GB (of which ~10 GB is available after firmware) is quickly clogged with applications, cache and multimedia. A microSD card seems like a salvation, but standard MIUI settings do not always allow you to move programs there. In this article, we will discuss all possible ways to free up space on the Redmi 7A, including hidden system functions, circumventing restrictions and alternative solutions for specific versions of firmware.
The main problem is that not all applications support porting to SD. Even if the option is available in settings, some programs (such as messengers or online-authorized games) may not work correctly. We tested methods on MIUI 10, 11 and 12 and identified key nuances that are not written about in the standard instructions. For example, on Redmi 7A with V12.0.3.0.QCMCNXM firmware, transfer through the system settings is blocked for 60% of applications from Google Play, but there is a workaround through ADB.
Before you start, check two things:
- Your memory card is formatted as an internal drive (this is a must for porting applications).
- Nana SD-enough free space (at least 20% more than the weight of the portable application).
1. Memory card preparation: formatting as an internal drive
Without this step, transfer applications to SD-The map is impossible. MIUI The card can be used either as a portable storage device (for photos, music) or as an extension of internal memory (for applications), the second option requires formatting, in which the card will be "tied" to the phone and will not be read on other devices.
How to do this:
- Insert the memory card into the Redmi 7A slot (up to 256 GB of FAT32 or exFAT cards are supported).
- Go to Settings โ Storage โ SD card.
- Slip on the three dots in the top right corner and select Storage Settings.
- Click Format as Internal โ Erase and Format.
Important! Once formatted, all the data on the map will be deleted. If it had important files on it, copy them to your computer first.
โ ๏ธ Attention: On Redmi 7A s MIUI 12 after formatting the map as internal, the option to transfer applications in the settings may disappear. This is a firmware bug - the solution see method 3.
Advantages of Formatting as an Internal Storage:
- ๐ฑ Applications can be ported (partially).
- ๐ The system automatically saves new photos/videos to the SD.
- ๐ Increases the total amount of memory for installing programs.
Disadvantages:
- ๐ซ The map becomes invisible to other devices (it can not be read on a PC without special programs).
- ๐ข Speed of application with SD Lower than internal memory (especially in games).
- ๐ When you remove the map, some applications may stop working.
๐ก
If the phone is slowing down after formatting, try a UHS-I (U1 or U3) card, which is optimized for writing small files (like apps).
Method 2: Transfer through standard MIUI settings
It's the easiest method, but it doesn't work for all applications, and it's good for MIUI 10-12, but with reservations.
Instructions:
- Open Settings โ Applications โ Application Management.
- Select the app you want to migrate (like Facebook or VK).
- Slip on Warehouse.
- If the option is active, click Change โ SD card.
- Confirm the transfer and wait until the completion (may take up to 5 minutes).
What to do if the Change button is inactive:
- ๐ Check if the card is formatted as an internal drive (see section 1).
- ๐ต Some apps (such as WhatsApp, Google Play Services) block the port by default.
- ๐ Reboot your phone โ sometimes it helps to unlock the option.
โ ๏ธ Note: Once ported, the application may run slower or produce errors (especially if the Class 4 or lower memory card) Test each application separately!
List of applications that can usually be ported without problems:
- ๐ Readers: Moon+ Reader, FBReader.
- ๐ต Music Players: Poweramp, VLC.
- ๐ท Photo Editors: Snapseed, PicsArt (without online filters).
- ๐ฎ Some offline games: Minecraft, Crossy Road.
Card formatted as internal drive |Free โฅ2 GB on SD| Application not system | Phone charged โฅ50%-->
Method 2: Transfer over ADB (for power users)
If the standard method didnโt work, you can use Android Debug Bridge (ADB), a debugging tool that lets you manually tell the system which apps to port, which works even for programs where the Change button is locked but requires a connection to a computer.
What you need:
- ๐ฅ๏ธ Computer with Windows/macOS/Linux.
- ๐ USB-Type-C cable (original or quality).
- ๐ฆ Installed Xiaomi drivers (download from the official website).
- ๐ ๏ธ Utility. ADB (installation manual).
Step-by-step:
- Download ADB from Android Developers and unpack the archive in the folder C:\platform-tools.
- On your phone, activate Developer Mode: Go to Settings โ About Phone. Tap 7 times on MIUI Version. Go back to Settings โ Additional โ Developer. Turn on USB Debugging.
Redmi 7A
File Transfer (MTP)
Win + R
cmd
Enter
ADB
cd C:\platform-toolsadb devicesThe serial number should appear.
com.example.app
adb shell pm set-install-location 2
adb shell pm move-package com.example.appHow to find out the application package:
- Install App Inspector on your phone (available on Google Play).
- Open the application you want to move.
- In App Inspector, find it in the list and copy the Package Name (e.g. com.whatsapp).
- SD Maid ๐น Can clean the cache of transferred applications. ๐น The paid version will unlock the advanced features.
How to use AppMgr III:
- Download the app from Google Play and open it.
- Go to the Movable tab โ here you will see the applications that can be moved.
- Select the ones you need and tap Move to SD card.
- If the button is inactive, try Force Move (requires ADB, see Section 3).