Format comparison
FLAC vs WAV: Two Lossless Formats, Different Use Cases
Quick answer
The most important thing to understand
Both FLAC and WAV are lossless. When you decode a FLAC file, you get the exact same PCM audio data as a WAV file with identical source material. There is no quality difference between them. None.
This matters because a large number of people assume WAV is higher quality because it is uncompressed. It is not. FLAC uses lossless compression, meaning the compression algorithm can reconstruct the original data bit-for-bit. The audio coming out of a FLAC decoder is identical to the audio coming out of a WAV decoder given the same recording.
The real differences are in file size, metadata support, and software compatibility — none of which have anything to do with audio fidelity.
File size comparison
FLAC files are typically 40–60% smaller than equivalent WAV files. The exact saving depends on the complexity of the audio — highly dynamic material compresses less, quiet or repetitive material compresses more.
| Duration (stereo, CD quality) | WAV | FLAC (typical) |
|---|---|---|
| 1 minute | ~10 MB | ~4–6 MB |
| 10 minutes | ~100 MB | ~40–60 MB |
| 1 hour | ~600 MB | ~240–360 MB |
| 10 hours | ~6 GB | ~2.4–3.6 GB |
Approximate. FLAC compression ratio varies by content. Both files decode to identical audio.
FLAC also supports proper embedded metadata — artist, album, title, track number, artwork. WAV metadata support is inconsistent: some applications write it, some ignore it, and some strip it on save. If you care about tags surviving your workflow, FLAC handles them more reliably.
Where WAV has the advantage
- Hardware samplers.Akai, Roland, Korg, and Native Instruments Maschine read WAV natively. Most do not support FLAC at all. If you are loading samples into hardware, WAV is the only option.
- DAW sample libraries.Commercial sample packs, Kontakt libraries, and most DAW-native content ship as WAV. The ecosystem is built around it.
- Broadcast and film.Pro Tools, Fairlight, and broadcast delivery workflows are WAV-based. Broadcast specifications (EBU, SMPTE) reference WAV. FLAC is not part of this ecosystem.
- Direct video editor import.Video editing tools — Premiere, Final Cut, DaVinci — import WAV without transcoding. FLAC support is patchier and often requires conversion first.
- Maximum compatibility.WAV works in any software on any platform, including vintage tools that predate FLAC. When compatibility with an unknown system matters, WAV is the safer choice.
Where FLAC has the advantage
- Archiving large libraries.A 40–60% size reduction is significant at scale. A music collection that takes 2 TB as WAV fits in roughly 800 GB–1.2 TB as FLAC, with identical audio quality.
- Reliable metadata.FLAC uses Vorbis comments for tagging, which are well-supported across playback software. WAV tagging has historically been inconsistent — some implementations use different tag formats, and tags get stripped in common workflows.
- Hi-res streaming.Tidal, Qobuz, and other lossless streaming services deliver FLAC. If you are preparing files for upload to these platforms, FLAC is the expected format.
- Open standard.FLAC is an open, royalty-free format with a published specification. WAV is also widely available, but its extensions (BWF, RF64) add complexity. Neither has licensing concerns in practice.
Which to use for archiving
FLAC is the better archive format for most people. You get the same lossless audio in a file that is less than half the size. When you need WAV for a specific workflow — a video edit, a sample pack, a broadcast delivery — you convert FLAC to WAV at that point, with zero quality loss.
Keeping a multi-terabyte music archive in WAV rather than FLAC is storing identical audio in a format that takes twice the space. There is no audio benefit to doing so.
The one exception is DAW project files. If your recording software saves projects as WAV internally (Logic, Pro Tools, Reaper), leave them as-is during the project. Converting project files to FLAC and back introduces unnecessary friction. Archive as FLAC once the project is finished.
Converting between them
Conversion between FLAC and WAV is lossless in both directions. You are not making any quality decision when you convert — you are changing the container and compression scheme, not the audio data.
- FLAC → WAV.No quality loss. The file gets larger. Do this when your workflow requires uncompressed audio — hardware samplers, video editors, broadcast delivery.
- WAV → FLAC.No quality loss. The file gets smaller. Do this when archiving, or when preparing files for a lossless streaming upload.
You can convert back and forth as many times as you like without any degradation. This is what distinguishes lossless from lossy formats — the audio is preserved exactly regardless of how many times you round-trip it.
Practical recommendations
- →Editing in a DAW: WAV
- →Archiving a music library: FLAC
- →Loading into a hardware sampler: WAV
- →Long-term storage of recordings: FLAC
- →Sending to a broadcast or post-production facility: WAV
- →Uploading to Tidal or Qobuz: FLAC
- →Sending to a mastering engineer: either — ask their preference, both are common
Related tools
Related guides
Last updated: March 1, 2025