How-To 6 min read

How to check video metadata
GPS, location & device info

Every MP4, MOV or MKV file you record embeds a silent data trail — your GPS coordinates, the exact model of your phone, the recording date, and more. Here is how to see it and remove it before sharing.

calendar_today Updated January 2025

What metadata does a video file contain?

Video metadata is stored in container atoms (MP4/MOV) or tags (MKV/AVI). The fields vary by device, but a typical smartphone video includes:

Privacy-sensitive

  • GPS latitude & longitude — exact recording location
  • Device model — e.g. "iPhone 15 Pro"
  • Recording date & time
  • Editing software — e.g. Adobe Premiere
  • Copyright & author fields

Technical (less sensitive)

  • Codec (H.264, HEVC…)
  • Resolution & frame rate
  • Bit rate & file size
  • Audio codec & channels
  • Duration

Method 1 — Check online (free, no install)

The fastest way to inspect a video's metadata is RemoveMD's analyzer. Upload your file, see every embedded field in a clean table, then remove the ones you don't want in one click.

  1. Go to removemd.com/analyzer
  2. Drop or browse to your video file (MP4, MOV, MKV, AVI, WebM)
  3. Click Analyze metadata
  4. Review every field — GPS, device, dates, software
  5. Click Remove metadata to get a clean copy
check_circle

Your video is processed in temporary RAM only. Nothing is stored. No account required.

Method 2 — ExifTool (command line)

ExifTool is the most thorough free utility for reading video metadata on Windows, Mac, and Linux. Install it from exiftool.org, then run:

# Show all metadata for a video
exiftool video.mp4

# Show only GPS, device, and date
exiftool -CreateDate -Model -GPSPosition video.mp4

# Remove all metadata (saves to video_clean.mp4)
exiftool -all= -o video_clean.mp4 video.mp4

ExifTool gives you the most complete view but requires terminal access. For most users, the online method above is easier.

Method 3 — Windows & macOS built-in

desktop_windows Windows

  1. Right-click the video → Properties
  2. Go to the Details tab
  3. Scroll through the fields

⚠️ Shows limited fields — no GPS in the UI.

desktop_mac macOS

  1. Select file in Finder → ⌘+I (Get Info)
  2. Or open in QuickTime → Window → Movie Inspector

⚠️ GPS is shown for HEVC/H.264 in some versions.

When video metadata actually puts you at risk

GPS in video files is particularly dangerous because people rarely think about it. Unlike photos, there's no visible "location" stamp in a video player. You can share a clip of your living room and unknowingly include exact GPS coordinates embedded in the file.

home Videos recorded inside your home embed your home address
child_care Clips of children can reveal their school or frequent locations
work Work device recordings may embed corporate location data
mail Files sent as email attachments travel with full metadata intact
share Google Drive / Dropbox links share the raw file — no stripping

Inspect and clean your video now

Free, instant, no account needed.

Analyze video metadata manage_search

Related articles

Social Media

Does WhatsApp remove your photo metadata?

What WhatsApp, Instagram and Facebook actually strip.

Guide

Remove metadata from a PDF

Author names, company, revision history and more.