Forum Discussion
ReaganJohnson
Apr 27, 2025Iron Contributor
How can I remove metadata from images?
Hi all, Need some advice for removing mete data from images taken on my phone. I've heard that metadata can include details like location, camera settings, and even personal information, which I'd r...
isIna-allthebest
Mar 12, 2026Brass Contributor
Image metadata (usually EXIF data) can include GPS location, device model, timestamps, and camera settings. If you want to remove it before sharing photos, there are a few practical options:
- Built-in OS tools (quick method)
On Windows, right-click the image → Properties → Details → Remove Properties and Personal Information.
This creates a copy with most metadata removed. - Dedicated tools (more thorough)
A popular free option is ExifTool, which can also batch-process images:
exiftool -all= *.jpg
This removes metadata from all JPG files in a folder.
- Image editing software
Some editors allow you to control metadata during export. For example, HitPaw FotorPea lets you choose whether to retain or remove EXIF data when exporting enhanced images, which can be useful if you’re already processing photos.
If you need batch processing, tools like ExifTool are usually the most efficient.