FLAC, the Free Lossless Audio Codec, compresses audio without discarding anything, so it sounds identical to the original recording while typically shrinking the data to somewhere between forty and sixty percent of the raw size.[1]MP3, formally MPEG-1 Audio Layer III, is lossy and far more compact, and it plays on essentially every device ever made.[3] Converting FLAC to MP3 is the standard way to take an archival-quality file and make a small, portable copy for daily listening.
The key thing to understand up front is that this is one of the best possible starting points for a lossy encode. Because the FLAC preserves every original sample, the MP3 encoder receives clean, full-fidelity audio to work from, rather than something already degraded by an earlier round of compression. That single fact is why audiophiles and archivists keep their masters as FLAC and generate lossy copies on demand.
What changes when you convert FLAC to MP3
This is a lossless to lossy conversion, and understanding what "lossy" actually removes matters. The FLAC is first decoded back to its full-quality PCM audio, then re-encoded as MP3. During that re-encode, a psychoacoustic model decides which parts of the signal a human ear is least likely to notice and discards them permanently. It exploits well-documented properties of hearing: quiet sounds masked by louder ones nearby in frequency or time, and frequencies at the very edges of the audible range where sensitivity drops off. What remains is a much smaller file that most listeners cannot distinguish from the source at a high bitrate.
The important word is permanently. Unlike FLAC, whose compression is fully reversible, an MP3 cannot be decoded back into the original audio. The detail the encoder threw away is simply gone. This is why the conversion should be treated as a one-way copy step rather than a format change you can undo later.
Because the loss is permanent, treat this as a copy step. Convert a duplicate for your phone or car and keep the FLAC untouched as your master.
How FLAC and MP3 compress differently
The two formats sit on opposite sides of the central divide in audio: lossless versus lossy compression.[4] FLAC achieves its size reduction through linear prediction. For each short block of samples, the encoder fits a mathematical model that predicts the next sample from the ones before it, then stores only the small difference between the prediction and the true value, a quantity called the residual. Because music is highly self-similar over short spans, those residuals are small numbers that pack tightly with an efficient entropy coder (FLAC uses Rice coding). Nothing is approximated: reversing the prediction reconstructs the original samples exactly, bit for bit.[2]
MP3 works on an entirely different principle. It transforms the audio into the frequency domain, splitting each moment of sound into its component frequencies, then allocates fewer bits (or zero bits) to the components the psychoacoustic model marks as inaudible. This is not prediction and difference-coding; it is deliberate, targeted discarding of information. The payoff is dramatic: where FLAC might reach half the raw size, a 320 kbps MP3 is roughly a tenth, and a 128 kbps MP3 closer to a fifteenth. That efficiency is precisely what you are buying when you convert, and the price is the detail the model decided you would not miss.
The psychoacoustic model in plain terms
Since the entire difference between the two formats lives in what MP3 chooses to throw away, it is worth understanding the reasoning behind those choices. MP3's encoder relies on a psychoacoustic model, a mathematical description of the limits of human hearing, to decide which parts of the sound a listener will not miss.[4] It leans on two well-documented effects. The first is frequency masking: a loud tone at one frequency makes nearby quieter tones inaudible, so the encoder can spend few or no bits on those masked components. The second is temporal masking: for a brief window before and after a loud sound, the ear is less able to detect quiet sounds, so detail in those moments can be coded coarsely.
On top of masking, the model exploits the fact that human hearing is most sensitive in the midrange and falls off toward the extremes, so the highest and lowest frequencies can be represented with less precision. The encoder combines all of this into a moving budget: at every instant it works out how much distortion it can introduce in each frequency band before a listener would notice, then quantizes the audio right up to that threshold. A higher bitrate simply gives the model more room to stay under those thresholds everywhere, which is why 320 kbps sounds transparent to almost everyone while 96 kbps starts to reveal the seams. None of this reasoning applies to FLAC, which stores the whole signal regardless of whether the ear would notice, and that is the fundamental reason FLAC is larger and MP3 is lossy.
Inside the conversion: decode then re-encode
A FLAC-to-MP3 conversion is always a two-stage pipeline, and no shortcut exists between the two formats because they share no compressed representation. First the converter decodes the FLAC: it reverses the linear prediction and entropy coding to reconstruct the raw PCM samples, the same uncompressed waveform that came off the original recording or CD. This stage is lossless and exact.
Second, it re-encodes that PCM into MP3. The encoder breaks the audio into short frames, runs each through its filter bank and psychoacoustic analysis, quantizes the frequency data according to your chosen bitrate, and packs the result into the MP3 bitstream. Everything that makes an MP3 small happens in this second stage, and it is entirely controlled by the bitrate and encoder settings you pick. This is why the same FLAC can produce a tiny, rough MP3 or a large, near-transparent one depending only on how you configure the encode.
Which bitrate to choose
With a lossless source, you are free to pick the highest MP3 quality, since there is no earlier compression to worry about stacking on top of. Higher bitrates stay closer to the FLAC at the cost of a larger file. It is also worth knowing that MP3 supports both constant bitrate (CBR), which uses the same data rate throughout, and variable bitrate (VBR), which spends more bits on complex passages and fewer on simple ones. VBR usually gives better quality per megabyte, and it is the smarter default when your player supports it.
| Use | MP3 bitrate | Trade-off |
|---|---|---|
| Speech, podcasts | 128 kbps | Smallest, fine for voice |
| Everyday music | 256 kbps | Balanced quality and size |
| Music you care about | 320 kbps | Closest MP3 gets to the FLAC |
The reason 320 kbps is the practical ceiling is that it is the maximum bitrate the MP3 standard defines; there is no higher-quality MP3 to reach for. If 320 kbps still is not good enough for your purpose, the answer is not a bigger MP3, it is to stay lossless.
Convert FLAC to MP3 step by step
Add your FLAC file
Open the audio converter and drop in the FLAC. It runs on your device, so nothing is uploaded.
Pick MP3 and a bitrate
Choose MP3 as the output and set a bitrate; 256 or 320 kbps, ideally VBR, is a good default from a lossless source.
Convert and download
Run it, listen to a few seconds, and download the much smaller MP3 while keeping the FLAC.
Real-world scenarios and settings
The right bitrate depends on where the file is going and what is on it. A few common cases:
| Scenario | Recommended approach |
|---|---|
| Music for a phone or car | 256 to 320 kbps VBR. Transparent to nearly everyone, plays on any dashboard or app. |
| An audiobook or podcast | 96 to 128 kbps mono or joint stereo. Voice needs little bandwidth, and the file stays tiny. |
| A large library on a small device | 192 kbps VBR. Fits far more tracks with quality most people will not question. |
| Sending a track to someone with an old player | 256 kbps CBR. Maximum compatibility with hardware that dislikes VBR. |
The recurring theme is that MP3 is a delivery format, chosen for reach and size, never for archival fidelity. Match the bitrate to the listening context and you will rarely need to think about it again.
Keep the FLAC as your master
The reason to hold on to the FLAC is that it stays your clean master. If you later want a different bitrate, a different format, or you edit the audio, you always convert from the lossless file, never from the MP3. Re-encoding an MP3 into another lossy format stacks compression artifacts and audibly degrades the sound, a problem often called generation loss, so the FLAC is what protects every future copy you make.
If you want small files that stay lossless, that is not what MP3 is for; a lossless format keeps everything at the cost of size. Convert to MP3 specifically when small size and universal playback matter more than keeping every last bit of detail.
Why MP3 became the format everything plays
Part of why converting to MP3 is still such a safe default comes down to history. MP3 is the audio layer of the MPEG-1 standard, finalized in the early 1990s by a working group led largely at Germany's Fraunhofer Institute, and it arrived at exactly the moment personal computers and the early internet needed a way to make music files small enough to store and share.[3] A track that occupied tens of megabytes as raw audio could suddenly fit in three or four megabytes with no obvious loss of quality, and that single fact reshaped how a generation acquired and carried music.
Two decades of hardware followed that lead. Portable players, car stereos, phones, game consoles, smart speakers, and cheap embedded chips all built in MP3 decoding because the files were everywhere, and because they were everywhere, every new device kept supporting them. That self-reinforcing cycle is why MP3 remains the one format you can hand to any device with near-total confidence, even though newer codecs technically outperform it. When you convert a FLAC to MP3, you are trading a small, usually inaudible amount of fidelity for entry into that universal ecosystem, and for a portable listening copy that is almost always the right trade.
MP3 versus AAC, Opus, and Vorbis
MP3 is not the only lossy target, and it is no longer the most efficient one. Understanding its rivals tells you when to pick something else.[4]AAC, the successor designed by many of the same engineers, generally sounds slightly better than MP3 at the same bitrate and is the native format across Apple devices and most streaming, which makes FLAC to AAC the better choice if your listening lives in that ecosystem. Opus is more modern still and clearly superior at low bitrates, excellent for voice and bandwidth-constrained streaming, but it lacks MP3's universal hardware support. Ogg Vorbis is a capable open alternative used by some games and services, though it too is less widely playable than MP3.
So why choose MP3 at all? Because nothing else comes close to its compatibility. Every phone, car, smart speaker, cheap player, and legacy device understands MP3 without question. When your goal is a file that will simply play, everywhere, for anyone, MP3 remains the safe default, and its small quality deficit against newer codecs rarely matters at 256 kbps or above.
Convert FLAC to MP3 now
Shrink your lossless file to a portable MP3 at the bitrate you want, in your browser.
Key takeaways
- FLAC to MP3 is lossless to lossy: it shrinks the file by permanently discarding detail.
- From a lossless source you can safely pick 256 to 320 kbps for the best MP3 quality.
- Treat it as a copy step and keep the FLAC as your master.
- Convert for size and universal playback, not for fidelity.