Instagram Reel to MP3, in your browser
The audio inside a Reel is an AAC track. Turning it into an MP3 means decoding it and re-encoding it — which this page does on your own device.
SoundPull, already set up for this page
The numbers, and where each one came from
| Spec | Value | Where this comes from |
|---|---|---|
| Audio inside a Reel | AAC Low ComplexityMeta's Reels specification names AAC LC as the audio codec. | OfficialMeta for Developers |
| Source sample rate | 48 kHz, stereoAlso from Meta's published spec, along with a 128 kbps floor on the audio bitrate. | OfficialMeta for Developers |
| MP3 bitrates offered here | 128, 192, 256, 320 kbps192 is the default because it is transparent for speech and most music at this source quality. | MeasuredshotMod |
| Encoder | LAME, compiled to JavaScriptLoaded on demand and run in your tab, so the audio never reaches a server. | MeasuredshotMod |
| Generation loss | yes — AAC to MP3 is lossy to lossyUnavoidable for MP3. Choose M4A instead if you want the original track untouched. | DerivedshotMod |
Last verified 2026-09-05 · 4 sources
- Reels publishing — recommended video specification (9 x 16, 1080 × 1920, 3–90 s, 24–60 fps, H.264/H.265, AAC LC 48 kHz) — Meta for Developers
- Behaviour of the shipped in-browser export path, measured on the shotMod build dated 2026-09-05 — the tool doing it is the one mounted above — shotMod
- Derived arithmetically from the ratio and width in the cited Meta specification — no independent claim is made — shotMod
- Community consensus, not an Instagram document — Instagram publishes no current page stating this value, and help.instagram.com serves article bodies only to JavaScript, so no Help Center article can honestly be cited for it (checked 2026-09-05) — shotMod
What this actually means
MP3 is the format people ask for by name, and it is worth being clear about what the conversion actually does. A Reel's soundtrack is already compressed — Meta's specification names AAC Low Complexity at 48 kHz — so producing an MP3 means decoding that AAC to raw samples and then compressing those samples again with a different lossy codec. You get a file that plays everywhere, at the cost of one generation of quality.
That trade is usually the right one. MP3 is the only audio format you can hand to absolutely anything — a car stereo from 2006, a podcast editor, a Windows media player nobody has updated — without a conversation about compatibility. If your reason for extracting the audio is that it has to work somewhere unglamorous, MP3 is the correct answer and the generation loss will not be audible at 192 kbps or above.
What goes wrong
The most common disappointment is expecting the MP3 to sound better than the Reel. It cannot. Everything a lossy encoder discarded when the Reel was uploaded is gone before your browser ever sees the file, and re-encoding at 320 kbps does not recover it — it only stops the second encoder from taking much more. If the source is a compressed voice recording, a high bitrate mostly buys you a larger file.
Copyright is the other constraint here, and it bites practically rather than only ethically. A great deal of Reel audio is licensed music that Instagram is allowed to play and you are not allowed to redistribute. Extracting a track for your own reference is one thing; posting it, or building a product on it, is another, and the fact that a tool makes it easy is not a defence.
How to do it here, in three steps
- Output format in the tool above is already set to MP3 — you do not have to change it.
- Drop in a video file, or paste a public Reel link, and let the audio load.
- Pick a bitrate if 192 kbps is not what you want, then export the MP3.
Questions, answered
How do I convert an Instagram Reel to MP3?
Paste the public Reel link into the tool on this page and export with MP3 selected. The audio is decoded and re-encoded inside your browser, so the file never passes through a server of ours.
What quality is the MP3 I get?
You choose between 128 and 320 kbps, with 192 as the default. The source is a lossy AAC track, so a higher bitrate limits further damage rather than adding detail that was never there.
How do I get Instagram audio without re-encoding it?
Yes — exporting M4A copies the original AAC track into a new container without re-encoding it, so nothing at all is lost. Choose that when you want the exact audio Instagram is serving.
Public links only — shotMod resolves posts that are already public and never asks for your Instagram login. Only download or convert content you have the rights to.