Free EXIF Metadata Viewer — Your File Never Leaves Your Browser
Read EXIF, GPS, IPTC, and XMP metadata from any photo or PDF instantly — with GPS shown on a map, privacy risk scoring per field, and JSON/CSV export. Everything runs in your browser. Your file never leaves your device.
Last updated:
Upload Files
Select files to begin. Processing runs locally in your browser.
Result Preview
No preview yet.
Result
No processed file yet.
Download
Process files to enable download actions.
Privacy Note
All metadata reading runs entirely in your browser using the FileReader API and the exifr library. No file data is sent to any server. GPS reverse geocoding sends only latitude and longitude coordinates to OpenStreetMap Nominatim — your file itself never leaves your device.
Website assets are served from hosting/CDN. Private file processing stays local in your browser.
- Check what GPS coordinates, author name, and camera serial a photo reveals before posting it on Instagram, classified listings, or social media.
- Audit a received image or PDF to see who created it, when, and with which software before accepting it as authentic.
- Verify that a file contains no GPS or personal data before attaching it to a legal document or press release.
- Inspect AI-generated images for embedded generation prompts, C2PA provenance data, or Stable Diffusion workflow fields.
- Check iPhone HEIC photos for embedded GPS, face detection flags, and Live Photo references before sharing.
- Export a metadata report as JSON or CSV for a GDPR audit trail or legal submission.
- Drop an image or PDF onto the tool, or click Browse file to select one.
- The tool reads all metadata fields and displays them grouped and colour-coded by privacy risk level.
- Review the plain-English risk summary to understand what information the file exposes.
- If GPS is present, the coordinates are shown on an interactive map with a reverse-geocoded street address.
- Export the report as JSON or CSV, or click Remove Metadata to clean the file.
Check an iPhone photo before sharing online
A HEIC photo taken on an iPhone with Location Services enabled. GPS coordinates shown on a map, reverse-geocoded to a street address, camera model, iOS version, date and time — all risk-scored with an overall Privacy Exposure rating. Audit a received PDF for author data
A PDF document submitted by a third party. Author name, creator application, creation and modification dates displayed with risk colour coding and a JSON export button. Inspect an AI image for embedded prompts
A PNG exported from Stable Diffusion with generation parameters in tEXt chunks. The prompt, negative prompt, seed, model name, and other AI generation fields shown under the AI Metadata category. - Use this tool when you want to see exactly what metadata a file contains before deciding whether to remove it.
- Use Metadata Remover instead when you already know you want to strip all or specific metadata fields.
- Use this tool for compliance or legal audit purposes when you need an exportable metadata report.
- RAW camera formats (CR2, NEF, ARW, DNG) can be read by the underlying library but results vary by camera brand and model.
- Very large files (over 50 MB) are not supported due to browser memory limits.
- Encrypted or password-protected PDFs may return no metadata.
- MakerNote proprietary camera data is intentionally excluded as it is not human-readable without manufacturer-specific decoders.
- GPS reverse geocoding depends on the OpenStreetMap Nominatim service. If the service is unavailable, coordinates are still shown but the human-readable address may not load.
- Some cameras embed GPS in non-standard EXIF segments that exifr may not detect.
- PNG files can contain AI metadata in non-standard text chunks that are detected on a best-effort basis.
| Direction | Format | Support | Notes |
|---|---|---|---|
| Input | JPEG / JPG | ✓ Full | Full EXIF, GPS, IPTC, XMP and thumbnail data read. |
| Input | PNG | ✓ Full | EXIF in eXIf chunk, XMP, and AI tEXt/iTXt chunks read. |
| Input | WebP | ✓ Full | EXIF and XMP metadata read. |
| Input | HEIC / HEIF | ✓ Full | EXIF and GPS data read from iOS and Android HEIC files. |
| Input | GIF | ◑ Partial | XMP metadata block read when present; GIF has no EXIF standard. |
| Input | AVIF | ◑ Partial | EXIF container read; field coverage depends on encoder. |
| Input | TIFF / BMP | ◑ Partial | EXIF fields read; coverage varies by file origin. |
| Input | ✓ Full | DocInfo fields (author, title, creator, dates) read via pdf-lib. | |
| Output | JSON report | ✓ Full | All metadata fields exported with key, label, value, category, and risk level. |
| Output | CSV report | ✓ Full | Flat CSV suitable for spreadsheet import or audit logging. |
Input formats: JPEG, PNG, WebP, HEIC, HEIF, GIF, AVIF, TIFF, BMP, PDF
Output formats: JSON, CSV