EXIF Metadata Viewer
Processed Client SideSee every piece of metadata hidden inside a photo — camera, lens, exposure, timestamps, GPS coordinates, and the embedded thumbnail. The file is read in your browser and never uploaded.
Bookmark this tool now — skip the search next time you need it.
About EXIF Metadata Viewer
This tool runs entirely in your browser. Whatever you paste is processed on your own device and is never uploaded, logged, or sent to any server.
Every photo a phone or camera takes carries a second file inside it — a block of metadata called Exif that records the camera and lens, the exposure the shot was made at, the exact second the shutter opened, the software that has touched the file since, and, on a phone with location services enabled, the latitude and longitude to within a few metres. This viewer decodes all of it in your browser and lays it out group by group: the file and container details, IFD0, the Exif sub-directory, GPS, the IPTC and XMP blocks that editing software writes, and the small JPEG thumbnail cameras embed for fast previewing. That thumbnail is worth knowing about on its own, because it is generated at capture and is not always regenerated when the image is edited — a cropped or retouched photo can still carry a thumbnail of the original frame. Everything is parsed from the raw bytes on your own machine; the file is never sent anywhere, which matters more for this tool than for most, since the whole point is to look at data you may not want a stranger to see.
Key features
- Full Exif decode: IFD0, the Exif sub-IFD, GPS, interoperability, and the IFD1 thumbnail directory
- Human-readable values — exposure as 1/250 s, aperture as f/1.8, orientation as "Rotated 90° CW", flash decoded from its bitfield
- GPS coordinates converted from degrees-minutes-seconds to decimal, with altitude and a one-click map link
- The embedded camera thumbnail extracted and shown next to the full image
- IPTC captions, credits and copyright from the Photoshop block, plus the common XMP properties and the raw XMP packet
- Container details for JPEG, PNG, WebP, GIF, TIFF, HEIC and AVIF — dimensions, bit depth, colour type, encoding, ICC profile, PNG text chunks
- Identifying tags — serial numbers, owner name, GPS — flagged in the list, with a switch that redacts them from the export
- Unrecognised tags shown by their hex ID rather than dropped, so manufacturer-private data is still visible
- Export as aligned text, JSON, CSV, a Markdown table, or the raw XMP packet
- Reads the file entirely in your browser — nothing is uploaded, and it works offline
How to use it
- Drop a photo onto the panel, or click to browse for one.
- Read the summary chips for the camera, lens, exposure and capture time at a glance.
- Scroll the grouped tag list, or type in the filter box to jump to a tag by name or value.
- If a GPS block is present, check the decoded coordinates and open the map link to see where the shot was taken.
- Pick an export format, turn on Redact GPS & serials if you are sharing the report, and copy or download it.
Tips & common mistakes
- DateTimeOriginal is when the shutter fired; DateTime in IFD0 is when the file was last written by software. A gap between them means the file has been edited, and the size of the gap is often the more interesting fact.
- Exif timestamps carry no time zone unless the camera wrote the OffsetTime tags, which most did not until around 2020. A 2015 photo timestamped 18:22 is local wall-clock time at an unknown offset — but GPSDateStamp and GPSTimeStamp are always UTC, so a photo with both lets you recover the offset.
- The Software tag is the quiet giveaway on any image claimed to be straight out of camera. Lightroom, Photoshop, and phone editors all stamp it.
- Orientation is why a photo can look correct in one app and sideways in another. The pixels are unrotated; the tag tells the viewer to rotate, and software that ignores it shows the raw frame.
- A missing Exif block is not proof of anything. Every major social platform strips metadata on upload, so a downloaded image having none tells you where it has been, not what it was.
- GPS accuracy varies more than the six decimal places suggest. A phone with a good fix is accurate to a few metres, one indoors or in a city canyon can be off by a block, and GPSHPositioningError records the camera's own estimate when it is present.
- The embedded thumbnail can disagree with the image. Some editors update the full frame and leave IFD1 alone, so comparing the two is a quick check for a crop.
- MakerNote is manufacturer-private and often the largest tag in the file, holding focus points, shutter count, and lens correction data in an undocumented layout. This tool reports its size rather than guessing at its contents.
- If you need to publish a photo, read the metadata first and strip it second. Serial numbers, owner name, and GPS are the three that identify a person, and BodySerialNumber in particular has been used to tie anonymous images back to a photographer.
- Screenshots have almost no metadata by design, and a screenshot of a photo has none of the original photo's. That is why re-photographing or screenshotting an image is an effective, if lossy, way to strip it.