
Use WAV when you need an exact, edit-friendly master (recording, mixing, delivery to another editor). Use FLAC when you want the same quality as WAV but smaller files for archiving and personal libraries. Use MP3 when compatibility and small size matter most (sharing, car stereos, older devices), accepting that some audio data is permanently discarded.
The decision that matters most: will you edit this audio later?
If there’s any chance you’ll cut, normalize, process, or re-export the audio, keep a lossless master (WAV or FLAC). Lossy audio (MP3) is designed for final delivery, not for being repeatedly re-encoded.
A practical rule:
- Creation / editing master: WAV (or FLAC if your workflow supports it cleanly)
- Long-term storage & playback library: FLAC
- Quick distribution & maximum device support: MP3
What each format actually is (in plain terms)
WAV: “raw” PCM inside a simple container
Most WAV files store uncompressed PCM samples (the straightforward “numbers” representing the waveform). WAV is typically built on the RIFF structure—think of a file made of labeled “chunks” that hold audio data and related info. (Microsoft Learn)
What that means in practice:
- Pros: Universally accepted in audio tools; fast to decode; ideal for editing and interchange.
- Cons: Large files; metadata/tagging is inconsistent across apps; not efficient for large libraries.
FLAC: lossless compression designed for audio
FLAC compresses audio without changing the audio samples—after decoding, the samples match the original. FLAC streams also include metadata blocks (such as STREAMINFO) and support robust metadata handling. (xiph.org)
What that means in practice:
- Pros: Same audio quality as WAV; noticeably smaller files; better library-friendly metadata than WAV in many ecosystems.
- Cons: Some devices/apps (especially older or very locked-down ones) may not support FLAC as reliably as MP3.
MP3: lossy compression optimized for small files
MP3 throws away audio information using psychoacoustic modeling—parts of the signal that are less likely to be heard are reduced or removed to save space. (LAME MP3 Encoder)
What that means in practice:
- Pros: Small files; plays almost everywhere; convenient for sharing and streaming.
- Cons: Not bit-perfect; re-encoding causes additional quality loss; artifacts can become audible in problem material (cymbals, dense mixes, reverb tails).
File size reality check (so the tradeoff is concrete)
For CD-quality stereo (16-bit / 44.1 kHz) audio, sizes per minute are roughly:
- WAV (uncompressed PCM): ~10 MB/min
- FLAC (lossless compressed): often ~4–7 MB/min (varies with content)
- MP3 320 kbps: ~2.4 MB/min
- MP3 192 kbps: ~1.4 MB/min
The key point: FLAC saves a lot of space vs WAV while keeping identical audio, while MP3 saves even more space by discarding data.
When WAV is the better choice
Choose WAV when any of these are true:
- You’re recording or exporting a master for editing
- DAWs, editors, and plugins expect WAV-like PCM workflows.
- WAV avoids any decode/encode surprises and stays “standard” across tools.
- You’re handing files to someone else
- If you don’t control their software, WAV is the safest “it just works” handoff format.
- You’re preparing audio for platforms that will re-encode anyway
- If a service will convert your upload, giving it a clean lossless source (WAV/FLAC) avoids stacking lossy-on-lossy damage.
Caveat: WAV is not automatically “higher quality” than FLAC. If both represent the same source at the same sample rate/bit depth, they can decode to the same samples (FLAC simply stores them more efficiently). (xiph.org)
When FLAC is the better choice
Choose FLAC when:
- You want a permanent library/archive without wasting storage
- FLAC is built specifically to shrink lossless audio efficiently. (xiph.org)
- You care about library management and metadata
- FLAC’s metadata-block approach and common tagging behavior tend to be more consistent for music libraries than WAV’s loose conventions. (xiph.org)
- You want “one master you can convert from”
- If you keep FLAC as your master, you can later generate MP3 copies for devices without touching the original quality.
A common workflow that stays simple:
- Keep FLAC as your “master library”
- Export MP3 copies only when needed for compatibility
When MP3 is the better choice
Choose MP3 when:
- You need maximum compatibility
- Older cars, older portable players, conference systems, and random devices are far more likely to accept MP3 reliably than FLAC.
- You’re sharing audio where size and speed matter
- Emailing, messaging, quick downloads, limited data plans—MP3 is practical.
- It’s “final delivery,” not a master
- A well-encoded MP3 at a sensible bitrate is often good enough for casual listening, but it’s still a delivery format, not a preservation format. (Lossy is lossy.)
Bitrate guidance that stays within “format choice”:
- If you choose MP3 and you care about quality, don’t go extremely low bitrate.
- If you choose MP3 and you care about size, pick the lowest bitrate that still sounds acceptable to you on your actual listening setup.
The hidden gotcha: generations of re-encoding
One MP3 encode is one decision. Multiple encodes are a problem.
If you:
- encode WAV → MP3 (fine for delivery),
then later - edit that MP3 and export MP3 again,
you’re compounding losses. The fix is simple:
- Never treat MP3 as your editing source if you can avoid it.
- Keep a lossless version (WAV/FLAC) for any future edits.
A simple “pick in 15 seconds” checklist
- Will I edit it or might I need it again later?
→ Yes: WAV or FLAC
→ No: continue - Do I need it to play everywhere with zero fuss?
→ Yes: MP3
→ No: continue - Do I want perfect quality but smaller files than WAV?
→ Yes: FLAC
If you’re still unsure:
- WAV for active projects
- FLAC for your personal archive
- MP3 for sending and compatibility
Sources
- FLAC format overview (Xiph.Org): https://xiph.org/flac/documentation_format_overview.html (xiph.org)
- FLAC documentation hub (Xiph.Org): https://xiph.org/flac/documentation.html (xiph.org)
- RIFF/WAV container overview (Microsoft Learn): https://learn.microsoft.com/en-us/windows/win32/xaudio2/resource-interchange-file-format–riff- (Microsoft Learn)
- LAME psychoacoustic model notes (MP3 encoding context): https://lame.sourceforge.io/gpsycho.php (LAME MP3 Encoder)
- Audio terms (lossy vs lossless, bitrate basics) (WIRED): https://www.wired.com/story/audio-terms-explained (WIRED)
Why does this matter
Choosing the right format prevents avoidable quality loss and wasted storage. It also keeps your audio usable later—either for editing (lossless) or for effortless playback and sharing (MP3).