.WAV

WAV File

Waveform Audio File Format
Ask a question
QUICK ANSWER

A WAV file is an uncompressed digital audio file introduced by Microsoft and IBM in 1991. Double-click one and it plays in Windows Media Player, macOS Music/QuickTime, or VLC on any system. The main concern is size - about 10 MB per minute at CD quality - so most people eventually convert WAV to MP3 or FLAC to save space.

Developer: Microsoft & IBM Category: Audio Files Open standard MIME: audio/wav
OPENS ON Windows macOS Linux Android iOS
Related: .OPUS · .M3U · .M3U8 · .WFP

On this page

19k+ extensions indexed
Last reviewed Jul 20, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the WAV file format?

.wav files are used for saving audio data.

Contents of .wav files

Files with a .wav extension store audio tracks with variable sampling rate and bit depth. The standard for audio quality in .wav is dual-channel audio sampled at 44.1 kHz with 16 bits per sample, which is the standard coding format for CD audio. .wav files are supported by many codecs, but the most commonly used is lossless PCM. The maximum size of a classic .wav file encoded in PCM is 4 GB, because chunk sizes are stored as 32-bit integers; the RF64 and BWF extensions remove this limit for professional and broadcast use.

Uses of .wav files

.wav files typically store uncompressed audio tracks, this being the reason for their significant size, which is not web-friendly. .wav's capacity for storing uncompressed, high-fidelity audio makes it the format of choice for many professional applications, such as audio software or professional music production, for example:

  • recording studios
  • radio broadcasters
  • advertising agencies

.wav is not a complex format and is used as the default audio format for many applications, including in Windows systems. Many popular audio editing and playback programs support .wav files by default.

Can I compress a .wav file?

High-quality audio data stored in .wav files can be converted into other popular audio formats such as MP3 (lossy) or FLAC (lossless). When converting to a lossy format like MP3, some audio data is permanently discarded, but the output file is significantly lighter, which saves disk space. Converted files can be easily distributed over the Internet.

Security & safety

RISK: LOW

A WAV is inert sampled audio and is safe to open - it does not execute. The only notable historical risk was a 2019 steganography trend where attackers hid malicious payloads inside WAV audio, but the WAV itself still has to be processed by separate malware to be dangerous; a normal media player just plays sound. Watch out for fake "WAV converter/player" download sites bundling adware (PUPs): prefer VLC, Audacity, or ffmpeg from their official pages.

Format details

in a nutshell
FULL NAMEWaveform Audio File Formataka WAVE, WAV audio
DEVELOPERMicrosoft & IBMsince 1991 (Windows 3.1 / Multimedia PC)
CATEGORYAudio Files
MIME TYPEaudio/wav
TYPERIFF-based audio container (typically uncompressed PCM)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
52494646
ASCII
RIFF
Bytes 0-3 are "RIFF"; bytes 4-7 hold the little-endian file size; bytes 8-11 are the form type "WAVE" (hex 57 41 56 45). Identify a WAV by the "RIFF"... "WAVE" pair, not by "RIFF" alone (AVI and other RIFF files start the same way).

Programs that open WAV files

Windows3 apps
VLC media player Open-source Drag the .wav onto VLC, or right-click > Open with > VLC. Plays any WAV variant.
Audacity Open-source File > Open to view/edit the waveform; export to MP3/FLAC/OGG from here.
Media Player (Windows 11) Built-in Double-click the .wav - the built-in Media Player app plays it immediately.
macOS3 apps
VLC media player Open-source Open the .wav in VLC for playback of any WAV variant.
Audacity Open-source Open to edit and re-export the audio. Free cross-platform editor.
Music / QuickTime Player Built-in Double-click to play in QuickTime Player or the Music app.
Linux2 apps
VLC media player Open-source Open the .wav in VLC (or any GStreamer-based player like GNOME Videos).
Audacity Open-source Open/edit the waveform; export to compressed formats. Available as Flatpak/AppImage.
Android1 app
VLC for Android Open-source Open the .wav from Files or the VLC browse tab.
iOS1 app
VLC for Mobile / Files app Open-source Tap the .wav in the Files app (built-in playback) or import into VLC.

Technical details

