How to Download Instagram Carousel Posts (All Images at Once)
You find an Instagram carousel — a recipe spread across 6 slides, a travel gallery from someone's Japan trip, or a product showcase where each image reveals a different angle. You want to save all of it. Instagram's app lets you screenshot one slide at a time. If you want the full set in original quality, that doesn't cut it.
Carousels are one of Instagram's most popular formats, and they're also one of the trickiest to save in full. Here's how to download every slide — images, videos, or both — without losing quality or doing it one at a time.
What Is an Instagram Carousel Post?
A carousel post (sometimes called an album, a swipe post, or a multi-image post) lets users upload up to 10 photos or videos in a single Instagram post. Viewers swipe horizontally through the slides on mobile, or click the arrow buttons on desktop.
Instagram launched carousels back in 2017 with a 10-slide limit. Since then, they've added music, collaborative carousels (multiple accounts contributing slides), and the ability to mix photos and videos in the same post. They drive higher engagement than single-image posts — more slides means more time spent, more swipes, and more chances for the algorithm to surface the post.
The downloading problem is structural. Instagram serves each slide as a separate media file, but the post URL points to the carousel container, not the individual images inside it. Most download tools that work fine for single-image posts or Reels stumble here — they grab the first slide and call it done.
How Carousel Posts Are Structured Under the Hood
Each carousel slide lives at its own CDN URL. When you open a carousel in the Instagram app, the client loads slides in batches of 3–4 (fewer on slow connections) as you swipe. The first slide preloads. The rest arrive on demand.
This means a downloader needs to:
- Read the carousel container and identify all child media IDs
- Fetch each child URL individually
- Handle the mix — some slides might be JPEG, others MP4
- Maintain filenames that make sense (slide order, not random hashes)
Instagram doesn't expose a "download all" endpoint. Any tool claiming to save a carousel has to scrape the post data and iterate. If it doesn't, you get slide 1 and nothing else.
Knowing this structure is also why manual methods (like screenshotting every slide) lose quality — a screenshot captures the rendered view at your screen resolution, not the original file from Instagram's CDN.
Method 1: Web-Based Downloader (Covers All Device Types)
The simplest option: a web tool that handles the carousel parsing for you. No app install, no browser extension, works on iPhone, Android, Windows, and Mac the same way.
- Open Instagram and find the carousel post you want
- Tap the Share icon (paper plane) below the post and choose Copy Link — or, on desktop, just copy the URL from your browser's address bar
- Go to ig.lookfluence.com and paste the link
- Click Download
The tool reads the carousel container, pulls every child media URL, and either serves them as individual download buttons or packages them into a zip file. On ig.lookfluence.com/instagram-post-download, you'll see each slide listed in order — Slide 1, Slide 2, etc. — with a download button per file. Save them one at a time, or grab the zip if the tool offers it.
If the carousel has 7 slides, you'll get 7 files. No login needed. Works for public accounts only — same as every other Instagram download method that doesn't use your account session.
Other web tools like SaveInsta, SnapInsta, and Inflact have similar carousel support. I'd test a few and see which one handles mixed-media carousels cleanly — some tools trip over the photo+video combo and only return the images.
Method 2: Manual Save Using Instagram's Data Download
If you'd rather not use a third-party tool at all, Instagram gives you a way to export your own data. This only works for posts you've created, but it's the official route with no quality loss.
- Open Instagram → Settings and privacy → Accounts Center → Your information and permissions → Download your information
- Choose Download or transfer information and select the account
- Under "How much information," pick Some of your information and check Content (includes posts, stories, reels)
- Set the date range, choose HTML or JSON format, and submit the request
- Instagram emails you a download link within 48 hours — unzip the archive and your carousel slides are in the
content/posts/folder
Not fast. Not for other people's posts. But zero third parties involved and you get everything at the original resolution Instagram stored.
For saving someone else's carousel, though, you're back to method 1 or the screenshot route.
Downloading Mixed Carousels (Photos + Videos Combo)
A carousel with both photos and videos is more common than it used to be — before 2021, carousels had to be all-photo or all-video, but Instagram lifted that restriction. Now you'll see slide 1 as a cover video and slides 2–5 as images, or alternating photos and clips.
These mixed carousels cause problems for a lot of downloaders. Some tools detect the first slide's type and treat the whole carousel as that format — so a photo-first mixed carousel returns images only, skipping the video slides entirely.
When using a web downloader like ig.lookfluence.com, watch for:
- Each slide should appear separately with its own thumbnail and file type label. If you see 4 slides listed but the carousel had 5, something got dropped
- Video slides should save as MP4, images as JPEG (or occasionally WebP on desktop)
- File sizes should make sense — a video slide won't be 200 KB
If a tool only gives you images from a mixed carousel, try copying the post link again and testing a different downloader. No tool handles every edge case perfectly — Instagram changes their CDN structure fairly often, and downloaders lag behind.
The manual fallback: screenshot or screen-record the missing slides, crop, and accept the quality hit. Not ideal, but better than a hole in the collection.
What About Browser Extensions?
Extensions like "Downloader for Instagram" (Chrome) or "IG Downloader" (Firefox) sometimes add a download button directly to carousel posts in the browser. They work by scraping the page DOM — the same approach as web tools, but running locally.
The convenience factor is high: click the button next to the carousel, and the extension grabs all slides. The downside is permissions. Browser extensions can read everything on every page you visit. Some are fine. Some have changed hands and started injecting affiliate scripts. If you go this route, pick an open-source extension with a public GitHub repo and recent commits, and only enable it when you're actively downloading.
FAQ
Q: Can I download a carousel post from a private account?
No — not with any method that doesn't require your login. Private account content is only accessible to approved followers. If you follow the account, you can use method 2 (data download) for your own posts, or screenshot/screen-record for others' carousels. Web tools and extensions can't access private content at all.
Q: Why does the downloader only save the first image and not the rest?
The tool is likely treating the carousel URL like a single-image post. Carousels need the downloader to extract child media IDs from the container — not every tool does this. Try a different tool (ig.lookfluence.com handles carousels explicitly) or check if the post is actually a carousel — some posts that look like galleries are just single images with a "swipe" caption teaser.
Q: Do carousel video slides download with audio?
Yes. Video slides in carousels are MP4 files with embedded audio, same as standalone video posts. The downloader preserves whatever audio track Instagram serves. If the original uploader posted a silent video, the downloaded file will also be silent.
Q: What's the highest quality I'll get from a downloaded carousel slide?
Instagram compresses everything on upload. Images top out at 1080 pixels on the long edge (downscaled to ~600–800 pixels for feed display, but the CDN often serves the 1080 version to downloader tools). Videos cap at 1080p and ~30 fps. You won't get the original 4K file the creator uploaded — Instagram re-encodes everything. The 1080p version from the CDN is the best you'll see from any downloading method.
Q: Can I download a carousel someone else tagged me in?
If the post is public, use method 1. If it's private, you'd need to already follow the poster. Instagram doesn't have a "download tagged posts" feature, and third-party tools can't see tagged relationships unless they're logged into your account — which most web tools aren't.