Convert FLAC to WAV
Unpack a FLAC to raw WAV for editing or sampling. Nothing is lost — FLAC is lossless — but the file gets roughly twice as big. Free, in your browser, no upload.
MP3/AAC/Opus and decoding compressed input use browser WebCodecs; available in modern browsers only.
Overview
Why convert FLAC to WAV
Universal. Every operating system, editor and player reads WAV. That compatibility, rather than any quality gain, is usually why this conversion is worth making — both formats are lossy, so a single re-encode costs a little detail. FLAC is losslessly compressed, so everything in the original recording is still present and can be re-encoded any number of times without compounding loss.
Comparison
FLAC vs WAV: what actually differs
| Attribute | FLAC | WAV |
|---|---|---|
| Full name | Free Lossless Audio Codec | Waveform Audio File Format |
| Encoding | Binary | Binary |
| Fidelity | Lossless — bit-for-bit identical to the source on decode | Lossless — bit-for-bit original samples |
| Typical size | Roughly 50-60% of the equivalent WAV | Very large — about 10MB per stereo minute at 44.1kHz/16-bit |
| Support | All modern browsers and players; Apple added support in iOS 11. | Universal. Every operating system, editor and player reads WAV. |
How to
How to convert FLAC to WAV
- 01
Drop your FLAC file
Drag one or more FLAC files onto the drop zone above, or click to browse. Files stay on your device — there is no upload step.
- 02
Convert to WAV
convert.now parses the FLAC and writes it out as WAV in a Web Worker, so the page stays responsive even on large files. Nothing is sent anywhere.
- 03
Download the result
Download the WAV file, or a zip of all of them for a batch. Filenames are preserved, with the extension changed to .wav.
Why here
Why convert.now
- Private
Files stay in your browser. No upload step. Nothing for anyone to see.
- Fast
No queue, no upload wait. Conversion starts the moment you drop a file.
- Free
No ads. No file-count limit. No sign-up wall. Just the converter.
FAQ
FLAC to WAV: common questions
More
Related FLAC converters
Last updated