Metadata gone.File intact.Nothing uploaded.
v1.0 — Client-side engine · Images never leave your browser

Remove EXIF
& GPS from
your photos.

Every photo from your phone carries the GPS coordinates of where it was taken, your camera's serial number, the exact timestamp, and sometimes a thumbnail of what you cropped out. Drop an image below to strip all of it — locally, in your browser. Need a different file type? We have a dedicated tool for each.

Image formats
JPG PNG WebP SVG
Server uploads
0

Drop your photos. Strip GPS & EXIF.

↓ Drag from your desktop · or click to browse · batch supported

JPG JPEG PNG WebP SVG TIFF HEIC RAW GIF
Drop many · get a ZIP back

Cleaning a different file type?

This page handles images. For everything else, we built a dedicated tool — each with a format-specific inspector, the right presets, and an explainer of what that format hides. All of them run entirely in your browser, just like this one.

A scalpel, not a shredder.

Other tools upload your file, strip metadata on their server, and ask you to trust the audit trail. We parse, inspect, scrub, and re-serialize directly inside your browser. We literally cannot see what you cleaned.

You drop the file.

Drag from anywhere on your machine. We detect the format by magic bytes (not extension), unpack the container, and inventory every hidden field — EXIF, IPTC, XMP, XML properties, tracked changes, the lot.

→ PARSE · INSPECT · INDEX

You see what's in it.

Before anything is removed, we show you a complete inventory of every metadata field found. Camera serial, GPS, edit history, embedded image EXIF — laid out so you understand exactly what's about to be stripped.

→ PREVIEW · DECIDE · APPROVE

You walk away clean.

Pick a preset, get the cleaned file back instantly. Optional audit report includes SHA-256 of original and cleaned versions — tamper-evident proof of exactly what changed.

→ STRIP · VERIFY · DOWNLOAD
Don't trust us — verify it

Prove the "no upload" claim yourself in 10 seconds.

You should never take a privacy tool's word for it. Here's how to confirm your file never leaves your device, using tools already built into your browser:

  1. Press F12 (or right-click → Inspect) to open Developer Tools.
  2. Click the Network tab.
  3. Drop a file onto the tool and clean it.
  4. Watch the request list. You'll see the page's own assets load — but no upload of your file, because the cleaning happens entirely in JavaScript on your machine. You can even turn off your internet connection after the page loads and the tool still works.

This is the difference that matters most. A tool that uploads your file to a server — however reputable — has to be trusted. A tool that runs in your browser can be checked.

50+ EXIF / IPTC / XMP fields removed, including GPS, camera serial, and MakerNotes
20+ file formats across images, documents, audio, and video
0 bytes of your file ever sent to a server

Built for files every other tool chickens out on.

Image-only "privacy" cleaners. PDF-only converters. Office tools that miss tracked changes. We built one engine that handles every format and every hidden field — because the metadata you forget about is the one that burns you.

↳ 01

A tool for every format.

This page handles images (JPG/PNG/WebP/SVG). Dedicated pages handle PDF, Word, Excel, PowerPoint, and OpenDocument files — each tuned to that format. No per-format paywall, no upselling mid-flow. See all tools ↓

9+ formats
↳ 02

Local processing. For everything.

Competitors who process client-side handle JPGs only. Competitors who handle DOCX and PDF require server upload. We do all of it in your browser via WebAssembly and pure JavaScript.

Zero-upload architecture
↳ 03

Pre-strip inspector.

See every metadata field in your file before removal. No competitor shows you what's actually there — they just promise it's gone.

↳ 04

Audit-grade reports.

Downloadable HTML report showing every field stripped, with SHA-256 of before and after. For lawyers, journalists, HR, compliance.

↳ 05

Tracked-changes destroyer.

Accepted revisions, rejected edits, deleted comments, embedded image EXIF inside DOCX. The XML scrub Office's Document Inspector misses.

↳ 06

Four presets. Or surgical control.

Privacy strips personal/location data but keeps orientation and color. Web Publishing keeps copyright and color profile. Legal Filing guts revisions but preserves Title and Subject. Maximum Privacy wipes everything possible — including color profiles and structural metadata.

↳ 07

Batch & folders.

Drop multiple files at once. Get a ZIP back with all cleaned files plus a single audit report covering the batch.

↳ 08

Free, forever.

No watermarks, no daily limits, no signup. Every format and every preset is free for personal and professional use.

↳ 09

C2PA & AI signatures.

Detect and strip Content Credentials from DALL·E, Midjourney, Stable Diffusion, Adobe Firefly, and other AI tools.

We did the homework. So you don't have to.

