Skip to content
Server-sideDeleted in 30 minutes

Convert MP3 to WAV

Convert an MP3 into an uncompressed WAV for software that will not accept anything else. Be clear about what this does and does not do: the file gets roughly ten times larger and sounds exactly the same. Nothing the MP3 encoder discarded comes back, because it is not stored anywhere to come back from.

Use this without the search next time. Prathom Workbench puts Prathom's tools in your toolbar.

Add to Chrome — free
MP3WAV

Drop your MP3 file here, or click to browse

Up to 50 MB. Deleted automatically after 30 minutes.

What it does

  • Uncompressed 16-bit PCM output
  • For editors and tools that require WAV
  • Honest that quality does not improve
  • No watermark and no sign-up

How to use MP3 to WAV

  1. 1

    Add the MP3

    Drop the file in or choose it from your computer. Files up to 50 MB, no account needed.

  2. 2

    Convert

    The MP3 is decoded to 16-bit PCM samples and written as a WAV, with no further compression.

  3. 3

    Load it into your software

    The WAV imports into editors and tools that reject compressed formats.

What a lossy format actually threw away

An MP3 is not a compressed copy of the original recording in the way a zip file is a compressed copy of a document. A zip is reversible: everything that went in comes back out. MP3 is not.

The encoder analyzes the audio and removes what a model of human hearing suggests you will not notice — sounds masked by louder ones nearby, content at the edges of the audible range, detail in dense passages. Then it stores what remains, in a compact form. The discarded material is not squeezed into a smaller space; it is simply not written down.

So decoding an MP3 to WAV recovers everything the MP3 contains, at full precision. That is a real and complete operation. What it cannot do is recover what was never in the file, and no software can, whatever it claims.

How it works

The MP3 is decoded to 16-bit PCM samples and written into a WAV container with no further processing. There is no encoder involved on the output side — WAV stores the samples as they are, which is the entire point of it.

The result is a file about ten times larger that plays identically. That size is not waste; it is what audio costs when nothing is deciding what to leave out.

When you genuinely need this

Software that accepts WAV only is more common than you would expect. Older audio editors. Speech-analysis and transcription engines, particularly in research and in medical or legal transcription. Broadcast automation systems. Some game engines, which want to do their own compression and refuse anything pre-encoded.

And audio CDs, which store uncompressed PCM by definition — the MP3 has to be decoded somewhere in the process, and doing it deliberately in advance makes the result predictable rather than dependent on whatever the burning software does.

What not to do afterwards

If you convert to WAV and then back to MP3 without changing anything, you have made the file worse for nothing. The second encoder starts from what the first one left behind and applies its own judgments, which do not agree — you end up with a second-generation encode at the same size as the original.

If you have edited the audio, re-encoding is unavoidable and fine. If you have not, keep the file you started with.

Examples

Audio for a tool that only reads WAV

voiceover.mp3
voiceover.wav

Some transcription engines, older editors and a good deal of scientific and broadcast software accept WAV and nothing else.

A track for burning to an audio CD

song.mp3
song.wav

Audio CDs store uncompressed PCM by definition, so the MP3 has to be decoded at some point. Doing it in advance makes the burn predictable.

Frequently asked questions

Will converting to WAV improve the sound?

No, and this is the single most common misunderstanding about audio formats. MP3 works by permanently discarding information the encoder judged inaudible. That information is not compressed and hidden somewhere; it is gone. Decoding to WAV reconstructs the audio the MP3 describes, at full precision, and that audio is exactly what the MP3 sounded like — no better.

Then why would anyone do this?

Because some software will not take anything else. Older audio editors, certain transcription and speech-analysis engines, broadcast systems, scientific tools and some game engines accept uncompressed PCM only. Burning an audio CD also needs it, because the CD format stores uncompressed audio. The reason is always compatibility, never quality.

How much larger will the file be?

Roughly ten times, and sometimes more. A stereo WAV at CD quality uses about ten megabytes a minute regardless of content, because it stores every sample at full size whether the passage is complicated or silent. A four-minute MP3 of around four megabytes becomes a WAV of around forty.

Is there any point converting back to MP3 afterwards?

Only if you have edited the audio. Converting an MP3 to WAV and straight back produces a second-generation MP3 — the second encoder works from what the first one left, makes its own different judgments, and the result is slightly worse than the file you started with, at the same size. If nothing was changed, keep the original.