You AirDrop a video to a colleague and they say it will not open. You upload a clip to a web form and it rejects the file type.

You drop a video into an editor on a Windows machine and get a codec error. Every one of these traces back to the same thing, which is that your iPhone recorded a MOV and the receiving end wanted an MP4.

The frustrating part is that MOV and MP4 are close relatives. Apple created QuickTime’s MOV container, and MP4 was standardised afterwards using the same underlying structure. Under the hood the video data is often literally identical. The difference is the wrapper and the extension, and a surprising amount of software checks nothing but the wrapper and the extension.

How to Convert MOV to MP4 on iPhone

Why iPhone gives you MOV in the first place

At a glance

Cost
Free, forever
Account
None needed
App Store
No install
Runs on
iPhone, via Shortcuts
MOVGrabioMP4
MOV in, MP4 out, on your iPhone

MOV is Apple’s native video container and it is what the Camera app writes. It works flawlessly across Photos, iMovie, Final Cut, QuickTime, AirDrop between Apple devices, and anything else in Apple’s world. If you never leave that world you would not know there was an issue.

The friction starts at the boundary. Windows Media Player, older Android phones, a lot of web upload forms, several video editors and most digital signage systems expect MP4 and treat MOV as an unknown quantity. Some of them can play it and refuse anyway on the strength of the extension.

There is a second layer to this that catches people out. Your iPhone records in HEVC, also called H.265, by default because it produces smaller files at the same quality. HEVC inside a MOV is doubly unfamiliar to older systems. So sometimes the fix is the container, sometimes it is the codec, and sometimes it is both.

What iOS gives you natively, which is less than you would hope

Let me be straight about this, because it is the honest core of the article. iOS has no built-in MOV to MP4 converter. There is no export option in Photos, no convert command in Files, and no share sheet action from Apple that changes a video container.

What iOS does have is one preventive setting. Go to Settings, then Camera, then Formats, and choose Most Compatible instead of High Efficiency.

That switches future recordings to H.264, which is the codec nearly everything can decode. The container stays MOV, so this solves the codec half and not the extension half, and it does nothing at all for footage you already shot.

Worth doing anyway if you regularly send video to people outside the Apple world. The files get larger, which is the trade.

The rename trick, and when it fails

You will find advice online saying you can simply rename the file from.mov to.mp4. In the Files app, long press the file, tap Rename, and change the extension.

This does work sometimes, because the containers are structurally similar enough that a tolerant player reads the file regardless of what it is called. It is worth thirty seconds before doing anything more involved.

It fails in two situations, and it fails confusingly. If the video inside is HEVC and the receiving system cannot decode HEVC, renaming changes nothing, because the codec was the problem all along. And strict software that inspects the container header rather than trusting the extension will spot the mismatch immediately and reject it.

So try it, and if the file still misbehaves, the video actually needs re-encoding.

Converting properly from the share sheet

This is where Grabio comes in, and it is three taps.

Open the video in Photos or Files. Tap the Share button, which is the square with the arrow. Scroll the sheet and tap Grabio. Because the input is a video, you get the video menu, and the MP4 options are the top four:

  • Compress for sharing gives you an MP4 optimised for size. Good default when the file also needs to get smaller.
  • 1080p Full HD is the one I pick most often. It produces a standard MP4 at a resolution everything understands, and if your source was 4K it removes a great deal of bulk on the way.
  • 720p HD for uploads with a size limit, or anything that will be watched on a phone.
  • 480p mobile when a form has a hard cap you keep failing.

The result comes back through the share sheet so you choose where it lands. Save to Files if it is heading to a computer or an upload form. Save to Photos if you want it in your library alongside the original.

The same menu also holds a MOV option, which sounds redundant in an article about escaping MOV. It is there for the reverse trip, when someone sends you an MP4 and you want the Apple-native container for AirDrop or Final Cut. The general tour of what converts into what is at how to convert any file format on iPhone.

Trim first if the file is long

Worth saying because it saves time on every conversion. Re-encoding a long video takes proportionally longer, and most clips have dead weight at both ends.

Open the video in Photos, tap Edit, drag the yellow handles on the filmstrip inwards, tap Done, and choose Save Video as New Clip so the original stays intact. Trimming is fully native and costs nothing in quality, since it removes frames rather than re-encoding them. The walkthrough is at how to trim a video on iPhone without an app.

Which resolution to choose

The container change is free in quality terms. The resolution choice is where you actually decide something, so a short guide:

Keep 1080p when the video will be watched on a laptop or a television, or when it is going into an edit. It is the safe default and nobody ever complains about it.

Drop to 720p when the video is going into a chat, an email or a form with a limit. On a phone screen the difference is close to invisible, and the file is a fraction of the size.

Use 480p only when a hard limit forces it. It looks soft on anything larger than a phone.

Going the other way is not possible. Converting a 720p clip and asking for 1080p gives you a larger file containing the same detail, since no tool can invent pixels that were never recorded.

If the size is the problem rather than the format, the video compressor walkthrough covers the size question directly, and how to send a large video file from an iPhone covers the routes that avoid compression entirely.

The short version

Try renaming the extension first, because it costs thirty seconds and sometimes it is enough. If the file still fails, it needs re-encoding, and iOS will not do that for you.

Convert to MP4 at 1080p unless you have a specific reason to go lower. And if you send video to non-Apple people regularly, switch your camera to Most Compatible so you stop creating the problem.

Get the Shortcut if the conversion step is the one you keep hitting. Free, no account, and it lives in the share sheet rather than on your Home Screen.

Frequently asked questions

Can I convert MOV to MP4 without any app on iPhone?

iOS has no built-in video converter, so there is no fully native route. Renaming the file extension in the Files app works with tolerant players and is worth trying first. Anything stricter, or any file using the HEVC codec, needs real re-encoding.

Does converting MOV to MP4 reduce the quality?

Changing the container alone is close to lossless. Quality only changes if you also change the resolution or apply compression, which is a separate choice you make during the conversion. Staying at the source resolution keeps the picture effectively the same.

Why does my iPhone record MOV instead of MP4?

MOV is Apple’s native QuickTime container and it is what the Camera app writes. It works perfectly across Apple software, and the friction only appears when the file reaches Windows, older Android devices or upload forms that expect MP4.

Will renaming the file extension actually work?

Sometimes. The two containers are structurally similar, so a tolerant player often reads the file either way. It fails when the video inside is HEVC and the receiving system cannot decode it, or when the software inspects the container header rather than the extension.

What is the difference between HEVC and H.264?

Both are video codecs, meaning the compression method used inside the container. HEVC, also called H.265, produces roughly half the file size at the same quality but needs newer hardware to decode. H.264 is older, larger, and plays on essentially everything.

How do I stop my iPhone creating this problem?

Open Settings, then Camera, then Formats, and choose Most Compatible. Future recordings use H.264 instead of HEVC, which removes the codec half of the incompatibility. Files get larger, and the container remains MOV.