WAV vs MP3: Quality, Size and When Each Wins

WAV and MP3 sit at opposite ends of one trade-off: fidelity versus size. WAV stores sound exactly; MP3 stores an approximation your ears are unlikely to catch, in a tenth of the space. Neither is “better” — they’re answers to different questions, and once you know which question you’re asking, the choice makes itself.

How each one stores sound

A WAV file is essentially raw PCM: the microphone signal measured thousands of times per second (44,100 for CD quality), with every measurement written down verbatim. Nothing is thrown away, so playback reconstructs the waveform exactly — lossless, in the strong sense of “bit-for-bit.”

MP3 is perceptual coding. Instead of storing the waveform, it stores a description of what you would hear, exploiting quirks of human hearing: a loud sound masks quieter sounds near it in pitch and time, and we’re insensitive to the highest frequencies. The encoder discards what the model says you can’t perceive, and spends its limited bits on what you can. The intuition: WAV is a photograph of the waveform; MP3 is a skilled artist’s rendering — remarkably faithful, but the discarded detail is gone for good.

The size difference, concretely

FormatOne minute, stereo 44.1 kHzA 4-minute song
WAV (16-bit PCM)≈ 10 MB≈ 40 MB
MP3 at 320 kbps≈ 2.4 MB≈ 9.6 MB
MP3 at 128 kbps≈ 1 MB≈ 3.8 MB

WAV’s size is fixed arithmetic — sample rate × bit depth × channels — regardless of content; a minute of silence costs the same 10 MB as a minute of orchestra. MP3’s size is whatever bitrate you choose, which is exactly the dial that trades quality for space.

Can you actually hear the difference?

The honest answer, backed by decades of blind listening tests: at 320 kbps, almost nobody can reliably tell MP3 from the lossless original — not casual listeners, and mostly not audio engineers on studio monitors either. At 192–256 kbps the same holds for nearly all material. Low bitrates are a different story: at 128 kbps and below, trained ears pick out swishy, underwater-sounding cymbals and smeared transients, and at 96 or 64 anyone can hear it. A few “killer samples” — harpsichords, castanets, dense cymbal work — expose encoders sooner than ordinary music does. If someone claims they can hear 320 kbps MP3 “a mile away,” the polite response is a blind ABX test.

When WAV wins

  • Editing and production. Every edit, effect or re-export of a lossy file re-encodes it, stacking losses generation upon generation. Work in WAV; go lossy once, at the very end.
  • Archival masters. The recording you can never make again — an interview, a live take — deserves the format that discards nothing, at today’s storage prices.
  • Compatibility with pro tools. DAWs, video editors, broadcast and sampler hardware all treat WAV as the native currency.

When MP3 (or AAC) wins

Distribution — which is almost everything else. Podcasts, music libraries, voice notes, email attachments, anything streamed or downloaded: a file one-tenth the size that listeners can’t distinguish is simply the correct engineering choice. AAC (.m4a) is MP3’s successor — a little better at every bitrate and just as universally supported — so for new material it’s the stronger pick; MP3 remains the format that literally everything since 1998 can play.

The browser quirk: decode anything, encode WAV

A practical note if you use in-browser audio tools: browsers ship licensed decoders for MP3, AAC and OGG, so the Web Audio API can read nearly any file — but they expose no built-in lossy encoders, so writing a file back out means uncompressed PCM. That’s why our Audio to WAV Converter turns MP3, M4A or OGG into WAV entirely on your device (nothing is uploaded), and why the Voice Recorder saves takes in lossless form — handy precisely when the destination is a DAW, a sampler or a transcription tool that wants clean PCM input.

One conversion that can’t help you

Converting an MP3 to WAV does not restore quality. The detail the encoder discarded is permanently gone; the WAV is just a ten-times-larger container around the same approximation. The conversion is still often worthwhile — for compatibility with equipment or software that requires WAV — but it’s a container change, not an upgrade. The rule that falls out of all of this: record and edit lossless, distribute lossy, and only ever go from lossless to lossy — never expect the trip back.