Choose language

WAV and PCM Audio File Size Calculator

Work out how much space a recording takes from sample rate, bit depth, channels and length. Covers mono to 5.1 and 24-bit 96 kHz sessions.

Mehmet Demiray Published Updated
Share
Length of the recording

Uncompressed audio is simple math: sample rate × bit depth × channels gives bits per second, and duration does the rest.

Sizes use decimal units (1 MB = 1,000,000 bytes), the same convention as drive manufacturers; your OS may show a slightly smaller number in binary units.

For reference: FLAC typically shrinks these numbers by 40-60% losslessly, and a 320 kbps MP3 is about 2.4 MB per minute regardless of the source settings.

What actually takes up the space

Uncompressed audio is one of the few file formats where size is entirely predictable. There is no compression guessing, no content dependence: a minute of silence takes exactly as much room as a minute of full orchestra.

Three numbers decide everything. Sample rate is how many times per second the signal is measured, so 44,100 Hz means 44,100 snapshots every second. Bit depth is how precisely each snapshot is stored, with 16 bits giving 65,536 possible levels and 24 bits giving over 16,000,000. Channels multiply the whole thing: stereo is two independent streams, 5.1 surround is six.

Multiply them together with duration and you have the answer:

bytes=sample rate×bit depth8×channels×seconds\text{bytes} = \text{sample rate} \times \frac{\text{bit depth}}{8} \times \text{channels} \times \text{seconds}

The division by eight converts bits to bytes. At CD settings that comes to 176,400 bytes every second, which is about 10.6 MB per minute.

Bitrate is the same figure expressed per second rather than per file:

kbps=rate×depth×channels1000\text{kbps} = \frac{\text{rate} \times \text{depth} \times \text{channels}}{1000}

CD audio runs at 1,411 kbps. That number is worth remembering because it puts compressed formats in context: a 320 kbps MP3 is roughly a quarter of the data, and a 128 kbps stream about a ninth.

Container overhead is negligible. A WAV header is around 44 bytes, which on a three minute file is far below rounding error.

The standard settings and their sizes

A handful of setting combinations cover almost all real work, and knowing their per-minute sizes makes storage planning quick.

Setting Per minute Typical use
44.1 kHz / 16-bit stereo 10.6 MB CD, general delivery
48 kHz / 24-bit stereo 17.3 MB video, studio standard
96 kHz / 24-bit stereo 34.6 MB hi-res recording
48 kHz / 24-bit mono 8.6 MB podcast, voiceover
48 kHz / 24-bit 5.1 51.8 MB surround master

A three and a half minute song at CD settings comes to about 37 MB. The same performance at 48 kHz and 24 bits is around 60.5 MB, roughly 63% larger for the same music.

The jump from 16 to 24 bits adds half again to the size, because you are storing three bytes per sample instead of two. Doubling the sample rate doubles the size outright. Doing both, going from 44.1 / 16 to 96 / 24, more than triples it.

Long-form recording is where the numbers become real. A 60 minute interview in mono at 48 / 24 is about 518 MB before any editing, and a one hour 5.1 master at the same settings lands near 3.1 GB.

Those are the raw files. Editing multiplies them, because most software writes new audio rather than modifying the original.

Planning a session's storage

Session size scales with track count, not with song length alone. That is the part people underestimate.

Work it out as track count multiplied by recorded duration. A stereo bounce of a four minute song at 48 / 24 is about 69 MB. The 24 track session that produced it, with every track recorded for the full four minutes, is closer to 830 MB in mono tracks. The bounce is the smallest file in the project.

Takes multiply it again. Drum tracking with eight microphones over an afternoon, keeping every take, generates far more audio than the finished song suggests. Comping does not delete the alternatives; it references them.

A rough planning method that works: multiply the expected finished length by the number of tracks, then multiply by three for takes, false starts and safety copies. A five minute song with 16 tracks at 48 / 24 gives 16 × 5 × 8.6 MB, about 690 MB, and 2 GB with the safety factor.

Two habits keep this manageable. Record mono sources as mono files, since a single microphone captured as stereo doubles the size for no information. And decide early whether the project needs hi-res, because converting later does not recover the space already spent.

Back up before you consolidate. Deleting unused audio to reclaim space is the operation most likely to remove something you wanted.

When hi-res is worth it and when it is not

