Why convert AAC to MP3?
Older car stereos, budget MP3 players, and some in-car USB systems accept only .MP3 and refuse AAC outright. Podcast editors and transcription services may also reject AAC input. MP3 has broader hardware compatibility than any other audio format, making it the practical choice when a device simply will not play your AAC file.
How to convert AAC to MP3
fre:ac OPEN-SOURCE
Drag your .aac file onto fre:ac, set the encoder to LAME MP3, choose 192 kbit/s or higher, and click convert.
Audacity FREE
Import the .aac file - the separate FFmpeg library is required for AAC support - then export via File > Export > Export as MP3.
FormatFactory FREE
Choose Audio > to MP3, add your .aac file, and click Start.
Command line - FFmpeg CLI
Run ffmpeg -i file.aac -b:a 192k file.mp3 to convert with a recommended output bitrate.
Programs that convert AAC
About these formats
An AAC file contains lossy compressed audio encoded with Advanced Audio Coding, the format that replaced MP3 as the default for iTunes, YouTube and digital broadcasting. It plays in VLC,…
Open .AAC details →An MP3 file is a compressed audio recording - a song, podcast, audiobook, or ringtone. Almost every device plays it without extra software: double-click on Windows to open Media Player, on…
Open .MP3 details →Quality & what to watch
- Both AAC and MP3 are lossy - converting always causes a small quality drop that cannot be recovered; encode from uncompressed source files when possible.
- Many AAC music files have the
.m4aextension rather than.aac; all methods above handle.m4aidentically. - ID3 tags from
.m4afiles are usually preserved by FFmpeg and fre:ac, but raw.aacbitstream files carry no metadata to transfer.
Frequently asked questions
Does converting AAC to MP3 reduce quality?
What bitrate should I use for the output MP3?
My file has a `.m4a` extension - will it still convert?
.aac file.