What is a .aac file?
Advanced Audio Coding · Audio · MPEG · 1997
AAC is the lossy audio format that succeeded MP3, offering better sound at the same bitrate. It powers the iTunes Store, YouTube and most streaming, and often arrives inside an .m4a or .mp4 file.
What is a .aac file used for?
AAC compresses more efficiently than MP3, so a 128 kbps AAC generally sounds better than a 128 kbps MP3. That is why Apple, YouTube and many streaming services adopted it.
You often see it wrapped as .m4a for music or inside .mp4 video. The .aac extension itself is less common than the container files that hold AAC audio.
A raw .aac file is an ADTS stream, which starts with the sync bytes FF F1 or FF F9 and carries the audio with almost no metadata. That is why a raw .aac often shows no title or cover art, while the same audio inside an .m4a keeps tags, artwork and gapless-playback data. If you want your music library to look right, .m4a is the better container.
For bitrate, 256 kbps AAC is effectively transparent for most listeners, and even 128 kbps holds up well because of AAC's efficiency. Converting AAC to MP3 is easy but pointless for quality, since you are going from a better codec to an older one; only do it for a device that cannot play AAC. Compatibility is otherwise excellent on modern hardware, though very old players may still prefer MP3.
What opens a .aac file?
The .aac format opens in the following apps, grouped by operating system. If one app does not work, try another from the same list.
Windows
- Media Player
- VLC
- iTunes
macOS
- Music
- QuickTime
- VLC
Linux
- VLC
- mpv
Web
- Most browsers
Open a .aac file step by step
- Confirm the file really is a .aac. Drop it into the WhatFileType identifier, which reads its signature in your browser without uploading anything.
- On Windows, open it with Media Player or VLC.
- On Mac, use Music or QuickTime.
- On Linux, try VLC or mpv.
- Still stuck? Convert the .aac to MP3, which opens more widely.
Why can't I open my .aac file?
Almost always because no installed app understands AAC. Install one of the apps above, or convert the file to a format your existing software already reads. If double-clicking opens the wrong program instead of nothing at all, the file association is set to the wrong app rather than the file being broken.
The other possibility is that the file is not really a .aac at all. Drop it into the file identifier to check it by its bytes instead of its name. Nothing is uploaded.
How to convert a .aac file
You can convert a .aac file to MP3, WAV, FLAC.
FFmpeg and Audacity both read AAC. An .aac inside an MP4 container can be extracted without re-encoding with ffmpeg -i in.m4a -c copy out.aac, which keeps the audio bit-for-bit identical.
What is the .aac file signature (magic bytes)?
A .aac file starts with the hex bytes FF F1. Programs identify AAC by those bytes, not by the filename, so a renamed file still gives itself away.
These are the documented signatures for AAC. For a full breakdown, see the AAC (ADTS) file signature page.
| Hex signature | Offset | ASCII | Note |
|---|---|---|---|
| FF F1 | 0 | - | ADTS AAC |
| FF F9 | 0 | - | ADTS AAC |
| 66 74 79 70 4D 34 41 20 | 4 | ftypM4A | ftyp M4A (in .m4a) |
See the full magic-numbers reference for every format.
Frequently asked questions
What is a .aac file?
AAC is the lossy audio format that succeeded MP3, offering better sound at the same bitrate. It powers the iTunes Store, YouTube and most streaming, and often arrives inside an .m4a or .mp4 file.
Is M4A the same as AAC?
Almost. M4A is a container that usually holds AAC audio (sometimes lossless ALAC). AAC is the codec inside.
How do I open an .aac file?
Play it in VLC, iTunes/Music or Windows Media Player, all of which support AAC. On mobile, the built-in music apps play it directly.
Is AAC better than MP3?
At the same bitrate, generally yes: AAC sounds cleaner because it compresses more efficiently. MP3 only wins on compatibility with very old hardware.
How do I convert AAC to MP3?
Use VLC's convert feature, iTunes/Music, or ffmpeg (ffmpeg -i song.aac song.mp3). Only do it for devices that cannot play AAC, since you gain nothing in quality.
Comparisons
Related formats
Sources
Details on this page were checked against authoritative references. How sources are ranked and what is deliberately left out is set out in the methodology.