Skip to main content

EXIF & Metadata Remover

See exactly what the file is carrying, then remove it without touching a single pixel.

EXIF and metadata remover

Read and cleaned on this device

Drop an image to inspect and clean

JPG, PNG and WebP can be cleaned without re-compressing the picture. Nothing is uploaded.

Switch tool·14 tools

New here? About PixelEditor and what we offer — what these tools do, and why they run on your device.

Overview

See it first, then remove it

A photograph is not only a picture. Cameras and phones write a second layer into the file: the make and model, the lens, the shutter speed, the date and time to the second, the software that last touched it, sometimes a copyright line, and — the one that matters most — the exact coordinates where the shutter was pressed. None of it is visible when you look at the image, and all of it travels with the file when you send it.

This page does two things in order. It shows you what is actually in your file, grouped and labelled, with any GPS coordinates spelled out. Then it writes a copy without them, and reads that copy back to check the removal worked.

How it works

Inspect, clean, verify

  1. Drop the photo. A metadata parser is loaded on demand and the file is read in the page. Nothing is sent anywhere.
  2. Read what is there. Tags are grouped into location, camera and lens, capture settings, dates, software and authorship, and image properties. A location group is highlighted and the coordinates are shown.
  3. Choose whether to keep the colour profile. Kept by default. It describes how colours should be rendered, carries nothing personal, and removing it can shift colours on some screens.
  4. Write the clean copy. For JPG, PNG and WebP the container is rewritten without the metadata blocks and the compressed picture data is copied across untouched. Other formats are drawn and written as a fresh JPG instead, which the tool warns you about first.
  5. Verify, then download. The cleaned bytes are parsed again and the result reported: no readable tags, or the number that remain. The download is named with a “-clean” suffix so the original is never overwritten.

Settings

The one decision, and what each reading means

Keep the colour profile
On by default. An ICC profile tells a display how to interpret the colours. It is not personal data. Turn it off only if you want the file reduced to pixels and nothing else.
Tags found
How many readable metadata entries the parser recovered from the original. Zero means the file was already clean, or the format never carried any.
Location data
“Present” with coordinates, or “none found”. This is the reading most people come here for.
Cleaned size
The size of the clean copy. For a lossless clean the difference is the container data that was dropped — often 10 KB to 100 KB on a phone photo with a thumbnail embedded.
Method
The download bar says “pixels untouched” for a lossless clean and “re-encoded” for the fallback path, so you always know which one you got.

Formats and limits

What this can and cannot promise

  • The verification is a re-read with the same parser. It confirms that no readable EXIF, XMP or comment tags remain — it cannot prove that nothing at all is left in every byte of the file.
  • Only JPG, PNG and WebP are cleaned losslessly. Other formats are re-encoded as JPG, which compresses the picture once.
  • Removing metadata does not anonymise the picture itself. Faces, street signs, screens and reflections are still in the image, and so are any watermarks.
  • Sensor noise patterns and compression characteristics can in principle link a photo to a camera. Stripping tags does not change that.
  • The colour profile is kept unless you turn the toggle off; that is a deliberate default, not an oversight.
  • A file already stripped by another tool will show zero tags. The clean copy is then simply a re-write with nothing to take out.

Worked example

A phone photo before it goes into a listing

A photo taken at home to sell a sofa online typically carries the phone make and model, the lens, the exposure settings, the date and time, and coordinates accurate to a few metres. Dropped here, the location group appears first with the latitude and longitude written out. Cleaning removes every one of those blocks; the copy is usually 20 KB to 80 KB smaller purely from the embedded thumbnail and tag data, and the picture is pixel for pixel the same.

If the listing site also caps the file size, run the clean copy through the compressor — its output carries no metadata either. To check a file without changing it, the dimensions checker reads and reports only.

Why use this

Why clean here

  • You see it before you delete it

    The tags are listed and grouped first. Knowing what your camera has been recording is worth as much as removing it.

  • Pixels untouched

    JPG, PNG and WebP are cleaned by rewriting the container, so the picture data is copied across exactly as it was.

  • The claim is checked

    The cleaned file is parsed again and the result reported honestly, including when tags remain.

  • The file never leaves the device

    Uploading a geotagged photo to a server in order to remove the geotag would defeat the purpose entirely.

  • Colour handled sensibly

    The colour profile is kept by default so cleaned photos do not come back looking washed out, with a toggle if you want it gone.

  • No account, no watermark

    Inspect and clean as many files as you like; nothing is gated or stamped.

Privacy

The one page where this matters most

The photo is read and rewritten in this tab. No upload request is made, the metadata is parsed on your device, and nothing — not the file, not the coordinates, not the tag list — is written to local storage, a cache or a cookie. Loading another image or closing the page releases all of it.

The page sets no cookies and loads no analytics. The host that served it can log the page request itself — IP address, timestamp, user agent — as every web host can. That is the full extent of what happens, and the Privacy Policy states it in the same terms rather than promising more.

Questions

Frequently asked questions

Do my photos really contain my location?

Many do. Phones write GPS coordinates into the photo file when location services are on for the camera, and those coordinates travel with the file when you send it. This tool reads them first and shows the latitude and longitude so you can see exactly what is there before deciding anything.

Does removing EXIF reduce image quality?

Not for JPG, PNG or WebP. For those three the tool rewrites the container without the metadata blocks and copies the compressed picture data across byte for byte, so the pixels are identical to the original. Only for other formats does it fall back to re-encoding, and it tells you when that happens.

What exactly is removed?

EXIF, XMP, IPTC, Photoshop resource blocks, comments and the GPS block — everything the container holds that is not the picture itself. The colour profile is kept by default because it affects how colours display and says nothing about you; one toggle removes it too.

How do I know the metadata is actually gone?

The tool reads the cleaned file back with the same parser it used on the original and reports what it finds. If tags remain it says how many rather than claiming success. That is a verification of what this parser can read, not a legal guarantee — for evidence-grade work, check the file in a dedicated forensic tool as well.

Does social media strip metadata anyway?

Most large platforms remove most of it on upload, but the file reaches their servers intact first, and the behaviour differs between platforms, between upload paths and over time. Direct sharing — email, chat attachments, file transfers, a website you run — usually strips nothing at all. Cleaning before you send is the only part you control.

Is the photo uploaded to be cleaned?

No. The metadata is parsed and the clean copy written in this tab. A photo that carries your home coordinates is precisely the file that should not be sent to a server to have those coordinates removed.

About us

Who builds PixelEditor

PixelEditor is a small set of single-purpose image tools that run inside your web browser. Each one does a specific job — resize, crop, rotate, compress, convert, inspect, strip metadata — and each one has its own page so you can bookmark exactly the tool you keep needing.

The tools are built with the Canvas API and Web Workers. When you pick a file, the browser reads it from your own disk, works on it in memory, and hands you the result back as a download. There is no processing server involved, so there is no upload step, no queue, and no account.

Everything is free, there are no watermarks, and there is no paid tier that unlocks the real version. Read more about how PixelEditor works and why.