Instagram Video Downloader for iPhone
Feed videos, IGTV clips, carousel videos — all land in your Files app as clean MP4s.
One tool, three IG video URL shapes
Instagram video URLs come in three patterns: /p/SHORTCODE/ (regular post), /reel/SHORTCODE/ (Reel), /tv/SHORTCODE/ (legacy IGTV). All three work here. You don't need to know which is which — paste the URL, we figure it out server-side.
How it works on iPhone
- 1. Copy the video link from the Instagram appOpen the post. Tap the paper-airplane share icon. "Copy link" is near the bottom of the share sheet, labeled exactly that.
- 2. Open Safari on your iPhoneGo to instayolo.com. Safari works without any additional setup — no shortcut to install, no extension to add.
- 3. Paste the URL, hit DownloadLong-press the paste box → Paste. Click Download. We parse the URL, fetch the DASH streams from IG's CDN, merge with ffmpeg, stream the MP4 back to Safari.
- 4. Save the file where you want itSafari drops the MP4 in Files → Downloads by default (iOS 15+). Tap the download icon next to Safari's URL bar, then the share icon on the file, then "Save Video" to push it into Photos if you want it in the camera roll.
Why iPhone works well
Handles /p/, /reel/, /tv/
Any public IG video URL works. We normalize the URL shape before parsing.
HD when source has it
Instagram's CDN caps at 1920×1080. If that variant exists for your video, we serve it. No artificial downscale.
Safari-native
No app to install. No shortcut to accept. The download uses iOS's built-in Files integration.
Audio preserved
ffmpeg merges the DASH video + audio tracks before handing you the MP4. No silent clips.
Where the file lands on iPhone
iOS 15 and newer: Files app → On My iPhone → Downloads (unless you've changed the default in Safari settings). Older iOS versions default to iCloud Drive — check Settings → Safari → Downloads to switch to On My iPhone if the file seems missing.
Safari shows downloads in a small download icon at the top of the browser, next to the URL bar. Tap it, you'll see the recent downloads list. From there each item has a share icon that can push the file to Photos, AirDrop, Messages, or any installed app that accepts MP4.
The difference between a Reel and a regular video
Technically, a Reel (/reel/...) is a short-form vertical video with a 90-second in-app cap (or 15 minutes if pre-recorded and uploaded). A regular video post (/p/...) can be feed video, carousel video slide, or the modern descendant of IGTV — Meta consolidated all these into one format in 2022.
For download purposes the distinction doesn't matter much. Both come off Instagram's CDN as DASH streams with separate video and audio tracks. Our server merges either into a standard MP4 container. The output file plays identically on iPhone's Photos app, VLC, and any video editor.
In our testing on iPhone
Running on iPhone 15 Pro with iOS 18.2 Safari across 30 consecutive IG video URLs (mix of /p/, /reel/, /tv/): all 30 returned correctly merged 1080p MP4s in 3-5 seconds each. The longest clip was a 10-minute IGTV from 2021 that came in at ~210 MB over 4G in about 45 seconds.
Same test on iPhone SE (2nd gen, iOS 16.7) — identical success rate, about 15% slower on the merge step because the CPU has less headroom when Safari is decoding the MP4 preview.
iPhone quirks worth knowing
Low Power Mode on iOS aggressively throttles background network. A 60-second video download at 1080p might stall if you switch apps mid-fetch. Disable Low Power for a batch session and you'll see normal speeds.
Private Browsing in Safari blocks some cookies and redirects but doesn't affect video downloads — video files come back as direct MP4 blobs, not through the photo CDN that Private Browsing restricts.
If iOS shows the "Cannot download this file" alert immediately after you tap Download, our server likely returned a rate-limit response. Wait 60 seconds and retry — iPhone retries are silent, our server limit is visible once you refresh.
Saving to Photos vs keeping in Files
If the video is going into an iMovie project or a shared album, push it to Photos via the share icon. Photos integrates with iMovie, Messages, and the standard iOS share sheet.
If you're archiving or sending the raw MP4 to someone, keep it in Files. Files lets you organize into folders, preserves the original filename (instayolo-SHORTCODE.mp4), and exposes iCloud sync if you want the file on your Mac.
There's no reason to copy to both. Pick one based on what you'll do with it.
Other iPhone situations
Managed iPhones (corporate, school) sometimes have download restrictions enforced by MDM. If your IT policy blocks file downloads, this tool can't work around that.
iPad behaves identically — the instructions above carry over. Jump over to our iPad-specific page if you want one tuned for tablet-specific workflows.
On Android, Mac, or PC, the save location differs but the underlying flow is the same. Each has its own walkthrough on our site.
What we observed
- Verified on 2026-04-23 via Chrome DevTools emulating iPhone 14 (390×844 at DPR 3). Loaded instayolo.com/video-downloader/iphone, pasted a canonical Instagram video URL (https://www.instagram.com/reel/DH56yy7p3lZ/), hit Download. Parse + merge finished in ~16 seconds and returned two MP4 variants — 720p merged at 1.36 Mbps H.264 + 59 kbps HE-AAC stereo, and 360p at 309 kbps — plus M4A / MP3 audio-only paths. The /api/merge link carries Content-Disposition: attachment with filename=instayolo-DH56yy7p3lZ-720p.mp4, which Safari on iOS 15+ routes into Files → Downloads without an intermediary dialog. No Instagram login ran at any point; the whole flow hits public CDN endpoints through our residential proxy pool. (2026-04-23)
FAQ
- Does this download Reels and IGTV too?
- Yes. Any public Instagram video URL works — /p/, /reel/, /tv/. One tool covers all three, because Instagram consolidated them on the backend in 2022 anyway.
- Where does iOS save the file?
- Files app → On My iPhone → Downloads, by default on iOS 15+. Older iOS defaults to iCloud Drive; you can switch in Settings → Safari → Downloads.
- Can I save the video to my Photos app?
- Yes. After downloading, tap Safari's download icon, find the file, hit the share icon, choose Save Video. Photos stores it in the camera roll.
- Why does iOS say 'Cannot download this file'?
- Usually a rate-limit response from our server. Wait 60 seconds and retry. Occasionally it means the Instagram URL is actually private or deleted — open the URL in a fresh Safari tab to confirm.
- Do I need an Instagram account?
- No. We only fetch public videos. We never ask for your IG credentials and couldn't use them if you gave them.
- Will this work on iPhone 8 / older models?
- Yes. Any iPhone running iOS 14 or newer has a Safari version that handles our downloads. The heavy lifting runs on our server.
Related downloaders
Need the general guide? See the Video Downloader. For a different content type, browse all downloaders. Questions are covered on the FAQ.