WAVE (Waveform Audio)
The original Windows audio format that set the standard for uncompressed digital sound.
| Full name | Waveform Audio File Format |
| Extension | .wave |
| MIME type | audio/wav |
| Developer | IBM and Microsoft |
| Released | 1991 |
| Type | Audio |
| Encoding | Linear PCM (uncompressed), also supports compressed variants |
| Container | RIFF (Resource Interchange File Format) |
What is a WAV file?
WAVE is an audio file format developed jointly by IBM and Microsoft, first released in August 1991. It stores audio data in the RIFF container and became the native audio format for Microsoft Windows. Most WAVE files hold uncompressed audio, making them a trusted choice wherever audio quality must be preserved exactly.
WAVE uses the Resource Interchange File Format (RIFF) to organize audio data into named chunks. The two core chunks are the 'fmt ' chunk, which describes the audio encoding, sample rate, bit depth, and channel count, and the 'data' chunk, which holds the actual audio samples. The default encoding is linear pulse-code modulation (LPCM), meaning audio is stored as raw numbers with no lossy compression. This gives WAVE files their reputation for bit-perfect accuracy at the cost of large file sizes.
History
IBM and Microsoft published the WAVE specification in August 1991 as part of the RIFF standard for multimedia files on Windows. When Windows 3.1 shipped in 1992, WAVE became the built-in audio format for the operating system. Microsoft issued a revised specification in April 1994 and again in 2007 to add support for multi-channel audio beyond stereo, which is used in surround-sound workflows.
How it works
A WAVE file opens with a four-byte 'RIFF' identifier followed by the total file size and the 'WAVE' type marker. After that comes the 'fmt ' chunk, which carries encoding type, number of channels, sample rate, byte rate, block alignment, and bits per sample. The 'data' chunk follows with the raw audio samples stored in little-endian byte order. Additional optional chunks such as 'LIST' or 'cue ' can store metadata like titles, artists, and loop points.
What it is used for
- Recording and archiving audio where quality must not be lost to compression
- Audio editing and post-production as a lossless working format between software tools
- Sound design and game audio where samples are loaded directly into memory for playback
- Broadcasting and professional studios that need a universal, unambiguous exchange format
How to open it
Any media player on Windows, macOS, or Linux will open a WAVE file, including Windows Media Player, VLC, QuickTime, and Audacity. Audio editing software like Audacity, Adobe Audition, and Logic Pro can both read and export WAVE files.
Pros and cons
Strengths
- Uncompressed LPCM encoding means no audio quality is lost
- Universally supported across every major operating system and audio application
- Simple, well-documented structure that is easy to parse and generate
- Supports high bit depths (up to 32-bit) and high sample rates for professional work
Trade-offs
- Very large file sizes compared to compressed formats like MP3 or AAC
- Not practical for streaming or web delivery because of bandwidth requirements
- No built-in support for advanced metadata like album art
- The 4 GB file size limit imposed by the 32-bit RIFF header can be hit in long high-resolution recordings
Convert WAV files
Free, in your browser, no signup. Start at the WAV converter, or jump straight to a popular conversion below.
From WAV
Curious how fast and how small? See our measured conversion benchmarks.
WAV FAQ
Is WAVE the same as WAV?
Yes. WAV is simply the three-character file extension used on Windows; the full extension is .wave and the format name is WAVE. Both refer to the same Waveform Audio File Format.
Is a WAVE file lossless?
Most WAVE files use uncompressed LPCM audio, which is lossless. The format does allow compressed audio variants, but uncompressed PCM is by far the most common.
Why are WAVE files so large?
Because LPCM stores every audio sample as a raw number with no compression. A standard CD-quality WAVE file (16-bit, 44.1 kHz stereo) uses about 10 MB per minute of audio.
Can I convert a WAVE file to MP3 without losing quality?
Converting from WAVE to MP3 introduces lossy compression, so some audio detail is permanently removed. The original WAVE remains unaffected, but the MP3 copy will not be bit-perfect.