Remove hidden data from images

Photos can contain location and device data. This removes it locally.

Choose an image or drop it here

JPEG, PNG, WebP. Nothing leaves your device.

Open DevTools → Network. Nothing happens.

How this metadata stripper works

This page removes image metadata locally. It reads what it can from the file in your browser, then creates a fresh local copy without the hidden EXIF data that often carries location, device, and timestamp information.

Most remove metadata from image tools upload the photo to a server. That means your image, and the hidden data inside it, leave your device before anything is cleaned.

This one does not. If you need a no-upload metadata remover, this is the architecture that matters: local parsing, local re-encode, local download, zero network activity during use.