Every metadata tool makes a trade-off. The browser-based ones are usually images-only. The ones that handle documents and video almost always upload your file to a server first. Desktop tools are powerful but need installing. Here is where each type lands — and where we sit.

Capability removemetadata.tools Browser image tools
(exifremover, MetaClean, etc.)
Upload-based web tools
(GroupDocs, pics.io, etc.)
Desktop apps
(ExifTool, ExifCleaner)
Files never leave your device All formats Usually ✗ Uploads to server Local
Works with no install ✗ Install required
Images (JPG / PNG / WebP / GIF)
HEIC (iPhone), lossless & in-browser Some only (server) (desktop)
TIFF & camera RAW Rare (server) (desktop)
PDF — in your browser Some only Server-side Desktop only
Office (DOCX / XLSX / PPTX) — in your browser + revisions ✗ Almost none Server-side Partial
Tracked changes & comments scrubbed Rare
Audio (MP3 / FLAC / OGG / WAV) — in your browser Server-side (desktop)
Video (MP4 / MOV) — in your browser Specialists only Server-side (desktop)
C2PA / AI Content Credentials removed Some only Partial
Pre-strip metadata inspector All fields Common
Cleaning presets (Privacy / Legal / etc.) 4 presets Manual only
SHA-256 audit / verification report Signed HTML
Free, no signup, no batch cap, nothing uploaded Often ad / freemium Often freemium Free

Categories, not slander: many individual tools are excellent at what they do. The point is the structural trade-off each category forces. We built this to be the one that doesn't make you choose between "handles my file type" and "never uploads it." Comparison reflects publicly documented behaviour as of 2026; specific tools vary and change over time.

What's actually inside your photos.

Image metadata is invisible when you look at a picture, but it travels with the file and is trivial to read. Understanding what's in there is the first step to deciding what to remove.

EXIF: the camera's diary

EXIF (Exchangeable Image File Format) is the metadata block that cameras and phones embed in every photo. It records the technical circumstances of the shot and, crucially, often the location. A typical smartphone JPEG carries the camera make and model, the lens, the full date and time down to the second, exposure settings (aperture, shutter speed, ISO), the device's operating-system version, an embedded thumbnail, and — if location services were on — GPS coordinates.

How GPS is stored, and the conversion math

GPS coordinates in EXIF are not stored as the familiar decimal number you see in a maps app. They are stored in degrees, minutes, and seconds (DMS) as three rational numbers, accompanied by a reference letter (N/S for latitude, E/W for longitude). To turn that into the decimal degrees a map uses, the tool applies this formula:

decimal = degrees + (minutes / 60) + (seconds / 3600)

The reference letter then sets the sign: south and west are negative. So a photo tagged 40° 42' 46.08" N, 74° 0' 21.6" W resolves to:

lat = +(40 + 42/60 + 46.08/3600) = +40.7128
lon = −(74 + 0/60 + 21.6/3600)  = −74.0060

That decimal pair, 40.7128, −74.0060, drops a pin within a few metres of where the shutter fired. When you strip EXIF, this entire GPS sub-block is removed, so there is no coordinate left to convert.

The hidden thumbnail problem

Cameras embed a small preview thumbnail (often 160×120 pixels) inside the EXIF data so that file browsers can show a quick preview without decoding the full image. The catch: when you crop or edit a photo, some software updates the main image but leaves the original thumbnail untouched. Anyone reading the metadata can then recover a miniature of the uncropped original. Removing EXIF deletes this embedded thumbnail along with everything else.

Why file size barely changes

People sometimes worry that stripping metadata will degrade their image. It will not. Metadata is a small descriptive header sitting alongside the compressed pixel data, not part of it. Removing it changes the file by only the size of that header — typically a few kilobytes — and re-compresses nothing. The relationship is simply:

cleaned_size = original_size − metadata_bytes

The pixels, dimensions, and visual quality are identical to the original. By default we also preserve the orientation flag and the colour profile so the image still displays the right way up and with correct colours.

What we keep, and why presets matter

Total removal is not always what you want. A stock photographer needs IPTC keywords and copyright to survive; a print shop needs the ICC colour profile. That is why the tool offers presets. Privacy removes location, device, and timestamp data while keeping orientation and colour. Web Publishing additionally preserves copyright and credit fields. Maximum Privacy strips everything that is not structurally required to display the image, including the colour profile.

A worked example: what a phone photo actually carries

Here is the EXIF block of a typical smartphone JPEG, as a metadata reader would show it, alongside what remains after the Privacy preset runs. The image pixels are identical in both — only the hidden header changes.

Before — exposed

