About WAV (Waveform Audio)
WAV is audio with nothing hidden and nothing removed: raw PCM samples in a container Microsoft and IBM defined in 1991, unchanged in spirit since. Every digital audio workstation, editor, sampler, transcription tool, and broadcast system reads it, because there is almost nothing to read — no compression to decode, no codec politics, just numbers describing a waveform.
That purity has a price measured in megabytes: about ten per minute of stereo. WAV is the format for making and editing audio, not for moving or storing it — which is why the classic workflow is record and edit in WAV, then publish in MP3. Both directions of that workflow live here, plus a third: extracting WAV straight out of a video when its audio track is headed for production work.
One honest note this site repeats wherever relevant: converting a lossy file to WAV does not restore quality that compression already discarded. It buys compatibility and edit-safety — real benefits — but no tool can un-discard data.
Strengths
- Bit-perfect, uncompressed audio — the reference everything else is judged against
- Universal support in DAWs, editors, samplers, and analysis tools
- Survives unlimited editing and re-saving with zero generational loss
- Conversion here needs no special browser support — it works everywhere
Limitations
- Huge: roughly 10 MB per minute of stereo — painful to email or stream
- No efficiency benefit over lossless-compressed FLAC at half the size
- Converting lossy sources to WAV inflates size without restoring quality
- Minimal metadata support compared to modern formats
Sample rate and bit depth, and where the file size comes from
A WAV file is a list of numbers measuring air pressure many thousands of times per second. Two settings define it. Sample rate is how often the measurement is taken — 44,100 times per second for CD audio, 48,000 for video production — and it determines the highest frequency that can be represented, which works out to half the sample rate. Bit depth is how precisely each measurement is stored, and it sets the noise floor: 16-bit gives roughly 96 dB of dynamic range, 24-bit around 144 dB.
The size follows directly and unforgivingly: sample rate multiplied by bit depth multiplied by channel count. CD-quality stereo is 44,100 × 16 × 2, which comes to about 10 MB per minute regardless of whether the audio is a symphony or silence. This is the crucial difference from every compressed format — WAV has no idea what the audio contains and makes no attempt to find out.
When WAV is the right answer, and when it is not
Use WAV while you are working. Editing, mixing, applying effects, running transcription or analysis software, feeding a sampler — all of these benefit from audio that decodes instantly, survives unlimited re-saving without generational loss, and is accepted by every tool without question. It is the working format precisely because it makes no assumptions and costs no CPU.
Do not use it for storage or distribution. For archiving, FLAC gives you bit-identical audio at roughly half the size, which is strictly better unless a specific tool refuses it. For sharing, WAV is impractical — a 40-minute recording is around 400 MB, which will not fit through most email or messaging services. The one case where converting to WAV is genuinely useful despite the size is when software you need demands uncompressed input; just understand that if the source was lossy, you are getting a large file containing exactly the same audio, artifacts included.
Frequently asked questions
- Does converting MP3 to WAV improve the sound?
- No. The MP3 encoder permanently discarded audio detail, and converting to WAV simply stores the remaining audio uncompressed — same sound, roughly ten times the file size, same artifacts. It is worth doing when a tool requires uncompressed input, and pointless as a quality upgrade.
- Why is my WAV file so large?
- Because it stores every sample at full precision with no compression. CD-quality stereo works out to about 10 MB per minute, and higher sample rates or bit depths increase that proportionally. The size depends entirely on duration and settings, never on what the audio actually contains — a minute of silence is the same size as a minute of music.
- Should I use WAV or FLAC for archiving?
- FLAC, in nearly every case. It is lossless — decoding gives back bit-identical audio — while typically halving the file size, and it handles metadata far better than WAV does. WAV remains the better choice as a working format inside audio software, where instant decoding and universal acceptance matter more than size.
- Can I extract WAV audio from a video file?
- Yes. Choosing WAV as the target for a video file extracts the audio track and discards the video, giving you uncompressed audio ready for editing or transcription. Bear in mind the audio inside the video was almost certainly compressed already, so the WAV preserves it exactly rather than improving it.