FormatDrop
Audio Format

WAV

Waveform Audio File Format

WAV is the gold standard for audio recording and editing — completely uncompressed, mathematically lossless, and perfectly suited for professional audio work. The tradeoff is file size: a single minute of CD-quality WAV audio is about 10 MB. Understanding when WAV is necessary and when a compressed format is better is the key to efficient audio workflow.

What is WAV?

WAV (Waveform Audio File Format) was developed jointly by Microsoft and IBM and introduced with Windows 3.1 in 1991. It stores audio as Pulse-Code Modulation (PCM) data — essentially, a direct digital representation of the sound wave sampled at regular intervals. The most common specification is 44.1 kHz sample rate with 16-bit depth (CD quality), which samples the audio 44,100 times per second and records each sample with 65,536 possible amplitude values. Professional audio uses 48 kHz (broadcast standard) or 96 kHz (high-resolution) sample rates with 24-bit depth. WAV uses no compression — every sample is stored directly, which is why file sizes are large: stereo 44.1 kHz/16-bit audio takes 10.5 MB per minute. Because WAV stores the raw digital representation of audio with no lossy processing, it is the ideal format for recording, editing, and archiving. Every DAW (Digital Audio Workstation) — Pro Tools, Logic, Ableton, Audacity — handles WAV natively. It is also used extensively in game audio, film post-production, and broadcast for the same reason: guaranteed lossless fidelity. WAV supports mono, stereo, and multichannel audio, and can technically store various compressed audio codecs (WAV with MP3 compression), though in practice virtually all WAV files use uncompressed PCM.

WAV pros and cons

Advantages

  • Completely lossless — perfect reproduction of the original audio
  • Universal support in every DAW, audio editor, and professional tool
  • No generation loss — re-editing and re-saving causes zero quality degradation
  • Simple format: raw PCM data with a header, trivial to decode
  • Preferred by broadcast and post-production standards (48 kHz/24-bit)
  • No lossy artefacts — reliable for sound design, mixing, and mastering

Limitations

  • Large files: 10 MB per minute of stereo CD-quality audio
  • Not suitable for streaming or wide distribution due to size
  • File size limit of 4 GB due to 32-bit file size field in the standard format
  • No metadata standardization (tags are limited compared to MP3 ID3 tags)
  • Overkill for listening — human hearing cannot distinguish WAV from lossless-compressed formats

When should you convert WAV files?

Convert WAV to MP3 or AAC when you need to distribute audio: share files by email, upload to podcast platforms, publish music for streaming, or create audio for websites. Convert WAV to FLAC when you want lossless archival storage at roughly 50% smaller file size. Convert MP3 or AAC to WAV before editing — re-editing a lossy format directly doesn't add quality, but converting to WAV first avoids the compound quality loss of encode→decode→encode cycles in DAWs.

All FormatDrop conversions run entirely in your browser — no file upload, no server processing. Your files stay on your device.

WAV FAQ

Is WAV the same as uncompressed audio?
Almost always yes. The vast majority of WAV files use PCM (Pulse-Code Modulation) encoding, which is completely uncompressed. WAV technically supports compressed audio inside the WAV container, but this is rare in practice. When people say 'WAV audio', they mean uncompressed PCM WAV.
What's the difference between WAV and FLAC?
Both are lossless formats — meaning the audio is mathematically identical to the original. The difference is file size: FLAC uses lossless compression to reduce WAV files by roughly 50% without any quality loss. A 10 MB WAV becomes roughly 5 MB FLAC. FLAC also has better metadata support (ID3-like tags for artist, album, track). For archival, FLAC is the better choice. For studio work where every DAW must open the file natively, WAV is safer.
When should I use WAV instead of MP3?
Use WAV when: editing or mixing audio in a DAW (WAV is lossless so repeated editing doesn't degrade quality), recording audio (WAV captures the original signal perfectly), working in broadcast or post-production (industry standard is 48 kHz/24-bit WAV), or archiving recordings you'll never want to re-encode. Use MP3 when distributing audio to an audience — the file sizes make WAV impractical for sharing.