Convert AAC to MP3
Rewrap a bare AAC stream as MP3, so tagging and seeking work properly. Free, in your browser, no upload.
MP3/AAC/Opus and decoding compressed input use browser WebCodecs; available in modern browsers only.
Overview
Why convert AAC to MP3
Universal, including hardware too old for anything newer. That compatibility, rather than any quality gain, is usually why this conversion is worth making — both formats are lossy, so a single re-encode costs a little detail. A bare .aac file is a raw coded stream with no container, which is why tagging and seeking behave badly. Many files labelled .aac are ADTS streams that some players refuse outright.
Comparison
AAC vs MP3: what actually differs
| Attribute | AAC | MP3 |
|---|---|---|
| Full name | Advanced Audio Coding | MPEG-1 Audio Layer III |
| Encoding | Binary | Binary |
| Fidelity | Lossy — better than MP3 at equal bitrate | Lossy — detail is permanently discarded |
| Typical size | Roughly 20-30% smaller than MP3 at perceptually equal quality | About 1MB per minute at 128kbps; 1.5MB at 192kbps |
| Support | Broad, though bare .aac streams are handled less consistently than M4A. | Universal, including hardware too old for anything newer. |
How to
How to convert AAC to MP3
- 01
Drop your AAC file
Drag one or more AAC files onto the drop zone above, or click to browse. Files stay on your device — there is no upload step.
- 02
Convert to MP3
convert.now parses the AAC and writes it out as MP3 in a Web Worker, so the page stays responsive even on large files. Nothing is sent anywhere.
- 03
Download the result
Download the MP3 file, or a zip of all of them for a batch. Filenames are preserved, with the extension changed to .mp3.
Why here
Why convert.now
- Private
Files stay in your browser. No upload step. Nothing for anyone to see.
- Fast
No queue, no upload wait. Conversion starts the moment you drop a file.
- Free
No ads. No file-count limit. No sign-up wall. Just the converter.
FAQ
AAC to MP3: common questions
More
Related AAC converters
Last updated