MP3 vs WAV

WAV is the original, MP3 is the copy you can send.

Choose MP3 when

Anywhere size matters: a phone, a podcast feed, an email. A tenth of the size and, at a sensible bitrate, indistinguishable to most listeners on most equipment.

Choose WAV when

Editing, mastering, and anything that will be processed again. WAV is uncompressed, so nothing has been thrown away yet and nothing accumulates.

The thing that catches people out

Converting MP3 back to WAV makes a large file, not a better one. What the MP3 discarded is gone; the WAV just stores the result without compressing it.

Switching from MP3 to WAV

What is lost

WAV has nowhere to put ID3 tags — artist, album, track number and cover art, so that goes no further than the MP3. Worth checking before the original is deleted, and worth knowing if the point was to strip it.

What the target format adds

WAV is a working format and MP3 is a finished one. What comes back is editable text and objects rather than a picture of a page, which is usually the reason for the conversion and also where its limits are.

Opening the result

WAV is a container rather than a single format. What actually plays is the codec inside it — usually PCM — which is why two files with the same extension can behave differently on the same device.

Audacity reads both MP3 and WAV, so there is a way to check the result against the original without a second tool.

File size and quality

The result is larger than the original and no better. MP3 has already discarded detail, and WAV stores what is left without discarding more — it prevents further loss rather than undoing the first one.

What each format is for

The two are aimed at different work: MP3 at handing a finished file over, phones and streaming, WAV at editing and archiving. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.

MP3 is Fraunhofer IIS's format, published in 1993. The specification is ISO/IEC 11172-3, and it is worth reading if the file has to outlive the tool that wrote it.

WAV comes from Microsoft and dates from 1991, specified as RIFF WAVE. Audacity, Adobe Audition and Reaper all read it.

Switching from WAV to MP3

What is lost

MP3 has nowhere to put the document properties, so that goes no further than the WAV. Worth checking before the original is deleted, and worth knowing if the point was to strip it.

WAV defines up to 65535 audio channels and MP3 up to 2. A surround mix is folded down rather than carried across.

Opening the result

Audacity reads both WAV and MP3, so there is a way to check the result against the original without a second tool.

File size and quality

The file gets substantially smaller, and it gets smaller by discarding detail. WAV keeps everything; MP3 keeps what the eye is poor at noticing. On a photograph that trade is close to free; on text, a screenshot or a line drawing it is visible as haloing around the edges.

What each format is for

The two are aimed at different work: WAV at editing and archiving, MP3 at handing a finished file over, phones and streaming. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.

WAV is Microsoft's format, published in 1991. It records 32 bits per channel.

MP3 comes from Fraunhofer IIS and dates from 1993, specified as ISO/IEC 11172-3. Audacity, VLC and iTunes all read it.

Side by side

MP3 and WAV compared row by row: what each stores, and what it costs.
MP3WAV
Full nameMPEG Audio Layer IIIWaveform Audio
Extension.mp3.wav, .wave
Media typeaudio/mpegaudio/wav
CompressionLossy — file size is bought with qualityUncompressed
This site can write itYesYes

Raw samples against a compressed description

A WAV is the audio itself: a header saying how many samples per second and how many bits each one has, then the samples, unaltered. Nothing is encoded and nothing is interpreted — it is as close to a direct recording of the waveform as a file gets.

An MP3 is a description of that waveform, compressed by removing what a psychoacoustic model expects nobody to notice. It is roughly a tenth of the size and it is not the same audio. Both are useful and they are useful at different ends of the process.

The size, with the arithmetic

CD-quality stereo is 44,100 samples a second, 16 bits each, two channels — about 10 megabytes a minute, so an hour of recording is around 600 megabytes. Studio settings of 48 kHz at 24 bits push that to roughly 900 megabytes an hour, and 96 kHz doubles it again.

The same hour as a 192 kbps MP3 is about 85 megabytes. That ratio is why nobody distributes WAV and why a podcast producer with a folder of raw interviews thinks about disk space constantly. It is also why WAV files are so awkward to email — the format is not big by accident, it is big because it is uncompressed.

Why every studio records to WAV

