Audio Bit Depth and Sample Rate Explained
Two settings appear in every DAW project, every audio interface, and every export dialog: sample rate and bit depth.
Most producers set them once and never think about them again. Some chase higher numbers assuming bigger is better. Neither approach is ideal.
This guide explains what both settings actually do, why they matter at different stages of your workflow, and what to use at every step from recording to final delivery.
What Is Sample Rate?
Sample rate is the number of audio snapshots taken per second when converting an analogue signal to digital.
Measured in hertz (Hz) or kilohertz (kHz), it works like frames per second in video. The more samples per second, the more accurately the digital file represents the original sound wave.
The critical number sample rate controls is the highest frequency that can be reproduced. This is defined by the Nyquist theorem: the maximum reproducible frequency equals half the sample rate.
| Sample rate |
Maximum frequency |
| 44.1 kHz |
22.05 kHz |
| 48 kHz |
24 kHz |
| 96 kHz |
48 kHz |
| 192 kHz |
96 kHz |
Human hearing tops out at approximately 20 kHz. A 44.1 kHz sample rate already captures everything audible to humans, with room to spare.
What Is Bit Depth?
Bit depth is the number of bits used to store each audio sample.
If sample rate is the horizontal axis (how often you measure the signal), bit depth is the vertical axis: how precisely you measure it. More bits means more possible amplitude values per sample, which means a lower noise floor and greater dynamic range.
Each bit adds approximately 6 dB of dynamic range:
| Bit depth |
Dynamic range |
Use case |
| 16-bit |
96 dB |
CD, streaming delivery |
| 24-bit |
144 dB |
Recording and production |
| 32-bit float |
~1,528 dB effective |
DAW internal processing |
The difference between 16-bit and 24-bit matters most during recording. When you record at -18 dBFS to leave headroom for peaks, 16-bit gives you roughly 78 dB of usable dynamic range before you hit the noise floor. 24-bit gives you 126 dB, enough to capture the quietest room ambience alongside the loudest transient without compromise. That 144 dB ceiling is also the range you are working within when you apply dynamic range compression in your mix.
What Is the Difference Between Sample Rate and Bit Depth?
They control completely separate things:
- Sample rate affects the frequency ceiling: which frequencies can be captured and reproduced
- Bit depth affects the dynamic range: the gap between the loudest and quietest signal
You can have a high sample rate with low bit depth, or vice versa. They are independent settings. Both matter, but at different points in the signal chain and for different reasons.
Bit Depth vs Bitrate: Why People Confuse Them
Bit depth and bitrate both use the word "bit" but they describe completely different things.
Bit depth is a property of the audio signal: how many bits represent each sample. It determines dynamic range and noise floor.
Bitrate is a measure of data throughput: how many bits of audio data pass per second. It is what MP3 and AAC use to describe compression level: 128 kbps, 192 kbps, 320 kbps.
A 24-bit / 44.1 kHz stereo WAV file has a bitrate of roughly 2,117 kbps (24 bits x 44,100 samples x 2 channels). That is not the same as an MP3's bitrate. MP3 bitrate describes how much data was kept after lossy compression. Bit depth describes the resolution of every uncompressed sample.
For a full breakdown of how compression affects audio quality, see WAV vs MP3.
Common Sample Rates Explained
44.1 kHz
The CD standard, established in the 1970s. The number comes from a specific calculation involving video tape storage, the technology used to archive early digital audio.
44.1 kHz is the standard for music production and streaming. It captures every frequency within human hearing, and most streaming platforms master to this rate. If you are making music for release, 44.1 kHz is the right default.
48 kHz
The video and broadcast industry standard. If your audio will sync to picture (film, television, YouTube, podcasts), use 48 kHz. Video is shot at frame rates that align with 48 kHz, and mismatches can cause drift in long projects.
Many producers use 48 kHz for all work regardless, which is fine. The difference is inaudible; the reason to choose is destination, not quality.
96 kHz
96 kHz captures frequencies up to 48 kHz, well above what humans can hear. The main practical uses are:
- Plugin oversampling: some processors benefit from more data during internal calculations, reducing aliasing artefacts
- Pitch shifting and time stretching: more source data gives algorithms more to work with
- Archival recording: future-proofing a recording that may be reprocessed later
The downsides: files are roughly three times larger than 44.1 kHz equivalents, CPU load increases, and some older plugins behave inconsistently at high sample rates. For most commercial music production, 96 kHz offers no audible benefit at the delivery stage.
192 kHz
Present in high-end interfaces and featured prominently in marketing. Has no practical benefit for music production or delivery. Most mastering engineers do not work at 192 kHz. It exists primarily as a specification number.
Common Bit Depths Explained
16-bit
The CD standard. 96 dB of dynamic range is sufficient for a finished, mastered track delivered to a consumer. Most streaming platforms transcode to 16-bit or equivalent for delivery.
Use 16-bit for: final export for CD, some streaming delivery, consumer formats.
24-bit
The production standard. The extra 48 dB of dynamic range over 16-bit is not about what listeners hear in the final track; it is about headroom during the process of getting there.
When you record at -18 dBFS, apply compression, add gain stages, and automate levels, rounding errors accumulate. 24-bit gives enough resolution that those errors stay below audibility throughout the entire production chain.
Use 24-bit for: recording, mixing, mastering, any file that will be processed further, distributing to streaming platforms.
32-bit float
32-bit float is not a louder or higher-quality version of 24-bit. It is a completely different number format that can represent an enormous dynamic range without clipping.
Most modern DAWs use 32-bit float internally, meaning you can push a track 20 dB over 0 dBFS and the information is still there when you bring it back down. This is why modern DAWs do not clip internally; the clipping you see is a display warning, not actual distortion, until the signal leaves the 32-bit float environment.
32-bit float is not a standard delivery or distribution format. Most streaming platforms and distributors do not accept it. Export your final master as 24-bit WAV, not 32-bit float.
Aliasing and the Noise Floor: What Actually Happens
Aliasing
When a frequency exceeds the Nyquist limit (half the sample rate), it cannot be represented accurately and "folds back" into the audible range as distortion. This is called aliasing.
Modern audio interfaces include anti-aliasing filters that remove frequencies above the Nyquist limit before sampling. You will never encounter aliasing from your interface under normal conditions.
Aliasing can occur inside plugins, particularly soft synths and distortion plugins. Some plugins upsample internally (to 2x, 4x, or 8x the session sample rate) during processing to push aliasing products out of the audible range. This is one reason some engineers set their session to 96 kHz: it reduces the ceiling at which plugin aliasing becomes audible.
Quantization noise
When a sample is rounded to the nearest available value (determined by bit depth), the difference between the true and rounded value produces a low-level noise. This is quantization noise.
At 24-bit, the quantization noise floor is around -144 dBFS, well below the noise floor of any real recording environment, any microphone, and any interface. It is not audible and is not a concern for any practical production scenario.
Dither (a small amount of noise added before reducing bit depth) is used when exporting from 24-bit to 16-bit to distribute quantization error more evenly. Most DAWs apply dither automatically on export.
What Settings to Use at Each Stage
Recording
Use 24-bit. Always. The extra dynamic range gives you headroom to record conservatively without sacrificing resolution. There is no reason to record at 16-bit.
Sample rate: 44.1 kHz for music, 48 kHz for anything that will sync to video.
Mixing
Keep the same settings as your recording session. Do not change sample rate mid-project, as conversion introduces small errors and is CPU-intensive.
Your DAW processes internally at 32-bit float regardless of project settings. The project sample rate and bit depth affect how files are read from disk and written on export.
Mastering
Work at 24-bit / 44.1 kHz for music releases. If the project was recorded at 48 kHz for video sync, stay at 48 kHz.
Before exporting for delivery, check your integrated loudness with the LUFS Meter to verify your track meets streaming platform targets.
Delivery
| Destination |
Settings |
| Streaming (Spotify, Apple Music, etc.) |
24-bit / 44.1 kHz WAV |
| CD |
16-bit / 44.1 kHz WAV |
| Video / YouTube |
24-bit / 48 kHz WAV |
| Tidal lossless |
24-bit FLAC |
| Sample packs |
24-bit / 44.1 kHz WAV |
Upload 24-bit WAV to streaming distributors. Each platform transcodes to its own delivery format (Ogg Vorbis, AAC, FLAC), giving them the highest-quality source to work with. Uploading 16-bit or MP3 forces the platform to transcode already-reduced audio.
How Sample Rate and Bit Depth Affect File Size
File size is a direct result of both settings combined.
Formula: sample rate x bit depth x channels x duration (seconds) = total bits
| Format |
Stereo file size per minute |
| 16-bit / 44.1 kHz |
~10 MB |
| 24-bit / 44.1 kHz |
~15 MB |
| 24-bit / 48 kHz |
~16 MB |
| 24-bit / 96 kHz |
~33 MB |
This is why 44.1 kHz is the practical standard for music: it covers the full audible range and keeps file sizes manageable without sacrificing anything a listener can actually hear.
Quick Reference
| Question |
Answer |
| What does sample rate control? |
Frequency ceiling (highest reproducible frequency) |
| What does bit depth control? |
Dynamic range (noise floor to peak level) |
| What sample rate for music? |
44.1 kHz |
| What sample rate for video? |
48 kHz |
| What bit depth for recording? |
24-bit |
| What bit depth for delivery? |
24-bit WAV (or 16-bit for CD) |
| Is 96 kHz better than 44.1 kHz? |
Not audibly, for most music production |
| Is 32-bit float for delivery? |
No, export as 24-bit WAV |
| What is the difference between bit depth and bitrate? |
Bit depth is resolution per sample; bitrate is data per second (MP3 compression) |
| Does higher sample rate mean better quality? |
Only up to the limit of human hearing; 44.1 kHz already covers it |
FAQ
What sample rate should I use in my DAW?
44.1 kHz for music production, 48 kHz if your project includes video or will be used in a film, TV, or YouTube context. Both are professional standards. The choice is about destination, not quality.
Is 24-bit noticeably better than 16-bit?
Not in the final delivered track. The difference matters during recording and processing: 24-bit gives more headroom and a lower noise floor during production. By the time audio reaches a listener, it has usually been converted to 16-bit or a lossy format, and the perceptible difference is negligible.
Should I record at 96 kHz?
For most music production, no. 44.1 or 48 kHz captures the full range of human hearing and keeps CPU load and file sizes reasonable. 96 kHz is useful for specific tasks: reducing plugin aliasing, heavy pitch manipulation, or archival recording. If none of those apply to your workflow, it adds overhead without audible benefit.
What is 32-bit float and should I use it?
32-bit float is your DAW's internal processing format. It prevents clipping during mixing by allowing extreme headroom in calculations. You do not need to set your project to 32-bit float; your DAW already uses it internally. Export your final master as 24-bit WAV, not 32-bit float.
Why is 44.1 kHz the standard?
It comes from the early days of digital audio when recordings were stored on video tape. The math behind converting audio to video storage resulted in 44,100 samples per second becoming the working standard. When CDs were developed, 44.1 kHz was adopted as the format, and it has remained the music industry standard ever since.
Does bit depth affect sound quality the same way as bitrate?
No. Bit depth (16-bit, 24-bit) refers to the resolution of each audio sample and affects dynamic range. Bitrate (128 kbps, 320 kbps) refers to how much data MP3 and AAC compression keeps per second and affects whether audio data is permanently discarded. They are different concepts that both use the word "bit." See WAV vs MP3 for how compression bitrate affects your audio.
What bit depth do streaming platforms require?
Most major platforms (Spotify, Apple Music, DistroKid, TuneCore) accept and recommend 24-bit WAV. They transcode to their own delivery format on their end. Always upload 24-bit to give the platform the best source material.
Related Tools and Posts
Before exporting your final master, use the LUFS Meter to check your integrated loudness against each streaming platform's target; format, bit depth, and loudness all feed into how your track sounds on delivery.
The settings covered here apply regardless of which DAW you use. If you are still deciding, Which DAW Should I Choose? covers the main options with a workflow breakdown.