Saving videos on iPhone and Android, and what to do when it fails
On an iPhone, a video downloaded through Safari goes to the Files app, not to your camera roll. That single sentence resolves most of the panic about a download that "did not work" on iOS. Android behaves differently: the file lands in the Downloads folder and the media scanner puts it in your gallery on its own. This guide puts the two side by side, explains why Safari sometimes greys out Save Video entirely, and separates the downloads that fail for technical reasons from the ones that were never going to work.
Where the file lands on iPhone versus Android
iPhone takes two steps to reach the photo library, Android takes none. Almost every article on this subject says downloads "save to the camera roll". On iOS through a browser that is simply false, and believing it is why people assume the download failed when it actually succeeded.
| iPhone (Safari) | Android (Chrome) | |
|---|---|---|
| Download goes to | Files app, Downloads folder, under On My iPhone or iCloud Drive | /storage/emulated/0/Download |
| Appears in Photos or Gallery? | No, not automatically | Yes, the media scanner picks it up |
| Steps to reach the photo library | Two: open Files, tap the file, Share, then Save Video | One, it is already there |
In the iOS share sheet, Save to Files and Save Video go to completely different places. Save to Files leaves it in the Files app. Save Video is the one that puts it in Photos.
The two hops on iOS, in order
Download the video from the YouTube downloader in Safari and let the transfer finish. Then open the Files app, go to Downloads under On My iPhone or iCloud Drive, tap the file, tap Share, and choose Save Video. It is now in Photos.
If you only ever want to watch it, you can skip the second hop entirely. Files plays video fine, and leaving it there keeps it out of your camera roll.
Why Safari greys out Save Video on streaming sites
Because there is no single file to save. Streaming sites deliver video as HLS or MPEG-DASH chunks, dozens or hundreds of small segments that the player stitches together as it goes. Safari has no way to merge chunks into a file, so the Save Video option is unavailable and the long press menu offers nothing useful.
This is not a restriction Apple added to annoy you, and no setting turns it back on. The option is greyed out because the thing it would save does not exist as a file on that page.
A tool that returns one finished MP4 sidesteps the problem completely. The server fetches the streams, merges them, and hands your browser a single file, which is exactly the kind of thing Safari knows how to download. That is also why YouTube downloads work on an iPhone through a browser while long pressing the YouTube player does nothing.
Using a youtube downloader android side, one step instead of two
Android does the extra work for you. Chrome saves the file to /storage/emulated/0/Download, and Android's media scanner indexes new media automatically, so the video shows up in your gallery app without you touching anything. There is no share sheet hop, no second save.
You can also reach the file directly through any file manager under Download, which is useful when you want to move it into an editing app or attach it to a message. The path is the same across almost every Android build.
Everything else works the same on both platforms. There is no app to install and no extension, so the browser is doing the same job on a phone as on a desktop. Audio-only downloads are the fastest option on a mobile connection, since the video stream is never requested at all, which the audio guide explains in detail.
Why a download fails: the technical causes
Start with the link, then work through the list. The most common cause is not a broken tool at all: a URL copied from the address bar while scrolling a feed often points at the feed position rather than the video. Use the Share control on the post to get a proper permalink.
When the link is right, these are the genuine technical causes of a failure. They are specific, and each one has a different tell.
- The account is private, followers-only or close friends, so the content is never served to an anonymous request.
- The post was deleted or archived after the link was copied.
- The video is age restricted, which requires a signed in account.
- The content is region blocked in the server's country.
- The audio was muted by a copyright claim, so the video arrives silent by the platform's own doing rather than through any fault of the download.
- Extractor breakage: platforms rotate their player logic and signature handling, which breaks downloaders until the extractor is updated. A 403 means the request was not recognised as coming from a browser.
A 403 Forbidden is worth retrying later. It usually means a platform changed something and the extractor needs to catch up, which is why keeping yt-dlp current matters.
Terms of service limits are not technical failures
These are two different categories and mixing them up leads to bad advice. A technical failure is a tool that cannot do something. A terms of service restriction is a rule about what you are allowed to do with something the tool can do perfectly well.
On the technical side sit private accounts, stories, age restricted videos, photos, carousels and anything needing a signed in session. None of those can be fetched anonymously, and no site that claims otherwise is telling you the truth about how the platforms work.
On the rules side sits what you do next. Downloading and republishing are different acts. Saving your own uploads, public domain material, or content you have permission to use is normally fine. Re-uploading someone else's work is not, and every platform forbids it in its terms of service. That applies equally to a Reel, covered in the Reels guide, and to a YouTube video in 4K.
Frequently asked questions
Where do downloaded videos go on an iPhone?
To the Files app, in the Downloads folder under On My iPhone or iCloud Drive. They do not appear in Photos automatically. Open the file, tap Share, then Save Video to move it into your camera roll.
Why is Save Video greyed out in Safari?
Because streaming sites deliver HLS or MPEG-DASH chunks rather than a single file, and Safari cannot merge chunks. A tool that returns one finished MP4 avoids the problem entirely.
Where does the file go on Android?
To /storage/emulated/0/Download. Android's media scanner indexes it, so it also shows up in your gallery without any extra step.
Do I need to install an app?
No. Everything runs in the browser on both iPhone and Android. There is no app and no extension.
Why does it say 403 Forbidden?
The request was not recognised as coming from a browser, usually because the platform rotated its player logic and the extractor has not caught up yet. Trying again later often works.
Why is my downloaded video silent?
Either the audio was muted by a copyright claim on the platform's side, or the file came from a tool that failed to merge the separate audio stream. Above 360p, YouTube stores video and audio separately.