2026-08-14
Best MicroSD Card for Raspberry Pi 5 Dashcam or Security Cam (Endurance Rated)
For a Raspberry Pi 5 running continuous-write workloads like a dashcam or security camera, the Samsung PRO Endurance 128GB is the strongest overall pick based on published specs — but you should seriously consider skipping microSD entirely and writing footage to NVMe, which is what I actually did and measured. Here's the honest breakdown.
Why Endurance Cards Exist (and Why They Matter Here)
Standard microSD cards use TLC or QLC NAND tuned for burst writes — photos, app installs, occasional video. A security camera or dashcam hammers the card with sustained sequential writes 24/7. Regular cards die in weeks or months under that load. Endurance-rated cards use higher-grade NAND (often pSLC or MLC-mode TLC) with dramatically higher write endurance ratings, measured in hours of continuous 1080p recording or total terabytes written (TBW).
A Raspberry Pi 5 running MotionEye, Frigate, or a custom ffmpeg pipeline recording 1080p at a reasonable bitrate will write roughly 10–20 GB per day depending on resolution, framerate, and codec. That's 3.6–7.3 TB per year. A standard 128 GB card rated for maybe 50–100 TBW won't last. An endurance card rated for 40,000+ hours of recording will.
The Four Endurance Cards Worth Considering
I haven't personally benchmarked any of these microSD cards — my Pi 5 build boots from NVMe (details below). Everything here is based on published manufacturer specs and widely reported community experience.
Samsung PRO Endurance 128GB
Reportedly the best-specified option. Samsung rates it at 140,160 hours of continuous 1080p recording (about 16 years). Published speeds: up to 100 MB/s read, 40 MB/s write. It's rated for operating temperatures from -25°C to 72°C, which matters for dashcam use in hot vehicles. Samsung's NAND and controller reputation is strong here.
SanDisk MAX Endurance 128GB
SanDisk rates this at 60,000 hours of continuous Full HD recording. Published speeds: up to 100 MB/s read, 40 MB/s write — on paper identical to the Samsung. The MAX line is the top endurance tier from SanDisk (above their "High Endurance" line). Well-regarded but roughly 40% less rated endurance than the Samsung PRO Endurance at the same capacity.
Kingston High Endurance 128GB
Rated at 24,000 hours of continuous recording. Published speeds: 95 MB/s read, 45 MB/s write. The slightly higher write speed is interesting, but the endurance rating is substantially lower — about one-sixth of the Samsung. Still far better than a standard card.
Silicon Power Superior Endurance 128GB
Silicon Power Superior Endurance 128GB
Rated at 40,000 hours. Published speeds: 100 MB/s read, 80 MB/s write. That write speed claim stands out, and if accurate, it's the fastest writer of the group. Less community track record than Samsung or SanDisk, but the specs are competitive.
What I Actually Run: NVMe on the Pi 5
My Pi 5 doesn't use a microSD card at all. Here's what I measured on my actual build:
- Board: Raspberry Pi 5 Model B Rev 1.1, 15Gi RAM (the 16 GB model, reporting ~15Gi usable)
- OS: Debian GNU/Linux 13 (trixie), kernel 6.18.34+rpt-rpi-2712
- Boot drive: Fanxiang S501Q 512GB NVMe, booting directly from
/dev/nvme0n1p2 - PCIe mode: Gen 2 (default)
Measured speeds with fio:
| Metric | Result |
|---|---|
| Sequential read | 453 MB/s |
| Sequential write | 438 MB/s |
| Random 4K read IOPS | 16,433 |
That 438 MB/s sequential write is roughly 10× faster than the best-case published microSD write speeds above. More importantly for camera workloads, NVMe doesn't suffer from the write amplification and wear issues that plague microSD under sustained sequential writes. The Fanxiang S501Q is a budget NVMe drive, and it still crushes any microSD card in this role.
Thermals stayed remarkably tame: 49.4°C at idle, 48.8°C after sustained load (the slight drop is likely the fan ramping up under load). No throttling concerns.
If your Pi 5 is stationary — a security camera, not a dashcam — NVMe is the better architecture. You get an M.2 HAT or adapter board for the Pi 5's PCIe connector, a cheap 256–512 GB NVMe drive, and you never worry about microSD wear again. If you need to clone or migrate drives, an external NVMe enclosure like M.2 NVMe SSD Enclosure – USB-C 10Gbps with Magnetic Closure makes it painless to image or swap drives without pulling the Pi apart.
When MicroSD Still Makes Sense
Dashcam builds. If the Pi 5 lives in a vehicle, you want the smallest possible form factor and no ribbon cables or HAT boards rattling loose. A high-endurance microSD card inserted directly into the Pi's slot is mechanically simpler and more vibration-tolerant. The Samsung PRO Endurance's -25°C to 72°C operating range is specifically designed for this.
Disposable storage philosophy. Some people prefer to treat the microSD as a wear item — record to it, accept it'll die in 1–2 years, and replace it for $15. If you back up footage to a NAS or cloud storage nightly, this is a valid approach. Just don't use a standard card; use an endurance-rated one so "1–2 years" doesn't become "3 weeks."
Who Should NOT Do This
- Don't run Frigate with object detection writing to microSD. Frigate's database writes, model inference temp files, and constant clip saving create mixed random+sequential write patterns that destroy microSD cards far faster than pure video recording. Use NVMe or write to a network share.
- Don't use a non-endurance card and assume it'll be fine. It won't. I've seen standard Samsung EVO cards last under a month in continuous-write Pi camera setups. This is a solved problem — buy the right card or use NVMe.
- Don't expect microSD to match NVMe for simultaneous recording + serving. If you're recording and also serving a live RTSP stream or running a web interface, the random read + sequential write mix will bottleneck a microSD card hard. My NVMe setup handles this without breaking a sweat at 16,433 random read IOPS.
Backing Up Footage Off-Device
Whether you use microSD or NVMe, footage sitting on a single device in a camera is not a backup. For security cam setups, an rsync cron job pushing clips to a NAS or to off-site object storage like Backblaze B2 B2 (fractions of a cent per GB) keeps you covered if the card dies or someone steals the camera.
Verdict
For dashcams or vibration-prone installs: the Samsung PRO Endurance 128GB has the best rated endurance at 140,160 hours and the widest temperature tolerance. It's the safest microSD pick based on published specs.
For stationary security cameras: skip microSD entirely, boot from NVMe, and enjoy 10× the write speed with far better longevity — exactly what I run and measured on my own Pi 5 build.
For either setup: back up footage off-device, because no storage is immortal.