How to Convert AAC to MP3 (and Whether You Should)
AAC compresses better than MP3 at the same bitrate. But MP3 plays everywhere. Here's the conversion path and the audio quality you'll actually keep.
AAC is the format your iPhone records voice memos in, the format YouTube serves audio in, the format most music streaming services use. It's a more efficient successor to MP3 — typically 25-30% smaller at the same perceptual quality.
So why convert AAC to MP3? Almost always for compatibility. Old car stereos, certain embedded systems, some legacy editing software, voicemail systems, and a handful of phone carriers' upload tools still expect MP3. AAC plays on every device made after about 2010, but the install base of "made before 2010" is still big.
This guide covers when the conversion makes sense, the quality you'll keep, and the path.
The compatibility-vs-quality trade-off
When you convert any lossy format to any other lossy format (AAC → MP3, MP3 → OGG, etc.), the new file is decompressed and recompressed under the new codec. Both compressions throw away data; the second one throws away different data than the first. You end up with the quality floor of both codecs stacked.
Practically: a 128 kbps AAC re-encoded to 128 kbps MP3 sounds noticeably worse than either codec at 128 kbps from a lossless original. To roughly preserve the perceived quality, encode the MP3 at a higher bitrate than the AAC source:
| AAC source bitrate | Recommended MP3 bitrate |
|---|---|
| 64 kbps | 128 kbps |
| 96 kbps | 160 kbps |
| 128 kbps | 192 kbps |
| 192 kbps | 256 kbps |
| 256 kbps+ | 320 kbps |
If the source bitrate matters more than the file size (which is the usual reason to want MP3 — playability on old hardware), 192 kbps is a safe one-size-fits-all default.
Convert with Dropvert
The easy path: Convert AAC to MP3. Drop the file, click convert, download. Encodes at 192 kbps by default; the bitrate picker is in the Advanced settings panel.
If you have a video file (MP4, MOV, MKV) that contains an AAC audio track and you want the audio out as MP3, use Extract Audio — it pulls the audio track and transcodes in one step, no intermediate AAC file needed.
Both run entirely in the browser via FFmpeg WebAssembly. No upload, no account, no quality limit on file size.
When NOT to convert
- You're sending to a modern phone, computer, or browser. They all play AAC. Conversion just lossy-recompresses for no benefit.
- You need lossless quality for editing or archiving. Convert to WAV or FLAC instead — neither throws away data, so the result is a perfect copy of what the AAC encoder produced (minus the limits the AAC encoder already imposed).
- You're uploading to YouTube, Spotify, or any modern streaming service. They all accept AAC natively (often preferred over MP3 since they'll re-encode anyway and AAC is a better starting point).
Alternative target formats
Depending on what you'll do with the audio, these may be better than MP3:
- Convert AAC to WAV — uncompressed, perfect quality, big file. Use when you're going to edit in Audacity / Audition.
- Convert AAC to FLAC — lossless compressed, about half the size of WAV. Use for archival.
- Convert AAC to M4A — same audio codec, different container. Use when an app says "I only accept M4A" but otherwise the audio is unchanged.
FAQ
Why is my converted MP3 longer than the AAC? Some AAC encoders include a small priming sample at the beginning that some MP3 decoders interpret as audio. Difference is milliseconds and inaudible. If it matters, Trim silence from the leading edge after conversion.
Can I batch-convert a folder of AACs? Yes — drop multiple files at once on the conversion page. Each converts in parallel and the result downloads as a zip.
What about quality if I'm going from AAC straight to MP3 with no editing? Encode the MP3 at one tier higher than the AAC source bitrate. For most YouTube / podcast AAC sources (128-192 kbps), MP3 at 192 kbps or 256 kbps is indistinguishable from the source on consumer playback equipment.
Tools mentioned in this guide
Related guides
How to Convert M4A to MP3 (iPhone Voice Memos and Apple Music)
iPhone voice memos and Apple Music downloads save as M4A. Most non-Apple devices and email systems prefer MP3. Here's how to convert in your browser.
How to Remove Vocals from a Song (For Karaoke or Remixes)
AI-powered stem separation can pull the vocals out of a finished song, leaving an instrumental backing track. Browser-based, no upload, no signup. Here's how it works and what to expect.
How to Remove Background Noise from Audio (Hum, Hiss, Room Tone)
Clean up podcast recordings, voice memos, and Zoom calls with one click. FFT-based noise reduction handles the most common problems: AC hum, room tone, traffic, white noise.