MP3 to WAV Converter

Converting MP3 to WAV unpacks the compressed audio back into uncompressed PCM samples. The file jumps from a few megabytes to roughly 10 MB per minute of stereo audio, and nothing about the perceived quality changes. WAV stores what MP3 decoded to.

audio_file

Drag & drop audio files here, or browse

Drop your MP3 files here

What changes when you convert MP3 to WAV

This conversion does not restore quality that MP3 compression discarded. Artifacts baked in during the original encode stay in the WAV. What you gain is a format every audio editor and DAW accepts natively, with no decoding step at playback.

When to use this conversion

  • Loading a sample into a DAW like Pro Tools, Logic, or Ableton that prefers uncompressed input
  • Feeding audio to legacy software or embedded hardware that doesn't ship an MP3 decoder
  • Preparing files for CD burning, where red-book audio is PCM to begin with
  • Sending a working copy to a mastering engineer who wants the source as WAV

Where the output plays

WAV plays natively on Windows, macOS, Linux, iOS, Android, and every audio application made in the last 30 years. There is effectively no device that can't open a WAV file.

About these formats

MP3 (MPEG-1 Audio Layer III)

MP3 is the most widely supported lossy audio format. Encoded in 1993 and still the default on countless devices, it trades some fidelity for dramatically smaller files. At 192 kbps most listeners cannot distinguish it from the source. Anything that plays audio will play MP3.

WAV (Waveform Audio File Format)

WAV is Microsoft and IBM's uncompressed PCM container. A stereo CD-quality recording takes about 10 MB per minute. Because nothing is thrown away and nothing is compressed, WAV is the universal working format for recording, editing, and mastering in every major DAW.

How It Works

  1. Add your MP3 files Drag MP3 files onto the page, or click to pick them from your file browser. Batch uploads are fine.
  2. Choose WAV settings Pick bitrate or quality level for the WAV output. Defaults match common target use cases.
  3. Convert in your browser FFmpeg runs locally via WebAssembly. Nothing uploads. Progress shows per file so you know exactly what's happening.
  4. Download WAV files Grab each converted file individually, or download the whole batch as a single ZIP.

Features

Supported Formats

FAQ

Will converting MP3 to WAV improve the audio quality?

No. MP3 is a lossy format, so information the encoder discarded is gone. Converting to WAV gives you an uncompressed file of whatever the MP3 decoded to: no better, no worse.

How much larger will the WAV file be?

Expect roughly 10× the MP3's size. A 3-minute song at 192 kbps MP3 is about 4 MB; the same audio as 16-bit 44.1 kHz stereo WAV is around 32 MB.

What is MP3 (MPEG-1 Audio Layer III)?

MP3 is the most widely supported lossy audio format. Encoded in 1993 and still the default on countless devices, it trades some fidelity for dramatically smaller files. At 192 kbps most listeners cannot distinguish it from the source. Anything that plays audio will play MP3.

What is WAV (Waveform Audio File Format)?

WAV is Microsoft and IBM's uncompressed PCM container. A stereo CD-quality recording takes about 10 MB per minute. Because nothing is thrown away and nothing is compressed, WAV is the universal working format for recording, editing, and mastering in every major DAW.

Are my files private?

Yes. The converter runs entirely in your browser using FFmpeg compiled to WebAssembly. Your audio files are never uploaded, never sent to a server, and never leave your device.

Is there a file size limit?

There's no hard limit, but because everything runs in your browser you're bounded by available memory. Files over about 2 GB total can get slow or hit browser memory limits. Process in smaller batches if you run into issues.