What is File Metadata?

File metadata is information embedded in files that describes their attributes, such as date taken, GPS location, and camera settings. Learn more here.

Free online file converter tool. Works in Chrome Firefox Safari Edge Opera and other modern browsers on Windows macOS Linux Android and iOS. No software installation or sign-up required. All conversions run directly in your browser, so your files never leave your device. Free to use with no account needed.

What is File Metadata?

Metadata is information stored inside files that describes the file itself - like date taken, GPS location, and camera settings

Last updated:

File Metadata: Simple Definition

Metadata is data about the data: information describing a file rather than forming its content. A photograph's pixels are the content; the camera model, exposure, date, and GPS coordinates recorded alongside them are metadata.

It travels inside the file, in structured blocks the format reserves for it. Photographs use EXIF, music files use ID3 tags, and documents carry author and revision information. None of it is visible in the image or audible in the song, and all of it is copied along whenever the file is.

Metadata can be larger than expected and stranger than expected. A photograph may carry a full-size embedded thumbnail, the original filename, editing history, and the software that last touched it, none of which is visible when you look at the picture.

Categories of Metadata

Metadata is commonly grouped into descriptive, structural and administrative kinds: descriptive metadata aids discovery (title, author, keywords), structural metadata records how parts fit together, and administrative metadata covers technical and rights details.[2] In a photo, EXIF fields such as exposure, camera model and GPS coordinates are administrative and technical metadata attached to the image data.[1]

Where Metadata Lives

Metadata may be embedded inside the file itself, as with EXIF, ID3 audio tags and HTML <meta> elements, or held externally in a database or filesystem record.[1] Embedded metadata travels with the file when it is copied or shared, which is convenient for organization but means it can be exposed unintentionally.[2]

Common Metadata You Already Use

Metadata is everywhere once you look. A song's ID3 tags store the artist, album, track number, and cover art your music player displays. A photo's EXIF data records the camera, lens, shutter speed, and often the GPS location where it was taken. A PDF carries its title, author, and creation date; a web page's meta tags tell search engines and social networks how to describe it. In each case the metadata is not the content itself but the structured information about it that makes the content searchable, sortable, and properly displayed.

Privacy and Stripping

Because embedded metadata can reveal a photo's location, time and equipment, sharing platforms often strip it on upload, and dedicated tools can remove it beforehand.[2] Removing metadata does not alter the visible content, only the descriptive information bundled alongside it.[1] This matters most for photos shared publicly: a picture posted straight from a phone can carry the exact GPS coordinates of where it was taken, so stripping metadata before sharing is a simple, effective privacy step.

Types of File Metadata

That invisibility is exactly why metadata has privacy consequences. A photograph posted online can carry the precise coordinates where it was taken and the serial number of the camera that took it, and nothing in the picture hints at any of it.

Conversion is where metadata quietly disappears. Some converters preserve EXIF and ID3 tags, others silently discard them, and stripping is sometimes the goal rather than a defect. If tags matter, verify them after converting rather than assuming, because there is no warning either way.

Stripping it is often the point. Social platforms usually remove EXIF on upload, which is a privacy protection rather than a bug. If you need location and camera data preserved, verify after converting rather than assuming, since converters differ and none of them announce what they discarded.

Examples of File Metadata

Photo EXIF data

Camera model, lens used, aperture, shutter speed, ISO, GPS location, date and time of capture.

Music ID3 tags

Song title, artist name, album, year, genre, track number, album art.

Document metadata

Author name, creation date, last modified date, software used, edit history, comments.

Video metadata

Duration, resolution, codec, frame rate, creation date, GPS location for mobile recordings.

Work With Your Files

Now that you understand the concept, use our free tools to convert, compress, and optimize your files.

Try Image Converter Free

References

  1. Metadata - Glossary - MDN Web Docs
  2. Metadata - Wikipedia