What is photo metadata (EXIF data)?
EXIF data is metadata embedded in digital photos that records technical information about the image. Your camera or smartphone writes it automatically every time you take a photo.
Common EXIF data includes
- GPS coordinates โ if location services were enabled
- Date and time the photo was taken
- Camera make and model
- Aperture, shutter speed, and ISO settings
- Focal length and lens information
- Image resolution and dimensions
- Orientation and flash settings
Method 1 โ Online viewer (fastest)
- Go to RemoveMD Analyzer
- Upload your photo (supports JPEG, PNG, TIFF, HEIC, and more)
- Browse through all metadata categories โ GPS, camera, dates, software
- Optionally download a clean version with metadata removed
Why use RemoveMD: Our viewer shows comprehensive EXIF data that built-in OS tools often miss, including maker notes from specific camera manufacturers and hidden metadata fields.
Method 2 โ Built-in OS tools
desktop_windows
Windows file properties
- Right-click on the image file
- Select "Properties"
- Click the "Details" tab
- Browse metadata categories
desktop_mac
macOS Preview app
- Open the image in Preview
- Click Tools โ Show Inspector
- Navigate to the "Exif" tab
- Check "GPS" tab for location data
Method 3 โ Mobile apps
android
Android
- Google Photos: open image โ tap "i" icon
- Photo EXIF Editor app
- Metapho app
phone_iphone
iOS
- Photos app: swipe up on image
- Exif Viewer by Fluntro
- Metapho app
Method 4 โ ExifTool (command line)
# View all metadata in a photo
exiftool image.jpg
# View specific fields (camera + GPS)
exiftool -Make -Model -GPSLatitude -GPSLongitude image.jpg
# Export metadata to a text file
exiftool image.jpg > metadata.txt
exiftool image.jpg
# View specific fields (camera + GPS)
exiftool -Make -Model -GPSLatitude -GPSLongitude image.jpg
# Export metadata to a text file
exiftool image.jpg > metadata.txt
Key metadata fields explained
Make / Model
Camera manufacturer and specific model โ identifies your device
DateTimeOriginal
When the photo was taken โ often stored in UTC
GPS Latitude / Longitude
Precise location coordinates โ reveals exactly where you were
FNumber
Aperture setting โ lower numbers = wider aperture
ExposureTime
Shutter speed, e.g. 1/250 = 1/250th of a second
ISOSpeedRatings
ISO sensitivity โ higher = more sensitive to light
Analyze & clean your photos
Free online analyzer โ no account required.