Private by design

Metadata Scrubber

Files never leave your browser. Photos and PDFs are inspected and cleaned locally on your device.

or drag files here for a local metadata preview

Ready. Select one or more files to preview hidden metadata.

PDF limits: PDF cleaning covers browser-removable document information fields such as Author, Title, Creator, Producer and Keywords. Deep XMP structures and embedded objects may not be fully removable in this zero-upload tool.

EXIF Remover — Remove Photo Metadata Locally (Files Never Leave Your Browser)

One-line tool description

Remove EXIF and file metadata (location, camera, author, thumbnails, PDF info) entirely in your browser — no uploads, instant preview, batch support.

How to use (3 steps)

  1. Drag & drop or choose files (JPEG, PNG, WebP, HEIC, PDF). Multi-select supported.
  2. Preview what’s inside: human-friendly groups (Location exposed? Camera Make/Model? Author? Thumbnails?) plus expandable raw tags.
  3. Click “Scrub” → download cleaned files (single files or ZIP for batches). Progress shown for large files.

What we do and what we won’t do (brief principles & formulas — traceable to EXIF/PDF specs)

GPS coordinates (EXIF GPS) — how we interpret and display them

decimal_degrees = sign * (deg + minutes / 60 + seconds / 3600)
where deg = d_num/d_den, minutes = m_num/m_den, seconds = s_num/s_den, and sign = +1 for N/E, -1 for S/W. (Source: CIPA EXIF spec and company calculation rules.)

Altitude (EXIF GPSAltitude)

altitude_meters = (alt_num / alt_den) * (GPSAltitudeRef === 1 ? -1 : +1)
(Denominator==0 or missing GPSAltitudeRef is flagged as ambiguous.)

Images and container specifics

PDF

We remove fields we can in-browser from the Document Information Dictionary (Info dict): /Title, /Author, /Subject, /Keywords, /Creator, /Producer, /CreationDate, /ModDate. Many PDFs also include XMP (XML metadata); removing Info dict alone may not remove XMP — we will report whether XMP remained. If deep XMP structures, embedded objects, or attachments can’t be fully cleaned in-browser, the UI will state that explicitly.

Safety-first parsing

When a field is malformed, unsupported, or cannot be fully removed client-side, the file's processing result will be one of: Cleaned (list of removed keys), Unsupported (why), Error (malformed tags), or No metadata found — shown per file.

FAQ

  1. What metadata does this EXIF remover remove?

    We remove EXIF tags (camera make/model, capture time, GPS tags, author, software), embedded thumbnails when the parser can remove them, PNG text chunks (tEXt/iTXt/zTXt), WebP/HEIC EXIF/XMP where supported, and PDF Info dictionary fields (/Title, /Author, /Creator, /Producer, /Keywords, /CreationDate, /ModDate). For PDFs and some container formats, deep XMP or embedded objects may remain — we report exactly which fields were removed and which remain.

  2. Does the tool upload my photos to a server?

    No. All parsing, preview and scrubbing happen entirely in your browser. File bytes and metadata are never sent to our servers. You can verify this by checking your browser’s network panel (QA tests include a network monitor to confirm zero file-content transfers).

  3. Will removing EXIF strip embedded thumbnails or location history in the file?

    We remove embedded thumbnails when they are stored in removable EXIF or standard thumbnail segments. Some formats may keep thumbnails or other embedded objects in places the browser parser cannot safely rewrite — those cases are flagged and shown in the per-file result. Location tags (GPSLatitude/GPSLongitude/GPSAltitude) are removed when present and valid; malformed or ambiguous GPS tags are surfaced for user decision.

  4. Which file formats are supported? What if a format is unsupported?

    Supported: JPEG (JPG), PNG, WebP, HEIC/HEIF (where browser parser support exists) and PDF (Info dict). If we encounter an unsupported or partially supported flavor of a format, the file will be marked "Unsupported" and we will not silently pass it through — you’ll get a clear explanation.

  5. Can I scrub many files at once and download them?

    Yes. You can batch-select files; cleaned files are provided individually or as a ZIP for download. Progress indicators show per-file status; large batches will be processed with streaming/chunking and Web Workers to avoid freezing the page.

  6. What about large files — will the browser freeze?

    We avoid UI hangs by using Web Workers and chunked/streaming parsing for large files. Files over 20 MB display progress and may be processed in background threads; the UI warns if a file requires more time or resources.

  7. Will the cleaned file look the same? Is image quality preserved?

    In most cases we remove only metadata and preserve the original image bytes/visual quality. Some containers (or removal of complex XMP/box structures) may require remuxing or rewriting; when that could alter file bytes we state it in the result so you can inspect before downloading.

  8. How can I prove metadata was removed?

    After scrubbing we show a local pre/post report with the exact raw keys and original values that were removed. You can view it in the UI and download it as a local JSON/plaintext audit — nothing in that report leaves your device.

Transparency & safety notes