How to download video on iPhone
There are four practical ways to save a video to an iPhone: download the file directly in Safari, record the screen while it plays, run a Shortcut, or use a dedicated downloader app with its own browser. Which one works depends almost entirely on whether the site serves a plain MP4 file or an HLS stream — and most large sites now serve HLS.
Why downloading video on iOS is harder than it looks
On a desktop, saving a video is usually a right-click. On an iPhone it often isn't, and the reason is technical rather than arbitrary.
Until iOS 13, Safari had no general-purpose download manager at all — there was nowhere on the device for an arbitrary file to land. That changed with the Files app, and modern Safari can now download a file and place it in On My iPhone → Downloads. But that only helps when the page actually links to a file.
The bigger obstacle is how video is delivered. Two formats dominate, and they behave completely differently:
- Progressive files (MP4, MOV, WebM). One complete file at one URL. A browser can download it the same way it downloads a PDF.
- Adaptive streams (HLS, signalled by an
.m3u8playlist). The video is cut into hundreds of small segments listed in a text playlist. The player fetches segments continuously and switches quality as your bandwidth changes. There is no single file to save.
HLS is Apple's own streaming format and is now the default for most large video platforms, because it is what makes quality switch smoothly on a mobile connection. It is also why "just long-press and save" stopped working on most sites. To keep an HLS video you have to download every segment and remux them into one file — which no browser does on its own.
The short version: if a site serves a progressive MP4, almost any method works. If it serves an HLS stream, only screen recording or a downloader that can assemble segments will get you a playable file.
The four methods, compared
Each row below is a method, not a product. The trade-offs are inherent to the approach.
| Method | Handles MP4 | Handles HLS / M3U8 | Quality | Main drawback |
|---|---|---|---|---|
| Safari + Files | Yes | No | Original | Only works when the page links straight to a file |
| Screen Recording | Yes | Yes | Screen resolution, re-encoded | Real time only; captures notifications and UI |
| Shortcuts | Yes | Rarely | Original | Community shortcuts break whenever a site changes |
| Downloader app | Yes | Yes | Original, quality selectable | Another app to install |
Method 1: Safari and the Files app
The built-in route. It costs nothing and installs nothing, but it only works on pages that link directly to a video file.
- Open the page in Safari and find the direct link to the video — often the video itself, or a "Download" link.
- Touch and hold the link, then choose Download Linked File.
- Tap the downloads arrow in the Safari toolbar to watch progress.
- Open Files → On My iPhone → Downloads to find it.
- To move it into Photos, tap Share and choose Save Video.
If touching and holding gives you no download option, the page is almost certainly streaming HLS, and this method cannot help. Changing the download folder is under Settings → Apps → Safari → Downloads.
Method 2: Screen Recording
iOS can record whatever is on screen, which makes it the universal fallback: it works on every site because it captures the picture after playback, not the file before it.
- Add the control once in Settings → Control Centre → Screen Recording.
- Open Control Centre, press and hold the record button, and make sure the microphone is off so it records only app audio.
- Start recording, play the video full screen, then stop from the status bar.
- The clip lands in Photos.
The costs are real. Recording happens in real time, so a 40-minute video takes 40 minutes. Output is capped at your screen's resolution, so a 4K source is reduced to roughly 1080p or 1170p on most iPhones. The footage is re-encoded, which softens detail. Any notification that arrives is recorded too. Some apps also block capture outright with DRM and produce a black frame.
Method 3: The Shortcuts app
Shortcuts can fetch a URL and save the response, and the community has built shortcuts for individual sites for years.
They work when they work, and they are free. But each one depends on a specific site's page structure or a third-party API, so they break without warning when the site changes — which for large platforms is frequently. Running an imported shortcut also means trusting whatever it does with the URLs you feed it. Treat this as a hobbyist option, not a dependable one.
Method 4: A dedicated downloader app
A downloader app ships its own browser. You browse to the page inside the app; the app watches the network requests the page makes, spots the media, and offers to save it. Because it sees the HLS playlist, it can fetch every segment and assemble them into one playable file — the step that defeats Safari and Shortcuts.
Practically, that means one flow for every site, the original quality rather than a re-encode, a list of available resolutions to pick from, and downloads that finish faster than real time.
What to look for, whichever app you choose:
- HLS support. If it cannot handle
.m3u8, it cannot save from most large sites. - Quality selection. A single "Download" button usually means you get whatever it grabbed first.
- Background playback. Saving the file is half the point; playing it with the screen off is the other half.
- Honest pricing. Check whether the download limit sits behind a subscription before you rely on it.
Free iOS downloader with a built-in browser, MP4 and M3U8 support up to 4K, and background playback with the screen off. Rated 4.4 out of 5 from 1,330 App Store ratings.
Where downloaded videos are stored on an iPhone
There is no single downloads folder shared by every app, which is a common source of confusion.
- Safari saves to Files → On My iPhone → Downloads.
- Screen recordings go to Photos, in the Recents album.
- Downloader apps keep files inside their own sandbox by default. That keeps them out of Photos and out of iCloud Photos sync — useful for privacy, but it means you export deliberately if you want a video in your camera roll.
Videos kept inside an app also disappear when that app is deleted. If a download matters, export it to Files or Photos.
How to play a downloaded video with the screen off
Saving a video offline and listening to it with the phone locked are two different capabilities, and the second one is the reason many people download in the first place.
iOS allows audio to continue in the background only when an app declares the background-audio capability and holds an active audio session. Safari does not do this for regular web video: lock the phone and playback stops. A player app that declares it will keep going, show controls on the lock screen, and support AirPlay and Picture-in-Picture.
If background listening matters to you, check for it specifically. "Offline playback" and "background playback" are advertised interchangeably but are not the same feature.
Is downloading video legal?
This is worth getting right, and the honest answer has two separate layers.
Copyright. In many countries, including the UK and much of the EU, a personal copy of material you already own or that is offered freely may fall under private-use exceptions. Redistributing it does not. Rules vary by jurisdiction and this is not legal advice.
Terms of service. Separately from copyright, most large platforms prohibit downloading through anything other than their own app. YouTube's terms, for example, forbid it except where the site provides a download button or Google gives permission. Breaching terms of service is a contract matter rather than a criminal one, but it is still a breach.
In practice: saving your own uploads, Creative Commons material, or content whose owner permits it is straightforward. Ripping paid or DRM-protected catalogues is not, and DRM-protected streams are technically blocked from capture anyway.
Glossary
- HLS — HTTP Live Streaming, Apple's adaptive streaming protocol. Splits video into short segments so quality can change mid-playback.
- M3U8 — the plain-text playlist file that lists an HLS stream's segments. Downloading it alone gets you a text file, not a video.
- Progressive download — one complete file fetched over HTTP; playback can begin before it finishes.
- Remux — repackaging existing audio and video into a new container without re-encoding, so no quality is lost. This is how segments become a single MP4.
- Picture-in-Picture (PiP) — iOS feature that floats a small video window above other apps.
- DRM — digital rights management. On iOS this is FairPlay, which blocks both saving and screen capture.
Frequently asked
Why does the video I saved play as a text file?
You downloaded the .m3u8 playlist rather than the video. It is a list of segment URLs, a few kilobytes in size. You need a tool that follows the list and assembles the segments.
Can I download a video without any app?
Yes, if the site serves a progressive MP4 — use Safari's Download Linked File. For HLS streams, screen recording is the only no-install option, at the cost of quality and real-time capture.
Why is my downloaded video lower quality than what I watched?
Either you screen-recorded it, which re-encodes at screen resolution, or the download grabbed a lower rung of the adaptive ladder. Apps that list available resolutions let you pick the top one explicitly.
Does downloading use less data than streaming?
Downloading once and rewatching offline uses less total data than streaming repeatedly. A single watch costs roughly the same either way.