.MOV

MOV File

Apple QuickTime Movie (.mov)
Ask a question
QUICK ANSWER

A MOV file is an Apple QuickTime movie - the default format for video recorded on iPhone, iPad, and Mac. On a Mac, double-click it to play in QuickTime Player. On Windows 10/11, the built-in Media Player opens most MOV files; for anything it refuses, use the free VLC media player. To share a MOV where MP4 is required, convert it with HandBrake or VLC - the two formats share the same structure, so it is usually fast and lossless.

Developer: Apple Inc. Category: Video Files MIME: video/quicktime
OPENS ON Windows macOS Linux Android iOS
Related: .DAV · .MKV · .MP4 · .H264

On this page

19k+ extensions indexed
Last reviewed Jul 3, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the MOV file format?

.mov is a popular video container format developed by Apple, introduced in 1991 alongside QuickTime 1.0. A .mov file organises its content into tracks (occasionally called "paths" in older documentation), each carrying a specific type of data: video, audio, text subtitles, or timecode. These tracks may also reference data stored in a separate file, making .mov a natural fit for non-destructive editing workflows.

Each track typically uses one or more codecs, so any application playing or editing .mov files must support all codecs present. Common video codecs include H.264, H.265/HEVC, and Apple ProRes; common audio codecs include AAC and uncompressed PCM. Because .mov supports both lossy and lossless codecs - ProRes is widely used in professional production - it is not a purely lossy format.

Advantages of the MOV format

.mov is compatible with macOS, iOS, Windows, and Android. Windows 11's built-in Media Player now opens .mov files natively, reducing the friction that once existed outside Apple's ecosystem. The format's track-based atom structure makes it especially well suited to video editing: audio and video streams can be modified independently, and non-destructive edit lists allow trimming without re-encoding.

Similarities between MOV and MP4

The MP4 format was developed on the basis of .mov - the QuickTime File Format became the foundation of MPEG-4 Part 12 (ISO Base Media File Format), with only targeted changes. Both share the same atom/box container structure, which is why conversion between .mov and .mp4 is generally straightforward on any platform. Although .mp4 is more widely encountered online, .mov remains the dominant choice in professional macOS-based video production.

Security & safety

RISK: LOW

A genuine .mov is media data, not executable code, so it's safe to play. Cautions: a file named "clip.mov.exe" from an untrusted source could be malware in disguise (check the real extension); crafted media has occasionally exploited player bugs, so keep VLC and system codecs updated; and online MOV-to-MP4 converters upload your video to a third party - for private footage convert locally with VLC/HandBrake/ffmpeg instead. Do not install Apple's QuickTime for Windows, which is unpatched since 2016.

Format details

in a nutshell
FULL NAMEApple QuickTime Movie (.mov)
DEVELOPERApple Inc.since 1991 (QuickTime 1.0); the QTFF later became the basis of the MPEG-4/MP4 standard
CATEGORYVideo Files
MIME TYPEvideo/quicktime
TYPEQuickTime File Format container (ISO Base Media File Format basis); usually H.264/HEVC video + AAC/PCM audio
MAGIC BYTES · FILE SIGNATURE
OFFSET
0405060708090a0b
HEX
6674797071742020
ASCII
ftypqt
Like MP4, a QuickTime .mov is a tree of atoms/boxes. The 'ftyp' marker is at offset 4 (bytes 0-3 are the box size). The major brand "qt " (0x71 0x74 0x20 0x20) identifies QuickTime; some older .mov files instead start with a 'moov' or 'mdat' atom and have no ftyp. MOV and MP4 share the same ISO-BMFF structure, which is why they interconvert easily.

Programs that open MOV files

Windows2 apps
VLC media player Open-source Drag the .mov onto VLC - plays H.264, HEVC and ProRes MOV out of the box; the reliable fix when Windows refuses the file.
Media Player (Windows 11) Built-in Double-click the .mov - the built-in Media Player plays H.264 MOV; HEVC video needs the HEVC Video Extensions, and ProRes may not play (use VLC).
macOS2 apps
VLC media player Open-source Use VLC for any .mov QuickTime can't handle (unusual codecs); the all-rounder on macOS.
QuickTime Player Built-in Double-click the .mov to play in QuickTime Player; it's the native MOV handler on macOS.
Linux1 app
VLC media player Open-source Open the .mov in VLC (or mpv / GNOME Videos) - plays MOV on any distro without extra codec packs.
Android1 app
VLC for Android Open-source Open the .mov in VLC; Android's built-in players don't reliably handle MOV, but VLC does.
iOS1 app
Files / Photos (built-in) Built-in Tap the .mov in Files or save it to Photos - iOS plays QuickTime MOV natively (it's the camera's own format).

