Step-by-step instructions
- 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
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
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
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?
What bitrate should I use for AAC to MP3 conversion?
Is AAC the same as M4A?
No account. No upload. Works in any browser.