Quick answer: Take an original JPG or RAW from the camera, open it in an EXIF viewer that reads MakerNotes, and look for ShutterCount (Nikon/Sony), ImageNumber or ShutterCount (Canon). Online viewers and ExifTool show it instantly — but only from the original file, not a screenshot or WhatsApp image.
Every time your camera’s mechanical shutter fires, a counter increases. That number — shutter count or shutter actuations — is embedded in every photo you take. It tells buyers, sellers, and rental shops exactly how used a camera is, much like mileage on a car. Reading it takes seconds when you know where to look.
What Shutter Count Is — And Why It Matters
A mirrorless or DSLR shutter is a physical mechanism rated for a finite number of cycles. Entry-level cameras are typically rated 50,000 actuations, prosumer 100,000–150,000, and pro bodies 300,000+. Once exceeded, the shutter may fail and require replacement (often $200–$400).
Knowing the count matters when:
- Buying used — a 10,000-actuation camera is significantly more valuable than a 90,000 one.
- Selling — proving low shutter count justifies a higher price.
- Rentals and warranties — shops track actuations per body.
- Insurance — actuations help verify usage claims.
Electronic shutter (silent mode) may not increment the mechanical count on some cameras — see brand differences below.

Where Shutter Count Is Stored
Shutter count is NOT in standard EXIF DateTime or GPS fields. It lives in MakerNotes — manufacturer-specific EXIF data that only dedicated viewers expose.
| Brand | Field Name | Example Value | Notes |
|---|---|---|---|
| Nikon | ShutterCount | 23,451 | Reliable on most DSLRs and Z-series |
| Canon | ShutterCount / ImageNumber | 15,204 | Newer R-series uses ShutterCount; older uses ImageNumber |
| Sony | ShutterCount | 8,902 | In ARW RAW and JPG; A7 series reliable |
| Fujifilm | ShutterCount | 4,118 | X-series stores in RAF/JPG MakerNotes |
| Pentax | ShutterCount | 12,340 | In PEF/DNG MakerNotes |
| Olympus/OM System | ShutterCount | 6,710 | In ORF/JPG |
Source: Phil Harvey ExifTool tag database — MakerNotes tags per brand.
Good to know: Smartphones do not have a mechanical shutter — shutter count is irrelevant for iPhone/Android photos. This guide applies to interchangeable-lens cameras only.
Method 1 — Online EXIF Viewer (No Install)
In brief: Upload an original photo to an EXIF viewer that reads MakerNotes; the shutter count appears alongside other EXIF.
The ExifInjector EXIF Viewer exposes MakerNotes, so ShutterCount/ImageNumber appears without command lines.
- Step 1: Set the camera to JPG (or JPG+RAW) and take a fresh photo — any subject works.
- Step 2: Transfer the original file directly via cable or card reader — do not send via WhatsApp, email recompression, or screenshot.
- Step 3: Upload the JPG or RAW to the EXIF Viewer (tools/exif-viewer).
- Step 4: Search for ShutterCount, ImageNumber, or Shutter Count — copy the number.
- Step 5: Optional: upload 2–3 photos taken sequentially; the count should increase by 1 each time, confirming it is the mechanical count.
Tip: If no ShutterCount appears, try a RAW file (CR3, NEF, ARW) instead of JPG — some cameras store the count only in RAW MakerNotes.
Method 2 — ExifTool (Bulk and Most Reliable)
ExifTool reads every MakerNotes tag and works offline — the forensic standard.
- Nikon/Sony/Fujifilm: exiftool -ShutterCount photo.jpg
- Canon: exiftool -ShutterCount -ImageNumber photo.jpg
- All brands: exiftool -MakerNotes:ShutterCount -MakerNotes:ImageNumber -EXIF:DateTimeOriginal photo.jpg
- Bulk CSV: exiftool -csv -ShutterCount -ImageNumber -Model *.jpg > shutter.csv
Why ExifTool: Online viewers sometimes hide MakerNotes for privacy. ExifTool shows every tag, including when a brand stores the count under an unexpected name (e.g., Canon ShutterCount vs ShutterCountValue).
Method 3 — On-Camera Menu (Select Models)
Some cameras display actuations without a computer:
| Camera | Menu Path | What It Shows |
|---|---|---|
| Nikon Z9/Z8 | Setup Menu → Shutter count | Total mechanical actuations |
| Sony A7IV/A1 | Setup → Version → Shutter count* | Recent bodies only; older need EXIF |
| Canon R5/R6 | Setup → System → Shutter count* | R-series only |
* Not all firmware versions expose this; EXIF method works on all.
Why Shutter Count Sometimes Does Not Appear
| Symptom | Cause | Fix |
|---|---|---|
| No ShutterCount field | Photo is a screenshot, edited export, or forwarded via messaging app | Use the original JPG/RAW straight from card |
| ShutterCount = 0 or 1 | Photo was taken in electronic/silent shutter mode | Take a photo in mechanical shutter mode |
| Very low count on used camera | Seller may have reset via service or provided a different file | Ask for 3 sequential photos; verify EXIF SerialNumber matches body |
| Different counts in same batch | Mix of mechanical and electronic actuations | Compare only mechanical-shutter photos |
How to Verify When Buying Used Gear
Request 3 original photos taken today (JPG+RAW) — not downloads from a gallery.
Read ShutterCount and SerialNumber in EXIF — SerialNumber should match the body serial on the camera base.
Check DateTimeOriginal is today — proves the files are recent, not old low-count samples.
For mirrorless, ask for both mechanical and electronic counts if available — some sellers report only the lower electronic number.
Compare against CIPA durability ratings to estimate remaining life (e.g., 23k/150k = ~15% used).
Quick Checklist
- Use an original JPG/RAW, not a forwarded image.
- Read ShutterCount (Nikon/Sony) or ShutterCount/ImageNumber (Canon) in an EXIF viewer.
- Confirm with ExifTool if the online viewer hides MakerNotes.
- Verify SerialNumber and DateTimeOriginal when buying used.
FAQ
Is shutter count stored in every photo?
Only in original photos from interchangeable-lens cameras (DSLR/mirrorless). Smartphones, screenshots, and forwarded images do not contain a meaningful shutter count. Edited exports may also lose MakerNotes.
Does electronic shutter count toward shutter count?
On most cameras, electronic (silent) shutter does not increment the mechanical shutter count, or it increments a separate electronic count. For an accurate mechanical count, take a photo in mechanical shutter mode.
Can shutter count be reset?
Not by the user. Only Canon/Nikon service centers can reset the count when replacing the shutter mechanism. A reset without service is a red flag. Verify via multiple sequential files and SerialNumber.
What shutter count is too high?
Depends on rating: entry-level 50k, prosumer 150k, pro 300k+. A camera at 80%+ of its rating has higher failure risk and should be priced accordingly. Rental shops often retire bodies at 70% of rating.
Can I check shutter count on iPhone or Android?
No — phones have an electronic global shutter with no mechanical actuations to count. Shutter count applies only to DSLR/mirrorless cameras with physical shutters.
EXTERNAL SOURCES
JEITA EXIF 2.32 — MakerNotes structure (manufacturer-specific tags)
Canon EXIF MakerNotes — ShutterCount / ImageNumber documentation (Canon EDSDK)
Nikon MakerNotes — ShutterCount tag specification
Sony MakerNotes — ShutterCount in ARW/JPG
CIPA DC-011 — Shutter durability ratings (entry 50k, prosumer 150k, pro 300k+ actuations)
