1.8k

Shares

MP3 vs WAV: Which One You Should Actually Be Using

WAV stores raw audio samples with no compression at all. MP3 compresses by permanently discarding data your ear is unlikely to notice. WAV is therefore the higher-fidelity format, and it is also about ten times the size.

The thing most comparisons miss is that WAV is rarely the right answer even when quality is the priority — because FLAC gives you the same audio, exactly, at half the size.

What each format is

WAV is a container holding uncompressed PCM samples — the numbers a converter produces when it digitises a waveform. There is no encoding step and no decisions to make beyond sample rate and bit depth. CD audio is 44.1 kHz at 16 bits, which works out to about 10 MB per minute in stereo.

MP3 analyses the audio, predicts what will be masked by louder sounds nearby, and discards it. What comes out is between a tenth and a quarter of the size, and the discarded content is gone permanently.

These are not competing at the same job. WAV is a working format for production; MP3 is a delivery format for listening.

The size difference

Format1 minute4-minute track12-track albumHours per 32 GB
WAV, 16-bit 44.1 kHz10.6 MB42 MB500 MBabout 50
WAV, 24-bit 96 kHz34.6 MB138 MB1.7 GBabout 15
FLAC (lossless)~6 MB~25 MB~300 MBabout 90
MP3 320 kbps2.3 MB9.2 MB110 MBabout 230
MP3 128 kbps0.9 MB3.7 MB44 MBabout 580

WAV size is fixed by sample rate, bit depth and channel count. It does not vary with the music, which is why the numbers above are exact rather than typical.

Where WAV is the right choice

WAV earns its place in a specific set of situations, all of which involve the audio being worked on rather than listened to.

  • Recording and editing. No decode step, no encoder decisions, and every edit operates on the actual samples. Every audio editor prefers it.
  • Sending audio to someone who will process it. A mastering engineer or a video editor wants an unencoded source, not your MP3.
  • Short samples and sound effects. A one-second effect is 100 KB as WAV. Compression is pointless at that scale and adds decode latency.
  • Maximum compatibility as a source file. Every piece of audio software written in the last thirty years reads WAV.

Where WAV is the wrong choice

Keeping a music library in WAV is the most common mistake, and it is a straightforward loss with no upside.

FLAC reconstructs the original samples exactly — decode a FLAC and you get a bit-for-bit copy of the WAV it was made from. There is no audible difference because there is no difference at all. But it is roughly half the size, and it handles metadata properly.

That last point matters more than it sounds. WAV's tagging support is an afterthought bolted on years later, and different software writes and reads it inconsistently. Artist, album, track number and cover art frequently do not survive being moved between programs. FLAC has a proper tagging system that everything reads the same way.

If you are storing WAV files for quality reasons, convert them to FLAC. You lose nothing, halve the storage, and gain working tags.

MP3 vs WAV where it actually comes up

SituationBetter choiceWhy
Music on a phoneMP3Storage and data cost far more than the audible difference
Archiving your only copyFLAC, not WAVIdentical audio, half the size, real metadata
Editing or mixingWAVNo decode step, no compounding encode loss
Sending to a producer or engineerWAV or FLACThey need an unencoded source
Car stereo from USBMP3Universal support, and WAV fills the drive fast
Podcast or spoken wordMP3 at 96 kbpsSpeech carries none of the detail WAV preserves
DJ softwareWAV or FLACTime-stretching amplifies lossy artefacts

Converting between them

The direction matters and the asymmetry catches people out.

WAV to MP3 is a normal lossy encode. Choose the bitrate for the destination: 320 kbps if the file is being kept, 192 for everyday listening, 128 for phone speakers or a tight data budget.

MP3 to WAV produces a large file that sounds exactly like the MP3. It does not restore anything — the discarded data does not exist anywhere. It is worth doing only when a piece of software refuses to read MP3, and the result should be treated as a temporary working file, not an upgrade.

WAV to FLAC and back is lossless in both directions, so it is safe to do at any point.

A 40 MB "high quality WAV" converted from a 128 kbps MP3 contains 128 kbps audio. File size is not evidence of quality.

Bit depth and sample rate, briefly

WAV files carry two numbers that MP3 largely hides from you. Sample rate is how many times per second the waveform was measured — 44.1 kHz for CD, 48 kHz for video work. Bit depth is how precisely each measurement was stored — 16 bits for CD, 24 bits in production.

Higher values mean bigger files. Whether they mean better sound depends on where you are in the chain: 24-bit gives an editor headroom to work without clipping, which is a real production benefit. For a finished file that you are only going to play, 16-bit at 44.1 kHz is already beyond what playback equipment resolves.

The practical advice is to record and edit at 24-bit, and deliver at 16-bit 44.1 kHz — or at whatever bitrate MP3 you need.

Frequently asked questions

Is WAV better quality than MP3?

Yes, technically — WAV keeps every sample and MP3 discards some permanently. Whether you can hear it depends on the bitrate and your headphones. Against a 320 kbps MP3 on ordinary equipment, the difference is very hard to detect.

Should I store my music library in WAV?

No. FLAC gives you identical audio at about half the size, with proper metadata support. There is no quality reason to prefer WAV for storage.

Does converting MP3 to WAV improve the sound?

No. It produces a much larger file containing exactly the same lossy audio. The only reason to do it is software that cannot read MP3.

Why is my WAV file so large?

Because it is uncompressed: about 10 MB per stereo minute at CD quality, and over 34 MB per minute at 24-bit 96 kHz. The size depends only on the settings, never on the music.

Can I put WAV files on a USB stick for my car?

Most car stereos read WAV, but a 32 GB stick holds only about 50 hours of it against 230 hours of 320 kbps MP3. For car use MP3 is the sensible format.

Read next

  • MP3 vs FLAC: When the Difference Is Worth the Storage

    · 6 min read

    FLAC keeps every bit of the original recording. MP3 throws some away permanently to make the file three to five times smaller. That is the entire technical difference, and everything else follows…

  • Best Audio Formats for Music: MP3, AAC, Opus, FLAC and WAV

    · 6 min read

    There are only about six audio formats you will meet in normal use, and each one exists because it solved a specific problem better than the others. None of them is best at everything.

  • MP3 Bitrate Guide: 128, 192 or 320 kbps?

    · 5 min read

    Bitrate is how much data an MP3 spends on each second of audio. More data means less was thrown away during encoding, a bigger file, and a longer download.