lookup> .mov

.MOV·File Extension

QuickTime MovieApple QuickTime multimedia container.

Extension.mov
File typeQuickTime Movie
CategoryVideo
Charset
CompressibleNo
Format familymov

What is a .mov file?

A .mov file is a QuickTime Movie — Apple QuickTime multimedia container.

In the mime-db registry it maps to video/quicktime, and it is marked as non-compressible. When serving .mov over HTTP, set the Content-Type header as shown in Developer info below.

Related entities: it maps to video/quicktime — and is delivered over HTTP via the Content-Type header.

  • Use QuickTime or VLC to open and edit .mov files.
  • Any text editor (Notepad, VS Code) can inspect the raw content as text.

When served over HTTP, responses should set the following header:

Content-Type: video/quicktime

Common software that reads/writes .mov:

QuickTimeVLCFinal Cut Pro
.movextension of
format
movserved as
mime type
video/quicktimesent via header
http header
  • Movies and clips
  • Streaming media
  • Screen recordings
  • Open the file with QuickTime, make your changes and save.
  • Most editors preserve the original formatting and encoding — avoid changing the charset.
  • Create a new file and save it with the .mov extension, or export this format from QuickTime.

What programs can open .mov files?

Common options include QuickTime, VLC, Final Cut Pro. You can also open many of these files with built-in viewers or a browser.

How do I create a .mov file?

Create a new file in any text editor or the app that owns the format and save it with the .mov extension.

What is the relationship between .mov and the video/quicktime MIME type?

video/quicktime is the media type identifier used for .mov files during network transfer (for example in the HTTP Content-Type header).

Updated 2026-08-18

Related extensions

Related MIME types

Related headers

Related methods

Related status codes