Xiaomi Redmi 9 owners often face a problem: the smartphone default saves photos, videos and downloads to internal memory, which quickly fills up. Meanwhile, the model supports the installation of microSD cards up to 512 GB โ but how to get the system to use this additional drive? In this article, we will analyze all possible methods, from basic settings to hidden MIUI functions, which will help optimize data storage.
It's important to understand that Redmi 9 (codename lancelot) runs on Android 10/11 with a shell MIUI 12-14, and depending on the firmware version, the options available may vary. We've tested all the methods on current 2026 builds and highlighted the ones that are guaranteed to work. If you've tried saving files to a SD- card before, but unsuccessfully, check the error-remediation section where you've collected the typical causes of failures.
We warn you in advance that some methods (such as formatting the card as an internal drive) have irreversible consequences, the card will become "tied" to the phone, and it will not be easy to retrieve and use in another device.
1. Check the compatibility of the memory card with Redmi 9
Before you set up file saving, make sure your microSD card is suitable for the Xiaomi Redmi 9.
- ๐ Type: microSD only (not miniSD or SD). Hybrid slot supports either a second SIM- card or a memory card.
- ๐ข Volume: 8 GB to 512 GB. Cards per 1 TB may not be recognized.
- โก Speed class: Class 10 or UHS-I (U1/U3) is recommended for recording video in 4K.
- ๐ File system: FAT32 (up to 32 GB) or exFAT (over 32 GB). NTFS It's not supported!
If the card is new, you need to format it right on your phone.
- Put the card in the slot (when the phone is turned off).
- Turn on Redmi 9 and wait for the notification of the new drive.
- Go to Settings โ Memory โ Memory Map.
- Click Format and select exFAT (if the volume is >32 GB).
โ ๏ธ Warning: Formatting will destroy all the data on the map! If it had files on it, copy them to your computer in advance.
Redmi 9 may not recognize cards with damaged sectors. If the phone still can't see the drive after formatting, try:
- ๐ง Test the card on another device (e.g., on a PC via a card reader).
- ๐ Reboot the smartphone with the card removed, then insert it again.
- ๐ฑ Update the firmware MIUI to the latest version (some builds had bugs with SD- cards).
๐ก
If the card often falls off when writing large files, try turning off the power saving mode for applications working with the drive. To do this, go to Settings โ Battery โ Energy Saving โ Applications and add the file manager to exceptions.
2: Default file saving setting on SD- card
The easiest way is to specify the memory card as the primary storage location for photos, videos and downloads, and MIUI does this separately for each file type.
Photo and video from the camera
To automatically save new images to the SD- card:
- Open the Camera app.
- Touch the badge. โ๏ธ (settings) in upper right corner.
- Select a Retention Site โ Memory map.
- Confirm your choice (the camera may need to restart).
If the Memory Card option is inactive, check:
- ๐ The card is correctly inserted and recognized by the system (see Section 1).
- ๐ There is enough free space on the map (at least 100 MB for a test shot).
- ๐ The Camera app has been updated to the latest version (in Google Play).
2.2. Downloads from the browser and messengers
For files downloaded from the Internet:
- Open Settings โ Applications โ Application Management.
- Find a browser (such as Chrome or Mi Browser) and open its settings.
- Go to Rights โ Memory and select Memory Card as the default save location.
For Telegram, WhatsApp and other messengers, the way is different:
- ๐ฑ In the app itself, open the settings (โ๏ธ).
- ๐ Find the Memory and Data or Storage section.
- ๐ Specify the path to the SD- card (e.g., /storage/XXXX-XXXX/Android/data/...).
โ ๏ธ Warning: Some apps (e.g. Instagram) don't support saving to the SD- card due to Android limitations.
Insert a memory card into the slot
Check its recognition in Settings โ Memory
Format the card in exFAT (if >32 GB)
Update MIUI firmware to the latest version
Backup important data from the card-->
3. Formatting SD-maps as internal memory
If you want all apps (including games) to be installed on the card, it can be formatted as an internal drive.
| Advantages | Deficiencies |
|---|---|
| Applications can be transferred to the map (including system updates). | The card becomes "tied" to the phone - it can not be removed without resetting. |
| The total amount of memory for installing programs is increased. | Application speeds may decrease (SD- cards are slower than internal memory). |
| Automatically distribute files between internal and external memory. | When you remove the card, the phone may stop loading. |
To format the map as an internal one:
- Go to Settings โ Memory โ Memory Map.
- Click on the three dots (โฎ) in the upper right corner and select Memory Settings.
- Tap it as internal formatting.
- Confirm the action (the process will take 1-2 minutes).
- After formatting, select Transfer Data to move some files from internal memory.
After this procedure, the card will be encrypted and linked to your Mi Account. If you retrieve it, the phone will require a password to unlock the next connection.
What if the phone doesnโt see the card after formatting?
4 Manually move files through the file manager
If the automatic configuration doesnโt work, you can manually transfer files, which is a standard MI File Manager or third-party applications (such as Solid Explorer).
Instructions for MI File Manager:
- Open the Files app (the folder icon on the home screen).
- Go to the Internal Memory section.
- Find a folder with files to transfer (for example, DCIM for photos or Download for downloads).
- Select files with a long tap, then click Move (arrow icon).
- Select a Memory Card and a destination folder (e.g. DCIM/Camera).
To speed up the process, you can use the function Copy instead of Move, and then delete the originals, which is safer, since if you fail to move the files will not be lost.
Tips for working with large amounts of data:
- ๐ถ Connect to Wi-Fi โ transmission over the mobile network may be interrupted.
- ๐ Battery charge must be at least 50% (long-term operations drain the battery).
- ๐ซ Do not remove the card while moving - this can damage the file system.
๐ก
Manual file transfer is the most reliable method, but requires regular repetition. To save automatically, set the settings in each application separately (see section 2).
5.Use of ADB for Forced Application Portability
If you format your map as an internal one, but some apps still don't carry, you can use ADB (Android Debug Bridge), which is a method for power users!
What you need:
- ๐ป Computer with Windows/macOS/Linux.
- ๐ Cable USB Type-C (original, undamaged).
- ๐ฅ Utility. ADB Tools by Google.
- ๐ง Included debugging by USB phone-on.
Step-by-step:
- Enable USB debugging: Settings โ About Phone โ MIUI Version (Tap 7 times) Settings โ Additional โ For Developers โ Debugging on USB
- Connect Redmi 9 to your computer and confirm your trust.
- Open the command prompt (CMD) in the adb.exe folder.
- Enter the command to check the connection: adb devices (should appear serial number of the phone).
- Find out the list of application packages: adb shell pm list packages -f
- Transfer the desired application to the SD- card (replace com.example.app with a real package): adb shell pm move-package com.example.app
If the command returns the Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] error, it means:
- ๐ There's not enough space on the map.
- ๐ซ The application does not support portability (e.g., system utilities).
- ๐ง The card is not formatted as an internal card (see Section 3).
โ ๏ธ Warning: Do not transfer the app map from the widgets (e.g. Weather or Calendar) to SD- โ they may stop working. Also avoid migrating launchers and system services.
6. Elimination of errors when working with SD-card
If files are not saved to the map or crashes occur, check these points:
| Problem. | Possible cause | Decision |
|---|---|---|
| The map is unrecognizable. | Bad contact or damaged card | Try another card or clean the slot with alcohol |
| Files are stored in internal memory | Incorrect settings in the application | Check the save options in each application (Section 2) |
| Map "forgetting" after rebooting | Failure in MIUI or incompatible file system | Format the card in exFAT right on your phone |
| Slow map entry | Low Speed Class (Class 4/6) | Replace the card with Class 10 or UHS-I |
If the card is unstable (for example, disappears from the system or gives errors when writing), perform a diagnosis:
- Connect the card to the PC through the card reader.
- Run the command line on behalf of the administrator.
- Enter the error check command (replace X: with the letter of your drive): chkdsk X: /f /r
If chkdsk finds damaged sectors, the map is better replaced โ it can fail at any time.
7. Alternative ways to free up memory
If transferring files to the SD- card doesnโt solve the memory problem, consider these options:
- โ๏ธ Cloud storage: Google Photos (unlimited storage of compressed photos), Mi Cloud (5 GB free), Yandex Drive (10 GB). Set up automatic download to Settings โ Accounts.
- ๐๏ธ Cache Clearing: Go to Settings โ Memory โ Clean up and delete unnecessary data (Telegram cache, Chrome, etc.).
- ๐ Application Transfer: In Settings โ Applications, select the program and click Transfer to SD-map (not available for all applications).
- ๐ฆ File Archive: Use 7-Zip or RAR to compress old photos/video before penos to the map.
For automatic memory cleaning, MIUI has a Smart Cleaning function:
- Go to Settings โ Memory โ Cleanup.
- Turn on the Auto Clean option.
- Specify which files to delete (cache, temporary data, duplicates).
๐ก
A combination of SD- cards and cloud storage is the best option, for example, you can save a photo to a map, and backups can be automatically uploaded to Google Photos.