Skip to main content

    EXIF Data Viewer

    Read camera settings, GPS coordinates, and full EXIF metadata from any JPG, TIFF, or HEIC image. Parsing happens entirely in your browser; no image is uploaded.

    Free to use. Runs in your browser.

    Upload a JPG, TIFF, or HEIC photo to read its embedded EXIF metadata: camera make and model, lens, aperture, shutter speed, ISO, focal length, date taken, and GPS coordinates if present. For screenshots and most PNG files no EXIF is stored, so only file properties appear. Everything runs in your browser; your image never leaves your device.

    Drop an image or click to upload

    JPG, TIFF, HEIC for full EXIF. PNG, WebP, and others show file properties.

    How EXIF parsing works

    Formula or method

    The tool uses exifr (MIT licence), an open-source JavaScript library, to parse binary EXIF, TIFF, and GPS segments embedded in the image file. All parsing happens inside your browser using the File API; no image data or metadata is sent to any server. The library reads EXIF/TIFF tag values directly from the file buffer and returns them as a plain JavaScript object.

    Basis and assumptions

    • EXIF presence depends on the capturing device and any subsequent editing or sharing. Cameras and smartphones embed EXIF; screenshots and exports from most design tools do not.
    • Social platforms (Instagram, WhatsApp, Facebook, X) strip EXIF before storing or forwarding images, so downloaded copies typically contain no camera or GPS data.
    • HEIC/HEIF files carry EXIF in a compatible container; exifr supports reading it, but browser image preview of HEIC varies by browser version.
    • Dates and times are parsed deterministically from the raw EXIF value at the moment the file is loaded; the tool never reads the system clock.
    • GPS coordinates are as embedded by the capturing device; their accuracy depends on that device.

    What this tool does not decide

    • Whether the metadata is authentic or unmodified. EXIF can be edited by any image processing tool; the presence of a camera model or location does not prove provenance.
    • Whether stripped EXIF can be recovered. Once metadata is removed there is no record of it in the file.
    • Legal or forensic questions about image origin, authorship, or chain of custody. Consult a qualified forensic professional for evidential matters.

    Sources

    Last checked: 2026-06-12

    What Is EXIF Data?

    EXIF (Exchangeable Image File Format) is a standard set of metadata tags that cameras and smartphones embed directly in a photo file at the moment of capture. It records the camera make and model, lens used, aperture, shutter speed, ISO, focal length, date and time, and, on most modern phones, GPS coordinates.

    This tool reads EXIF using exifr, an open-source MIT-licensed parser that runs entirely inside your browser. JPG, TIFF, and HEIC files are fully supported. PNG and WebP files can carry EXIF in optional chunks, but most software does not write it; screenshots and social-media downloads typically have no EXIF at all.

    All parsing happens locally. No image or metadata is stored or transmitted anywhere.

    Common EXIF Fields

    FieldWhat It RecordsWhy It Matters
    Make / ModelCamera manufacturer and body nameIdentify the capturing device
    Aperture (f-number)Lens opening size at time of shotDepth of field, exposure
    Shutter SpeedExposure duration (e.g. 1/250 s)Motion blur, low-light performance
    ISOSensor sensitivity settingImage noise level indicator
    Focal LengthLens focal length in mmField of view, telephoto vs wide
    Date TakenDate and time the shutter firedTimestamp, timeline analysis
    GPS Latitude / LongitudeLocation of captureGeo-tagging; privacy risk if shared
    DimensionsWidth x height in pixelsPrint quality, upload requirements
    OrientationRotation applied at display timeCorrect display without re-encoding

    Privacy Risks in EXIF Data

    EXIF data from smartphones can reveal far more than you expect. Here is what is typically embedded and who should be aware:

    Risk

    GPS coordinates

    Embedded by default on most phones. Reveals exactly where a photo was taken, including your home, workplace, or school. A photo of your pet shared via email or a personal website exposes your home address to anyone who reads the EXIF data.

    Risk

    Date and time

    Records when the shutter fired. Combined with GPS, this builds a trackable timeline of movements. Holiday photos confirm when your home was empty.

    Info

    Device information

    Camera make, model, and software version. Lower risk, but identifies the specific device that captured the image.

    Social media platforms (Facebook, Instagram, WhatsApp, X) automatically strip EXIF on upload. Personal websites, email attachments, and direct file sharing preserve it. Use our Metadata Remover before sharing images through these channels.

    When Photos Have No EXIF

    Many images have no EXIF block at all. This is normal and expected in the following cases:

    • Screenshots: Generated by the operating system, not a camera. They have never had EXIF.
    • Social media downloads: Instagram, WhatsApp, Facebook, and X strip EXIF when you upload, so any image you download from these platforms will have no camera or GPS data.
    • PNG and WebP exports: Most design and editing software exports PNG and WebP without writing an EXIF block.
    • Edited photos: Some editing tools strip or reset EXIF on save, particularly when exporting for the web.

    When EXIF Data Is Useful

    • Checking print readiness: A 12-megapixel image prints well at A3. A 2-megapixel screenshot will not. Check dimensions before sending to a printer.
    • Photography learning: Read the aperture, shutter speed, and ISO from your own photos to understand what settings produced which results.
    • Diagnosing web performance: A 5 MB hero image will slow down your page. Check file size and format before uploading. A 200 KB WebP often achieves the same visual quality.
    • Verifying source quality: A client sends you images described as high-resolution that are actually 640 x 480 upscaled to 3,000 pixels. The megapixel count and dimensions reveal the true original quality.
    • Privacy audit before sharing: Check whether a photo contains GPS before publishing it on a personal site, CV, or portfolio.

    Related Tools

    How to use this tool

    1

    Drop or click to upload a JPG, TIFF, or HEIC image

    2

    The tool reads EXIF metadata using the exifr parser in your browser

    3

    View camera settings, exposure values, date taken, and GPS if present

    Common uses

    • Checking what camera and lens captured a photo
    • Reading GPS coordinates from a photo to find where it was taken
    • Verifying shutter speed, aperture, and ISO for photography learning
    • Auditing images for location data before sharing online
    • Checking pixel dimensions and file size before uploading to a platform

    Share this tool

    Frequently Asked Questions

    What EXIF data can this tool read?
    Camera make and model, lens model, software, aperture (f-number), shutter speed, ISO, focal length (and 35mm equivalent), flash, exposure programme, white balance, date and time taken, GPS latitude and longitude, altitude, image orientation, colour space, and resolution.
    Which file formats support EXIF?
    EXIF is stored in JPG (JPEG), TIFF, and HEIC/HEIF files. Most camera RAW formats also carry EXIF. PNG and WebP files can carry EXIF in a separate chunk but most software does not write it; screenshots never contain EXIF.
    Why does this photo show no EXIF?
    Social media platforms (Instagram, WhatsApp, Facebook, X) strip EXIF on upload before forwarding the image. Screenshots contain no EXIF because they were never captured by a camera. PNG files exported from editing software typically have no EXIF either.
    Are my images uploaded to a server?
    No. The exifr parser runs entirely inside your browser. Your image file is never sent anywhere.
    Can the tool tell if GPS was stripped?
    No. If GPS was stripped before the file reached you, there is no record of it in the file. The tool reads what is present; it cannot recover removed data.
    What do the GPS coordinates mean?
    Latitude and longitude pinpoint where the photo was taken. Positive latitude is North, negative is South. Positive longitude is East, negative is West. The link to OpenStreetMap lets you see the location on a map.
    How do I remove metadata from an image?
    Use our Metadata Remover tool. It re-renders the image through a clean canvas, stripping all EXIF, GPS, and camera data. The visual image is unchanged.
    What does orientation metadata do?
    Cameras sometimes write a rotation value so software can display the image the right way up without actually rotating the pixels. An orientation of 6 means rotate 90 degrees clockwise. Most viewing software applies this automatically.
    Why does the file size differ from what my OS shows?
    Both should be very close. Small differences arise from how the OS rounds numbers: 1 KB is 1,000 bytes on some systems (SI prefix) and 1,024 bytes (KiB, binary prefix) on others. This tool uses 1,024 as the conversion denominator, matching Windows Explorer and most photo software.
    Can this tool read RAW files?
    No. The tool accepts the image types browsers recognise (JPG, PNG, TIFF, HEIC, WebP). Camera RAW formats such as NEF, CR2, and ARW are not recognised as images by the browser, so they are rejected at upload. Convert the RAW file to JPG first, or use desktop software to inspect it directly.
    What is the 35mm equivalent focal length?
    Camera sensors come in different sizes. A 50mm lens on a crop-sensor camera acts like a 75mm lens on a full-frame (35mm film) camera. The 35mm equivalent normalises focal length so you can compare across different cameras.
    Does viewing metadata change the image?
    No. This tool only reads information from the file; it never modifies it.

    Results are for general informational purposes only and should be checked before use. They are not professional advice. See our Disclaimer and Terms of Service.