Why iPhone video will not play on Windows, and how to fix it
MOV and MP4 are not two kinds of video. Understanding the difference explains why your clip refuses to open, and why converting it usually costs nothing in quality.
· 3 min read
You film something on an iPhone, send it to a colleague, and get back the message that it will not open. Or you drop it into a presentation and the software calls it an unsupported format. The culprit is nearly always the extension .mov.
MOV and MP4 are containers, not codecs
This is the part that trips people up. MOV and MP4 are both containers: a wrapper that holds the video track, the audio track and the timing information. Inside, the actual picture is usually encoded exactly the same way, most often H.264 or HEVC.
MOV is Apple's format, built for QuickTime, and it is what an iPhone writes by default. MP4 is the international standard that plays on practically every phone, television, editor and web page.
| MOV | MP4 | |
|---|---|---|
| Origin | Apple, QuickTime | ISO standard |
| Plays on | macOS, iOS, recent Windows | more or less everything |
| Plays in a browser | rarely | yes |
| Typical source | iPhone, Canon cameras | editor exports, Android phones |
The practical consequence is a happy one: converting MOV to MP4 is often repackaging rather than re-encoding. The picture data can be lifted across untouched, and the difference in quality is nil.
The other half of the problem: HEVC
Newer iPhones record in HEVC, also called H.265, because it stores the same picture in roughly half the space. Excellent for your storage, awkward for sharing: Windows needs a codec that is not always installed, and older editors do not know it at all.
So a stubborn file usually has two things wrong with it at once: a MOV wrapper and an HEVC track inside. Rewrapping alone will not save you there; the video needs re-encoding to H.264, which every device understands.
If you would rather avoid the whole problem at the source, iPhones can be told to record in the compatible format: Settings, Camera, Formats, Most Compatible. You trade some file size for never having this conversation again.
Converting it
- Open Video format converter and drop the file in.
- Leave the target as MP4 (H.264).
- Keep the quality at normal. Only go lower when you specifically need a smaller file.
- Convert, then download.
It runs in your browser. Nothing is uploaded, which for family video or anything work related is the difference between a private file and a copy on somebody else's server.
Be realistic about time. Re-encoding video is genuinely heavy work, and a phone clip several minutes long can take a few minutes on a laptop. A progress bar that moves slowly is not a stuck progress bar.
If the file is also too large
Conversion and compression are separate jobs. If your MP4 is now playable but too big for the upload limit you are facing, run it through Compress video afterwards and pick a lower target. For anything watched on a phone, 720p is usually indistinguishable from 1080p and roughly half the size.
Frequently asked questions
Does converting MOV to MP4 lose quality?
Usually very little. When the video inside is already H.264, the conversion mostly rewraps it. When it is HEVC, the track has to be re-encoded, and at normal quality the loss is hard to spot on ordinary footage.
Why does my Windows PC refuse to play the file?
Either the MOV container, or an HEVC track that Windows has no codec for, or both. Converting to MP4 with H.264 removes both obstacles.
How long does the conversion take?
Roughly one to three minutes per minute of footage on an average laptop, depending on the resolution. It runs on your own processor, so a faster machine finishes sooner.
Is my video uploaded anywhere?
No. The conversion happens in your browser, and the file never leaves your device.
Can I stop the iPhone producing MOV files at all?
You cannot change the container, but you can change the codec: Settings, Camera, Formats, Most Compatible makes the phone record H.264, which converts and plays far more easily.