What Is a WAV File?

Flat illustration of a WAV file icon beside a full, uncompressed sound wave stored bit-for-bit, showing what a WAV file is

A WAV file is an uncompressed, lossless audio format — the standard way to store sound exactly as it was recorded, with nothing thrown away. If you already have one and want a smaller, more portable version, you can turn it into an MP3 in seconds with our free WAV to MP3 converter, which runs entirely in your browser. But it's worth knowing what a WAV actually holds first, because it's the format most other audio decisions are measured against.

WAV sits at the opposite end of the scale from MP3. Where MP3 shrinks a song to a fraction of its size by discarding data, WAV keeps every sample intact — perfect quality in exchange for a large file. That trade — full fidelity for a lot more storage — is the whole story of the format, and it's why studios treat WAV as the copy that matters.

Flat illustration of a full sound wave stored intact inside a WAV file icon, representing uncompressed lossless audio

What does WAV stand for?

WAV is short for Waveform Audio File Format (you'll also see it written WAVE). It was defined by Microsoft and IBM around 1991 and became the native audio format on Windows, which is a big part of why it's supported everywhere today.

Under the hood, a .wav file is a RIFF container — Resource Interchange File Format, Microsoft's general-purpose "chunks of data in a box" wrapper. The box carries a small header describing the audio, then the audio itself. In almost every WAV you'll encounter, that audio is linear PCM (pulse-code modulation): the raw, uncompressed digital samples of the sound wave, one after another. RIFF technically allows other codecs inside a WAV, but uncompressed PCM is what people mean when they say "a WAV file."

Is WAV lossless?

Yes. WAV is lossless, and more specifically it's uncompressed — the two aren't quite the same thing. Because it stores raw PCM, a WAV keeps every bit of the original recording exactly as captured. Nothing is discarded, nothing is approximated, and there's no quality to "get back" because none was ever lost.

That's the direct opposite of a lossy format like MP3, which permanently deletes audio data the encoder judges you won't hear in order to make files small. A WAV makes no such bargain — see What Is an MP3 File? for the other side of that trade. One useful nuance: WAV isn't the only lossless option. FLAC is also lossless, but it compresses the data — think of it as zipping the audio — so a FLAC file is typically around half to two-thirds the size of the same WAV while still decoding back to a bit-for-bit identical original. If you want lossless quality without WAV's bulk, that's the reason FLAC exists. If you want the concept behind all of this, what an audio codec is covers how compression and encoding actually work.

What's inside a WAV: sample rate and bit depth

Two numbers define the audio in a WAV, and together they set both its quality ceiling and its size.

  • Sample rate — how many times per second the sound wave was measured, in kilohertz (kHz). 44.1 kHz is the CD standard; 48 kHz is the norm in video and most modern production.
  • Bit depth — how many bits describe each of those samples, which sets the dynamic range (the gap between the quietest and loudest sound). 16-bit is CD quality; 24-bit is standard in recording studios because the extra headroom makes editing safer.

The classic reference point is 16-bit, 44.1 kHz, stereo — the exact specification of an audio CD, and still a perfectly good target for a finished track. Production work often steps up to 24-bit, 48 kHz to leave more room to work before anything is bounced down. If those terms are fuzzy, a quick guide to audio sample rates and bitrate vs sample rate untangle what each number actually does.

How big is a WAV file?

This is WAV's one real catch: the files are large, and predictably so. Because it stores raw samples, you can calculate the size directly from those two numbers. A standard CD-quality WAV — 44.1 kHz, 16-bit, stereo — runs about 10 MB per minute. That works out to roughly 1,411 kilobits per second of audio, several times the data rate of even a maximum-quality MP3.

For a four-minute song, that's about a 40 MB WAV versus roughly a 4 MB MP3 at 128 kbps — around ten times the size for the same track (a maximum-quality 320 kbps MP3 lands nearer 10 MB, still several times smaller). Multiply that across an album or a whole library and the reason lossy formats exist becomes obvious: WAV is superb for one file on your own drive, and unwieldy the moment you need to send a hundred of them over a slow connection. When shrinking is the goal, how to compress audio files walks through the options.

WAV and metadata (tags)

Here's a place WAV genuinely falls short of MP3: metadata. MP3 has ID3 tags — a well-established, widely-read slot for title, artist, album, and cover art that virtually every player understands. WAV has no equivalent that everyone agrees on.

The RIFF container does support tagging through its INFO chunk, and some software also writes broadcast (BWF) or ID3 chunks into a WAV, but support for reading any of it is inconsistent from one player to the next. In practice, that means the title and artist you set may simply not show up, and many players fall back to displaying the filename instead. It's not that WAV can't carry tags — it's that you can't rely on them travelling with the file the way you can with an MP3. For a WAV, a clear, descriptive filename is often the most dependable label it has.

Why studios keep WAV masters

For all its size, WAV is the default working format in serious audio production, and the reasons are practical. It's universally supported by every DAW, editor, and operating system, so there's never a compatibility surprise. It's uncompressed, so there's no decode step and no encoder guessing — the samples on disk are exactly the samples that go into your project.

Most importantly, WAV has no generation loss. You can open a WAV, edit it, export it, reopen it, and edit again without stacking up compression damage each round — every re-save is still bit-perfect. A lossy format degrades a little every time you re-encode it, which makes it a poor choice for a file you'll keep reworking. That's exactly the case best file formats for audio editing makes: keep your master lossless, do all your work there, and only create compressed copies at the very end for delivery.

When to convert a WAV down

A WAV is the copy to keep, not usually the copy to share. The moment a file needs to travel — emailing a mix, uploading to a platform, loading a phone or a car stereo, or just saving space — its size becomes a liability, and that's when you convert it down.

For most sharing, that means converting WAV to MP3: a single, clean lossy encode from your pristine master gives you a small, plays-anywhere file, and doing it once from the lossless source keeps the quality loss to a minimum. If you'd rather stay lossless but lose the bulk, convert to FLAC instead. On vocalcut.com, the WAV to MP3 converter does this locally in your browser — your audio never leaves your device, there's no upload, no account, and it's free. Need to go the other direction, or between other formats? The MP3 to WAV converter and the general audio converter cover those, and WAV export uses a native in-browser encoder, so there's nothing extra to download to save one. It's one of a set of plain-language audio format explainers here if you want to keep reading.

Frequently asked questions

Is WAV better than MP3? Neither is better in general — they're built for different jobs. WAV is lossless and about ten times larger, which makes it the right choice for recording, editing, and archiving a master. MP3 is lossy and compact, which makes it the right choice for sharing, uploading, and playback anywhere. The standard workflow is to keep a WAV master and export MP3 copies only for delivery.

Is a WAV file lossless? Yes. A WAV stores raw, uncompressed PCM audio, so it keeps every sample of the original recording bit-for-bit with nothing discarded. It's lossless and uncompressed, which is why it's the default for production masters. FLAC is also lossless but compressed, so it reaches the same perfect quality at around half to two-thirds the size — WAV isn't the only lossless option.

Why are WAV files so big? Because a WAV stores the audio uncompressed — every sample is written out in full instead of being shrunk by an encoder. A CD-quality WAV (44.1 kHz, 16-bit, stereo) runs about 10 MB per minute, roughly ten times the size of an MP3 of the same track. That size is the price of keeping perfect, bit-for-bit quality with no compression involved.

Can I convert a WAV to MP3 without losing more quality? Converting from lossless to lossy does lose some quality, but only once, and only a little. Encoding straight from a clean WAV master is a single, high-quality pass, so the result is as good as an MP3 of that track can be. The mistake to avoid is re-encoding an already-lossy file repeatedly — starting from the WAV keeps the damage to that one clean step.