Higher sample rates and bit depths serve production, not delivery. That distinction settles most of the argument.

Bit depth buys headroom. At 24 bits the noise floor sits so far below the signal that you can record conservatively, leaving 18 dB of space above the loudest peak, and still have a clean recording after normalisation. At 16 bits that same caution costs audible noise. This is the strongest practical reason to record at 24 bits regardless of the delivery format.

Sample rate buys processing room. Plugins that generate harmonics, particularly saturation and distortion, alias less at higher rates, and time-stretching has more data to work with. Whether that difference survives into a delivered file is a much weaker claim, since the delivery format itself is usually 44.1 or 48 kHz.

Field recording is the clearest case for going further. 32 bit float capture makes clipping effectively recoverable, which matters when you cannot ask a sound to happen again. The file size cost is worth paying for an unrepeatable take.

Where hi-res is not worth it is delivery to listeners. Streaming platforms transcode everything, and a 96 kHz master is converted before anyone hears it. Uploading the larger file changes nothing except upload time.

FLAC is the sensible middle ground for archives, typically saving 40% to 60% with no loss at all. A 320 kbps MP3 sits near 2.4 MB per minute whatever the source settings were, because the bitrate defines the size.

Common mistakes

Confusing kbps with kBps is the classic. Lowercase b is bits, uppercase B is bytes, and the factor of eight between them turns a correct calculation into one that is wildly wrong. CD audio is 1,411 kbps, which is about 176 kBps.

Expecting compressed sizes to follow the source settings is the second. An MP3 at 320 kbps occupies the same space whether it came from a 44.1 kHz or a 96 kHz master, because the bitrate is the setting that determines size. Encoding a hi-res file to MP3 does not produce a larger MP3.

The operating system showing a smaller number than the calculator is not an error. Most systems display binary units while labelling them with decimal names: what they call 1 MB is 1,048,576 bytes, not 1,000,000. The gap is about 4.9% at megabyte scale and grows to 7.4% at gigabyte scale. The bytes are identical; only the division differs.

Recording mono sources into stereo files wastes half the space for nothing. A single microphone has one channel of information, and duplicating it into two does not add any.

Forgetting the multiplier of an edited session catches people out at the worst moment, when a drive fills mid-take. Planning for three times the raw audio is not pessimistic.

One last thing worth separating: file size has no bearing on how loud a master sounds to a listener, since platforms normalise playback. A loudness meter answers that question, and no amount of sample rate will.

The ones we answer the most.

Why is my WAV so much bigger than the same song as MP3?

A WAV stores every sample at full precision, while an MP3 discards information the encoder judges inaudible and stores what remains at a fixed bitrate. CD-quality WAV runs at 1,411 kbps against 320 kbps for a high-quality MP3, which is roughly four times the data for the same music.

How much storage do I need for a full recording session?

Multiply track count by recorded duration, then multiply by about three for takes and safety copies. Sixteen tracks of a five minute song at 48 kHz and 24 bits comes to roughly 690 MB of raw audio and closer to 2 GB in practice. The stereo bounce is the smallest file in the project.

Which settings should I record at for music versus podcasts?

For music, 48 kHz and 24 bits is the sensible default: the bit depth buys recording headroom and the rate matches video workflows. For spoken word, the same settings in mono are plenty, and mono halves the size for no loss of information from a single microphone.

Why does my computer show a smaller size than the calculator?

Most operating systems divide by 1,024 while labelling the result with decimal names. What they call 1 MB is 1,048,576 bytes, not 1,000,000, so the displayed figure is about 4.9% smaller at megabyte scale and 7.4% smaller at gigabyte scale. The byte count is the same.

Does recording at a higher sample rate improve the sound?

For delivery, almost never, since streaming platforms transcode everything to a lower rate anyway. For production it can help slightly, because saturation and time-stretching have more data to work with. Bit depth is the setting that makes a reliable audible difference, and 24 bits is worth it for the headroom alone.

How much smaller will FLAC be?

Typically 40% to 60% of the WAV size with no loss at all, so the file decodes back to bit-identical audio. The exact ratio depends on the material: dense loud mixes compress less than sparse quiet ones.

Does file size tell me anything about how loud my track will sound?

No. Size is determined entirely by sample rate, bit depth, channels and duration, none of which relate to level. Playback loudness is normalised by streaming platforms, and a loudness meter is what answers that question.