AAC files: the codec that beat MP3 and never replaced it
Why AAC sounds better than MP3 at the same bitrate, and why a bare .aac file behaves badly in players. Convert AAC in your browser, no upload.
At a glance
- Type
- Audio
- Compression
- Lossy
- Extensions
- .aac
- MIME type
- audio/aac
- Common codecs
- aac
- Also known as
- Advanced Audio Coding
AAC — Advanced Audio Coding — was standardised in 1997 as MP3's successor, designed with a decade of hindsight about what MP3 got wrong. At the same bitrate it holds noticeably more detail, and at low bitrates the gap is wide. Essentially every format designed after it chose AAC: iTunes, YouTube, digital broadcast, and the audio track inside almost every MP4.
Read more
It never replaced MP3 because MP3 had already won on hardware. A generation of cars, portable players and cheap devices shipped with MP3 decoders in silicon, and those devices do not learn new codecs. So AAC became the default for anything new while MP3 remained the format that plays on everything — which is the only reason to convert from one to the other.
A practical warning about bare .aac files. AAC is a codec, not a container, and a raw AAC stream has no index and no tag support: players show no title, no duration, and often cannot seek within it. The same audio inside an MP4 container — which is what a .m4a is — behaves normally. If you are extracting audio from a video here, M4A is almost always the better choice than .aac.
Convert AAC to other formats
Convert other formats to AAC
FAQ
Is AAC better than MP3?
Yes, at the same bitrate — it was designed a decade later specifically to improve on MP3, and the advantage is largest at low bitrates. MP3's only edge is compatibility with older hardware.
Why does my .aac file show no title and not seek?
Because it is a raw stream with no container, so there is nowhere to store tags or an index. Convert to M4A — the same AAC audio in an MP4 container — and both problems disappear.
AAC or M4A — which should I pick?
M4A for anything you will listen to, since it holds the same audio in a proper container. Bare .aac is for technical pipelines that specifically want an elementary stream.
Why convert AAC to MP3 at all?
For hardware that only decodes MP3 — car stereos, older players, DJ software, gym equipment. It is a step down in codec quality and a step up in reach.
How much quality is lost converting to MP3?
A little, since it is a second lossy pass. At 192 kbps or above it is not audible on ordinary equipment, and raising the bitrate further cannot recover what the AAC discarded.
Where do bare AAC files come from?
Broadcast streams, some recording apps, and tools that extract audio without wrapping it in a container. Most audio you meet as "AAC" is actually inside an M4A or an MP4.