Skip to content
Pixora
AudioQuality

Sample rate and bit depth: a plain-English guide

Sample rate and bit depth are the two numbers that describe uncompressed digital audio. One is how often the sound is measured; the other is how precisely. Understanding them takes the mystery out of “44.1 kHz / 16-bit”.

By Updated 20 July 20264 min read

What is a sample rate?

Sound is a continuous wave. To store it digitally, the computer measures the wave’s height thousands of times a second — each measurement is a sample. The sample rate is how many it takes per second, in hertz (Hz) or kilohertz (kHz). CD audio is 44,100 samples per second (44.1 kHz).

Why that oddly specific number? Because of the Nyquist theorem: to capture a frequency, you must sample at least twice as fast as it. Human hearing tops out around 20 kHz, so 44.1 kHz (a bit over double) captures everything we can hear. Sampling faster does not add sound you can perceive — it just captures ultrasonic frequencies you cannot.

What is bit depth?

If sample rate is *how often* you measure, bit depth is *how precisely*. Each sample is a number, and bit depth is how many bits that number uses. 16-bit gives 65,536 possible levels; 24-bit gives over 16 million. More levels mean a finer, quieter noise floor and more dynamic range — the gap between the quietest and loudest sound before distortion.

Common sample rate / bit depth combinations.
SettingWhere it is usedDynamic range
44.1 kHz / 16-bitCD, music, streaming~96 dB
48 kHz / 16-bitVideo, film, TV~96 dB
48 kHz / 24-bitRecording, editing, mastering~144 dB
96 kHz / 24-bitHigh-res / studio archival~144 dB
8–16 kHz / 16-bitVoice, telephony, speechNarrow (voice only)

Which settings should you actually use?

  • Music for listening: 44.1 kHz / 16-bit. This is CD quality and effectively transparent.
  • Audio for video: 48 kHz / 16-bit — the standard the whole film and video world uses.
  • Recording and editing: capture at 24-bit (and 48 kHz) so you have headroom while mixing, then export to 16-bit.
  • Podcasts / voice: 44.1 or 48 kHz / 16-bit is plenty; mono is fine and halves the size.
  • Archiving: keep a lossless master (WAV or FLAC) at the rate you recorded — do not upsample later, it adds nothing.

How does this relate to MP3 and bitrate?

Sample rate and bit depth describe uncompressed audio (WAV, and the source of everything else). Bitrate describes compressed audio (MP3, AAC) — how many bits per second the codec spends. When you export an MP3, the sample rate usually stays at 44.1 kHz but the bit depth concept is replaced by the codec’s bitrate. If you want to keep the exact samples with no loss, use a lossless format like FLAC instead of MP3.

Check any file’s sample rate & channels →

How do you see a file’s sample rate and bit depth?

Drop it into the audio file info tool, which reads the duration, sample rate, channels and estimated bitrate right in your browser using the native Web Audio API — no engine download and nothing uploaded. If you then need to change a format, the audio converter handles it locally too.

Frequently asked questions

Is a higher sample rate always better?

No. Above 44.1–48 kHz you are only capturing ultrasonic frequencies humans cannot hear, while doubling the file size. Higher rates matter for recording and processing headroom, not for listening.

Can I hear the difference between 16-bit and 24-bit?

On final, well-mastered music at normal volumes, almost nobody can. 24-bit’s value is during recording and mixing, where the extra dynamic range prevents clipping and preserves quiet detail before the final 16-bit export.

What sample rate should a podcast use?

44.1 kHz or 48 kHz at 16-bit, and mono is fine for a single voice — it halves the file with no downside for speech.

Why is video 48 kHz but music 44.1 kHz?

Historical standards. Film and professional video settled on 48 kHz; the CD standardised on 44.1 kHz. Both comfortably cover human hearing; the difference is convention, not audible quality.

Does MP3 have a bit depth?

Not in the same way. MP3 is lossy and described by bitrate (e.g. 192 kbps), not bit depth. Bit depth is a property of uncompressed PCM audio like WAV.

Will changing the sample rate hurt quality?

Downsampling (e.g. 96 → 44.1 kHz) discards only inaudible ultrasonic content and is fine. Upsampling adds size but no quality. Converting is done locally in the audio tools without uploading.