Dash cams need correctly formatted microSD cards to record reliably. The wrong file system or allocation unit size can cause recording gaps, corruption, or the camera to reject the card entirely. For fleet operators and resellers, formatting is a common support issue.
This guide explains how to choose and apply the right format for dash cam microSD cards.

FAT32 vs exFAT for Dash Cams

Most dash cams support FAT32 or exFAT. The choice depends on card capacity and file size:
| File System | Max File Size | Best For |
|---|---|---|
| FAT32 | 4GB per file | Cards 32GB and smaller |
| exFAT | No practical file size limit | Cards 64GB and larger |
A 4GB file limit on FAT32 becomes a problem for long 4K recordings. If the dash cam splits files at 4GB anyway, FAT32 works. If the camera creates larger files, exFAT is required.
File System Technical Differences

FAT32 uses a 32-bit file allocation table with 4GB file size limitation due to 32-bit addressing. It maintains two copies of the file allocation table for redundancy and uses 8.3 filename format with Long Filename extension. exFAT uses 64-bit addressing, supports files up to 16 exabytes theoretically, and optimizes directory structures for large files. exFAT also includes allocation bitmap for faster free space calculation and supports access control lists in some implementations.
Compatibility Considerations
While exFAT is widely supported, some older dash cams (pre-2015) lack exFAT drivers. Certain Linux-based embedded systems also have incomplete exFAT support. If a card formatted exFAT isn’t recognized, FAT32 with 4GB file splitting is the fallback. Most modern dash cams handle both formats transparently.
File Splitting Behavior
Many dash cams automatically split recordings into segments (typically 1, 3, or 5 minutes) regardless of file system. This segmentation aids loop recording management and limits corruption to small segments if power is lost. If your dash cam uses 3-minute segments, even 4K video rarely exceeds 2GB per file, making FAT32 viable for larger cards. Check your dash cam’s recording settings to determine actual file sizes.
Allocation Unit Size
Allocation unit size, also called cluster size, affects how efficiently the card stores files. For dash cams, a larger allocation unit usually performs better because video files are large and sequential.
| Card Capacity | Suggested Allocation Unit |
|---|---|
| 32GB and smaller | 32KB |
| 64GB to 128GB | 64KB or 128KB |
| 256GB and larger | 128KB or 256KB |
Using the default allocation unit size is safe if you are unsure. Some dash cam manufacturers publish a recommended format setting in the manual.
Allocation Unit Impact on Performance
Larger allocation units reduce file system overhead for big sequential writes because the controller tracks fewer clusters. However, they waste space with small files (internal configuration, GPS logs) due to slack space. A 256KB cluster storing a 1KB log file wastes 255KB. For dash cams writing primarily large video files, this tradeoff favors larger clusters. For devices mixing video with many small metadata files, 64KB often provides the best balance.
Wear Leveling Interaction
Flash memory controllers perform wear leveling at the block level (typically 2-4MB erase blocks), independent of file system cluster size. However, frequent small writes to large clusters create more write amplification as the controller manages partial block updates. This is why some industrial applications prefer smaller clusters despite the file system overhead.
Manufacturer-Specific Recommendations
- BlackVue dash cams: 128KB cluster for exFAT, 32KB for FAT32
- Thinkware: Default allocation unit (typically 64KB for 64GB+)
- Viofo: 64KB recommended for all capacities
- Garmin: Format in-camera for optimal settings
Always consult your specific model’s manual, as firmware updates may change recommendations.
How to Format the Card
The safest method is to format the card inside the dash cam. Most dash cams have a format option in the settings menu. This creates the exact file structure the camera expects.
If you format on a computer:
- Back up any files you need
- Use the official SD Card Formatter tool or the operating system format tool
- Select FAT32 for cards 32GB and smaller
- Select exFAT for cards 64GB and larger
- Choose the allocation unit size recommended by the dash cam manufacturer
- Complete the format and test the card in the camera
Windows Formatting Procedure
- Insert card into reader, open File Explorer
- Right-click the card drive, select “Format”
- Choose file system (FAT32 or exFAT)
- Set allocation unit size per manufacturer recommendation
- Uncheck “Quick Format” for full surface scan (recommended for new cards or error recovery)
- Click Start and wait for completion
macOS Formatting Procedure
- Insert card, open Disk Utility
- Select the card (not the volume) in the sidebar
- Click Erase
- Choose format: MS-DOS (FAT) for FAT32, ExFAT for exFAT
- Scheme: Master Boot Record for maximum compatibility
- Click Erase
Note: macOS does not allow cluster size selection through Disk Utility GUI. Use command-line diskutil for custom allocation units if required.
SD Card Formatter Tool Advantages
The SD Association’s official formatter (available free for Windows and Mac) automatically selects optimal allocation unit sizes based on card capacity and SD standard. It also aligns partitions to erase block boundaries, improving flash memory performance and longevity. For best results with consumer cards, this tool outperforms generic OS formatters.
Linux Formatting Considerations
Use mkfs.vfat or mkfs.exfat with explicit cluster size flags. Example for 128KB clusters on a 128GB card:
sudo mkfs.exfat -s 256 /dev/sdX1
The -s 256 specifies 256 sectors per cluster (128KB with 512-byte sectors). Always verify device names carefully to avoid formatting the wrong drive.
Common Format Errors
| Problem | Likely Cause | Solution |
|---|---|---|
| Card not recognized | Wrong file system or unsupported capacity | Reformat with the correct file system |
| Recording stops | Card too slow or fragmented | Use a V30 or higher card and reformat |
| Corrupted files | Card removed during writing | Eject safely and replace worn cards |
| “SD card error” message | Bad blocks or counterfeit card | Test with H2testw and replace if needed |
| Slow formatting | Worn NAND or incompatible allocation unit | Try different cluster size or replace card |
| Frequent reformat requests | Card reaching end of life | Replace with high-endurance card |
H2testw Verification Procedure
When “SD card error” appears, verify card integrity:
- Download H2testw (Windows) or F3 (Linux/Mac)
- Select the card drive and start write+verify test
- Allow several hours for large cards
- Review results for errors or capacity discrepancies
- If errors exceed manufacturer specifications, replace the card
Fragmentation in Loop Recording
Dash cams using loop recording continuously write and delete files, eventually fragmenting the file system even on flash memory. Monthly reformatting restores linear performance. Some dash cams offer “format reminder” settings that prompt after a set interval.
Counterfeit Card Identification
Fake cards often show errors under sustained writes. A 128GB counterfeit may contain only 8GB or 16GB of actual storage, reporting success until the real capacity fills, then corrupting all data. H2testw catches this by writing unique patterns across the full reported capacity and verifying each location.
When to Replace the Card
Even with correct formatting, microSD cards wear out over time. Replace the card if you see repeated errors, slow performance, or missing footage. High-endurance cards last longer but still need periodic replacement.
| Symptom | Recommended Action |
|---|---|
| Frequent recording errors | Replace the card |
| Slow formatting | Test and replace if write speed dropped |
| Missing segments in footage | Replace immediately |
| Card runs hot | Check for counterfeit or worn NAND |
| Physical damage (cracks, bent contacts) | Replace immediately |
| Unusual noise from dash cam | Card may be shorting contacts; remove and inspect |
Endurance Calculation for Fleet Operators
A commercial dash cam recording 1080p at 15 Mbps generates approximately 6.75GB per hour. In a vehicle operating 10 hours daily, that’s 67.5GB daily writes. A 128GB high-endurance card (rated 100 TBW) lasts approximately 1,481 days (4+ years) before theoretical wear-out. However, real-world factors (temperature, power fluctuations, write amplification) typically reduce this by 30-50%. Plan replacement every 2-3 years for fleet vehicles.
Card Health Monitoring
Some premium dash cams (BlackVue DR900X, Thinkware U1000) monitor card health and warn of degradation before failure. If your dash cam lacks this feature, proactively replace cards based on usage hours. Mark installation dates on cards and schedule replacement during regular vehicle maintenance.
Disposal of Worn Cards
Cards containing sensitive fleet footage require secure destruction. Simply deleting files or formatting does not erase data from NAND flash. Physical destruction through shredding or incineration ensures data security. Some industrial shredding services specialize in electronic media destruction and provide certificates of destruction for compliance documentation.
Frequently Asked Questions
Yes, but format the card in each dash cam before first use. Different models create different folder structures, and mixing them can cause recording errors.
Why does my dash cam ask to format a working card?File system corruption from improper shutdown, card wear, or firmware bugs triggers this request. Try formatting in the dash cam. If the request repeats frequently, replace the card.
Should I use Quick Format or Full Format?For routine maintenance, Quick Format is sufficient. For new cards or error recovery, Full Format scans for bad sectors and maps them out. Full Format takes significantly longer but provides more thorough verification.
Can I recover footage after formatting?Sometimes, if no new recordings overwrote the old data. However, dash cams begin recording immediately, so recovery windows are short. Professional data recovery services may help for critical incidents, but success is not guaranteed.
Do I need a special card for 4K dash cams?Yes. 4K recording requires sustained write speeds of at least 30 MB/s (V30 rating). Standard Class 10 cards may handle brief 4K clips but fail during continuous recording. Use cards specifically labeled for 4K video or high-endurance dash cam use.
Final Words
Formatting a microSD card for dash cam use is simple when you match the file system and allocation unit size to the device. Always format in the camera when possible, and use high-endurance cards for continuous recording.
MRT supplies high-endurance microSD cards for dash cams and fleet vehicles. Contact us for bulk pricing and format compatibility testing for your dash cam models.