Editing. Cutting, fading, normalising, applying a filter and saving again are all operations on the samples, and with a WAV each one starts from exactly what was there before. An MP3 has to be decoded, altered and re-encoded on every save, and each round discards a little more — after a few passes of ordinary editing the damage is audible.

The second reason is precision. An MP3 cannot be cut at an arbitrary point because it is organised in frames, so an edit lands on the nearest boundary and a little silence is added at the start of every encoded file. Neither matters when listening; both matter when several tracks have to line up.

The four-gigabyte ceiling, which people meet by surprise

WAV uses 32-bit fields for its chunk sizes, so the format cannot describe a file larger than about four gigabytes. At 48 kHz and 24 bits in stereo, that is roughly six and a half hours — comfortable for a song and a real risk for a conference, a concert or a multitrack session.

Recorders handle it by splitting into several files, which is why a long recording arrives in numbered parts. RF64 and BWF extend the format past the limit and are supported by professional tools and not by everything. If a long session matters, check what the recorder does before the event rather than after.

WAV has essentially no metadata

MP3 carries ID3 tags: artist, title, album, track number, cover art, and whatever else. Every player reads them, which is why a music library sorts itself.

WAV has an old and barely used tagging chunk that many programs ignore or discard on save. In practice a folder of WAVs is a folder of filenames, and the naming convention is the metadata. For finished audio going into a library, that alone is a reason to convert.

The two numbers that define a WAV

A WAV is described entirely by its sample rate and its bit depth. Compact disc audio is 44,100 samples a second at 16 bits; video production works at 48,000; studios often record at 24 bits to leave room for adjusting levels afterwards without the noise floor rising into audibility.

Neither number has an equivalent on the other side of this comparison, because MP3 replaced them with a bitrate that describes the compressed result rather than the samples. That is the clearest way to see what the two formats are: one states how the sound was measured, the other states how much room the description was given.

Converting, in both directions

WAV to MP3 is the normal last step of any audio project: choose a high bitrate, 192 for speech and 256 or 320 for music, and the result is a tenth of the size and hard to distinguish. This is where the compression should happen — once, at the end, from the master.

MP3 to WAV makes the file ten times larger and does not restore anything; the audio inside is the same degraded signal in an uncompressed wrapper. There is exactly one good reason to do it: software that will only accept WAV — some editing tools, some broadcast and telephony systems, some game engines and CD burners. As an upgrade it is an illusion.

What to use when

Record, edit and master in WAV. Keep the WAV master. Deliver MP3, or AAC or Opus if the destination supports them — both are better than MP3 at the same bitrate, and MP3’s advantage is only that everything ever made will play it.

For long-term storage of finished audio, FLAC is the better answer than either: it is bit-for-bit identical to the WAV, about half the size, and it holds proper tags. Keep WAV for the working session and FLAC for the archive, and let MP3 be the copy that travels.

MP3 or WAV: common questions

Is WAV better quality than MP3?

WAV holds the audio unaltered, where MP3 has had parts removed permanently, so yes at the level of what is in the file. Whether you can hear it is another matter — at 256 or 320 kbps most people cannot in ordinary listening conditions.

How much larger is a WAV file?

About ten times. CD-quality stereo is roughly 10 megabytes a minute, so an hour is around 600 megabytes against about 85 for a 192 kbps MP3. Studio settings of 48 kHz and 24 bits push the WAV to roughly 900 megabytes an hour.

Does converting MP3 to WAV improve the sound?

No. It produces a file ten times larger containing exactly the same degraded audio — the removed parts cannot be recovered. The only good reason is software that will not accept anything but WAV.

Why does my recorder split long recordings into several files?

WAV cannot describe a file larger than about four gigabytes, which at 48 kHz and 24 bits in stereo is roughly six and a half hours. Recorders split at the limit. RF64 and BWF extend past it and are not supported everywhere.

Why do my WAV files lose their titles and artist names?

WAV has only an old, barely used tagging mechanism that many programs ignore or drop on save. MP3’s ID3 tags are read by everything. For a music library, that alone is a reason to convert finished audio.

What should I record and edit in?

WAV. Every edit starts from exactly what was there, where an MP3 has to be decoded and re-encoded on each save and degrades a little each time. Convert to MP3 once, at the end, from the master.

Decided? Convert it here