Tutorial
How to save an Instagram Reel on iPhone
Copy link, paste in Safari, tap Download. The Reel lands in Files as a 1080p MP4 with audio. This page covers the iPhone-specific details: Files vs Photos, what the download icon looks like in Safari, and why the creator-handle overlay you saw in the app isn't in your saved file.
Step by step
- 1Copy the Reel's URL
Open the Reel in the Instagram app. Tap the paper-airplane share icon. "Copy link" is in the share sheet — labeled exactly that.
- 2Open Safari and go to instayolo.com
Long-press Safari's URL bar and paste our domain. Our homepage has the paste box at the top. Long-press the paste box → Paste.
- 3Hit Download and pick a quality
We parse the Reel URL, pull the DASH tracks from IG's CDN, merge them with ffmpeg, and pipe an MP4 back. The result card lists 1080p / 720p / MP3. Pick MP4 1080p for video with audio.
- 4Save to Files, or push to Photos
Safari drops the file in Files → On My iPhone → 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 add it to the camera roll.
Why the saved file looks different from the one in the app
In the Instagram app, Reels show a creator @username in one corner, sometimes a music attribution card, sometimes a "Reel" badge. Those are UI overlays — the Instagram app renders them on top of the raw video at playback time.
The MP4 stored on Instagram's CDN doesn't have any of that. Our download surfaces the raw file. So when you play it back, you see just the creator's footage — no username overlay, no badge, no music card.
This is a property of Instagram's architecture, not something we strip. Every downloader that pulls the raw file gets the same clean output.
Files vs Photos — which to pick
Save to Files (the default on iOS 15+) if you're archiving, editing, or sending the raw MP4 to someone via Mail / Messages / AirDrop. Files preserves the filename (instayolo-SHORTCODE.mp4), syncs to iCloud if you've enabled that, and exposes the file to any app that supports the iOS document picker.
Save to Photos if you want the Reel in your camera roll, ready to share from the Photos app's built-in share sheet or import into iMovie / CapCut / VN for editing. Photos app integrates with the share sheet more directly than Files does.
No reason to save to both. Pick based on what you'll do next.
iOS version quirks
iOS 15+: Safari's native file-download flow works. Downloads go to Files → Downloads by default. Tap the download icon in Safari to see recent downloads.
iOS 13-14: Default save location is iCloud Drive → Downloads. Switch to On My iPhone in Settings → Safari → Downloads for local-only saves.
iOS 12 and earlier: Safari didn't have native file downloads. You'd need an app like Documents by Readdle as a middleman. Apple has dropped security support for these versions — upgrading is overdue.
When the download fails on an iPhone
Safari's retry logic is 'try once more, then give up silently.' If your cellular connection wobbles during a 60-second Reel download, it might just... not arrive, with no visible error.
Three clean retries: switch to Wi-Fi and start over; wait 60 seconds for our rate limit to reset; re-paste the URL rather than tapping Retry (Retry sometimes sticks to a bad state).
The explicit 'Cannot download this file' dialog usually means our server returned a rate-limit or error response rather than an MP4. Wait a minute, don't bulk-paste URLs.
Background download edge cases
Low Power Mode throttles background Safari activity. If you start a Reel download and immediately switch apps, Low Power may stall the transfer. Disable Low Power for the session or leave Safari in the foreground until the download icon stops animating.
If your iPhone is on a Focus mode that silences notifications, you might not hear the completion chime. Check Files → Downloads directly rather than waiting for the notification.
What we observed
- Output-file integrity verified on 2026-04-23 using ffprobe on a fresh download of @natgeo's Reel DH56yy7p3lZ. The MP4 our server returned contains two streams in sync: H.264 video (High profile, Level 3.1, 720×1280 portrait, 23.976 fps, 1.35 Mbps mean bitrate) and HE-AAC audio (48 kHz stereo, ~72 kbps). Video track duration 60.060s, audio track duration matches to within one sample — no lip-sync drift. Because the server does this for every request, the Files app on an iPhone sees the same codec profile and same A/V sync an ffprobe reader on Mac sees. No client-side decoding variance. (2026-04-23)
FAQ
- Is the app download in App Store actually needed?
- No. Safari is enough. iPhone apps that advertise Reel downloading usually sell your data through analytics SDKs to fund their 'free' offering.
- Does the saved Reel include audio?
- Yes. Our server merges the DASH video and audio tracks before you download. The MP4 plays with sound in any video app.
- Where's the download icon in Safari?
- Top of the browser, next to the URL bar. A small arrow pointing down into a tray. Appears during and shortly after a download completes.
- Can I save directly to Photos?
- Not in one tap. The file saves to Files first; tap the download icon → share icon → Save Video to push it into Photos. One extra tap.
- Why is the MP4 missing the creator's @username?
- The username overlay is rendered by the Instagram app at playback, not baked into the stored file. Our download is the raw file from IG's CDN, so it's clean.
Related tools
Want another format? See all downloaders. General questions live on the FAQ.