Cookies for analytics and advertising
We use cookies for analytics and advertising, both sent to Google. Refusing changes nothing you can see.Read the privacy page
Converting FLAC to MP3 is the deliberate step from an archive format to a portable one: about a third of the size, playable on everything, and the first and only time the audio is compressed by ear. Drop the tracks above and they encode inside your browser. Keep the FLAC afterwards — it is the copy that can still make another.
Up to 100 files at once. Mixed formats are fine.
They convert one after another and download together as a ZIP.
FLAC to MP3
Most conversions into a lossy format on this site come with a warning attached, because the source was already lossy and the second encode compounds the first. This one does not. A FLAC holds every sample of the original recording, so an MP3 made from it is a first-generation encode: whatever the encoder discards, it discards once, working from complete information.
That is the best position an MP3 can be made from, and it is why converting a library from FLAC produces noticeably better results than converting the same albums from someone else’s MP3s. The decision is not whether to lose something — it is whether the destination is worth the one loss, and a car stereo that will not play FLAC settles that question by itself.
A minute of FLAC runs about 5 to 6 MB for typical music, so a 60-minute album lands near 350 MB. The same album at 192 kbps is about 85 MB and at 320 kbps about 140 MB. A 200-album FLAC collection of roughly 70 GB becomes 17 GB at 192 kbps.
Those figures are what make the conversion worth doing rather than streaming instead. A phone, a memory card in a car, an old player with 32 GB in it — none of them will hold the FLAC library and all of them will hold the MP3 one, with room left over. The saving is not marginal and it is the entire reason this page exists.
A studio-master FLAC at 96 kHz or 192 kHz cannot be carried into MP3 at that rate: MP3 defines 32,000, 44,100 and 48,000 Hz and nothing above, so a high-resolution source is resampled on the way in. That step is not a defect of this converter — it is the format ceiling, and every MP3 encoder ever written does the same thing.
It is also, for practical purposes, not the loss anyone should be worried about. The audible damage in a 192 kbps MP3 comes from the encoder discarding detail inside the audible band, not from the ultrasonic content that the resampling removes. If the high sample rate is the point of the file, it was never going to survive as an MP3 and the FLAC is the copy to keep.
The quality control offers three bands rather than a kilobit figure, and for this pair the middle one is the answer for most libraries. MP3 at around 192 kbps is transparent enough that the difference from the FLAC is inaudible on the equipment most listening actually happens on — a car, a phone, earbuds, a kitchen speaker.
The high band earns itself in two situations. The first is material the encoder finds hard: live recordings with applause, orchestral music, anything with cymbals and long reverb tails. The second is when the MP3 will be handed on and possibly re-encoded by somebody else, because every later encode starts from what this one produced. If the destination has room, taking the high band costs disk and settles the question.
MP3 encodes audio in fixed-size blocks, and a track almost never ends on a block boundary, so the encoder pads the end and the start with a short run of silence — typically a few dozen milliseconds each. Encoders record how much they added so that a well-behaved player can trim it, but the information sits outside the audio and not every player reads it.
On separate songs nobody notices. On a live album, an opera, a mixed DJ set or any record where one track runs into the next, a listener hears a tick or a stutter at every boundary. There is no encoder setting that removes it. For those specific albums the right answer is to keep the FLAC and convert the rest, which is a much smaller compromise than converting nothing.
This is one of the few audio conversions where metadata has a destination on both sides. FLAC stores named text fields plus a dedicated block for cover art; MP3 stores ID3 frames that cover the same ground. The concepts line up well enough that a well-tagged FLAC library maps onto a well-tagged MP3 one.
The mapping is not guaranteed to be complete, and the sensible move is to convert one album, open it in whatever will play it, and look. Composer, disc number, replay gain and custom fields are where mismatches show up first. Fixing them in a tag editor across a finished batch takes minutes; discovering them after converting 200 albums is a different afternoon.
Treat the MP3s as a derived set that can be regenerated at any time and thrown away without a thought. That framing decides everything else: it is why the bitrate choice is low-stakes, why it does not matter if the tags need touching up, and why you can redo the whole thing differently in a year.
It also settles the question people actually mean when they ask whether to keep the FLACs. Deleting them converts a library that can produce any format into one that can only produce worse MP3s. The disk that holds a FLAC collection is cheap; the collection is not.
MP3 is the most requested audio target on the internet and the one format WebCodecs uniformly refuses to encode — no browser ships an MP3 encoder. This page works around it by downloading a WebAssembly build of LAME, the reference encoder, the first time you convert to MP3 in a session.
That download happens once, is loaded only for MP3 targets, and is the entire reason the conversion can stay on your machine. It also explains a small delay before the first track starts and none before the second. Someone converting a FLAC to WAV on this site downloads none of it.
The batch limit is a hundred files, which is most of a box set, and each comes back separately inside one ZIP. The per-file ceiling is 100 MB, and because FLAC compresses to roughly half of uncompressed audio, that works out at something like seventeen to twenty minutes per track — comfortable for songs, tight for a single-file concert recording.
Nothing is uploaded, so the constraint on a large library is processor time rather than a queue or an allowance. Two or three drops of a hundred files each will move most collections, and the tab can be left to work while you do something else.
| FLAC | MP3 | |
|---|---|---|
| Full name | Free Lossless Audio Codec | MPEG Audio Layer III |
| File extension | .flac | .mp3 |
| Media type | audio/flac | audio/mpeg |
| Compression | Lossless — nothing is discarded | Lossy — file size is bought with quality |
| First published | 2001 | 1993 |
| Published by | Xiph.Org | Fraunhofer IIS |
| Specification | RFC 9639 | ISO/IEC 11172-3 |
| Licensing | Open standard | Open standard |
| Standing today | Current | Current |
| Bit depth | 32 | — |
| Audio channels | up to 8 | up to 2 |
| Opens in a browser | Every browser | Every browser |
| Considered instead | WAV, AIFF | AAC, OPUS |
MP3 has nowhere to put the document properties, so that goes no further than the FLAC. Worth checking before the original is deleted, and worth knowing if the point was to strip it.
FLAC defines up to 8 audio channels and MP3 up to 2. A surround mix is folded down rather than carried across.
Audacity and VLC read both FLAC and MP3, so there is a way to check the result against the original without a second tool.
The file gets substantially smaller, and it gets smaller by discarding detail. FLAC keeps everything; MP3 keeps what the eye is poor at noticing. On a photograph that trade is close to free; on text, a screenshot or a line drawing it is visible as haloing around the edges.
The two are aimed at different work: FLAC at archiving, MP3 at handing a finished file over, phones and streaming. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.
FLAC is Xiph.Org's format, published in 2001. It records 32 bits per channel.
MP3 comes from Fraunhofer IIS and dates from 1993, specified as ISO/IEC 11172-3. Audacity, VLC and iTunes all read it.
192 kbps is the honest default and 320 is where the argument ends. At 320 kbps almost nobody distinguishes the MP3 from the FLAC in a blind comparison, and the file is still about a third the size. Go below 192 only for spoken word, where the encoder has an easy job and 128 is plenty.
A lot. A minute of FLAC is roughly 5 to 6 MB depending on the material; a minute of 192 kbps MP3 is 1.44 MB, and 320 kbps is 2.4 MB. A 60-minute album of about 350 MB as FLAC becomes around 85 MB at 192 kbps, so a phone that held twelve albums holds fifty.
They have somewhere to go, which is more than most conversions can say — FLAC keeps title, artist, album and artwork, and MP3 has ID3 fields for all of them. Check one file before converting a library, and if a field you care about is missing, tag the MP3s in a tag editor afterwards rather than converting twice.
Often not, and that is MP3’s fault rather than the converter’s. MP3 encodes in fixed blocks and pads both ends of a track to fill the last one, so a continuous live album or a DJ mix can gain a short silence between tracks in players that do not read the encoder’s padding information. If seamless playback matters, keep those albums as FLAC.
No. The MP3 is a delivery copy and the FLAC is the master. Converting the MP3 back to FLAC later restores the file size and none of the audio, so the FLAC library is the only thing that can produce a different bitrate, a different format or a better copy in five years.
No. No browser can encode MP3 natively, so a WebAssembly build of the LAME encoder is downloaded to the page the first time you convert to MP3 — the encoder comes to your machine rather than your music going to a server. Nothing is transmitted, and a batch of a hundred tracks costs no bandwidth.
This page converts one into the other. If you are choosing rather than converting, FLAC vs MP3 answers which to use, for what, and what each is bad at.