Audio conversion
How to convert AAC to MP3 without losing quality
· 6 min read
You cannot convert AAC to MP3 with zero loss — they are different lossy codecs, so a second encode always discards something. But you can make the loss inaudible: convert at 256 or 320 kbps and the resulting MP3 is perceptually identical to the AAC source on any normal playback setup. The trick is picking the right bitrate, not chasing a lossless path that does not exist.
Why any AAC-to-MP3 conversion involves some loss
AAC and MP3 both work by modelling which parts of the audio your ear will mask and discarding the rest. The problem is they model it differently. An AAC encoder uses a pure MDCT filter bank and its own psychoacoustic decisions; an MP3 encoder uses a hybrid filter bank and makes different trade-offs about what to keep.
Converting from AAC to MP3 means decoding the AAC back to raw PCM audio — which is already missing the detail the first encoder threw away — and then handing that PCM to a second encoder that throws away more. This is called generation loss, and it is why lossy-to-lossy transcoding is a one-way door.
The good news: you control how much the second encoder removes. At high bitrates (256–320 kbps), a modern MP3 encoder like LAME has so many bits to spend that it preserves virtually everything in the decoded PCM. The generation loss is measurable on a spectrum analyzer and inaudible in a blind test.
Which bitrate preserves quality
The bitrate you pick for the output MP3 is the single biggest factor in how much quality you keep. Here is a practical breakdown:
| MP3 bitrate | File size (4 min) | Quality verdict |
|---|---|---|
| 320 kbps | ~9.6 MB | Maximum headroom. Indistinguishable from the AAC source in every practical scenario. Use this for archival-quality MP3s. |
| 256 kbps | ~7.7 MB | The sweet spot. Transparent on normal headphones and speakers, 20% smaller than 320. Best default for music you care about. |
| 192 kbps | ~5.8 MB | Good for casual listening. Trained ears might catch slight softness on cymbals or reverb tails in quiet passages. |
| 128 kbps | ~3.8 MB | Fine for speech (podcasts, voice memos). Audible artifacts on music, especially at high frequencies. Not recommended if quality matters. |
A rule of thumb: match or exceed the source AAC bitrate. If your AAC was encoded at 256 kbps (the iTunes Plus standard), converting to a 256 kbps MP3 keeps everything intact. Going higher than the source — say, 320 kbps MP3 from a 128 kbps AAC — is safe but wastes space, because the extra bits have nothing meaningful to encode.
How to convert AAC to MP3 without losing quality
Three steps using the browser-based converter. No software to install, no file uploaded to a server.
Drop your AAC files on the converter
Open the AAC to MP3 converter in any modern browser. Drag .aac, .m4a, .m4b or .m4r files onto the drop zone, or click Choose AAC files to browse. Up to 20 files at once, 100 MB each.
Set bitrate to 256 or 320 kbps
Pick 256 kbps for a strong balance of quality and file size, or 320 kbps if you want every bit of headroom. Either preserves everything audible from the source AAC. Leave sample rate at 44.1 kHz unless the source is 48 kHz.
Download the MP3s
Conversion happens entirely in your browser — nothing is uploaded. Click each file's download button, or use Download all for a batch. Keep the original AAC as your master copy.
Sample rate: match the source
Most AAC files from Apple's ecosystem — iTunes purchases, Apple Music downloads, Voice Memos — are 44.1 kHz. Audio ripped from video is often 48 kHz. The converter defaults to 44.1 kHz but offers 48 kHz too.
The correct choice is to match whatever the source uses. Upsampling from 44.1 to 48 kHz adds file size without adding audio information. Downsampling from 48 to 44.1 kHz is technically harmless for music but requires a resampling step that serves no purpose unless a specific device requires it.
Three mistakes that actually cost quality
- Converting at too low a bitrate. This is the most common cause of quality loss, and it is entirely avoidable. A 128 kbps MP3 from a 256 kbps AAC sounds noticeably worse — not because the converter is bad, but because you told it to throw away half the data.
- Converting multiple times. Each generation stacks losses. If you convert AAC to MP3, decide you want a different bitrate, and convert the MP3 back to AAC and then to MP3 again, you have three generations of loss. Always go back to the original AAC and convert once.
- Using a poor encoder. The encoder implementation matters. LAME is the gold standard for MP3 encoding — decades of tuning have made it significantly better at preserving detail than older or cheaper alternatives. The converter on this site uses LAME.
Why converting in the browser helps
Server-based converters re-compress your file for upload, process it on unknown hardware with unknown settings, and sometimes re-compress the result for download. Each of those steps is either opaque or introduces its own potential for degradation.
A browser-based converter like the AAC to MP3 tool on this site skips all of that. Your file never leaves your device. The browser decodes the AAC using its built-in decoder, the LAME encoder runs locally in a Web Worker, and you download the result directly. No upload compression, no server-side mystery settings, no size limits imposed by bandwidth. You see exactly what bitrate and sample rate go in.
When a little quality loss is fine
Not every conversion needs 320 kbps. A few cases where lower bitrates make sense:
- Voice memos and podcasts. Speech has a narrow frequency range and little dynamic complexity. 128 kbps MP3 reproduces it cleanly, and the smaller files transfer faster to devices with limited storage.
- Background listening. If the MP3 will play through a car stereo on a highway or a Bluetooth speaker at a barbecue, 192 kbps is more than enough — ambient noise masks the kind of detail only quiet, focused listening reveals.
- Device storage constraints. An old MP3 player with 4 GB of space fits roughly twice as many tracks at 192 kbps versus 320 kbps. The trade-off is marginal quality for double the library.
The right bitrate is the lowest one where you cannot hear a difference on your playback setup. If in doubt, start at 256 kbps and work down. For a deeper look at where AAC and MP3 differ on quality, file size and compatibility, see the AAC vs MP3 comparison.
Ready to convert?
The free AAC to MP3 converter runs entirely in this browser tab. Drop up to 20 files, pick 256 or 320 kbps, and download — nothing is uploaded, no signup required. If your files are .m4a from iTunes or Apple Music, the M4A to MP3 converter handles those too.