Image Editor
Remove metadata from an image
Strip EXIF, including GPS coordinates, camera serial numbers and the exact time the photo was taken.
- Free, no signup
- No upload — runs on your device
- No watermark
- Unlimited use
Remove Image Metadata
Processed locallyJPG, PNG, HEIC, WebP
The location is precise enough to identify a room
A photo taken on a modern phone with location services enabled embeds latitude and longitude to roughly five decimal places — about one metre. It also records the camera model, its serial number in some cases, the lens, the exposure settings, the software version, and a timestamp accurate to the second. Sold a sofa online? The listing photo taken in your living room contains your home address to within a metre.
Most large social networks strip EXIF on upload. Marketplace listings, forums, email attachments, cloud file shares and messaging apps in "send as file" mode frequently do not. The habit worth forming is stripping before sharing, not trusting the platform to do it.
The mechanism here is simple and complete: the image is decoded to raw pixels, drawn onto a canvas, and re-encoded. A canvas has no metadata to carry, so nothing survives. It also means the file is re-compressed, at 94% quality — a deliberate choice, high enough to be invisible.
How it works
- Drop in the photo
- Click Strip metadata
- Download the clean copy — GPS, timestamps and camera details are gone