Make             : Apple
Model            : iPhone 15 Pro
Software         : 17.5.1
DateTimeOriginal : 2025:09:14 17:04:11
GPSLatitude      : 40 deg 42' 46.08" N
GPSLongitude     : 74 deg 0' 21.60" W
LensModel        : iPhone 15 Pro back camera
SerialNumber     : F2LZ9XK3QP
ExposureTime     : 1/120
ThumbnailImage   : (embedded 160x120)

After — cleaned

(no EXIF block)

ImageWidth       : 4032
ImageHeight      : 3024
Orientation      : 1   (kept, optional)
ColorProfile     : sRGB (kept, optional)

That "before" block pins the photo to a street corner (those coordinates resolve to 40.7128, −74.0060), names the exact phone and its serial number, timestamps the moment to the second, and even hides a thumbnail of the original framing. After cleaning, none of it remains — only the dimensions and, optionally, the orientation and colour profile needed to display the image correctly.

Complete image metadata field reference

This table lists the metadata an image can carry, what it discloses, and how the presets treat it.

FieldWhat it revealsPrivacyWeb PublishingMax Privacy
GPS latitude / longitudeExact location the photo was takenRemovedRemovedRemoved
Make / ModelCamera or phone make and modelRemovedRemovedRemoved
SerialNumberUnique camera/lens serial — links all your photosRemovedRemovedRemoved
DateTimeOriginalExact date and time of captureRemovedRemovedRemoved
SoftwareOS version or editing software usedRemovedRemovedRemoved
Embedded thumbnailPreview that may show the uncropped originalRemovedRemovedRemoved
IPTC / copyright / creditAuthor, copyright, captionRemovedKeptRemoved
OrientationWhich way up to displayKeptKeptKept
ICC colour profileHow colours should renderKeptKeptRemoved
C2PA Content CredentialsAI-generation / edit provenance signatureRemovedRemovedRemoved

How this has actually burned people

Case · Location exposure

The "anonymous" seller found at home

Someone lists an expensive item on a marketplace and photographs it on their kitchen table. The listing is anonymous, but each photo carries GPS coordinates from where it was shot — their home. A buyer reading the EXIF knows the seller's address before any meeting is arranged. Stripping EXIF before uploading removes that risk entirely.

Case · Cropped, but not really

The thumbnail that survived the crop

A person crops a sensitive detail out of a photo before posting it. But some editors update only the main image and leave the original embedded thumbnail untouched. Anyone reading the metadata recovers a small version of the uncropped picture — defeating the whole point of the crop.

Case · Linking accounts

One serial number, two identities

A photographer keeps a public account and a private one, posting full-resolution images on both. Every shot from the same camera carries the same body serial number in EXIF. By matching serial numbers, an observer links the two accounts that were meant to stay separate.

Does removing EXIF reduce image quality?

No. Metadata is separate from the compressed pixel data. Removing it does not re-compress or alter the image; the visible result is pixel-for-pixel identical.

Do social networks already strip my photo metadata?

Some do, some do not, and the behaviour changes over time. Several major platforms strip GPS on upload but keep other fields, and many smaller sites, forums, and direct file shares keep everything. Stripping at the source means you are not relying on any platform's policy.

Can I clean many photos at once?

Yes. Drop a whole batch and the tool processes each one in your browser, then offers them back individually or as a single ZIP, with one audit report covering the set.

What about HEIC photos from my iPhone?

HEIC is fully supported. The tool locates the EXIF and XMP items inside the HEIF container and removes them in place, so your GPS and device data are stripped while the image stays viewable — no conversion to JPG required.

Does it work on camera RAW files?

Yes, for the common TIFF-based RAW formats (DNG, NEF, ARW, CR2). RAW files carry the deepest metadata of all, including body and lens serial numbers, and the tool strips those tags while keeping the image data intact.

What is C2PA, and why remove it?

C2PA "Content Credentials" are a signature some cameras and AI tools embed to record how an image was created or edited. They can reveal that an image was AI-generated or trace its edit history. The tool detects and removes these along with other metadata.

Will the photo still display the right way up?

Yes. The orientation flag is preserved by default, so a photo taken in portrait stays portrait. Only the Maximum Privacy preset touches structural display data, and even then it keeps orientation.

Is anything uploaded to a server?

No. Every image is read, parsed, and rewritten entirely in your browser using JavaScript. The file never leaves your device — which is exactly why this is a real privacy tool rather than one that asks you to trust a server.

Can I verify the metadata is actually gone?

Yes. Open the cleaned image's properties on your computer, or run a metadata reader like ExifTool, and you will see the EXIF block is gone. The optional audit report also records a SHA-256 hash of the cleaned file as proof it changed.

"A privacy tool that uploads your file
is not a privacy tool."
— First line of our engineering charter