This tool removes EXIF, location and every other metadata block from a photo and gives you a clean copy to download. It all happens in your browser — the photo is never uploaded, and nothing is stored.
JPEG output is re-encoded, which is lossy. A JPEG, HEIC, WebP or TIFF source is decoded and saved again as a JPEG at 92% quality — visually close to the original, but not pixel-identical, and re-saving the result again will degrade it further. A PNG source stays PNG, which is lossless. Keep your original; the clean copy is for sharing.
Processed entirely in your browser — your photo is never uploaded anywhere.
Decodes the photo in your browser and writes a brand-new file from the pixels alone. Because the new file is built from scratch, none of the original's metadata blocks — EXIF (camera, lens, settings, date, orientation), GPS location, IPTC captions and keywords, XMP edit history, embedded thumbnails and colour profiles — are carried across. A PNG in gives a lossless PNG out; anything else becomes a JPEG at 92% quality.
The Original card shows how many technical metadata fields the file carried; the Clean copy card shows the new file's size, pixel dimensions and format. The line underneath is the proof — the page re-reads the clean copy with the same parser the EXIF Viewer uses and reports how many fields survive, which should be zero. If the original relied on an orientation tag, a second line confirms the rotation was applied to the pixels.
A metadata stripper removes the descriptive data embedded inside an image file while leaving the picture itself. Cameras and phones write a lot into a file besides the pixels: an EXIF block with the body, lens, focal length, aperture, shutter, ISO, date and orientation; often a GPS block with the exact coordinates the shot was taken at; IPTC fields for captions, keywords and the photographer's name; XMP data from editing software; an embedded thumbnail; and an ICC colour profile.
This tool does it the only way a browser can do it safely for every format at once: it decodes the image to raw pixels and encodes a completely new file from those pixels. The new file has no memory of the old one, so no metadata block can survive — nothing is looked up, filtered or hidden, it simply isn't written.
Metadata is invisible in a preview but travels with the file. Post an original from a phone and the GPS block can place it at your front door; sell a print file and the EXIF says which camera and lens you used; send a client an edited JPEG and the XMP block can carry the edit history. Photographers strip metadata before publishing originals, delivering files to clients, listing gear or artwork for sale, and sharing location-sensitive work — wildlife nests, private property, someone else's home. It's also the quickest fix for a file that displays sideways on a site that ignores the orientation tag.
Use this tool when the file is going somewhere public and a good-quality JPEG is what that place wants anyway — social posts, forums, marketplaces, email. Use a desktop tool such as exiftool when you need the JPEG left byte-for-byte identical (it rewrites only the metadata segments), when you want to remove some fields but keep the copyright and contact ones, or when you're processing hundreds of files. A PNG source is lossless here whichever route you take.
Phone photo with location on
HEIC or JPEG straight from the camera roll
Clean JPEG at 92% with 0 fields, coordinates gone, rotation baked in
Screenshot or graphic
PNG export
Clean PNG, pixel-identical, metadata chunks dropped
Edited export for a print client
JPEG from Lightroom with metadata included
Camera, lens, settings, edit history and any embedded name removed
Related tools