Extract Audio & Music from Instagram Reels
Jun 13, 2026 · 5 min read
Extract Audio from Instagram Reels
Sometimes you want the sound, not the video — a song, a voiceover, or an audio clip to reuse. Instagram doesn’t offer an audio-only export, so the reliable method is to download the Reel as a video first, then extract the audio track. This guide covers the best way to do that on iPhone, Android, and desktop, plus what quality to expect.
The Two-Step Approach
- Download the Reel as MP4 using IR Downloader — paste the Reel link and save the video.
- Extract the audio from that MP4 with a converter on your device.
Because the MP4 already contains the original audio track, you’re just pulling it out — no quality is added or lost in the download step.
On Desktop (Best Quality Control)
Desktop gives you the cleanest results:
- VLC Media Player (free): Media → Convert/Save → add your MP4 → choose an MP3 or audio profile → Start. VLC extracts the track directly.
- FFmpeg (command line):
ffmpeg -i reel.mp4 -vn -acodec copy audio.m4acopies the original AAC track with zero re-encoding — the highest-fidelity option. Use-q:a 2 audio.mp3if you specifically need MP3. - CloudConvert / online-audio-converter: browser-based MP4-to-MP3 if you’d rather not install anything.
On iPhone
- Download the Reel video first.
- Use the Shortcuts app with an “Extract Audio” shortcut (several free ones exist), or an app like MP3 Converter.
- Save the resulting audio file to your Files app.
On Android
- Download the Reel video.
- Use a free app such as Video to MP3 Converter, or an online converter in Chrome.
- The MP3 saves to your Downloads folder.
What Audio Quality to Expect
Instagram Reels audio is typically AAC at around 128 kbps. Keep this in mind:
- Copying the track (e.g., FFmpeg
-acodec copyto.m4a) preserves the original exactly — best choice. - Converting to MP3 re-encodes it. Choose a bitrate of 128 kbps or higher; going higher than the source won’t add quality but keeps it from degrading further.
- The result is fine for casual listening but won’t match a studio download of the same song.
A Note on Copyright
Extracted audio — especially music — is usually someone’s copyrighted work. Keep it to personal use. Don’t redistribute copyrighted music or use it commercially without a license. See is downloading legal for the broader picture.
Tips
- Extract from the highest-quality video you can (the audio track is the same regardless, but it keeps your workflow tidy).
- Prefer copying the AAC track over converting when you want maximum fidelity.
- Rename the audio file immediately — timestamped names are hard to find later.
Frequently Asked Questions
Can I download just the audio from a Reel directly? Not from Instagram — there’s no audio-only export. Download the MP4, then extract the audio.
What’s the best quality method?
Copying the original AAC track with FFmpeg (-acodec copy to .m4a) preserves it exactly, with no re-encoding.
What bitrate is Reel audio? Typically around 128 kbps AAC. Converting to a higher MP3 bitrate won’t improve it beyond the source.
Is it legal to extract music from a Reel? For personal use it’s generally low-risk, but redistributing or commercially using copyrighted music isn’t okay without permission.
Download the video, pull the track, and you’ve got the sound — just keep it for personal use.