Modern smartphones on Android allow you to shoot video in resolutions up to 8K, but such files take up tens of gigabytes of memory. If the built-in storage is not enough, the logical solution is to record videos directly on microSD. However, not everyone knows how to properly configure this function in order to avoid errors, loss of quality or malfunctions of the camera.
In this article we will look at all the ways to redirect video recording to an external drive: from basic settings in a stock camera to manually mounting a memory card in custom firmware. We will also find out why some devices do not support recording to SD by default, and how to bypass this limitation without root access. If you often shoot video on a smartphone, these tips will save space and nerves.
โโโ
Why video is not recorded on an SD card: the main reasons
Even if a memory card is installed in the smartphone, the system may ignore it when recording video. Here are the most common reasons:
- ๐ฑ Manufacturer restrictions: some brands (for example, Samsung or Google Pixel) block writing to external drives in stock firmware due to security policies.
- ๐พ Card file system: FAT32 does not support file sizes more than 4 GB, and video
4K@60fpsexceeds this limit in a few minutes. - ๐ง Incorrect camera settings: internal memory can be selected as default in the save menu.
- ๐ซ Lack of write rights: Android 10+ required explicit permission to access external drives for each application.
Most often, the problem is solved by formatting the card in exFAT or NTFS (if the device supports these file systems) and manually changing the save path in the camera settings. But there are also more complex cases - for example, when the manufacturer artificially limits the functionality.
โ ๏ธ Attention: On devices with Android 11+ i Scoped Storage some applications may lose access to the SD card after updating the OS. Before recording an important video, check the access rights in Settings โ Applications โ Permissions.
Preparing an SD card: formatting and selecting a file system
Before setting up video recording, make sure that the memory card is ready for use. The main parameter is file system:
| File system | Max. file size | Android compatibility | Suitable for video? |
|---|---|---|---|
| FAT32 | 4 GB | All versions | โ No (size limit) |
| exFAT | 16 EB (almost without restrictions) | Android 6.0+ | โ Yes (optimal choice) |
| NTFS | 16 EB | Requires root or supported kernel | โ ๏ธ Conditional (may slow down recording) |
For most users the best option is exFAT. It is supported by all modern smartphones and has no restrictions on file size. You can format the card directly in your phone:
- Open
Settings โ Storage. - Select your SD card and click โFormat.โ
- Specify the file system exFAT (if option available).
If there is no option in the menu exFAT, use a computer or special applications like SD Card Formatter from SD Association.
Setting up video recording to an SD card in a stock camera
In most smartphones, the path for saving video changes directly in the camera application. Let's consider the process using the example of popular brands:
For devices Samsung (One UI)
1. Open the application Camera.
2. Tap the โ๏ธ icon (โSettingsโ) โ โSave options.โ
3. Select "Memory card" in the "Save location" section.
4. Restart the camera for the changes to take effect.
For Xiaomi (MIUI)
1. In the camera, tap on the three dots (โฎ) โ โSettings.โ
2. Go to โSave location" โ "Memory card".
3. If the option is inactive, check that the card is formatted as internal storage (see next section).
For Google Pixel and stock Android
In pure Android, the way to save video is hard tied to internal memory. The only way to get around this is:
- ๐ Using third-party cameras (for example, Open Camera).
- ๐ง Through
ADB-commands (PC required). - ๐ ๏ธ Installing custom firmware (for example, LineageOS).
If your brand is not in the list, look for the option using the keywords: "Storageยป, ยซMemory" or "Saving" in the camera settings.
Formatting the card in exFAT|Checking free space (minimum 10% of the volume)|Setting the save path in the camera|Rebooting the phone after changes-->
Using the SD card as internal memory
If in the camera settings there is no option to save to SD, try merge the card with internal storage. This method works on most devices with Android 6.0+, but has some nuances:
- Insert the card into the smartphone.
- When When the notification "New SD card" appears, tap "Configure".
- Select "Use as internal storageยป.
- Follow the system instructions (the card will formatted!).
After this, all applications, including the camera, will be able to save data on SD as on regular internal memory. Important: after such formatting, the card cannot be read on other devices without completely erasing the data.
โ ๏ธ Attention: The combined card cannot be removed without resetting the phone to factory settings. It may also work slower than the internal memory, which will affect the speed of recording video in high resolutions (for example, 4K@120fps).
If the โUse as internal storageโ option is missing, check:
- ๐ Card compatibility (class recommended) data-i="138">or higher). UHS-I U3 or higher).
- ๐ Firmware updates (on some devices the function appears after the update).
- ๐ ๏ธ Availability of root access (on some custom firmware manual mounting is required).
Third-party applications for recording video on SD card
If the stock camera does not support saving to an external drive, use alternative applications:
Open Camera
Free open source camera that supports:
- ๐ฅ Video recording to
4Ki1080p@60fps. - ๐พ Selecting the saving path (including SD card).
- ๐ง Manual bitrate and codec settings (H.264, H.265).
To configure saving to the card:
- Open Open Camera โ click โ๏ธ ("Settings").
- Go to "Video folderยป โ ยซSelect folderยป.
- Specify the path to the SD card (for example,
/storage/1234-5678/DCIM/).
Footage (for professional filming)
Application for videographers with support:
- ๐น Records in LOG profile (for post-processing).
- ๐พ Saving to external drives, including USB-OTG.
- ๐ Monitoring bitrate and card fullness in real time.
Third-party cameras often offer more settings than stock ones, but may require additional permissions (for example, access to Camera2 API).
Before shooting important video, check the recording speed of the SD card using the application A1 SD Bench. For 4K@30fps requires a minimum 10 MB/s stable recording, for 4K@60fps - no less than 30 MB/s.
Solving problems with recording video to an SD card
If the video is not saved to the card or recording is interrupted, use these instructions:
1. Error โNot enough spaceโ when the card is free
Causes and solutions:
- ๐๏ธ Card is full hidden files (cache, thumbnails). Use Files by Google to clean.
- ๐ The file system is damaged. Reconnect the card to the PC and run the command:
chkdsk D: /f(replace
D:with your drive letter). - ๐ฑ Manufacturer limitation. On some Huawei and Xiaomi you need to enable "Allow access to SD" in the developer settings.
2. The video is recorded, but it slows down or breaks
Probable reasons:
- ๐ข Slow card (lower class UHS-I U1).
- ๐ Energy saving. Disable battery optimization for the camera application.
- ๐ก Background processes. Close all application before shooting.
3. The application does not see the SD card
Check:
- ๐ Permissions:
Settings โ Applications โ [Camera name] โ Permissionsturn on โStorageโ. - ๐ Connection: remove and reinsert the card.
- ๐ Formatting: some applications do not work with NTFS.
If the problem persists, try recording a test video in another application (for example, Google Camera or ProCam X).
How to check the real speed of an SD card?
Use the application A1 SD Bench (free on Google Play). Run a recording test (Write) - if the speed is lower 10 MB/s, the card is not suitable for 4K video. Optimal performance:
- 1080p@30fps: 5โ10 MB/s
- 4K@30fps: 15โ25 MB/s
- 4K@60fps: 30+ MB/s
Storage optimization: how to save space on an SD card
High-definition video quickly fills the card To extend its life:
- ๐๏ธ Reduce the resolution: instead
4Kuse1080pโthe difference on the smartphone screen is minimal, and space is saved 3-4 times. - ๐ Enable compression: in the camera settings, select the codec H.265 (HEVC) instead H.264 โfiles will be lighter with the same quality.
- ๐๏ธ Clear cache: applications like Gallery create video thumbnails that take up gigabytes. Use SD Maid to automatically clean up.
- โ๏ธ Automatic upload: set up synchronization with Google Photo or Dropbox in the background (only over Wi-Fi!).
For advanced users there is another way - change in bitrate. For example, in Open Camera you can manually set the value 20 Mbps instead of the standard 50 Mbps for 4K. will drop slightly, and the recording duration on the same card will increase by 2โ2.5 times.
| Resolution | Bitrate (standard) | Bitrate (optimized) | Saving space |
|---|---|---|---|
1080p@30fps |
10 Mbps | 6 Mbps | ~40% |
4K@30fps |
50 Mbps | 25 Mbps | ~50% |
4K@60fps |
100 Mbps | 40 Mbps | ~60% |
โ ๏ธ Attention: Too low a bitrate (for example,5 Mbpsfor1080p) will lead to the appearance of artifacts (โsquaresโ) in dynamic scenes. Select the optimal value experimentally.
FAQ: Frequently asked questions about recording video on an SD card
Is it possible to record video on an SD card without formatting?
Yes, if the card is already formatted in exFAT or FAT32 (but remember the 4 GB limit for FAT32). If the file system is NTFS, most smartphones will need reformatting.
Why does the video on the SD card play jerkily?
This is due to the low speed of reading the card. For smooth playback 4K a speed of at least 10 MB/sis required. Check the card in A1 SD Bench โif the speed is lower, replace it with a class model UHS-I U3 (for example, SanDisk Extreme).
How to transfer already recorded videos from internal memory to an SD card?
Use any file manager (for example, Files by Google or Solid Explorer):
- Open the folder
DCIM/Camerain the internal memory. - Select the desired videos โ โCopyโ.
- Go to the SD card, create a folder (for example,
Videos) and paste the files.
To speed up the process, connect your phone to PC and use Windows/macOS Explorer.
Is it possible to use an SD card as the main storage for video on Google Pixel?
No, smartphones Google Pixel (including models up to Pixel 8) do not support recording video to external drives in stock firmware. Solutions:
- Use third-party cameras (Open Camera, Footage).
- Install custom firmware (for example, LineageOS).
- Connect a card via USB-OTG and record video on it using a PC or tablet.
Which Is an SD card better for recording video in 4K?
Recommended models (for 2026):
- SanDisk Extreme Pro UHS-I U3 (write speed up to 90 MB/s).
- Samsung PRO Endurance UHS-I U3 (optimized for long-term recording, can withstand up to 43,800 hours recording).
- Lexar Professional 1066x UHS-I U3 (good price/quality ratio).
Minimum requirements: class U3 or V30, volume from 64 GB.