Skip to content
Audio & Video Tools

MP3 to WAV Converter

Decode compressed MP3 audio into uncompressed WAV, the format most audio editors and DAWs expect.

Drag & drop your file here, or browse

Accepted: .mp3,audio/mpeg — Output: .wav

Everything runs locally in this browser tab. Nothing is uploaded to any server.

How to use this tool

StepWhat to doDetails
1Add one MP3 fileSelect the track you want to convert.
2Click "Convert to WAV"A local conversion engine (FFmpeg compiled to WebAssembly) decodes and re-exports the audio as uncompressed WAV. The engine loads once on first use, so this step can take a little longer the first time.
3DownloadSave the resulting .wav file.

Drop an MP3 into most audio editing software and it’ll open fine — right up until it doesn’t. Some plugins refuse compressed formats outright. Some DAWs handle MP3 import in a way that shifts the timing by a few milliseconds, which is invisible for casual listening and a real problem if you’re trying to sync audio to video frame-for-frame. Some sample libraries and sound design tools simply expect WAV and won’t touch anything else. None of this is really about the MP3 being broken — it’s that WAV is the format most professional audio tools were built around, and MP3 is the format most audio actually gets distributed in. This tool bridges that gap, decoding an MP3 and re-exporting it as an uncompressed WAV file, right in your browser.

Lossy versus lossless, in plain terms

MP3 is a lossy format. When audio gets encoded to MP3, an algorithm looks at the sound and permanently discards pieces of it that are judged unlikely to be noticeable — frequencies masked by louder ones, detail at the very edges of human hearing, that sort of thing. It’s a genuinely clever piece of engineering, and at a reasonable bitrate the result sounds close to the original to most ears. But “discards” is the operative word: once that data is gone, it’s gone. WAV, by contrast, is lossless — it’s essentially a raw, uncompressed stream of the actual waveform, sample by sample, with nothing removed. That’s why WAV files run so much larger than MP3s of the same length: they’re storing everything, not a perceptually-optimized approximation of it.

Here’s the part worth being upfront about: converting an MP3 to WAV does not, and cannot, restore any of the detail that was thrown away during the original MP3 encoding. You end up with a WAV file that’s bigger, and formatted the way your editing software wants it, but the audio quality ceiling was already set the moment the file became an MP3. Think of it less as “upgrading” the audio and more as repackaging it into a container your tools are happier working with.

A common misconception is that converting a compressed file to an uncompressed one somehow gets the lost quality back. It doesn’t — think of it as changing the box the audio ships in, not restoring anything that was left out the first time it was packed.

Where this actually matters in a workflow

Digital audio workstations are the most common reason people reach for this. Editing at the sample level — precise cuts, crossfades, time-stretching — tends to behave more predictably on uncompressed audio, and some plugins and effects chains are simply built with WAV as the assumed input. If you’ve ever had a DAW project where an MP3 track seems to drift out of sync with everything else over a long timeline, converting it to WAV first is one of the standard fixes, since it removes a layer of decoding ambiguity from the process.

Voiceover and podcast editors run into this constantly too. Cleaning up a narration track — cutting breaths, removing mouth clicks, tightening pauses between sentences — is finicky work, and doing it on a file that’s already compressed can make small edits harder to place cleanly at the waveform level. Many voiceover pipelines specify WAV as the delivery format for exactly this reason, even when the original recording or a reference track arrived as an MP3.

Sound designers and anyone assembling audio for video also lean on this. Video editing software like Premiere or DaVinci Resolve generally prefers WAV audio tracks for the same syncing and processing reasons, and sound effect libraries are typically WAV-only by convention, so a stray MP3 in an otherwise all-WAV project folder can quietly cause tooling headaches down the line.

A couple of things worth knowing before you convert

  • The output file will be noticeably larger than the MP3 you started with — that’s expected, and it’s the whole point of switching to an uncompressed format.
  • If your source MP3 was encoded at a low bitrate to begin with, the WAV won’t sound any better than the MP3 did — it’ll just take up more space while sounding the same.
  • This tool handles one file at a time, which covers the typical case of prepping a single track for import into an editor.

How the conversion actually runs

This tool uses FFmpeg — the same audio engine that powers a huge share of professional conversion software — compiled to run directly in your browser via WebAssembly, rather than on a remote server. The first time you use this tool, or any other audio or video tool on the site in the same browsing session, it downloads that engine (it’s a meaningful chunk of data, so the first conversion takes noticeably longer than the ones after it). Once it’s loaded, it stays cached for the rest of your session, so converting a second or third file — even with a different audio tool — is fast. Your actual audio file never gets uploaded anywhere in the process; the decoding and re-exporting all happens locally, on your own machine, which matters if the recording you’re converting is something you’d rather not send through a third-party server, like an unreleased track or an unpublished voice recording. Pick your MP3, let the engine load once, and you’ll have a WAV file ready to drop straight into whatever’s waiting for it.