MP3 vs FLAC vs WAV: which should you choose?
Three formats, three different bargains between size and fidelity. After this you should be able to say which one belongs at each stage of your workflow, and why one of those choices cannot be undone.
Contents
MP3, FLAC and WAV turn up in the same folders and the same drop-down menus, which makes it easy to treat them as three settings of one thing. They are not. Each exists because someone answered a different question about what audio is for.
Three formats, three philosophies
Every audio format strikes a bargain between file size and what survives inside the file. These three represent the three available positions:
MP3— lossy compression. A psychoacoustic model decides which parts of the signal a listener is least likely to notice, and removes them permanently.FLAC— lossless compression. The file gets smaller, and decoding returns the original samples exactly. The Xiph.Org Foundation describes it as compression in the spirit of Zip, designed specifically for audio.WAV— no compression at all. Raw PCM samples, stored as recorded.
The image-format analogy holds up well: MP3 is JPEG, FLAC is PNG, WAV is an uncompressed bitmap. Two of those three are reversible. One is not, and knowing which is most of the decision.
MP3: small files, permanent loss
MP3 has been the default portable music format since the late 1990s because the trade it offers is genuinely good for listening. Its encoder analyses the signal, identifies what a psychoacoustic model predicts you will not miss, and discards it.
The size follows straight from the bitrate, so you can check it rather than take it on trust: 128,000 × 60 ÷ 8 ÷ 1,000,000 ≈ 0.96 MB per minute at 128 kbps, and 320,000 × 60 ÷ 8 ÷ 1,000,000 ≈ 2.4 MB per minute at 320 kbps. Content does not change the number; only the bitrate does.
The catch is that the compression is irreversible. Once the encoder has thrown away frequency detail, transient definition and stereo information, no later conversion brings it back. Turning an MP3 into a WAV gives you a bigger file holding the same reduced audio.
MP3's real advantage is reach. Phones, browsers, car stereos, media players and streaming devices handle it without question, which is exactly what you want from a distribution format.
FLAC: full quality, smaller than WAV
FLAC (Free Lossless Audio Codec) sits in the middle. It shrinks the file without discarding anything: decode a FLAC and the output is bit-for-bit identical to the source that went in. In typical real-world use, music tends to land somewhere around 60% of the original uncompressed size — roughly 6 MB per minute at CD quality — though the exact ratio depends on the material, and it is an observed average rather than a guaranteed figure.
That combination makes FLAC the natural archive format. A library stored as FLAC instead of WAV frees up meaningful disk space while remaining a perfect copy you can decode back to WAV whenever you need it.
Playback support is broad. Most modern desktop and mobile platforms handle FLAC, either natively or through widely used players such as foobar2000 and VLC. Tidal and Apple Music both offer lossless tiers — which is not the same as saying streaming in general is lossless, and Spotify's standard streaming is not.
Production tools are the place to be careful. DAW support for FLAC varies by product and by version, and it has changed over time in both directions. Before you build a session around FLAC source files, check your DAW's current documentation for the version you actually have installed. For work that has to move between tools, WAV remains the format with the fewest questions attached.
WAV: maximum compatibility, large files
WAV (Waveform Audio File Format) stores raw uncompressed PCM. What the converter captured is what sits in the file — no encoding stage, nothing modelled, nothing estimated. That plainness is the whole point.
The size is arithmetic: 44,100 × 16 × 2 × 60 ÷ 8 ÷ 1,000,000 ≈ 10 MB per minute at CD quality, and 48,000 × 24 × 2 × 60 ÷ 8 ÷ 1,000,000 ≈ 17 MB per minute at 24-bit/48 kHz. A five-minute track at studio resolution is therefore around 85 MB.
In exchange you get compatibility that does not need checking. DAWs, editors, plugins, hardware recorders and delivery platforms all read WAV, which is why it stays the working format for recording, mixing, mastering and professional delivery.
The only real cost is disk and transfer. On projects with hundreds of tracks, or over a slow connection, uncompressed audio adds up quickly — which is exactly the gap FLAC was designed to fill.
Side by side
| Format | Compression | Size per minute | Reversible? | Best for |
|---|---|---|---|---|
| MP3 | Lossy | ~0.96 MB at 128 kbps, ~2.4 MB at 320 kbps | No — discarded data is gone | Sharing and distribution |
| FLAC | Lossless | ~6 MB (typical, material-dependent) | Yes — bit-for-bit | Archival and storage |
| WAV | None | ~10 MB at 16-bit/44.1 kHz, ~17 MB at 24-bit/48 kHz | Nothing to reverse | Production, mixing, delivery |
Which should you choose?
Use WAV or FLAC
- Recording, editing and mixing — WAV, because nothing has to be decoded and nothing is in question.
- Mastering and stem delivery — WAV, the expectation almost everywhere in the chain.
- Long-term archives and backup libraries — FLAC, for the space saving with no fidelity cost.
- Moving large lossless libraries between machines — FLAC, then decode to WAV on arrival.
Use MP3
- Sending a rough mix or demo for feedback.
- Reference copies for a collaborator's phone or car.
- Casual listening, where 320 kbps is genuinely hard to fault.
- Anywhere the receiving platform will re-encode your upload regardless.
The short version, and the one worth remembering: work in WAV, archive in FLAC, share in MP3. Follow that and you never lose quality during production, you save space in storage, and you stay compatible when it is time to hand something over.
What each conversion actually does
Conversions are not symmetrical, and the asymmetry is the whole story:
MP3toWAV— changes the container, not the content. Useful when a tool or a workflow requires uncompressed input; it restores nothing.FLACtoWAV— exact. The decoded file matches the original sample for sample.WAVtoMP3— one-way. Pick the highest bitrate the destination allows and keep the WAV as your master.WAVtoFLAC— safe in both directions. This is what archiving should look like.
The point that carries everything else: once audio has been through a lossy encoder, no later conversion recovers what it removed. Keep the uncompressed original as the source of truth, and treat every compressed copy as disposable. The archival case follows directly from that, and the production case is the same fact seen from the other end of the session.
Need to convert a file right now?
Free and private — your files are processed in your browser and are never uploaded. Up to 100 MB per file, 50 files per batch.
Convert MP3 to WAVSources & method
Format behaviour here is derived from the published definitions of PCM, FLAC and MPEG-1 Audio Layer III rather than from measurements of our own. Sizes are shown as arithmetic you can repeat. Claims about a specific product’s current feature set are not asserted — you are pointed at that vendor’s own documentation instead.
- FLAC — Free Lossless Audio Codec, Xiph.Org Foundation. xiph.org Accessed 2026-08-29