What Is Image Metadata?
The hidden record travelling inside every photo you take, edit or download — and what it says about you.
A definition that actually helps
Image metadata is data about the image rather than the image itself. Open a photo in a text editor and you would see two things intermixed: a large block of compressed nonsense, which is the picture, and small readable islands of structured information, which is the metadata.
The distinction matters because the two behave differently. The picture is what you see. The metadata is what the file says about itself: which device made it, when, where, with what settings, using which software, and sometimes who owns it. Deleting the metadata does not touch the picture, and editing the picture does not necessarily update the metadata.
The three standards you will encounter
There is no single metadata format. A single JPEG can carry three at once, written by three different pieces of software, sometimes contradicting each other.
- EXIF: created for digital cameras. A binary structure of numbered tags holding make, model, lens, exposure, ISO, timestamps and GPS coordinates.
- IPTC: created for newsrooms in the 1990s. Text fields for caption, keywords, credit, source and copyright, still used across stock photography.
- XMP: created by Adobe. An XML block that can express anything, and is where editing history, ratings, creator details and modern rights information live.
Where each format hides it
The same information is stored in structurally different places depending on the file type, which is why some tools handle one format well and another badly.
JPEG uses marker segments: EXIF and XMP each get an APP1 segment, IPTC sits in APP13, and comments get their own COM segment. PNG uses named chunks: tEXt, zTXt and iTXt for text, eXIf for camera data, tIME for a timestamp. WebP uses a RIFF container with EXIF and XMP chunks, plus a header flag byte announcing which are present.
HEIC, the default on modern iPhones, wraps everything in ISO base media boxes — the same container family as MP4 video.
Who can read it, and how easily
There is nothing privileged about metadata. Anyone with the file can read it. Windows shows much of it in a file's Properties dialog under Details. macOS Preview shows it under Tools, then Show Inspector. Every photo library application reads it, and dozens of free web viewers will display all of it in a table.
The practical consequence: if you send someone a file — rather than a re-compressed copy that a platform made — assume they can see everything the file knows.
When metadata is useful
It is worth saying that metadata is not a mistake. It is why your photo library can sort by date, group by place and filter by camera. It is how photographers assert copyright, how newsrooms track a picture's source, and how a photographer learns which settings produced their best shots.
The problem is not that metadata exists. It is that it was designed for files you keep, and it travels unchanged into files you share.
Check what your image is carrying
Delete the hidden records inside an image file and keep the picture exactly as it is. Your image is read in the browser, cleaned, and re-checked so you can see what was deleted.
Open Delete Image MetadataFrequently asked questions
Does every image have metadata?
Almost every image has some, but the amount varies enormously. A phone photo may carry 40 KB of it; a graphic exported for the web may carry only a colour profile; a simple WebP may carry none at all.
Does metadata affect how an image looks?
Two parts can. The orientation flag tells viewers how to rotate the photo, and the colour profile tells them how to interpret its colours. Everything else is purely descriptive.
Is metadata the same as a watermark?
No. A watermark is part of the picture — either visible or encoded into pixel values. Metadata is a separate record attached to the file, which is why it can be removed without changing the image.