EXIF data can be erased using Windows’ built-in Properties tool, free online removers, or ExifTool — each strips GPS coordinates, camera details, and other hidden metadata from your photos.
One photo shared online can broadcast your home address, the exact second you snapped it, and the camera model you carry — unless you know how to erase EXIF data before hitting upload. That hidden metadata follows every JPEG you share, but stripping it takes seconds once you know where to look. Below are the methods that actually work, from the no-install Windows option to command-line tools that handle hundreds of files at once.
Erasing EXIF Data With Windows’ Built-In Tools
Windows 10 (version 20H2 and later) and Windows 11 include a metadata removal feature that requires no extra software. It handles JPEG files and strips every EXIF, IPTC, and XMP field in one pass.
- Select the image file in File Explorer.
- Right-click → Properties → Details tab.
- Click “Remove properties and personal information” at the bottom of the window.
- Choose “Remove the following properties from this file” in the dialog.
- Hit “Select All” to mark every metadata field, then click OK.
The result is a clean copy with zero location data, camera specs, or timestamps. A the new file opens normally but shows “No data” in the Details tab. Note that Windows creates a copy — the original file with its full metadata stays on disk until you delete it manually.
Free Online Tools For Quick Removal
When you’re on a machine without admin rights or need to strip metadata from a single image fast, online removers do the job in your browser. Most accept JPEG and PNG files, work on any operating system, and keep image quality intact.
| Tool | Best For | Key Feature |
|---|---|---|
| Pics.io | No-registration stripping | Removes EXIF, IPTC, and XMP without recompression |
| IMG Online | Quality preservation | Strips metadata from JPEGs up to 20MB with zero quality loss |
| Jimpl | Multi-device use | Accepts uploads from phone, computer, or public URL |
| VerExtif | Quick preview before removal | Lets you view all EXIF data before stripping; 20MB limit |
| EXIF Remover | Multi-format support | Also handles PNG, PDF, MP4, and MOV files |
| Metadata2Go | Complete data control | Shows every tag and lets you remove them individually |
Most online tools process images on their server and don’t store copies — VerExtif and Pics.io both confirm files aren’t retained. The trade-off: upload speed depends on your connection, and very large files (over 20MB) need a local tool instead.
ExifTool: The Power Option For Bulk Removal
Photographers and privacy-conscious users who handle hundreds of images reach for ExifTool. This free command-line utility (version 4.2.0, released 2023) strips every metadata tag without recompressing the image, so original quality stays untouched. It runs on Windows, macOS, and Linux.
- Download
exiftool(-k).exeand place it in a folder such asC:\ExifTool. - Open Command Prompt (Windows) or Terminal (macOS/Linux).
- Navigate to the folder:
cd "C:\ExifTool". - Run:
exiftool -all= -overwrite_original source.jpg.
The -all= flag removes every EXIF, IPTC, and XMP tag. The -overwrite_original flag replaces the original file instead of creating a backup copy. the command outputs “1 image files updated” with no error message. Test on a copy first — this operation is permanent. A thorough ExifTool guide on Photography Life covers batch processing and advanced flags.
What About Mac?
macOS lacks a one-click built-in feature like Windows’ Properties tool. The quickest route for Mac users is using an online remover from the table above (they work in any browser) or installing ExifTool via Homebrew with brew install exiftool and running the same command-line steps. Preview’s Export function can strip some metadata when you uncheck “Include metadata” in the export options, but it may recompress the image — ExifTool or an online tool gives cleaner results.
Mobile Apps For On-The-Go Removal
Android users can remove EXIF data directly on their phone with Photo Metadata Remover (by Syrupy Games). It strips GPS coordinates, camera model, lens serial, ISO, focal length, and flash data in one tap. The app also optionally removes IPTC metadata. iOS users can use ExifCleaner or similar apps from the App Store — the process is the same: pick a photo, tap remove, and save the clean copy. On both platforms, success means the photo’s info panel no longer shows location or camera details.
What EXIF Data Actually Gets Removed?
Stripping EXIF data removes more than just your location. Here is exactly what vanishes and what stays behind.
| Data Type | Removed By Stripping? | Notes |
|---|---|---|
| GPS coordinates | Yes | The exact latitude and longitude where the photo was taken |
| Date and time taken | Yes | Timestamp from the camera’s internal clock |
| Camera model and brand | Yes | Device identifiers like “iPhone 15 Pro” or “Canon EOS R5” |
| Lens serial number | Yes | Can be used to trace a photo back to a specific physical lens |
| ISO, focal length, aperture | Yes | Technical shooting data embedded by the camera |
| Flash mode | Yes | Whether the flash fired and in what mode |
| Image orientation | Preserved | Kept to prevent display errors |
| Color profile | Preserved | Maintained for accurate color reproduction |
Orientation and color profiles are not EXIF metadata in the privacy-sensitive sense — they’re display instructions, not personal data. Every tool mentioned above keeps them intact.
Common Mistakes That Keep Metadata Alive
A few pitfalls trick people into thinking they’ve stripped metadata when they haven’t.
- Re-saving without stripping. Opening an image in a basic editor and hitting Save often preserves all EXIF data. You must explicitly disable metadata in the save options — Photoshop’s “Save for Web” with Metadata set to “None” works; a standard Ctrl+S does not.
- Assuming Windows “Remove properties” deletes the original. The built-in tool creates a clean copy. The original file with full metadata stays on your drive until you manually delete it. If you share the wrong file, the metadata goes with it.
- Trusting social media to do the job. Uploading to Facebook, Instagram, or X and downloading the result back strips GPS data but often leaves camera model, ISO, and date information intact. Social media is not a reliable metadata remover.
- Running ExifTool without testing first. The
-overwrite_originalflag is permanent. Run the command on a test image before processing an entire folder.
Pick The Right Method For Your Situation
The method you choose depends on how many files you need to clean and what device you’re using. Here is the short version.
- One or two photos on Windows: Use the built-in Properties tool — zero installs, fast, and reliable.
- One photo on any device: Use an online remover like Pics.io or IMG Online for a quick browser-based strip.
- Hundreds of photos or batch processing: Use ExifTool. The command runs on every platform and never touches image quality.
- On your phone: Use Photo Metadata Remover (Android) or ExifCleaner (iOS) before sharing from your camera roll.
Each of these methods produces a clean file you can share without exposing your location, device, or schedule. Test on a throwaway photo first, and you’ll never accidentally broadcast your home address again.
References & Sources
- Pics.io. Remove Metadata From Photo. Free online tool that strips EXIF, IPTC, and XMP without recompression.
- IMG Online. Delete EXIF From JPG. Strips metadata from JPEGs up to 20MB with no quality loss.
- Jimpl. Remove EXIF. Accepts uploads from phone, computer, or public URL.
- VerExtif. VerEXIF. View and remove EXIF data online without storing copies.
- EXIF Remover. EXIF Remover. Multi-format support including PNG, PDF, MP4, and MOV.
- Photo Metadata Remover. Google Play listing. Android app that strips EXIF and IPTC metadata.
- Photography Life. What Is EXIF Data? Comprehensive guide covering ExifTool usage and EXIF fundamentals.
