Download ExifTool – Read and Write Image and Video Metadata

ExifTool is a free open-source command-line tool for reading and writing metadata in images, audio, and video files — supports EXIF, IPTC, XMP, GPS, MakerNotes, and 150+ file formats.

Download
  • Publisher:
    Phil Harvey
  • Version:
    13.34
  • License:
    Free
  • File Size:
    10 MB
  • Downloads:
    6670
  • Updated:
    29/08/2025
  • Requirements:

ExifTool is a free, open-source platform-independent Perl library and command-line application for reading, writing, and editing metadata in image, audio, and video files. It supports an enormous range of metadata formats including EXIF, IPTC, XMP, GPS, MakerNotes, JFIF, GeoTIFF, ICC Profile, and hundreds of proprietary camera and software formats.

With ExifTool, you can view all metadata embedded in a photo (camera model, lens, focal length, shutter speed, GPS coordinates, etc.), batch-edit copyright and author information across thousands of files, rename files based on their EXIF date/time, strip metadata for privacy before sharing, or shift timestamps to correct camera clock errors.

Used by photographers, digital archivists, forensic analysts, and software developers alike, ExifTool is the most comprehensive metadata tool available. It supports over 24,000 unique tags across more than 150 file formats and is available as a command-line tool, Perl module, and Windows GUI executable.

Key Features

  • Reads and writes metadata – Supports EXIF, IPTC, XMP, MakerNotes, GPS, ICC Profile, and hundreds more metadata standards.
  • Massive format support – Works with JPEG, TIFF, PNG, HEIC, RAW formats (CR2, NEF, ARW, DNG), MP4, MOV, PDF, and 150+ other formats.
  • Batch processing – Apply metadata changes to entire folder trees in a single command.
  • File renaming by date – Rename files using EXIF date/time tags for automated photo organization workflows.
  • Timestamp correction – Shift date/time tags by a fixed offset to correct camera clock drift across a batch of files.
  • Metadata stripping – Remove all or specific metadata from files before distribution for privacy protection.
  • Scriptable and portable – Perl-based, cross-platform, and easily integrated into automation scripts and pipelines.

How to Install

  1. Download ExifTool for Windows (standalone .exe) or the Perl distribution from the link below.
  2. On Windows, rename the downloaded executable from exiftool(-k).exe to exiftool.exe and place it in a folder on your PATH.
  3. On Linux/macOS, install via package manager (sudo apt install libimage-exiftool-perl) or extract the Perl distribution and run perl Makefile.PL; make; sudo make install.
  4. Open a terminal and run exiftool image.jpg to display all metadata for a file.
  5. Refer to the official documentation for advanced usage such as batch editing, renaming, and metadata filtering with the -TAG=value syntax.

Other Versions