How to convert a WAV to FLAC on a Mac
Converting a WAV to FLAC on a Mac is one of the rare conversions with no downside for quality: drop the WAV on a converter, choose FLAC, and a smaller .flac file appears beside the original with every audio sample intact. FLAC is a lossless compressed format, so it typically cuts the file to somewhere between forty and sixty percent of the WAV’s size while decoding back to bit-for-bit identical audio. You do this to save space and to get proper tagging, without giving up anything at all.
Lossless compression, explained plainly
WAV stores raw PCM: an uncompressed list of every audio sample, exactly as measured. It is simple and universal, and it is also large, because it makes no attempt to be efficient. FLAC takes that same PCM and compresses it the way a zip file compresses a document: it finds patterns and redundancy and encodes them more compactly, then reverses the process perfectly when you play the file. Nothing is approximated or thrown away.
This is the crucial difference from formats like MP3 and AAC. Those are lossy: they shrink files by permanently deleting audio a listener probably will not miss. FLAC is lossless: it shrinks files by encoding the same data more cleverly. Decode a FLAC and you get back precisely the samples that went in, which is why archivists and audiophiles trust it. A WAV to FLAC conversion, and a FLAC back to WAV, produce identical audio down to the last bit.
Why convert WAV to FLAC
Because the quality is preserved, the benefits are pure upside:
- Space. A library of WAV files is enormous. FLAC commonly halves the storage with no quality cost, which adds up fast across an album or a recording archive.
- Real metadata. WAV has weak, inconsistent support for tags and cover art. FLAC has a proper tagging system, so artist, album, track, and artwork stay attached and are read reliably by software that supports the format.
- Archival integrity. Because FLAC is bit-exact, it is an excellent format for long-term storage of masters and rips. You keep the full fidelity of the WAV while using far less disk.
- Built-in error checking. FLAC includes checksums that let a player detect if a file has been corrupted, which WAV does not offer.
If you are keeping uncompressed masters purely as a working format for editing, WAV is still convenient because editors read it with zero decoding. But for storing and cataloging finished audio at full quality, FLAC is usually the better home.
Convert it on a Mac
The straightforward way is to drag the file onto Manatee, which leaves the WAV untouched and writes the FLAC alongside it.
- Drag the WAV onto Manatee’s menu bar icon, or open the app window and drop it into the drop zone, or right-click the file in Finder, choose Services, then Fix with Manatee.
- Choose Convert.
- Pick FLAC as the target format.
- The new .flac is written in the same folder. The original WAV is not modified.
You can drop a whole folder of WAV files and let the job list run through them, each with its own progress. Everything happens locally on your Mac, with nothing uploaded.
It is worth being honest about the built-in option here: the Music app does not offer a FLAC encoder. Its converter can create AAC, MP3, WAV, AIFF, or Apple Lossless versions, but not FLAC. Apple’s own lossless answer is ALAC, so if you would rather stay entirely inside Apple’s tools, converting to Apple Lossless is the closest built-in equivalent. To get an actual FLAC file, a dedicated converter is the practical route.
The trade-offs worth knowing
The quality trade-off is the easy part: there is none. The WAV and the FLAC hold the same audio, so the only real decision is about compression versus compatibility.
FLAC files are smaller, but making them takes a little processing, and playing them takes a little decoding, which is trivial on any modern Mac. The more practical caveat is support. FLAC is widely supported across audio software and many devices, and modern macOS can play and preview it, but a few older or strictly Apple-only workflows still expect ALAC instead. If your destination is fussy about that, either convert to Apple Lossless or keep a WAV copy for the tool that needs it.
There is no reason to worry about generational loss when moving between WAV and FLAC. Because both are lossless, you can convert back and forth as often as you like and the audio never degrades. The only thing that changes is the file size and the richness of the metadata.
Questions
Is converting WAV to FLAC really lossless?
Yes. FLAC compresses without discarding any audio, so decoding it returns the exact samples from the WAV. A WAV to FLAC to WAV round trip produces a file that is bit-for-bit identical to the original.
How much smaller will the FLAC be?
For typical music, expect the FLAC to land around forty to sixty percent of the WAV’s size, depending on the material. Dense, complex audio compresses less; simpler or quieter passages compress more. You get all of that saving with no loss of quality.
Can the Music app convert to FLAC?
No. The Music app’s converter offers AAC, MP3, WAV, AIFF, and Apple Lossless, but not FLAC. If you want to stay within Apple’s tools, Apple Lossless is the equivalent lossless format; for a true FLAC file, use a dedicated converter.
Will my FLAC play in Apple’s apps?
Modern macOS can play and preview FLAC, and most audio software supports it. Some strictly Apple-centric workflows still prefer Apple Lossless, so if you hit a tool that refuses FLAC, convert to ALAC or keep a WAV copy for that specific case.