TL;DR: Every iPhone video carries far more metadata than most people realize — GPS coordinates logged frame by frame, the exact device model, iOS version, lens aperture, recording timestamp to the millisecond, and codec parameters. This data lives inside the MP4 or MOV container, not the video stream itself, which means it survives most sharing methods. iCloud, AirDrop, and Messages all preserve it. Only specific platforms — TikTok, YouTube, and a few others — strip it server-side, and even then you can't verify what they keep internally. If you're a creator, journalist, real estate photographer, or anyone sharing iPhone footage professionally, you need to clean it before it leaves your hands.
Every time you tap the red record button on an iPhone, iOS does something you never asked for: it silently annotates the resulting file with dozens of data fields that describe exactly where you were, what device you used, and precisely when you filmed. Most users assume a video file is just video. It isn't.
iPhone video metadata is a surprisingly rich dataset — and unlike the metadata in still photos, video metadata gets almost no attention from privacy guides or tutorials. We've covered what metadata iPhones embed in photos at length, but video is a different container format with its own metadata layers, and iOS handles it differently.
This post walks through every significant metadata field iOS writes into your video files, explains which sharing methods preserve or strip them, and shows you how to clean a file before it goes anywhere you don't control.
What Metadata Fields Does iOS Embed in Video Files?
iPhone videos are saved as either .mov (QuickTime container) or .mp4 (MPEG-4 container), depending on the capture mode. Both formats use a box-based structure where metadata lives in dedicated atoms or boxes outside the encoded video frames. That architectural separation matters: metadata can be added, read, and removed without touching a single pixel of the video.
iOS populates several distinct metadata categories on every recording:
Location metadata is the most sensitive. If Location Services are enabled for the Camera app — which they are by default — iOS writes GPS coordinates as a ©xyz atom in the QuickTime container. For .mp4 files, the same data appears in the udta (user data) box. Unlike still photos, which embed a single GPS fix at the moment of capture, some iOS video files record location continuously in the timed metadata track. That means a two-minute walk around your apartment can embed dozens of coordinate readings that, stitched together, map your exact route.
Device and software metadata includes the iPhone model (com.apple.quicktime.model), the iOS version at time of recording (com.apple.quicktime.software), and often the camera identifier. Anyone inspecting the file can tell whether it was shot on an iPhone 16 Pro Max running iOS 18.3.1 or an iPhone 13 mini on an older build.
Temporal metadata records the creation timestamp, modification timestamp, and recording duration. These are standard MP4/MOV fields, not Apple-specific, but they're precise — creation time is stored in UTC and resolves to the second.
Technical capture metadata covers frame rate, video codec (H.264 or HEVC/H.265), color profile, bit depth, and — for ProRes recordings — considerably more. The camera aperture and focal length typically appear in the ©day and related atoms as well.
Content identifier metadata may include a com.apple.quicktime.content.identifier that ties a Burst or Live Photo clip to a specific capture session. This can theoretically link video clips recorded in the same session even after the files are separated.
Location Data in iPhone Videos: The GPS Track Problem
The still-photo privacy problem is well understood: GPS coordinates in EXIF tell anyone where a photo was taken. Video location metadata raises the same issue, but with an important amplification.
A photograph has one GPS fix. A video recorded while you walk, drive, or pan a camera can embed a continuous track. On iPhones with newer iOS builds, this data lives in a separate timed metadata track (tmcd or meta track) alongside the video and audio tracks in the container. Exporting the raw metadata from such a file can produce a sequence of timestamped coordinates — a rudimentary GPS log.
For most casual sharing this is largely theoretical: the platforms you upload to likely discard this data. But for direct file transfers — AirDrop to a client's Mac, upload to a shared Google Drive folder, delivery as a raw .mov for post-production — the timed metadata track travels with the file untouched.
If you record footage at home, at a confidential location, or near a source you're protecting, that location track is a genuine exposure risk.
How to Check iPhone Video Metadata on Mac and Windows
Before deciding whether to strip metadata, it's worth seeing exactly what your files contain.
On macOS, the built-in mdls command reads the Spotlight metadata index for a file:
mdls ~/Desktop/your-video.mov
For more complete container-level metadata, ExifTool reads every field:
exiftool your-video.mp4
The output for a typical iPhone 15 video runs to 60–80 lines — device model, GPS, frame rate, codec, color profile, software version, and more.
On Windows, ExifTool is available as a standalone .exe. Right-clicking a video in File Explorer and selecting Properties shows a subset of metadata in the Details tab, but it misses the Apple-specific QuickTime atoms. ExifTool gives you the complete picture.
Metadata embedded in iPhone videos isn't visible on screen — it travels silently inside the file container. Photo by Towfiqu barbhuiya on Pexels.
Does Uploading to iCloud or AirDrop Strip Metadata?
This is the question we hear most often, and the answer is: no, neither iCloud nor AirDrop removes video metadata.
iCloud Photos stores your original files. When you download a video from iCloud to another device or export it from the Photos app, you receive the original file with all metadata intact. iCloud is a storage and sync service, not a metadata scrubber.
AirDrop is a direct peer-to-peer transfer. It sends the file as-is. There is no server-side processing, no transcoding, and no metadata stripping. What leaves your iPhone arrives on the recipient's device with every metadata field preserved.
iMessage and SMS are a partial exception. When you share a video via the Messages app, iOS may transcode or compress it — particularly over SMS to non-Apple devices — and transcoding often discards Apple-specific metadata atoms in the process. But this isn't guaranteed, and over iMessage between Apple devices, original quality sends may preserve metadata. Relying on Messages for metadata removal isn't a privacy strategy.
Email preserves the file completely. Attaching a video to Mail or Gmail and sending it delivers the original file with all metadata.
The only reliable way to know you've removed iPhone video metadata before delivery is to process the file yourself.
What About iPhone Videos Shared to Social Platforms?
Most major platforms do strip metadata server-side as part of their re-encoding pipeline:
YouTube re-encodes all uploads and discards original container metadata. What remains in the processed file is YouTube's own metadata schema, not yours.
TikTok similarly re-encodes and strips embedded fields. We've looked at what TikTok does with AI-tagged metadata in a separate post — short answer: they strip what you embedded and add their own.
Instagram Reels follows the same pattern: re-encode on ingest, original metadata gone.
Vimeo accepts original files and may preserve more metadata depending on the upload quality settings and whether the original file download option is enabled. If you're delivering a video to a client via Vimeo with download enabled, the original metadata may still be accessible to the downloader.
The critical caveat with all platform metadata stripping: you can't independently verify what the platform retains internally. Stripping happens before serving the public file, but platforms may log, index, or retain the original upload's metadata for their own purposes. If the metadata is sensitive, the only sound approach is removing it before upload.
Professional iPhone video setups produce high-quality files — and high-quality metadata payloads. Photo by Corentin HENRY on Pexels.
How to Remove Metadata from iPhone Videos Before Sharing
For creators, journalists, and anyone delivering footage professionally, here's the practical workflow.
Step 1: Transfer the video to your computer. Connect your iPhone via USB, use AirDrop to a Mac, or import via Image Capture. You need the original file — not a re-exported copy from Photos, which may already have been processed.
Step 2: Open MetaData Cleaner. Drag the .mov or .mp4 file into MetaData Cleaner. The tool reads the file's container structure and surfaces all embedded fields — GPS data, device info, timestamps, codec metadata.
Step 3: Strip the metadata. Hit Remove Metadata. MetaData Cleaner clears the removable fields from the container without re-encoding the video. Your footage quality is unchanged; the metadata payload is gone. This is meaningfully different from tools that transcode the file to remove metadata — transcoding always introduces generation loss in the video stream.
Step 4: Verify the result. Run the cleaned file through ExifTool or check it in MetaData Cleaner again to confirm the fields are gone.
Step 5: Deliver the clean file. Now you can AirDrop it, upload it, email it, or hand it to a client without the metadata payload.
We've covered a parallel workflow for videographers in Should Videographers Remove Metadata Too? — that post focuses on professional video production files, while this one addresses the iPhone-specific metadata layer.
A Note on Temporal and Device Metadata
One class of metadata deserves a separate mention: temporal and device fields that some users prefer to keep.
Creation timestamps are embedded in the container (moov > mvhd > creation_time), not in the video stream. They can be removed or altered without affecting playback. For journalists and legal contexts, the unaltered creation timestamp is sometimes important for chain-of-custody purposes. For general privacy, it's an unnecessary disclosure.
Device metadata — the iPhone model and iOS version — doesn't affect video playback in any way. It's pure surveillance infrastructure: information Apple embeds because the format allows it, and that gets passed along to anyone who receives the file. For most users there's no legitimate reason to share this. Strip it.
The Video Metadata Problem Is Mostly Invisible
Still-photo metadata privacy has been a documented concern for years — covered by security researchers, privacy journalists, and eventually by Apple in their own documentation. Video metadata on iPhones has received far less attention, which means most users have no idea their .mov files are carrying GPS tracks, device fingerprints, and a detailed technical dossier of the recording session.
The solution is straightforward: clean the file before it leaves your control. MetaData Cleaner handles video files with the same approach it applies to photos — non-destructive container editing that removes the metadata without touching the encoded content.
If you regularly share iPhone video with clients, post footage publicly, or work in any environment where file provenance could become a liability, this should be part of your standard workflow — not an afterthought.