Technical details

deep spec
MIME typevideo/quicktime
Container structureHierarchical atom/box tree (QuickTime File Format; basis of ISO Base Media File Format / MPEG-4 Part 12)
File signature`ftypqt ` at byte offset 4; older files begin with a `moov` or `mdat` atom instead
Common video codecsH.264 (AVC), H.265 (HEVC), Apple ProRes (422, 4444), MPEG-4 Part 2
Common audio codecsAAC, PCM (uncompressed), Apple Lossless (ALAC), MP3
Track typesVideo, audio, text/subtitles, timecode (`tmcd`), chapter
Timecode trackDedicated `tmcd` atom carries SMPTE timecode for broadcast and production workflows
Edit list supportNon-destructive edit lists (`elst` atom) allow in-container trimming without re-encoding the media
Reference tracksA track may point to media data in an external file, enabling proxy and multi-file workflows
Color metadata`nclc`/`nclx` atoms carry color primaries, transfer function, and HDR metadata per track
Extended atom sizes64-bit extended size field supports individual atoms - and files - larger than 4 GB
Byte orderBig-endian for all integer fields in atom headers
Multi-trackMultiple independent video, audio, and subtitle tracks in one file
Lossless supportSupports fully lossless codecs (Apple ProRes 4444 XQ, PCM) alongside lossy codecs
Platform originDeveloped for Apple's QuickTime multimedia framework; native support on macOS and iOS
Released1991 (QuickTime 1.0); the QTFF later became the basis of the MPEG-4/MP4 standard
Specificationdeveloper.apple.com

MOV conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with MOV files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about MOV files.

Frequently asked questions

How do I open a .mov file on Windows?
Double-click it - Windows 11's built-in Media Player plays H.264 MOV (install the HEVC extension for iPhone HEVC clips). For anything it refuses (e.g. ProRes), use the free VLC media player, which plays any .mov. Don't install Apple's old QuickTime for Windows.
Why won't my .mov file play?
It's almost always a missing codec for the video inside - often HEVC (iPhone) or Apple ProRes - not a broken file. Open it in VLC, which bundles its own codecs and plays nearly every .mov.
How do I convert MOV to MP4?
Use HandBrake or VLC (Convert/Save), or ffmpeg. Because MOV and MP4 share the same structure, it's often a lossless remux: 'ffmpeg -i in.mov -c copy out.mp4'. Re-encode if the source is ProRes.
What's the difference between MOV and MP4?
MOV is Apple's QuickTime container; MP4 is the cross-platform standard derived from it. They're structurally almost identical and convert easily. MOV is the default on Apple devices; MP4 is the safer choice for sharing everywhere.
Why is video from my iPhone a .mov file?
iPhone and iPad cameras record in QuickTime .mov (H.264, or HEVC since iOS 11 in 2017). It plays perfectly on Apple devices; convert to MP4 if a Windows app, Android phone, or website rejects it.
Can I play a .mov on Android?
Built-in Android players are unreliable with MOV, but VLC for Android plays them fine. For broad compatibility, convert the .mov to MP4 first.

References

1Apple Developer - QuickTime File Formatdeveloper.apple.com
2VideoLAN - VLC media playerwww.videolan.org

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.BCBitComet Incomplete Download File
7.EXEWindows Executable (Portable Executable)
8.NOMEDIAAndroid No-Media Marker File
9.AVIFAV1 Image File Format (AVIF)
10.RPMSGRestricted Permission Message

Related extensions

.DAVDVR365 / Dahua DVR Video File (DHAV stream)
.MKVMatroska Video
.MP4MPEG-4 Part 14 Video File
.H264Raw H.264 / AVC Video Elementary Stream
.VOBDVD Video Object File
.264Raw H.264 / AVC Video Elementary Stream (DVR/CCTV export)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z