What Is File Metadata? Photos, Documents and PDFs
File metadata is the invisible label stitched into almost every file: where it was made, by which device, with which software, and by whom. It's separate from the visible content and usually invisible unless you look for it.
File metadata: a simple definition
File metadata is structured information stored inside a file that describes the file. It's separate from the visible content — the pixels of a photo or the words of a document — and it's usually invisible unless you look for it. Think of it as the label on a sealed box: the box holds the product, the label tells you where it was made, by whom and when.
The common types of metadata
EXIF — the camera's record
EXIF (Exchangeable Image File Format) is the best-known metadata standard, written into JPEG files by cameras and phones at capture time. A typical EXIF block records:
- Camera make and model.
- Exposure settings: shutter speed, aperture, ISO, focal length.
- Capture, digitization and modification dates.
- GPS coordinates, when location services are enabled.
XMP and IPTC — the editors' annotations
XMP (Extensible Metadata Platform) is an XML packet added by Adobe products and many other editors. It can hold titles, keywords, ratings, creator names and processing history. IPTC fields, from the press-photo standard, carry captions, bylines and copyright lines.
PNG text chunks
PNG files store metadata in named chunks such as tEXt and iTXt, commonly containing Author, Software, Comment and Creation Time.
PDF document properties
PDFs store an Info dictionary (Title, Author, Creator, Producer, CreationDate, ModDate) plus optional XMP streams. These persist even after a PDF is printed to file or sent through online tools.
Office document properties
Word, Excel and PowerPoint files embed author names, company names, revision counts and, in some cases, parts of deleted content hidden in their structure.
Who reads metadata
- Websites and apps — many platforms read EXIF automatically to auto-rotate images or pull titles and locations.
- Scrapers and researchers — marketplaces, newsrooms and researchers routinely inspect uploaded files.
- Anyone with a metadata viewer — free tools make this a five-second operation for ordinary people too.
Why metadata is a privacy issue
Metadata is most dangerous in combination. A single photo's GPS tag reveals a location. Add the camera model and capture time, and patterns emerge: your home, your commute, your habits. Documents add another layer — an author's name and the company that produced a file can reach people it was never intended for.
The fix is simple in principle: remove the metadata before sharing. The File Metadata Sanitizer does this locally in your browser — read the file, strip the metadata blocks, download a clean copy — without your file ever touching a server.
Frequently asked questions
Can metadata be added to a file after creation?
Yes. Editors, image managers and office suites add or update metadata all the time. That's why files you download or convert may carry metadata you never wrote.
Does converting a file remove metadata?
Sometimes — a conversion that rebuilds the file (like re-saving a screenshot) often drops it. But many converters copy metadata across. Never rely on conversion as a cleaning method.
Are there files with no metadata at all?
Yes — simple text files and freshly generated images can be metadata-free. When in doubt, run the file through a checker: the File Metadata Sanitizer reports when a file is already clean.
