How to Remove Metadata From a Video (Location, Date, Device)
Strip location, date, and device info from a video before sharing: iPhone and Android steps, a free ExifTool command, and how to verify the file is clean.
Quick answer: The fastest safe route depends on the device. On iPhone, tap Options at the top of the share sheet and turn off Location before sending; the shared copy leaves without coordinates. On a computer, the free ExifTool strips everything in one command: exiftool -all= clip.mp4, with no re-encoding and no quality loss. Windows Explorer's "Remove Properties" button only clears a few fields on videos, so do not rely on it. And whatever method you use, verify the result in the free MediaInfo app before the file goes anywhere important.
A phone video can carry your exact GPS coordinates, the recording date, and your device model, as we broke down in does video have metadata. Social platforms strip that data on upload, but original files sent by email, cloud link, or "as document" in messengers deliver it intact. Here is how to clean a video properly on every device, and how to prove to yourself that it worked.
What you are actually removing
Three things matter for privacy, in this order:
- GPS location. iPhone stores it as an ISO 6709 string in a QuickTime key; many Android camera apps embed a similar tag. This is the field with real-world risk, since it can point at your home or workplace.
- Recording dates. The container's creation date plus, on iPhone, a local-time date with your timezone offset, which narrows down where in the world you were.
- Device identity. Make and model of the phone or camera, and sometimes the editing software that touched the file.
Resolution, codecs, and bitrates also live in the file, but they describe the footage, not you, and they cannot be removed anyway.
iPhone: turn off location in the share sheet
- Select the video in Photos and tap the share button.
- Tap Options at the top of the share sheet.
- Turn off Location and share.
The copy that goes out has no GPS. To remove the location from the video permanently in your library, open it, swipe up, tap Adjust on the map section, and choose No Location. To stop iPhone recording location in the first place, turn off Location Services for the Camera app in Settings.
Android: remove location in Google Photos
Open the video in Google Photos, swipe up, tap the three-dot or edit option next to the location entry, and remove it. As with photos, Google Photos reliably updates its own record; whether the underlying file's tag is rewritten varies by device, so for a file you are about to send elsewhere, prefer the computer method and verify afterwards.
Windows and Mac: strip everything with ExifTool
Windows Explorer's Properties dialog has a tempting "Remove Properties and Personal Information" link, but on video files it clears only a handful of fields and leaves the QuickTime keys (including GPS) untouched. The reliable tool is the free ExifTool, the same utility we used to change a video's date:
exiftool -all= clip.mp4
That removes GPS, device keys, and descriptive tags in one pass. Three things to know:
- No quality loss. ExifTool rewrites metadata only; the video and audio streams are untouched. Your original is kept as a backup ending in
_original. - Header dates are stubborn. The MP4/MOV format requires a creation date field in its headers, so it cannot be deleted, only overwritten. If MediaInfo still shows a date after
-all=, blank it explicitly by adding"-CreateDate="and"-ModifyDate="to the command. - Batches are trivial. Point the same command at
*.mp4to clean a whole folder at once.
The blunt method: re-export
Trimming a single frame in any video editor and exporting, or converting the file with a desktop converter, writes a fresh file whose metadata is just the export moment. It works everywhere without installing anything, but the video is re-encoded, so quality takes a small hit and the process is slow on long footage. Use it when ExifTool is not an option; keep an original if quality matters.
Verify before you share
Do not trust any tool blindly, including the ones above. Open the cleaned file in the free MediaInfo app (Windows, Mac, Linux) and confirm the GPS key, the device model, and the original recording dates are gone, the same check we walked through in how to tell when a video was taken. Ten seconds of verification beats an assumption.
When platforms do it for you, and when they do not
WhatsApp, Instagram, TikTok, and YouTube re-encode every normal upload and discard location and device metadata along the way, just as they strip photo EXIF. The risk sits entirely with original files: email attachments, Drive and Dropbox links, AirDrop, marketplace listings, and videos sent "as document" in messengers all deliver your metadata untouched. Clean those before sending; let the platforms handle the rest.
The flip side: sometimes the metadata is the point
If you record work videos where the when and where must be provable (deliveries, inspections, incidents), stripping metadata is the opposite of what you need, and hidden metadata is too fragile to rely on anyway: one WhatsApp send and it is gone. Our Timestamp Camera iOS app burns the date, time, and GPS location visibly into the frame while recording, so the proof survives every platform because it is pixels, not tags.
What about photos?
Photos are the one-drag case: our free EXIF Remover strips every hidden tag in the browser, with nothing uploaded, and its advanced mode can remove selectively, for example only the GPS while keeping the date. Run your photos through it with the same habit you now have for videos.
FAQ
Does removing metadata reduce video quality?
Not with a metadata editor like ExifTool: it rewrites tags and never touches the video stream. Only the re-export method re-encodes the footage, and that is the method to avoid when quality matters.
Does Windows "Remove Properties and Personal Information" work on videos?
Only partially. It clears fields like title and author but leaves the QuickTime keys, which is exactly where an iPhone stores GPS. Use ExifTool for videos and treat the Explorer button as a photos-only convenience.
Can I remove just the location and keep the date?
Yes. ExifTool can delete individual fields, so removing only the GPS key while keeping the recording date is one command. On iPhone, the share sheet's Location toggle does the same thing for shared copies.
Does WhatsApp remove video metadata for me?
For videos sent normally, yes: the re-encode discards location and original dates. Files sent as documents keep their metadata, which cuts both ways: bad for privacy, useful when you actually want the recipient to have the original data.
How can I check that the metadata is really gone?
Open the file in MediaInfo and look for GPS, device make and model, and the original recording date. If none appear, the file is clean. Checking the copy you actually shared (not the original) is the habit that catches mistakes.
Bottom line
Strip a video's metadata with the iPhone share sheet's Location toggle for quick sends, or with one free ExifTool command for a properly clean file, and always verify the result in MediaInfo. Remember that platforms clean normal uploads for you, while original files leak everything. Give your photos the same treatment in our free EXIF Remover, and when the date and place are meant to be seen rather than hidden, burn them into the frame from the start.
Try the tools
Stamp a photo right now in your browser, or get the iOS app for live capture with GPS and atomic time.