Why Xiaomi Redmi doesnโt save photos on a memory card and how to fix it
Are you tired of constantly notifying you about memory shortages on Xiaomi Redmi, even though you have a 128 or even 256 GB microSD installed?The problem is that by default, the smartphone saves all photos and videos to internal memory, quickly clogging it. This article will help you understand how to forcefully redirect the saving of images to the memory card - from camera settings to manually moving files.
We'll look at all the scenarios we can think of, from basic setup in a MIUI stock camera to bypassing the limitations of Android 11+ with third-party apps, and we'll focus on common bugs that still keep your photos in internal memory despite all the manipulations, and if your Redmi Note 10 Pro, Redmi 9A or other model ignores your memory card, here's the solution.
Before you go to the instructions, check two key points:
- ๐น The memory card is properly formatted as internal storage (if needed) or as a portable device.
- ๐น There is enough free space on the map (minimum 10% of the volume).
- ๐น You are using the original Class 10 memory card (UHS-I) โ Cheap counterfeits often cause disruptions.
Method 1: Configure photo saving in the MIUI stock camera
The most obvious method is to change the save location right in the Camera app, but depending on the MIUI version and the smartphone model, the interface may differ.
- Open the Camera app on your Xiaomi Redmi.
- Touch the badge. โ๏ธ Settings (usually in the upper right corner).
- Scroll down to the Preservation Site or Warehouse section.
- Select a memory card (SD) instead of internal memory.
- Confirm your choice and restart the camera.
Important! Some models (e.g. Redmi Note 11 Pro+ 5G) may not have this option, due to Google's policy for Android 11 and later, where apps are not allowed to directly save files to external media without additional permissions.
Why in the world MIUI No option "Save on" SD-map"?
If your MIUI version does not have a Save Place, try an alternative path:
- Open Settings โ Applications โ Application Management.
- Find the camera and select Permissions.
- Make sure that the Warehouse (or Files and Media) permission is enabled.
- Go back to the camera and check if the save point appears on the SD.
๐ Format the map in FAT32/exFAT (via PC or smartphone)
๐ Check the card for errors (in Settings) โ Memory. โ SD-map โ Check it out)
๐ Make sure the card is not connected as a "Portable Storage" (if you need internal storage)
๐ Reboot the smartphone after installing the card
-->
Method 2: Formatting SD-maps as internal memory
If your Xiaomi Redmi doesnโt see a memory card as a place to save photos, it might need to be formatted as an internal storage, which is suitable for Android 6.0-10.0, but has nuances:
- Go to Settings. โ Memory.
- Choose yours. SD-map (e.g. SanDisk) 128GB).
- Press. โฎ โ Storage settings โ Formatting as an internal.
- Confirm the action (all data on the map will be deleted!).
- After formatting, select Transfer Data (optional).
Critical information: once formatted as internal memory, the card will not be read on other devices (PC, other phone) without completely erasing the data.+ โ Google has banned such use. SD-map.
| Advantages | Deficiencies |
|---|---|
| ๐น Applications and photos are saved to the map automatically | โ The card becomes "tied" to the phone. |
| ๐น Increases the total amount of memory for system needs | โ You canโt remove the map without malfunctioning applications |
| ๐น Suitable for older models (Redmi) 5/6/7) | โ On new versions of Android (11)+) doesn't work |
๐ก
If after formatting as internal memory, photos are still stored in internal memory, try clearing the camera cache: Settings โ Applications โ Camera โ Clear the cache.
Method 3: Using a file manager for manual transfer
If the automatic SD saving doesn't work, you can manually move the photo after each shot, which is not the most convenient solution, but it's reliable.
- Open the Files app (or any other file manager, such as Solid Explorer).
- Go to DCIM โ Camera (all photos are stored here).
- Select the desired files (long press โ tick).
- Press Move (or Cut + Insert).
- Select the target folder on SD-map (for example, create photos at the root of the map).
To simplify the process, set up automatic sorting:
- ๐ Create folders on the memory card by year/months (for example, 2026/05_May).
- ๐ Use the Sort function in the file manager by date of creation.
- ๐ In Google Photos, you can set up backup only with SD-maps (in synchronization settings).
๐ก
Manual photo transfer is the only reliable way for Android 11+ to block direct SD recording, but it takes discipline: forgetting to move files, you refill internal memory.
To speed up the process, we recommend using Automate or Tasker, which allows you to create a rule: "After creating a file in the Camera folder โ move it to SD." Here is an example of a script for Automate:
File created by /storage/emulated/0/DCIM/Camera/*
Action: Move the file โ /storage/XXXX-XXXX/DCIM/Camera/
(where XXXX-XXXX is your SD- card ID)Method 4: Third-party cameras with support SD-map
If the MIUI stock camera refuses to save the photo on SD, install an alternative app.
- ๐ธ Open Camera โ Open source, supports saving on SD even on Android 11+.
- ๐ธ Google Camera (GCam) โ requires manual setup but gives better quality of images.
- ๐ธ Footage โ specializes in video, but allows you to select a save folder.
Instructions for Open Camera:
- Download the app from Google Play or the official website.
- Open the settings (โ๏ธ top-right).
- Go to the Rescue Site. โ Photo folder.
- Choose the Other and point the way to SD-map (e.g., map, /storage/XXXX-XXXX/OpenCamera/).
- Save the settings and take a test shot.
Some versions of the GCam may not be visible SD-map-bound MIUI. In this case:
- Open the Settings โ System โ for developers.
- Activate USB Debugging and Request Permission for External Storage.
- Restart the phone and reset the GCam.
๐ก
In Open Camera, you can set up automatic renaming of the photo by template (for example, IMG_%y%m%d_%H%M%S.jpg) to avoid duplicates when transferring.
Method 5: Bypassing Android 11+ Restrictions with ADB
Since Android 11, Google has imposed strict restrictions on file writing. SD-But with the help of the maps. ADB (Android Debug Bridge allows apps full access to external storage, which requires a PC and a little technical skill.
Step-by-step:
- Download Googleโs Platform Tools and unpack it on PC.
- On the phone, activate Developer Mode (7 times click on the Build Number in Settings โ About Phone).
- Enable USB debugging in Settings โ System โ For developers.
- Connect your phone to your PC and type in the command line: adb shell sm set-force-adoptable true
- Restart your phone and check if the option of formatting SD as internal memory has appeared.
If you want to give full access to a particular application (such as a camera), use the command:
adb shell appops set com.android.camera android:legacy_storage allowWhat if the ADB does not recognize the device?
โ ๏ธ Attention, teams ADB Give applications unlimited access to the file system, which can create vulnerabilities for malware. Use this method only if you are confident in the security of the installed programs.
The solution to the problem: why photos are still stored in internal memory
Even after all the settings, photos can continue to occupy internal memory. Let's consider the typical causes and ways to eliminate them:
| Problem. | Reason. | Decision |
|---|---|---|
| There is no option to save to SD in the camera | Android 11+ or MIUI restrictions | Use Open Camera or ADB |
| Photos are saved to SD, but not displayed in the gallery | The gallery scans only internal memory. | Update the media base: Settings โ Applications โ Gallery โ Clear data |
| SD-map not defined | Incompatible format (NTFS) or damage | Formatting to FAT32/exFAT via PC |
| Apps don't see photos on SD | Android 11+ is blocking access | Use ADB to unlock the device |
If they disappear from the gallery after transferring the photo to SD, follow the following steps:
- Open Settings โ Applications โ Gallery โ Memory.
- Click Clear cache and Clear data.
- Restart your phone โ the gallery will rescan the media files.
โ ๏ธ Attention! If you are using Google Photos for backup, make sure that the sync settings select the folder on the backup. SD-By default, the application only copies files from internal memory.