Step-by-step instructions
- 1
Method 1: Browser converter
Go to formatdrop.com → Audio Converter. Drop your MP3. Select WAV as output. Download. Converts in your browser — no upload to any server.
Go to converter - 2
Method 2: Audacity (free, all platforms)
Open Audacity → File → Import → Audio → select your MP3. Audacity decodes the MP3 to PCM. File → Export → Export as WAV → Save. Audacity lets you set sample rate (44100 Hz is standard, 48000 Hz for video use) and bit depth (16-bit for CD quality, 24-bit for professional use) before exporting.
- 3
Method 3: FFmpeg
ffmpeg -i input.mp3 output.wav. That's it — FFmpeg automatically decodes MP3 to PCM WAV at the original sample rate and bit depth. To specify parameters: ffmpeg -i input.mp3 -ar 44100 -acodec pcm_s16le output.wav (44100 Hz, 16-bit WAV). For 24-bit: -acodec pcm_s24le.
- 4
Method 4: VLC
VLC → Media → Convert/Save → Add MP3 → Convert/Save. In Profile, click the edit button (wrench icon) → Audio codec → Codec: FLAC or Raw audio. For WAV: select Audio settings → Codec: 'Raw uncompressed audio (WAV)'. Set output path with .wav extension. Click Start.
Why convert MP3 to WAV?
WAV (Waveform Audio File Format) stores uncompressed PCM audio — the same format used internally by virtually all audio processing software. Converting MP3 to WAV doesn't recover the audio quality lost in MP3 compression, but it makes the file a PCM audio file that any tool accepts. This is required for: recording software that won't import MP3, some video editors that require WAV audio tracks, audio plug-in processing chains that need PCM input, and broadcasting tools that require WAV with specific sample rates.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
Does converting MP3 to WAV improve audio quality?
Why would I convert MP3 to WAV if it doesn't improve quality?
No account. No upload. Works in any browser.