AAC and MP3 are both lossy audio formats, which means both throw away sound your ear is unlikely to notice in order to stay small. Converting from one to the other is not about quality, it is about compatibility. MP3 plays on essentially every device ever made, while a few older players still stumble on AAC files, especially when they carry the .m4a extension. This guide explains how the two codecs work, what actually happens during the transcode, how to choose a bitrate that avoids audible loss, and when you are better off leaving the AAC alone.
What changes when you convert AAC to MP3
This is a lossy to lossy conversion, so the audio is decoded from AAC back to raw samples and then re-encoded into MP3. Because AAC already discarded some detail, and MP3 now discards a little more, you are stacking two rounds of compression. At a sensible bitrate the difference is inaudible to most listeners, but it is real, so this is a delivery step, not something to do repeatedly to the same file.
AAC is technically the more efficient format: at the same bitrate it usually sounds slightly better than MP3. You convert to MP3 for reach, not for fidelity.
Two lossy codecs, one older than the other
Both formats belong to the same MPEG family, but they are separated by roughly a decade of research. MP3, formally MPEG-1 Audio Layer III, was finalized in the early 1990s and became the format that made digital music portable.[3] It is a perceptual codec: it divides audio into frequency bands and, guided by a psychoacoustic model of human hearing, spends its limited bits on the sounds you can actually perceive while quietly dropping those masked by louder tones.
AAC, Advanced Audio Coding, was designed as MP3's successor within the MPEG-2 and MPEG-4 standards, using more refined filter banks, better handling of transients, and more efficient coding tools.[1][2] The practical result is that AAC generally sounds as good as MP3 at a lower bitrate, or better at the same bitrate.[4] That efficiency is exactly why converting AAC to MP3 is a step down in technical terms: you are moving from the more capable codec to the more universally supported one, trading a little fidelity per bit for the certainty that the file plays anywhere.
How each codec actually compresses sound
Both codecs are perceptual, which means they do not try to store the waveform faithfully; they store only the parts of it your ear can detect and discard the rest. The starting point is a psychoacoustic model, a mathematical description of the ear's blind spots. Two of those blind spots do most of the work. The first is frequency masking: a loud tone at one pitch makes nearby quieter tones inaudible, so the encoder can drop them entirely. The second is temporal masking: a loud sound briefly deafens you to quiet sounds immediately before and after it, opening another window to save bits. Both MP3 and AAC lean on these effects, which is why both can shed more than half the data of an uncompressed recording with no obvious change to the sound.
Where they differ is in the tools. MP3 splits the signal into a fixed set of 32 frequency sub-bands and then refines each with a further transform, a two-stage design that was clever for its era but leaves audible artifacts at low bitrates. AAC replaces that with a single, higher-resolution transform over a larger block of samples, giving it a finer view of the spectrum, plus better handling of sharp transients like drum hits and more efficient ways to code stereo.[1] Those refinements are why AAC squeezes comparable quality into a lower bitrate. When you transcode AAC to MP3, you are asking the older, coarser toolset to re-describe audio that the finer toolset already trimmed, and it simply cannot be as economical, which is the technical root of the quality-for-compatibility trade.
The transcoding pipeline, and why loss stacks
Because there is no direct path from one compressed format to another, the converter first decodes the AAC back into raw PCM samples, reconstructing the waveform the AAC file was able to play, artifacts and all. It then re-encodes those samples with an MP3 encoder, which runs its own psychoacoustic model and discards a fresh set of details it judges inaudible.
The catch is that the two codecs do not agree on which details are expendable. AAC has already removed some information, and the MP3 encoder cannot know what was lost; it simply analyzes the decoded waveform as if it were an original and prunes again. This is generation loss: two independent rounds of lossy compression, each leaving its own fingerprint. At a high MP3 bitrate the second round removes so little that the result is indistinguishable from the AAC for nearly all listeners, which is why the bitrate you pick matters more than any other setting.
Which bitrate to choose
| Source | MP3 bitrate | Why |
|---|---|---|
| Podcasts, audiobooks, speech | 128 kbps | Clear voice at a small size |
| General music | 192 to 256 kbps | Good quality with modest size |
| Music you care about | 320 kbps | Maximum MP3 quality |
Setting the MP3 bitrate higher than the original AAC will not add quality that was never there; it only avoids adding new loss. Matching or slightly exceeding the source bitrate is the safe choice. Because MP3 is less efficient than AAC, a small headroom helps: encoding a 192 kbps AAC to a 256 kbps MP3, for instance, gives the MP3 encoder enough budget that its second round of loss stays inaudible.
There is also a choice between constant bitrate (CBR) and variable bitrate (VBR). A constant bitrate spends the same number of bits on every second of audio, whether it is a busy orchestral passage or a moment of near silence, which wastes bits on the quiet parts and can starve the loud ones. Variable bitrate instead lets the encoder spend more where the music is complex and less where it is simple, generally giving better quality at the same average file size. The catch is compatibility: a few very old or very simple players handle CBR more reliably, so for legacy hardware CBR is the safer pick, while for any modern player VBR is the better default.
Convert AAC to MP3 step by step
Add your AAC file
Open the audio converter and drop in the AAC or M4A file. It runs on your device, so nothing is uploaded.
Pick MP3 and a bitrate
Choose MP3 as the output and set a bitrate that matches how you will use the file, giving music a little headroom over the source.
Convert and download
Run it, listen to a few seconds to check, and download.
Sample rate, channels, and metadata carry over
Bitrate gets the attention, but three other properties travel with the audio and are worth a glance before you convert. The sample rate, usually 44,100 or 48,000 samples per second, sets how much of the frequency range the file can represent; there is no reason to change it during a straight AAC to MP3 conversion, and lowering it needlessly throws away high-frequency content the AAC still had. The channel layout, mono or stereo, should likewise match the source: forcing a mono voice recording into stereo doubles the data for two identical channels, while collapsing a stereo mix to mono discards the spatial image for good.
Then there is metadata. AAC files, especially the .m4a variety, carry tags for title, artist, album, and often embedded artwork. MP3 stores the same information in ID3 tags, and a good converter maps one to the other so your library stays organized. It is worth confirming the tags survived, because a batch of freshly converted MP3s with blank titles is a common and avoidable annoyance. None of these settings changes the fundamental fact that the conversion is lossy, but getting them right means the MP3 is a faithful, well-labeled delivery copy rather than a needlessly degraded or disorganized one.
Real-world scenarios and settings
The right bitrate and the decision to convert at all depend entirely on where the file is going:
| Scenario | Recommended approach |
|---|---|
| Legacy car stereo or old MP3 player | Convert to MP3 at 256 kbps constant bitrate. Compatibility is the whole point; the headroom hides the second round of loss. |
| Audiobook or podcast for an old device | Convert to MP3 at 128 kbps. Speech survives low bitrates well and stays small. |
| A tool or upload form that only accepts MP3 | Convert at 256 kbps or higher. You are satisfying a format requirement, so keep quality high. |
| Modern phone, browser, or car with CarPlay or Android Auto | Do not convert. AAC already plays and is smaller for the same quality. |
| Music you may re-edit later | Do not transcode to MP3. Keep the AAC, or return to a lossless source, to avoid stacking generation loss. |
Common mistakes and generation loss
The most common mistake is transcoding the same file repeatedly, for example converting an AAC to MP3, then that MP3 to another format, then back again. Each hop is a fresh round of lossy compression, and the artifacts accumulate until the audio audibly degrades, developing a swirly, smeared quality in cymbals and reverb tails. Because none of it can be undone, the rule is to treat every lossy conversion as a one-time delivery step and always start from the best source you have.
A second mistake is choosing too low an MP3 bitrate to save space on music, which makes the codec discard detail the AAC still had and turns the second round of loss audible. A third is the opposite error, setting a very high MP3 bitrate expecting it to recover quality; it cannot restore anything AAC already removed, so beyond a sensible headroom it just makes a bigger file. The realistic ceiling of this conversion is the quality of the AAC itself: MP3 can match it closely but never exceed it.
AAC, MP3, and the other lossy options
MP3 is the safe universal target, but it is worth knowing where it sits among the alternatives so you convert deliberately rather than by reflex. Against AAC, MP3 is the older and less efficient codec: a 128 kbps AAC is roughly comparable to a 160 to 192 kbps MP3, which is why streaming services and Apple's ecosystem standardized on AAC.[4] You give up that efficiency in exchange for MP3's unmatched reach, and for most delivery jobs that trade is worth it.
If your destination is modern but simply cannot read the specific .m4a wrapper your AAC arrived in, the lightest fix may not be an MP3 transcode at all: re-wrapping the same AAC stream into a plain .aac or a different container avoids a second round of lossy loss entirely, because the audio bytes are copied rather than re-encoded. Reach for an MP3 transcode only when the target genuinely needs the MP3 codec itself, not merely a different file extension. And when fidelity is the priority and the destination supports it, keeping the original AAC or, better still, returning to a lossless master beats any lossy-to-lossy hop.
If an app rejects your file with an .m4a extension, try renaming or re-wrapping to .aac before transcoding. The audio is often perfectly playable and you avoid a needless quality loss.
When to keep the AAC instead
If every device you use is reasonably modern, there is little reason to convert: AAC is smaller for the same quality and plays fine in Apple apps, Android, browsers, and most car systems. Convert to MP3 specifically when you are handing the file to an old player, a legacy car stereo, or a tool that only accepts MP3. Because MP3 has been royalty-free since its final patents expired, it also remains a natural choice for the widest possible distribution, but that reach is its only real advantage over the more capable AAC.
Convert AAC to MP3 now
Re-encode to MP3 at the bitrate you want, entirely in your browser.
Key takeaways
- AAC to MP3 is lossy to lossy: you convert for compatibility, not quality.
- Match or slightly exceed the source bitrate; going higher adds size, not quality.
- 128 kbps for speech, 192 to 320 kbps for music.
- If all your devices are modern, keeping the smaller AAC is often the better call.