deep spec
Container formatRIFF (Resource Interchange File Format), chunk-based binary structure
Byte orderLittle-endian; big-endian variant (RIFX) exists but is rare
File signature`RIFF` at bytes 0-3, `WAVE` at bytes 8-11 (hex: 52 49 46 46 … 57 41 56 45)
Default audio codecUncompressed linear PCM (format tag 1); no lossy processing applied
Supported format tagsPCM (1), IEEE float (3), A-law (6), mu-law (7), WAVE_FORMAT_EXTENSIBLE (0xFFFE) for multichannel and high-res
Sample rates8 kHz to 192 kHz; most common are 44.1 kHz (CD) and 48 kHz (broadcast/video)
Bit depth8-bit, 16-bit, 24-bit, or 32-bit per sample
Channel supportMono, stereo, or multichannel; up to 18 channels via WAVE_FORMAT_EXTENSIBLE
Typical file size~10 MB per minute at CD quality (44.1 kHz / 16-bit / stereo)
Maximum file size (classic)~4 GB, constrained by 32-bit chunk size fields; RF64 (EBU) removes this ceiling
MIME type`audio/wav`; alternatives include `audio/wave`, `audio/x-wav`, `audio/vnd.wave`
Key internal chunks`fmt ` (sample rate, bit depth, channels) and `data` (raw samples); optional `LIST/INFO`, `cue`, `bext` chunks
CompressionNone in standard PCM form; container can carry ADPCM, GSM, A-law/mu-law, or MP3 via non-PCM format tags
Metadata support`LIST/INFO` chunk for basic tags; `bext` chunk (Broadcast Wave Format) adds timecode, originator and broadcast metadata
Released1991 (Windows 3.1 / Multimedia PC)
Latest versionRIFF/WAVE with WAVE_FORMAT_EXTENSIBLE (2001); RF64/BWF extensions for >4 GB
Open standardYes · royalty-free
Specificationlearn.microsoft.com

WAV conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with WAV files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about WAV files.

Frequently asked questions

How do I open a WAV file?
Double-click it - Windows 11's Media Player, macOS QuickTime/Music, and VLC on any system all play WAV out of the box. To edit it, use Audacity.
Why is my WAV file so large?
WAV stores uncompressed PCM audio - roughly 10 MB per minute at CD quality. That's the cost of perfect quality; convert to MP3 or FLAC to shrink it.
How do I convert WAV to MP3?
Open it in Audacity and File > Export > MP3, use VLC's Media > Convert/Save, or run 'ffmpeg -i in.wav out.mp3'. MP3 is lossy but about 10x smaller.
Is WAV better quality than MP3?
Yes - WAV is uncompressed/lossless, MP3 is lossy. WAV preserves the exact audio, which is why it's used for recording and mastering; MP3 trades some quality for much smaller files.
What's the difference between WAV and FLAC?
Both are lossless, but FLAC compresses the audio (about half the size) and stores tags, while WAV is raw. They sound identical; use FLAC to save space, WAV for editing/compatibility.
What is the difference between WAV and AIFF?
They are near-equivalents: WAV is Microsoft/IBM's little-endian RIFF format, AIFF is Apple's big-endian IFF format. Both hold uncompressed PCM and convert to each other losslessly.
Why won't my WAV file play?
Usually an unusual codec/format tag (e.g. ADPCM or float) or a >4 GB/RF64 file. VLC handles almost all variants; otherwise re-export it as standard 16-bit PCM in Audacity.

References

1Microsoft - About Waveform Audiolearn.microsoft.com
2Microsoft - WAVE Format (WAVEFORMATEX)learn.microsoft.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BCBitComet Incomplete Download File
5.PARTPartial Download File
6.BINCD/DVD Disc Image (BIN/CUE)
7.EXEWindows Executable (Portable Executable)
8.NOMEDIAAndroid No-Media Marker File
9.RPMSGRestricted Permission Message
10.AVIFAV1 Image File Format (AVIF)

Related extensions

.OPUSOpus Audio File (Ogg Opus)
.M3UM3U Media Playlist (MP3 URL)
.M3U8UTF-8 M3U Playlist / HLS (HTTP Live Streaming) Playlist
.WFPWaveFront Program file (Turtle Beach)
.XSPFXSPF - XML Shareable Playlist Format (pronounced 'spiff')
.AMRAdaptive Multi-Rate (AMR) audio

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z