Learn

Sample Rate vs Bitrate

Switch between a fixed-bitrate compressed-audio model and a PCM/WAV model to see which parameters actually enter each size formula. The calculator also reports the theoretical Nyquist frequency, while its explanations separate sampling, encoded data rate, file size, and the limits of upsampling or higher-bitrate transcoding.

Size model
Estimated file size
Theoretical Nyquist frequency
Inputs used directly in this formula

For a fixed-bitrate compressed file, duration and bitrate determine the payload estimate. Sample rate is shown as a technical encoding parameter and is not multiplied again.

bytes ≈ durationSeconds × bitrateKbps × 1000 ÷ 8

Estimates use payload formulas. Containers, tags, padding, encoder mode, and content can change actual output.

Need to reduce audio file size? Try the free Audio Compressor.Compress

Definition of sample rate

Sample rate is the number of signal samples per second in digital audio, written in hertz. A 48 kHz stream represents 48,000 sample instants per second per channel. Under ideal sampling theory, the Nyquist frequency is half the sample rate, so 48 kHz corresponds to a theoretical 24 kHz boundary.

That boundary does not state how much useful content a recording contains, how an anti-alias filter behaves, or whether a listener prefers it. Sample rate is not kbps, and it is not an overall quality score.

Definition of bitrate

Bitrate is the amount of encoded data used per second, commonly shown as kbps for delivery audio. In a fixed-bitrate compressed model, duration × bitrate provides the payload estimate. A codec uses those bits according to its design; the same number across different codecs or encoders does not guarantee an identical result.

Average VBR bitrate can be used in the same size formula with uncertainty. CBR vs VBR Audio focuses on that distinction.

How sample rate and bitrate affect file size

For fixed-bitrate lossy audio, do not multiply by sample rate again. The selected bitrate already expresses encoded bits per second, so multiplying it by sample rate would count data twice. Sample rate can still affect encoder behavior and bandwidth, but it is not another direct multiplier in this model.

For uncompressed PCM, sample rate, bit depth, and channels are all direct multipliers. Doubling channels doubles the PCM data. Doubling sample rate also doubles it, assuming duration and bit depth stay fixed.

Compressed audio vs PCM

The interactive switch changes both the formula and the list of direct inputs. Compressed mode uses duration and bitrate. PCM/WAV mode uses durationSeconds × sampleRate × bitDepth × channels ÷ 8, with a minimal header allowance. That contrast is the main reason a 16-bit stereo WAV is much larger than a modest delivery MP3.

Lossless FLAC is compressed but does not use a fixed lossy bitrate formula. Its ratio depends on content, so Lossy vs Lossless Audio shows a range instead of a fake exact number.

44.1 kHz, 48 kHz and speech rates

44.1 kHz is common in music delivery histories, while 48 kHz is common in video and production workflows. Neither is simply “good” and the other “bad.” Choose a rate compatible with the actual source and destination to avoid needless resampling. Speech-only workflows may use lower rates when the intended bandwidth and codec support them.

A rate choice should reflect production and delivery requirements, not a belief that a larger number restores content. Use Sample Rate Converter only when a deliberate destination rate is required.

Common misconceptions

  • Sample rate is measured in hertz, not kbps.
  • Fixed-bitrate file size is primarily duration × bitrate; sample rate is not multiplied again.
  • PCM size directly includes sample rate, bit depth, and channel count.
  • Upsampling cannot recreate frequencies or detail absent from the source.
  • Raising a lossy output bitrate cannot restore information removed by an earlier lossy encode.
  • 44.1 kHz and 48 kHz are workflow choices, not a universal quality ranking.

Interactive worked examples

ModelInputsWhat the result means
Compressed10 min · 128 kbps · 48 kHz displayedAbout 9.6 MB payload; 48 kHz is not multiplied
PCM/WAV10 min · 48 kHz · 16-bit · stereoAbout 115.2 MB plus header
Compressed mono60 min · 64 kbpsAbout 28.8 MB before overhead
PCM speech60 min · 16 kHz · 16-bit · monoAbout 115.2 MB plus header

Actual compressed outputs vary with container, metadata, and encoder mode; PCM data is deterministic for the listed parameters.

FAQ

Is sample rate the same as bitrate?

No. Sample rate counts sample instants per second; bitrate counts encoded bits per second.

Why is sample rate not multiplied in compressed mode?

The fixed bitrate already states encoded bits per second. Multiplying sample rate would count the data rate twice.

Why does sample rate directly change PCM size?

PCM stores values for every sample, bit depth, and channel, so all three are direct data multipliers.

Does 48 kHz always sound better than 44.1 kHz?

No. They serve different workflows, and the source, filtering, processing, and destination matter.

Can upsampling restore missing frequencies?

No. It creates a new sampling grid but cannot reconstruct information absent from the source.

Can a higher lossy bitrate restore an old low-bitrate file?

No. It may avoid additional loss from an aggressive new encode, but it cannot restore discarded data.