How to Remove Location Data Before Sharing Photos
A practical, privacy-first workflow for checking and removing GPS and place metadata without lowering image quality.
Updated August 11, 2026
Inspect the actual file you plan to send
Check the exported or downloaded file, not only the original in your photo library. Sharing settings and editing apps can create a new copy with different metadata. A viewer should report the detected file format, coordinates, altitude, and timestamp without contacting a map service.
If no recognized GPS data exists, there may be nothing to remove. Do not run a lossy canvas conversion just to feel safer; a format-aware metadata rewrite preserves quality and other useful fields.
Choose the right removal scope
Use location-only removal when camera model, date, copyright, or ICC color information should remain. Use all-removable metadata cleaning for a public upload where those details have no value. In both cases, the output should be a new file so the original remains available.
For JPEG, PNG, HEIC, and AVIF, a local ExifTool WebAssembly build can rewrite metadata without decoding and re-encoding image pixels. That is particularly important for AVIF, HEIC, animation, HDR, and transparent content that canvas could flatten or normalize.
Verify before sending
Read the cleaned output again and confirm that targeted fields no longer appear. Open the image to verify dimensions and visibility, then share the clean copy rather than the original. For sensitive situations, remember that the visible scene itself—street signs, landmarks, reflections, or paperwork—can reveal location even when metadata is empty.
Avoid uploading a private original to a service merely to strip metadata. A local tool can keep filenames, coordinates, and image bytes on the device and exclude those values from analytics.