📖 What is a WAV File?
A WAV file is a sound file that stores audio in full, without squeezing it down. The name is short for Waveform Audio File Format, and because it keeps every scrap of the original recording, a WAV plays back exactly as it was captured, which is why it is the format studios reach for when quality comes first.
The catch is that keeping everything makes the file big. Where an MP3 shrinks a song to a fraction of its size by cleverly discarding sound you are unlikely to miss, a WAV holds the whole thing, so a few minutes of music can run to tens of megabytes. That size is the price of its fidelity, and for listening on the go it can feel wasteful, but for recording, editing and mastering it is exactly what you want, since there is nothing lost to work against.
WAV was created a long time ago by Microsoft and IBM for audio on early PCs, and it has stayed in use ever since because it is simple, reliable and understood by practically every program that handles sound. So when someone asks you to send the WAV, they are usually asking for the best, cleanest version of a recording, the one all the smaller copies are made from. It is less a fancy format than a dependable one, the sturdy original that everything else is derived from.
Key Characteristics
- Uncompressed audio, nothing thrown away
- Bit-perfect, plays back exactly as recorded
- Large files, the cost of full quality
- Universally supported by audio software
Good to Know
- WAV means Waveform Audio File Format
- Made by Microsoft and IBM for PC audio
- The master copy smaller files come from
- Plays in almost any media player
⚡ Quick Facts
| File Extension | .wav (sometimes .wave) |
| Stands For | Waveform Audio File Format |
| What It Is | An uncompressed audio file |
| Encoding | Usually linear PCM |
| Container | Microsoft RIFF |
| Created By | Microsoft and IBM |
| First Released | 1991 |
| MIME Type | audio/wav |
🎚️ Uncompressed and PCM
To understand why a WAV sounds so clean, it helps to know how the sound is stored inside, and that comes down to two ideas that often get mentioned together, uncompressed audio and PCM.
PCM, short for pulse-code modulation, is simply a way of turning a sound wave into numbers. The wave is measured many thousands of times a second, and each measurement is written down as a value, so the whole recording becomes a long list of snapshots that together trace the original wave. A WAV file usually stores its audio this way, as raw PCM with no compression at all, which is what uncompressed means here. Nothing is estimated or thrown out to save room, so every sample is kept exactly, and that is why a WAV is described as bit-perfect. Strictly speaking PCM is the method of recording the sound and WAV is the container that holds it along with a few details about how it was recorded, but because nearly every WAV uses PCM, people tend to treat the two as the same thing in everyday talk.
🔍 Inside a WAV File
A WAV file is more organised than you might expect for something so plain, and knowing its shape makes terms like sample rate and bit depth far less mysterious.
Under the surface, a WAV is built on a Microsoft design called RIFF, which stores everything in labelled sections known as chunks. Picture a set of clearly marked boxes. One chunk describes the format, recording the technical details a player needs, another holds the actual sound as a long run of PCM samples, and there may be further small chunks carrying extra notes about the file. The format chunk is where the important numbers live. The sample rate says how many times per second the sound was measured, with 44.1 kHz being the familiar CD figure and 48 kHz common in video. The bit depth says how much detail each measurement carries, typically 16 bits for CD quality or 24 bits in professional work. And the channel count says whether the audio is mono or stereo. Together these settings decide both how good a WAV sounds and how large it becomes.
The chunks inside a WAV file
RIFF ............ the outer container (marks the file as WAV) fmt chunk ...... format details: sample rate, bit depth, channels data chunk ...... the actual sound, as raw PCM samples INFO chunk ...... optional metadata (title, artist), often skipped
📦 Why WAV Files Are Large
The one thing everyone notices about WAV files is their size, and it follows directly from the choice to keep everything rather than compress it.
Because a WAV writes down every single measurement of the sound, the file grows in step with the quality settings. At CD quality a stereo WAV takes up roughly ten megabytes for every minute of audio, so a three minute song lands around thirty megabytes, many times what the same song would occupy as an MP3. Raise the sample rate or bit depth for professional work and the file grows further still. There is no trick being missed here. The size is simply the honest cost of storing sound in full, and it is the trade you accept in return for a recording with nothing lost. For working on audio that is a fair bargain, while for carrying a music library around it is the reason smaller formats exist.
⚖️ WAV vs MP3 vs FLAC
WAV is one of several ways to store audio, and the clearest way to place it is against the two formats people most often compare it with, MP3 and FLAC.
The dividing line is compression. A WAV is uncompressed, keeping the sound in full at the cost of size. An MP3 is lossy, meaning it shrinks the file dramatically by permanently discarding detail judged hard to hear, which is wonderful for sharing and streaming but throws information away for good. A FLAC sits cleverly in between, using lossless compression that packs the audio into a smaller file while keeping every bit, so it sounds identical to a WAV yet takes up noticeably less room, and it also carries song information more neatly. The practical upshot is a simple choice by purpose. For editing and mastering, WAV gives you the untouched original. For archiving a library at full quality, FLAC saves space with no loss. And for everyday listening and sending, MP3 keeps files small. One warning is worth remembering. Turning an MP3 into a WAV cannot bring back the detail the MP3 already discarded, it only wraps the reduced sound in a larger file.
| Format | Compression | Quality | Size | Best For |
|---|---|---|---|---|
| WAV | None (uncompressed) | Bit-perfect | Largest | Editing, mastering |
| FLAC | Lossless | Bit-perfect | Medium | Archiving a library |
| MP3 | Lossy | Reduced | Smallest | Sharing, streaming |
🎛️ Bit Depth and Sample Rate
Two numbers decide how a WAV file sounds and how big it becomes, and they turn up whenever you record or convert audio, so they are worth understanding properly. They are the sample rate and the bit depth, and they measure different things.
The sample rate is how many times per second the sound is measured. More measurements capture higher frequencies, which is why the familiar CD rate of 44.1 kHz, meaning 44,100 snapshots a second, comfortably covers everything human ears can hear, while video work often uses 48 kHz and high-resolution production reaches 96 kHz or beyond. Think of it as how finely the sound is sliced along time. The bit depth is how much detail each single measurement records, and it sets the difference between the quietest and loudest sound the file can hold cleanly. Sixteen bits, the CD standard, already gives a wide range that suits finished music, while twenty-four bits is normal in professional recording because the extra headroom makes editing safer and keeps background noise low. Put simply, sample rate governs how high the sound can reach and bit depth governs how clean and dynamic it is, and raising either one improves quality while making the file larger.
Sample rate
How many times per second the sound is measured. Higher reaches higher frequencies.
- 44.1 kHz, CD quality
- 48 kHz, common for video
- 96 kHz, high-resolution production
Bit depth
How much detail each measurement holds. Higher gives a wider, cleaner dynamic range.
- 16-bit, CD and finished music
- 24-bit, professional recording
- 32-bit float, editing headroom
📏 The 4 GB Limit, RF64 and BWF
The classic WAV format carries a size limit that most people never meet but that matters a great deal for long recordings, and two named extensions exist to work around it and to add professional features.
Because a standard WAV records its size in a field only large enough to count up to about four gigabytes, a single classic WAV file cannot grow past that ceiling, which works out to roughly six and a half hours of CD-quality stereo, or far less at high resolution. To break through it, an extension called RF64 rewrites that size field to count much higher, lifting the limit so long multi-track sessions can keep recording into a single file. Many professional recorders switch to RF64 automatically once a recording nears the four gigabyte wall, and modern editing software opens these files without trouble, although very old players may not. Alongside this sits the Broadcast Wave Format, usually shortened to BWF, which is an ordinary WAV with an extra chunk added that stores production information such as timecode, the recording's origin and take details. Broadcasters and film crews rely on it because that embedded information keeps sound in step with picture, and to any normal player a BWF still behaves like a plain WAV. You do not need to create these yourself, but it helps to recognise the names if a very large or professional WAV lands on your desk.
📂 How to Open a WAV File
Opening a WAV file is refreshingly easy, since it is one of the most widely supported audio formats in existence and almost anything that plays sound will play it.
On a computer you can usually just double-click a WAV and your default media player will start it, whether that is Windows Media Player, the built-in player on a Mac, or something like VLC. On a phone the built-in music or files app handles WAV without any fuss. If you want to look at the sound rather than only hear it, an audio editor such as the free Audacity opens a WAV and shows its waveform, letting you trim, adjust and re-save it. A WAV will even play straight inside a web browser with no software needed, which is convenient for a fast listen. If you would rather not open a separate program, a browser-based audio player like the one Univik offers will play a WAV in a tab and show its basic details. Whichever route you take, a WAV rarely gives any trouble, because support for it is nearly everywhere.
Just play it
Double-click and your default player, or VLC, starts it straight away.
To edit the sound
Open it in an audio editor like Audacity to see the waveform and trim it.
In a browser
Play a WAV in a tab for a quick listen with nothing to install.
🔄 How to Convert a WAV File
Because a WAV is large, a common next step is turning it into a smaller format for sharing, or turning another format into a WAV for editing, and both directions are straightforward.
To make a WAV easier to send, you convert it to a compressed format such as MP3 for the smallest size or FLAC to save space while keeping full quality. Going the other way, converting an MP3 or AAC into a WAV gives you an uncompressed file to edit, though it cannot recover the detail a lossy format already dropped, it simply presents what is left in uncompressed form. Any audio editor can do this through its export or save-as options, and there are dedicated converters for handling several files at once. For a quick job without installing software, an online converter such as the one from Univik changes a WAV to MP3, FLAC, AAC or other formats and back again in the browser. When converting, it is worth matching the settings to the purpose, keeping a high sample rate and bit depth for editing work, or accepting a lower bitrate when small size matters more than perfect fidelity.
🎯 When to Use WAV
Knowing when a WAV is the right choice, and when it is not, saves both disk space and effort, and the rule of thumb follows from its uncompressed nature.
Reach for WAV whenever you are working on audio rather than just listening to it. Recording, editing, mixing and mastering all benefit from an uncompressed file, because each save keeps the sound intact and there is no compression damage building up as you go. It is also a sensible choice as the master copy you keep in reserve, the pristine original from which every other version is made. Where WAV makes less sense is anywhere size matters more than perfection, such as loading music onto a phone, emailing a track, or putting audio on a website, where a compressed format does the job at a fraction of the size with no audible difference to most ears. In short, keep and work in WAV, then hand out MP3 or AAC copies for everyday use.
🏷️ Naming and Variants
The .wav extension is wonderfully consistent, nearly always meaning a Waveform Audio file, but a couple of small points are worth knowing so nothing catches you out.
The format is sometimes written .wave rather than .wav, and you may see it called WAVE in technical writing, but these all refer to the same thing. Because the original design set a size limit that large modern recordings can bump against, a few extended versions exist for very long or very high-resolution audio, letting files grow beyond the classic ceiling while keeping the same basic idea. There is also a broadcast variant used in professional television and radio that adds extra production information inside the file while remaining a normal WAV to any player. For everyday purposes none of this changes anything, since a WAV is a WAV, but it explains the occasional unfamiliar label, and if a very large or specialist WAV ever refuses to open in an older program, one of these extended forms is the likely reason.
❓ Frequently Asked Questions
A WAV file is an uncompressed audio file, meaning it stores sound in full without shrinking it. The name is short for Waveform Audio File Format, and because a WAV keeps every part of the original recording, it plays back exactly as it was captured, which is why it is prized for quality. The trade-off is size, since a WAV can be many times larger than an MP3 of the same audio. It was created by Microsoft and IBM for PC audio and is supported by practically every program that handles sound, so when people talk about the WAV they usually mean the best, cleanest version of a recording, the master that smaller copies are made from.
Opening a WAV file is easy because it is one of the most widely supported audio formats there is. On a computer you can normally double-click the file and it plays in your default media player, such as Windows Media Player, the built-in player on a Mac, or VLC. On a phone the built-in music or files app plays it without any setup. If you want to see and edit the sound rather than only hear it, a free audio editor like Audacity opens a WAV and shows its waveform so you can trim and adjust it. You can even play a WAV directly in a web browser for a quick listen, so whichever device you are on, a WAV rarely causes any difficulty.
Converting a WAV to MP3 is a common way to shrink a large file for sharing, and any audio editor or converter can do it. In a program like Audacity you open the WAV and use the export option to save it as an MP3, choosing a bitrate that balances size against quality. There are also dedicated converters for handling several files at once, and online tools that do the job in a browser with nothing to install. The result is a much smaller file suited to phones, email and streaming. Just keep in mind that MP3 is a lossy format, so the copy discards some detail to save space, which is fine for listening but means you should keep the original WAV if you plan to do any further editing.
WAV files are large because they store audio uncompressed, writing down every single measurement of the sound rather than shrinking it. At CD quality a stereo WAV takes roughly ten megabytes for each minute of audio, so a typical song runs to around thirty megabytes, many times the size of the same song as an MP3. Higher sample rates and bit depths used in professional work make the file larger still. This is not wasted space or a flaw, it is simply the honest cost of keeping the recording complete, with nothing discarded. That fullness is exactly what makes WAV ideal for editing and mastering, and it is also why smaller compressed formats exist for everyday listening and sharing.
It depends on what you are doing, because the two formats are built for different jobs. A WAV is uncompressed and keeps the sound perfectly intact, which makes it better for recording, editing and mastering, where you do not want any loss of detail as you work. An MP3 is compressed and much smaller, achieved by permanently removing detail that is hard to hear, which makes it better for sharing, streaming and carrying music around, where small size matters more than absolute perfection. For most casual listening the difference is very hard to notice, so MP3 is the sensible everyday choice, while WAV is the one to use when you are working on the audio itself or keeping a master copy.
Both WAV and FLAC are lossless, meaning neither throws any audio away, so they sound identical, but they differ in how they store the sound. A WAV is uncompressed and simply keeps all the data at full size, while a FLAC uses lossless compression to pack the same audio into a noticeably smaller file, often around half the size, without any loss of quality. FLAC also handles song information such as title and artist more neatly than WAV does. The practical difference is that WAV is the more universal choice for professional audio tools and editing, whereas FLAC is better for storing a large music library at full quality while saving space. Many people edit in WAV and archive in FLAC for exactly these reasons.
No, a WAV does not lose quality, and that is its whole point. Because it stores audio uncompressed, keeping every sample of the original recording, a WAV is described as bit-perfect, and saving or copying a WAV does not degrade it. This is unlike a lossy format such as MP3, which discards detail each time it compresses, so repeatedly re-saving an MP3 can gradually harm the sound. A WAV has no such problem, which is why it is used as the working format during editing and as the master copy afterwards. The only way a WAV ends up sounding worse is if the audio put into it was already reduced, for example by converting a low-quality MP3 to WAV, which cannot restore what the MP3 had already removed.
WAV and AIFF are close cousins that do almost the same job on different systems. AIFF is Apple's uncompressed audio format, created in 1988, and like WAV it stores sound as raw PCM with no compression, so the two hold audio of identical quality. The difference is mostly heritage and housekeeping. WAV came from Microsoft and IBM and is built on the RIFF design, while AIFF came from Apple and is built on a related design from Electronic Arts, so they arrange their internal chunks differently and AIFF has traditionally been the default on Mac software. In practice both are excellent uncompressed masters, and modern programs on either platform open both without fuss, so the choice usually comes down to which ecosystem you work in rather than any real difference in sound.
A WAV can hold a little metadata, but far less neatly than other formats. The RIFF design includes an optional INFO chunk that can carry basic details such as title, artist and a comment, yet support for it is patchy and many players ignore it, so tags added to a WAV do not always travel with the file. This is one area where WAV shows its age. Formats built with music libraries in mind, such as FLAC with its Vorbis comments or MP3 with ID3 tags, handle artwork, track numbers and rich information much more reliably. If keeping tidy tags matters to you, FLAC is the better home for a lossless library, whereas WAV is at its best as a working master where the audio itself, not its labelling, is the point.
WAV is rarely used for streaming or on web pages for one simple reason, its size. Because the format is uncompressed, a WAV can be ten times larger than the same audio as an MP3 or AAC, which would make a song slow to load and heavy on data for anyone listening online. Streaming services and websites care about delivering sound quickly and cheaply to many people, so they reach for compressed formats that sound almost identical to most ears while using a fraction of the bandwidth. WAV shines in the studio, where full quality matters and the file never has to travel far, but for sending audio across the internet a compressed format is the sensible choice, which is why you almost never meet a WAV on a streaming platform.
The most effective way to shrink a WAV is to convert it to a compressed format, and which one depends on whether you can accept any loss. Converting to FLAC keeps the sound identical to the original while cutting the size by roughly half, which is ideal when quality must be preserved. Converting to MP3 or AAC shrinks the file far more by discarding detail that is hard to hear, which is perfect for everyday listening and sharing. If you must stay in WAV, you can lower the sample rate or bit depth, or save in mono rather than stereo where that suits the material, though each of these reduces quality and is best reserved for spoken word or rough copies. For most people the clean answer is to keep the WAV as the master and make a compressed copy for actual use.
Most WAV files store each measurement as a whole number, but some use a form called 32-bit float instead, and it has become popular in recording. The advantage is enormous headroom. With a floating-point value the file can capture sound that is extremely loud or extremely quiet without the harsh clipping that ruins an ordinary recording pushed too far, which means a take that would normally be spoiled by a sudden loud moment can often be rescued in editing. This safety net is why many modern field recorders offer 32-bit float. The trade-off is larger files and the fact that older or simpler software may not understand them, so 32-bit float is best treated as a professional recording and editing format, with a normal 16-bit or 24-bit WAV made for anything that needs to be widely compatible.
A WAV file is normally very safe, because it holds sound data rather than any program that could run on your computer. Opening one simply plays audio, so a genuine WAV cannot act like software or carry out instructions the way an executable can. The sensible caution is the same as for any file from an unknown source. Very occasionally a file with a .wav name might not be a real WAV, or a flaw in an outdated media player could be exploited by a deliberately malformed file, so it is wise to keep your player up to date and to be a little wary of audio from senders you do not recognise. For everyday WAV files from trusted places, though, there is nothing to worry about, and playing them poses no real risk.
📝 Summary
A WAV file is an uncompressed audio file that stores sound in full, named after the Waveform Audio File Format and marked by the .wav extension. Created by Microsoft and IBM for PC audio in 1991, it is built on the RIFF design, which keeps everything in labelled chunks, one describing the format, one holding the sound, and optional ones for extra information. The audio inside is almost always PCM, a method that records a sound wave as a long stream of exact measurements, and because a WAV keeps every one of them with no compression, it is bit-perfect and plays back exactly as recorded. That completeness comes at the cost of size, roughly ten megabytes per minute at CD quality, many times larger than an MP3, so the file grows with the sample rate, bit depth and channels set in the format chunk. Compared with other formats, WAV is uncompressed, MP3 is lossy and much smaller because it permanently discards detail, and FLAC is losslessly compressed, matching WAV quality in about half the space with tidier metadata. Because it is so widely supported, a WAV opens in almost any media player by double-clicking, plays in a browser, and can be edited in a tool like Audacity, while converting it to MP3 or FLAC shrinks it for sharing or archiving, though turning a lossy file into a WAV cannot restore detail already lost. The natural place for WAV is recording, editing and mastering, and as the master copy that every smaller version is derived from, while compressed formats suit phones, streaming and the web. The extension is very consistent, occasionally written .wave or called WAVE, with a few extended forms existing for very large or broadcast audio that behave like an ordinary WAV to any player.