Convert MP3 to WAV

Converting MP3 to WAV produces uncompressed audio that editors, DAWs and older hardware will accept — about ten times the file size and, to be clear, exactly the same sound. Drop the file above and it converts inside your browser without an upload. WAV cannot restore what MP3 compression removed; nothing can.

  • Where it runs In your browser. The file is never uploaded.
  • Lossy Some detail is traded for size. WAV cannot hold everything an MP3 can.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing The file gets much larger without getting better. What the original compression removed is gone; a lossless format can only preserve what is left.

Up to 100 files at once. Mixed formats are fine.

Converting to a lossless format does not undo the loss

A lot of people arrive here expecting an improvement, and the honest answer is that there is not one available. MP3 compression works by permanently throwing away parts of the recording that the ear is least likely to miss. That information is gone from the file — not hidden, not compressed, gone. A WAV made from an MP3 contains precisely what the MP3 contained, written out sample by sample without further compression.

The result is a file around ten times larger that sounds identical, because it is identical. This is not a limitation of any particular converter; it is what "lossy" means. The only way to get the missing detail back is to obtain the recording again from a source that still has it.

The two situations where this conversion is exactly right

The first is compatibility, and it is the common one. Audio editors, digital audio workstations, game engines, broadcast systems, telephone platforms and a great deal of older hardware want uncompressed PCM and will simply refuse an MP3. Audacity, Pro Tools, Unity and countless others are happier with WAV, and converting is the whole answer.

The second is editing. Every save as MP3 compresses again, and the damage accumulates — an audio file that has been through five edit-and-export cycles as MP3 is audibly worse than one that has been through one. Converting to WAV first, working there, and exporting to MP3 once at the end means you compress exactly once. That does not improve the source, but it stops it getting worse.

What the numbers will be

The WAV keeps the sample rate of the original — 44,100 Hz for almost all music, sometimes 48,000 for audio taken from video — at 16 bits per sample, in stereo if the source was stereo. That combination is CD quality and is what virtually every program expects to receive.

Raising either number is possible in principle and pointless in practice. Resampling to 96 kHz or padding to 24 bits makes the file larger and adds no information, because the information is not there to add. If a piece of software demands a specific rate, it will usually resample on import itself, and it will do it with more context than a converter has.

Ten megabytes a minute, and no way around it

Uncompressed stereo audio at CD quality is close to ten megabytes per minute. A four-minute song is about forty megabytes; an hour-long interview is over half a gigabyte. There is no quality setting to adjust, because WAV does not compress at all — that is the entire distinction between it and every other audio format on this site.

If the size is a problem but you still need something lossless, FLAC is the answer: it compresses without discarding anything, typically to about half the size of the equivalent WAV, and every audio editor made in the last fifteen years reads it. The only reason to prefer WAV is software that insists on it.

Why this runs on your own machine

Your browser already contains an MP3 decoder — it uses one every time a web page plays audio. This page uses that decoder and then writes the samples out as a WAV, which is a container so simple that no library is needed for it. Neither step requires a server.

So the file is never uploaded, there is no queue, no account and no daily limit. That matters most for the batch case: converting a folder of forty recordings through a site that uploads them means forty uploads and a cap. Here it means leaving the tab open for a moment.

Transcription and voice tools that insist on WAV

This is a third situation, and a newer one. Whisper builds, voice-cloning services, forced-alignment tools and a good deal of speech research tooling accept WAV and refuse MP3 — not because the audio is better, but because reading uncompressed samples requires no decoder and removes a class of bugs from their pipeline. The requirement is about their code, not your recording.

The rule from the top of this page still applies unchanged: the WAV will be about ten times the size and will contain exactly the audio the MP3 contained. Nothing is recovered. That is fine here, because these tools are reading the speech rather than judging its fidelity, and a converted MP3 transcribes as well as it ever did.

Where the extra fraction of a second comes from

MP3 encoding pads the beginning and the end of the audio. The encoder works in blocks, a recording rarely ends on a block boundary, and so a short run of silence is added to fill it out — typically a few dozen milliseconds at each end.

