FormatDrop
How-To Guide

How to Convert AAC to MP3

AAC (typically saved as .m4a files from Apple) is higher quality than MP3 at the same bitrate, but some older devices, car stereos, and Bluetooth speakers only support MP3. Converting AAC to MP3 trades a small amount of audio quality for universal compatibility. This guide shows the fastest free methods.

Step-by-step instructions

  1. 1

    Method 1: FormatDrop browser converter

    Go to formatdrop.com and use the Audio Converter. Drop your AAC or M4A file. Select MP3 as output. Choose your bitrate (320 kbps for best quality, 192 kbps for good quality with smaller files). Click Convert and download. The conversion runs in your browser — your audio never leaves your device.

    Go to converter
  2. 2

    Method 2: VLC Media Player

    Open VLC → Media → Convert/Save (Ctrl+R on Windows, Cmd+R on Mac). Click Add and select your AAC/M4A file. Click Convert/Save. In Profile, select Audio - MP3. Click Browse to choose output location with .mp3 extension. Click Start. VLC converts and saves the MP3.

  3. 3

    Method 3: FFmpeg (fastest, best quality control)

    Run: ffmpeg -i input.m4a -c:a libmp3lame -q:a 2 output.mp3. The '-q:a 2' flag uses variable bitrate at ~190 kbps (near-transparent). For a fixed 320 kbps: ffmpeg -i input.m4a -c:a libmp3lame -b:a 320k output.mp3. FFmpeg preserves metadata (artist, album, title) by default.

  4. 4

    Method 4: iTunes/Apple Music (Mac/Windows)

    Import the AAC file into Apple Music (or iTunes). Select the track → File → Convert → Create MP3 Version. Note: this only works if your Apple Music import settings are set to MP3 (Preferences → Files → Import Settings → MP3 Encoder). The converted MP3 appears alongside the original in your library.

Why convert AAC to MP3?

AAC (Advanced Audio Coding) was designed as the successor to MP3 and is genuinely better: at 128 kbps, AAC sounds as good as 192 kbps MP3. Apple uses AAC (M4A) as the default format for iTunes Store purchases and Apple Music. However, MP3 has 30+ years of hardware support — virtually every device that has ever played audio supports MP3. Old car stereos with USB inputs often support only MP3. Some Bluetooth speakers, MP3 players, and in-flight entertainment systems can't decode AAC. For these devices, converting to MP3 is the only option.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

Will I lose quality converting AAC to MP3?
Yes — transcode quality loss is unavoidable when converting between two lossy formats. The original AAC was compressed from the lossless master; the MP3 is compressed again from the already-compressed AAC. At 320 kbps MP3 output, the quality loss is minimal and typically inaudible. At 128 kbps MP3, you'll likely hear a slight reduction in quality. To minimize loss: always output MP3 at the highest bitrate your device supports (usually 320 kbps).
What bitrate should I use for AAC to MP3 conversion?
Use 320 kbps for the best quality. 256 kbps is excellent and nearly identical to 320 kbps for most music. 192 kbps is good for general listening. 128 kbps shows audible artifacts for some listeners, especially in complex music. VBR (Variable Bit Rate) at quality 0-2 gives the best quality-per-file-size ratio and is recommended if your device supports VBR MP3 playback.
Is AAC the same as M4A?
M4A is the file extension Apple uses for AAC audio in an MPEG-4 container. The audio codec is AAC; the container is M4A. They're often used interchangeably. Some M4A files contain Apple Lossless (ALAC) instead of AAC — those are actually lossless and converting to MP3 would reduce quality more significantly. Check which codec your M4A uses before converting.
Convert AAC to MP3 Now — Free

No account. No upload. Works in any browser.