AAC MP3
File conversion

Convert AAC to MP3

Convert now
QUICK ANSWER
Is it possible to convert AAC to MP3?
Yes - AAC converts to MP3.

You can do it right here with our free converter - no sign-up, and your file is deleted right after.

Upload your .aac file to the converter above and download the .mp3 in seconds - it is free. For command-line users, ffmpeg -i file.aac -b:a 192k file.mp3 does the same instantly. Because both AAC and MP3 are lossy, re-encoding always causes a small quality loss; use at least 192 kbit/s for the output to keep the difference inaudible.

Also to MP3: CAF · STS · OGA

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox
AAC → MP3 converterFREE

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

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 .m4a extension rather than .aac; all methods above handle .m4a identically.
  • ID3 tags from .m4a files are usually preserved by FFmpeg and fre:ac, but raw .aac bitstream files carry no metadata to transfer.

Frequently asked questions

Does converting AAC to MP3 reduce quality?
Yes, slightly. Both formats are lossy, so re-encoding always adds a small generation loss. Using 192 kbit/s or higher for the MP3 output keeps the difference inaudible for most listeners.
What bitrate should I use for the output MP3?
192 kbit/s is a safe default for music; 128 kbit/s is adequate for voice or podcasts. Going above 256 kbit/s adds file size without meaningful improvement.
My file has a `.m4a` extension - will it still convert?
.m4a is AAC audio wrapped in an MP4 container; all major tools including fre:ac and FFmpeg handle it the same as a raw .aac file.
Can I convert AAC to MP3 without any quality loss?
No - both formats are lossy, so there is no lossless path between them. Converting to WAV or FLAC first captures what remains in the AAC, but quality discarded during the original AAC encode is already gone.