What is Metadata? (EXIF, ID3, and the Hidden Info in Your Files)
Every digital file you create or download carries information about itself, separate from the actual content. This is metadata — “data about the data.”
Most of the time, metadata is helpful: your photos library knows which photos were taken when, your music library shows the artist and album, your document editor knows who last edited a file. Sometimes metadata is more than helpful — it reveals more than you intended when you share the file.
Here’s what’s actually in there.
What metadata is — and what it’s not
The content of a file is the actual stuff: the pixels in a photo, the sound wave samples in an audio file, the text and formatting in a document.
The metadata is the descriptive information about that content: when it was created, who made it, what software was used, technical specifications.
The two travel together inside the same file. When you share a photo, you’re sharing the pixels plus whatever metadata got embedded along the way.
Different file types use different metadata standards. Here are the big ones.
EXIF metadata in photos
EXIF stands for Exchangeable Image File Format. It’s the metadata standard used by virtually every digital camera and phone, embedded inside JPG, HEIC, and TIFF files (less so in PNG/WebP, though some metadata still goes in).
Typical EXIF data in a phone photo:
- Date and time the photo was taken (down to the second)
- GPS coordinates of where the photo was taken (in decimal degrees, often accurate to within a few meters)
- Camera model (e.g., “iPhone 15 Pro,” “Samsung Galaxy S24”)
- Camera settings: aperture, shutter speed, ISO, focal length, flash on/off
- Lens used (for cameras with interchangeable lenses)
- Orientation (the metadata that controls auto-rotation in photo viewers)
- Software/firmware version that produced the file
- Image dimensions and color profile
- Photographer name or copyright (if the camera was configured with these)
The GPS data is the most sensitive piece. Photos from your phone include your exact location when shot — your home, your workplace, anywhere you’ve been with your phone in hand.
When you share a photo, by default, all of this travels with it.
What this means for privacy
Two scenarios where it actually matters:
Public sharing: photos posted publicly on a personal blog, an unprotected social account, or a forum can have their location extracted by anyone curious enough to inspect the metadata. Most modern social platforms (Instagram, Facebook, Twitter/X) automatically strip metadata when you upload, but the original file you have on your phone retains everything.
Sharing with strangers: selling something on Marketplace? Posting a photo of an item for sale? The photo’s metadata includes your address. Same for Craigslist, eBay, classified sites.
Forwarded photos: a friend sends you a photo, you forward it to someone else. Whatever was in the original metadata travels through every step.
The risk varies. For a meme or screenshot, metadata is harmless. For an original photo from your phone, metadata can reveal:
- Your home address (from where you take photos at home)
- Your workplace
- Your habits and travel patterns
- The exact day/time you took specific photos
How to remove EXIF from photos
Use the EXIF Stripper. Drop in your image, click strip, get back a clean version with all metadata removed.
The flow:
- Open EXIF Stripper
- Drag in photos (one or many)
- Click strip
- Download cleaned versions
The actual image pixels are untouched — only the metadata fields are removed. The output looks identical but contains no GPS, no camera info, no timestamps.
Alternative: most platforms strip EXIF automatically on upload (Instagram, Facebook, Twitter/X all do this), but the files you have locally still have it. If you ever send photos directly via email, AirDrop, or a messaging app that preserves metadata, stripping first is safer.
What about Photos app metadata?
The metadata embedded in image files is separate from metadata your photo app stores in its database (tags, favorites, album assignments). Stripping the EXIF from a JPG file doesn’t remove the photo from your Photos app’s database — it just changes what travels with the file when you export or share it.
ID3 metadata in music
ID3 is the metadata standard for MP3 files. ID3 tags include:
- Title, artist, album
- Track number and total tracks on the album
- Year of release
- Genre
- Album art (often embedded as a JPG inside the MP3)
- Lyrics (some files)
- Composer, performer, publisher
- BPM (beats per minute)
- Comments the user has added
ID3 is what lets your music app show “Hotel California by Eagles” instead of “track1.mp3.”
For MP3s you ripped or downloaded, the ID3 data is usually filled in. For voice memos or audio you recorded yourself, ID3 is often blank or generic.
Privacy implications of ID3: usually minimal. The tags describe the music, not you. Unless you’ve added personal comments or your name as the “encoded by” field, there’s not much sensitive info.
Editing ID3 tags: most music players (iTunes, Music app, Plex, foobar2000, MusicBrainz Picard) let you edit ID3 directly. We don’t have a dedicated ID3 editor here — the typical workflow uses your music management software.
PDF metadata
PDFs embed metadata about the document:
- Title (as set in PDF properties, often the filename if not explicitly set)
- Author (often your computer’s user name)
- Subject and Keywords
- Creator (the program that originated the document, like “Microsoft Word”)
- Producer (the PDF library that built the final file)
- Creation date and modification date
- PDF version and producer details
For PDFs exported from Word, the author is whoever’s name is set as Word’s default. This is sometimes a privacy issue — corporate documents that get shared externally still show “Created by [internal employee name]” in PDF metadata.
To check: open any PDF, look at File → Properties (Mac Preview, Adobe Reader, etc.). The metadata is right there.
To remove: many PDF tools have a “remove metadata” or “save without metadata” option. The simplest universal approach: print to PDF (which creates a new PDF from scratch, dropping the original metadata) and use the new file.
DOCX metadata
Word documents store extensive metadata:
- Author, last modified by, manager, company
- All revision history (track changes)
- Comments
- Embedded macros and code
- File path of the original location
- Recent versions of the document
When sharing a Word document externally, revision history can be unexpectedly revealing. Documents that went through internal drafts may have track-change comments visible to anyone who opens the file in Word.
To clean a DOCX before sharing: in Word, File → Info → Check for Issues → Inspect Document. This identifies metadata and offers to remove categories of it.
Alternatively, save the document as PDF (which doesn’t carry over Word’s track-change history) before sharing externally.
Other formats with metadata
Office documents (XLSX, PPTX): similar to DOCX. Author, revision history, comments.
Video files (MP4, MOV): GPS, device info, software used, frame rate, resolution.
Audio files beyond MP3: WAV has minimal metadata; FLAC supports Vorbis Comments (similar to ID3); M4A supports iTunes-style tags.
ZIP files: filenames, modification dates, sometimes compression software identity.
HTML files: nothing in the file itself, but the rendered page may include analytics scripts, hidden tags, embedded info.
When metadata is helpful (don’t always strip it)
Removing metadata isn’t always desirable:
- Your own photo library: GPS data makes “Photos taken in Paris” searches work. Strip and the location-search feature breaks.
- Music collection: removing ID3 tags makes albums lose their organization.
- Personal archives: timestamps and camera info help you remember when and how photos were taken.
- Professional contexts: photographers’ EXIF data can be evidence of copyright (date stamps prove ownership).
The strip-metadata decision should be per-file, per-share, not blanket “always remove.”
Practical rule: strip metadata when sharing files publicly or with strangers. Keep metadata on files you’re holding for yourself.
Tools for metadata handling
- EXIF Stripper here — bulk strip metadata from images
- ExifTool (command-line, free, cross-platform) — most powerful tool for inspecting and editing metadata in any file type
- Built-in tools:
- Windows: right-click file → Properties → Details → “Remove Properties and Personal Information”
- macOS: Photos app → File → Export → uncheck “Location info”
- iOS Photos: when sharing, tap Options at the top → toggle off “Location”
TL;DR
- Metadata = data about a file, embedded inside the file
- EXIF in photos: GPS location, camera info, timestamps. Often the most sensitive.
- ID3 in MP3s: artist, album, track info. Usually harmless.
- PDF metadata: author, software, sometimes revealing in corporate contexts
- DOCX metadata: revision history can leak internal drafting
- Strip metadata before sharing publicly with EXIF Stripper for images, “Inspect Document” for Word
- Keep metadata for your own files — it makes search and organization work