View the EXIF data in a photo
Read what the camera wrote into a photo: model, lens, shutter, ISO, the second it was taken, and the coordinates if they are still there. Nothing is uploaded.
What a photo is carrying that you cannot see
A picture is not only pixels. Every camera and nearly every phone writes a block of notes beside the image — the body it came from, the settings it used, the moment the shutter opened and, if location services were on, the point on the earth it was standing on. None of it shows when you look at the photograph, and all of it travels when you send the file as a file.
This page reads that block and lays it out as cards: camera, exposure, dates, location, shutter count, software. Where a field is missing the card says so instead of leaving a blank you have to interpret. What you want is a decision — is this file safe to post — and a wall of forty raw tags is not one.
The photo is read here, not on a server
Most online metadata viewers are an upload form. To find out whether a file is safe to share you first hand it to a stranger in full, coordinates included, and then hope the retention promise underneath the button is true.
This one has no upload endpoint to send it to. The parser is JavaScript that arrived with the page, the browser’s own file reader turns your choice into bytes in this tab, and the bytes go nowhere else — your photo is never uploaded. Open the network panel while you choose a file and watch: nothing carrying the image is requested. Closing the tab is the entire deletion policy.
Coordinates, and why the map is a link
A camera does not store “51.5, −0.125”. It stores three fractions per axis and a separate letter for the hemisphere, which is the detail sloppy readers get wrong and park a London photograph in the wrong half of the world. The report does the arithmetic, shows the decimal degrees, and offers an OpenStreetMap link.
It is a link rather than a map that draws itself. An embedded map would request a tile server with the coordinates out of your file — very often a home address — the instant the report appeared, which is the exact disclosure somebody came here to avoid. Nothing is requested until you decide to click.
HEIC, screenshots, and files that come back empty
An iPhone photo is usually HEIC, and HEIC keeps its metadata inside a container this parser does not decode. The tool names the format and stops there rather than inventing a camera model for it. Export or share the picture as JPEG — “Most Compatible” on iOS, or Preview’s JPEG export on a Mac — and that file reads in full.
A photo that comes back with nothing in it is usually a photo that has already been through something. Social networks re-encode on upload, a screenshot was made by the operating system and never had a camera block, and a chat app that compresses has already dropped it. An empty report is an answer, not a broken viewer.
What each field in the report is telling you
The cards are the short version. These are the fields that say something about you or about the camera body, rather than about the photograph.
| Field | What it is | Why it is on a card |
|---|---|---|
| GPSLatitude / GPSLongitude | Where the camera was standing when the shutter opened | Your address, if the picture was taken at home |
| DateTimeOriginal | The moment the exposure was made, to the second | When you were somewhere — and, by omission, when you were not |
| Make / Model | The camera or the phone that produced the file | Ties photographs posted under different names to one device |
| BodySerialNumber | The serial number of the camera body itself | Ties every photograph that body has ever taken to each other |
| ImageNumber | How many times the shutter has fired, on the bodies that write it | The actuation count a used-camera listing is asked for |
| Thumbnail | A second, smaller copy stored beside the picture | On a cropped photo it can still show what was cut out |
Common questions
Does my photo get uploaded to view its EXIF data?
No. The file is read in your browser and never leaves your device — there is no upload endpoint on this site to send it to. You can watch the network inspector while you choose a photo and see that the image bytes are not requested from anywhere.
What file types can it read?
JPEG, PNG, WebP and TIFF, including GPS and a shutter count when the camera wrote one. HEIC from an iPhone is recognised and reported as not parsed rather than guessed at; export it as JPEG and that file reads in full.
Why does my photo show no EXIF data at all?
Because something already removed it. Facebook, Instagram and X strip metadata when you upload, a compressed chat photo has been re-encoded, and a screenshot never had any. That is the expected result for those files, not a failure of the viewer.
Can I see where a photo was taken?
If the coordinates are still in the file, yes: they appear as decimal degrees with a map link you choose to open. If they were stripped, no tool can recover them from that copy — they were deleted, not hidden.
What is the smallest size an image can be compressed to?
There is no hard floor, but below roughly 10 KB a photograph has to become very small in pixel terms — around 200 by 150 — before it fits. Line art and signatures go far lower because they contain much less detail to store.
Everything else on the site
- Compress to a sizeAny size you type
- 50 KB in pixelsWidth and height at 20, 50, 100, 240 KB
- Compress to 10 KBPre-set to 10 KB
- Compress to 15 KBPre-set to 15 KB
- Compress to 20 KBPre-set to 20 KB
- Compress to 25 KBPre-set to 25 KB
- Compress to 30 KBPre-set to 30 KB
- Compress to 50 KBPre-set to 50 KB
- Compress to 100 KBPre-set to 100 KB
- Compress to 150 KBPre-set to 150 KB
- Compress to 200 KBPre-set to 200 KB
- Compress to 240 KBPre-set to 240 KB
- Compress to 300 KBPre-set to 300 KB
- Compress to 500 KBPre-set to 500 KB
- Compress to 1000 KBPre-set to 1000 KB
- Resize to 10 KBPre-set to 10 KB
- Resize to 15 KBPre-set to 15 KB
- Resize to 20 KBPre-set to 20 KB
- Resize to 25 KBPre-set to 25 KB
- Resize to 30 KBPre-set to 30 KB
- Resize to 50 KBPre-set to 50 KB
- Resize to 100 KBPre-set to 100 KB
- Resize to 150 KBPre-set to 150 KB
- Resize to 200 KBPre-set to 200 KB
- Resize to 240 KBPre-set to 240 KB
- Resize to 300 KBPre-set to 300 KB
- Resize to 500 KBPre-set to 500 KB
- Resize to 1000 KBPre-set to 1000 KB
- Remove EXIFStrip the metadata, keep the picture