# WAV Audio Format: Lossless Quality for Professional Production
**WAV** (Waveform Audio File Format) is the historical standard for uncompressed audio, developed by Microsoft and IBM in 1991. Thirty years later it remains the preferred format in recording studios, film post-production, and professional broadcasting.
## What's inside a WAV file
WAV is a container based on the RIFF (*Resource Interchange File Format*) standard. It typically stores:
- **Uncompressed PCM** β raw audio data with zero loss
- Sample rate: typically 44,100 Hz, 48,000 Hz, or 96,000 Hz
- Bit depth: 16-bit (CD quality), 24-bit (studio), 32-bit float (mixing)
- Channels: mono, stereo, or multichannel (up to 18 channels with extensions)
## WAV vs MP3: when to use each
| Criterion | WAV | MP3 |
|-----------|-----|-----|
| Quality | Lossless (identical to original) | Lossy (irreversible compression) |
| File size | Large (~10 MB/min at 44.1 kHz 16-bit) | Small (~1 MB/min at 128 kbps) |
| Editing | No generational loss | Quality degrades with each re-encode |
| Streaming | Not recommended | Ideal |
| Compatibility | Universal | Universal |
| Metadata | Limited (ID3v2 with extensions) | Full (ID3v2) |
**Practical rule:** Always record and edit in WAV (or FLAC); export to MP3 only for final distribution.
## WAV vs FLAC
Both are lossless, but they differ in compression:
- **WAV PCM**: uncompressed β maximum file size, maximum compatibility
- **FLAC**: losslessly compressed β 40β60% smaller, identical audio quality
For long-term archiving, FLAC is more storage-efficient. For interoperability with DAWs (Pro Tools, Logic, Ableton, Cubase) and hardware devices, WAV is safer.
## When to convert to WAV
Convert to WAV when you:
- Need to **edit or mix** audio in a DAW β avoid re-compressing MP3 files
- Must deliver stems to a **client or distributor** requiring uncompressed WAV
- Plan to use audio as a **sample or loop** in music production
- Work with **video sync** and need frame-accurate audio
## How to convert MP3 to WAV
1. Go to [KaijuConverter β MP3 to WAV](/convert/mp3-to-wav)
2. Upload your MP3 file
3. The converter decodes the MP3 and generates a PCM WAV at 16-bit 44.1 kHz
4. Download the result
> **Important:** converting MP3 β WAV does not recover quality lost during the original compression. The file will be larger but no more faithful to the original than the source MP3. This is why recording in WAV from the start is always preferable.
## WAV file size reference
| Duration | 44.1 kHz / 16-bit / Stereo | 48 kHz / 24-bit / Stereo |
|----------|-----------------------------|--------------------------|
| 1 minute | ~10 MB | ~17 MB |
| 5 minutes | ~50 MB | ~86 MB |
| 1 hour | ~600 MB | ~1 GB |
## WAV limitations
- **Maximum file size**: classic WAV has a 4 GB limit (32-bit header). For larger files use RF64 or FLAC.
- **Poor metadata support**: WAV doesn't natively support album artwork or lyrics without extensions.
- **Not suited for streaming**: the disproportionate file size makes it inefficient for online distribution.
WAV remains the cornerstone of professional audio for its simplicity, universal compatibility, and guarantee of zero quality loss throughout the production chain.
Guide