How to view (and strip) EXIF metadata in your browser
Drop a JPEG to see camera, lens, exposure and GPS details. Re-encode to strip metadata before sharing.
Step 1
Drop a JPEG
Drag or click. Bytes are read directly in your browser — nothing uploads.
Step 2
Inspect metadata
Camera, lens, exposure, GPS and other tags appear grouped (IFD0 / EXIF / GPS). Manufacturer-specific blobs are not decoded.
Step 3
Optionally strip
Click 'Re-encode without metadata' to get a clean copy. Useful before posting publicly.
In-depth guide
EXIF viewer — see and strip photo metadata in your browser
Drop in any JPEG and see the metadata your camera or phone embedded — camera and lens details, exposure settings, date taken, GPS coordinates. Optionally re-encode the file to strip all metadata before sharing. Everything runs locally.
What is EXIF?
EXIF (Exchangeable Image File Format) is a metadata standard embedded inside JPEG files. Cameras and phones record details about how a photo was taken — exposure, focal length, GPS location — into a structured block at the start of the file. Image viewers and photo libraries use this metadata to organise and display photos.
Manufacturer-specific MakerNote blobs are not decoded — those need vendor-specific parsers.
Privacy implications
EXIF can leak more than you intend:
GPS coordinates reveal exactly where the photo was taken — your home, your kid's school.
Device serial numbers in some cameras allow correlation across photos.
Original filenames can include user names or session IDs.
Software fingerprints reveal what editing tools you use.
Major social platforms (Twitter, Instagram, Facebook) strip EXIF on upload — but blogs, file-share services and email do not. Strip before public sharing.
Frequently asked questions
Does this tool upload my photo anywhere?
No. EXIF parsing happens by reading the file's bytes directly in your browser via the FileReader API. Nothing is sent anywhere — useful for inspecting photos that contain sensitive GPS or device data.
Which formats are supported?
JPEG only. PNG metadata uses tEXt / iTXt chunks; HEIC / HEIF uses a different container. They're out of scope for this in-browser tool — use a desktop app like ExifTool for those.
What tags are extracted?
Common photographic metadata — camera make / model, lens, exposure (shutter, aperture, ISO), date/time, orientation, GPS coordinates, software, copyright. Manufacturer-specific MakerNote blobs are not decoded.
Why might GPS be missing?
Cameras and phones can be set to not record location; social platforms strip it on upload; cropping in some editors discards it. Privacy-conscious workflows usually want it gone before sharing.
What does 'Strip metadata' do?
Re-encodes the photo via canvas as a fresh JPEG. The new file has no EXIF, XMP, ICC profile or embedded thumbnail. Useful before sharing publicly.
Will stripping change image quality?
Yes slightly — canvas re-encodes at ~92% quality JPEG. Visually nearly identical to the original but technically lossy. For lossless stripping, use exiftool or similar from the command line.
Keep exploring
More tools you'll like
Hand-picked utilities that pair well with the one you're on — all
free, client-side, and zero-signup.