For speech and most music this is invisible. It matters in exactly two places: a track meant to loop seamlessly, and a set of tracks meant to run into one another without a gap. If either is your case, trim the silence in an editor afterwards, because the WAV preserves the padding as faithfully as it preserves everything else.

Mono, stereo and joint stereo

The WAV keeps the channel layout of the MP3. A mono recording stays one channel and a stereo one stays two, which is what any receiving program expects.

Most music MP3s are encoded as joint stereo, a technique that stores what the two channels have in common once instead of twice. That is undone during decoding, so what comes out is ordinary two-channel stereo. Nothing about it needs handling — it is simply worth knowing that joint stereo is not a third kind of file.

What happens to the title, the artist and the cover art

An MP3 carries ID3 tags, and a great many MP3s carry embedded artwork as well. WAV has no equivalent that anything reliably reads, so the title, the artist and the picture do not come across.

That is a real loss if you are converting a music library and a non-issue if you are converting something in order to edit it. If the tags matter, FLAC is the lossless format that keeps them, and every editor made this century reads it.

Converting a whole folder at once

Drop up to a hundred files at a time. Each becomes its own WAV and they come back as a ZIP. Nothing is uploaded, so there is no queue behind anybody else and no daily allowance to spend.

Watch the total, though. Ten megabytes a minute adds up faster than people expect: a folder of forty three-minute tracks is well over a gigabyte of WAV being assembled inside your browser. In that range, convert in batches.

How to convert an MP3 to WAV

  1. Drop your MP3 onto this page, or click to choose one. A whole folder at once is fine.
  2. It is decoded and written as uncompressed PCM, inside your browser.
  3. Download the WAV, or take a batch together as a ZIP.

MP3 vs WAV: compressed against uncompressed

MP3 compared with WAV
MP3WAV
Full nameMPEG Audio Layer IIIWaveform Audio
File extension.mp3.wav, .wave
Media typeaudio/mpegaudio/wav
CompressionLossy — file size is bought with qualityUncompressed
First published19931991
Published byFraunhofer IISMicrosoft
SpecificationISO/IEC 11172-3RIFF WAVE
LicensingOpen standardPublished, not standardised
Standing todayCurrentCurrent
Bit depth32
Audio channelsup to 2up to 65,535
Opens in a browserEvery browserEvery browser
Considered insteadAAC, OPUS, FLACFLAC, AIFF

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.

MP3 to WAV: common questions

Will the WAV sound better than the MP3?

No. This is the single most common expectation and it is worth being blunt about: converting MP3 to WAV cannot restore anything. MP3 compression permanently discarded parts of the recording, and the WAV stores whatever survived, losslessly. The file becomes roughly ten times larger and sounds exactly the same — because it is exactly the same audio, in a container that does not compress it further.

Then why would anyone do this?

Two good reasons. Software that refuses MP3 — audio editors, digital audio workstations, game engines, telephone systems and older hardware often want uncompressed PCM and nothing else. And editing: every time you save as MP3 you compress again and lose a little more, so working in WAV and exporting to MP3 once at the end avoids that accumulation.

How much bigger will the file be?

About ten times, give or take. Uncompressed stereo audio is roughly ten megabytes a minute, so a four-minute song near four megabytes as an MP3 lands near forty as a WAV. That is the trade WAV exists to make and there is no setting that changes it — WAV does not compress, which is the point of it.

What sample rate and bit depth do I get?

The sample rate of the original — usually 44,100 Hz for music — at 16 bits per sample, which is CD quality and what almost everything expects. Neither number can meaningfully be raised: resampling to 96 kHz would make the file larger without adding anything that was not there, which is a different way of misunderstanding the same thing.

Is my audio uploaded?

No. The MP3 is decoded and the WAV written inside your browser, using the same audio decoder the browser uses to play the file. Nothing is sent anywhere, there is no account, and there is no daily allowance to spend — a batch takes a hundred files, each up to 100 MB.

Can I convert a whole folder at once?

Yes — drop up to a hundred files and each converts on its own, then download them together as a ZIP. Since nothing is uploaded, a large batch costs you no bandwidth and involves no queue.

Not sure which you need?

This page converts one into the other. If you are choosing rather than converting, MP3 vs WAV answers which to use, for what, and what each is bad at.

More about these formats