WAV to FLAC

Compresses a WAV file to FLAC in your browser, free, with no upload. FLAC is genuinely lossless — it typically halves the file size and decodes back to a bit-for-bit identical copy of the original. It is the right format for archiving recordings you want to keep.

drop your WAV here

or click to pick a file.

At a glance

Input formats.wav, plus most other audio files
Output formatFLAC (Free Lossless Audio Codec)
CompressionLossless — decodes bit-for-bit identical
Typical size change40–60% smaller than the WAV
Sample rate & depthPreserved from the source
BatchYes — drop several files, get a zip back
Practical size limit~500 MB per file (browser memory)
Uploads your fileNo — runs entirely in the page

What actually changes

Nothing audible — that is the entire point. FLAC compresses in the way a zip archive does: it finds redundancy in the data and encodes it more efficiently, and decoding reverses the process exactly. Feed a FLAC back through a decoder and you get the original samples, byte for byte identical to the WAV you started with. You can verify this with a checksum.

How much smaller depends entirely on the material. Sparse, quiet recordings — solo piano, spoken word, ambient — often compress to 40% of the original. Dense, loud, heavily limited modern masters may only reach 70%, because there is less redundancy to exploit. The typical figure people quote is "about half", and for a mixed collection that holds up well.

Sample rate, bit depth and channel count are all carried through unchanged. A 96 kHz 24-bit stereo recording stays a 96 kHz 24-bit stereo recording.

When you'd want this

Settings that matter here

There are none to get wrong, which is unusual for an audio conversion. FLAC's compression level affects encoding speed and file size by a few percent, and never affects the audio — every setting decodes to the same samples. This tool uses a sensible middle setting.

The one thing worth doing first is deciding whether the WAV is already what you want to keep. If it is going to be normalized, trimmed or resampled at some point, do that before archiving rather than after, so the archived copy is the final one.

If your WAV files came from a mix of sources at different sample rates and you want a consistent archive, resample first. FLAC will preserve whatever it is given, so any inconsistency you have now gets preserved too.

What you lose

No audio quality — the decode is bit-exact. What you give up is compatibility, and it is worth being honest about where.

Hardware and older software support is good but not universal. Most car head units made in the last decade read FLAC, but plenty of older ones do not. Many DAWs import it; some, including older Pro Tools versions, want you to convert to WAV first. Hardware samplers generally do not read FLAC at all — an SP-404 or MPC wants plain WAV. Apple's ecosystem is the notable holdout: the Music app still does not play FLAC, which is why AIFF or Apple Lossless persists on that side.

You also pay a small amount of CPU on playback, since the file has to be decoded. On anything made this century that is not a consideration, but on very old portable players it can affect battery life.

FAQ

Is FLAC really lossless?

Yes. Decoding a FLAC returns the original samples bit for bit — you can verify it with a checksum against the source WAV. It compresses the way a zip file does, by finding redundancy, not by discarding anything.

How much smaller will the file be?

Typically 40–60% smaller. Sparse recordings like solo piano or spoken word compress most; dense, heavily limited modern masters compress least, because there is less redundancy to exploit.

Should I archive in FLAC or WAV?

FLAC. It is the same audio at roughly half the size, and it supports proper metadata, whereas WAV's tagging is an afterthought that no two programs agree on. Decode to WAV whenever a specific tool needs it.

Will FLAC play on my car stereo or phone?

Usually on Android and most head units from the last decade, but support is not universal. Apple's Music app still does not play FLAC. If you need guaranteed playback everywhere, keep a separate MP3 copy for that purpose.

Does bit depth and sample rate survive?

Yes. A 96 kHz 24-bit file stays 96 kHz 24-bit. FLAC preserves whatever you give it, including the channel count.