16-Bit vs 24-Bit vs 32-Bit Float WAV in Audacity
When exporting audio from Audacity, selecting the correct bit depth for your WAV file determines your audio's dynamic range, noise floor, and overall file size. Audacity offers three primary bit depths: 16-bit, 24-bit, and 32-bit float. This guide explains the technical differences between these formats, how they affect your audio quality, and when to use each one during recording, editing, and final distribution.
Understanding Bit Depth
Bit depth represents the number of bits of information recorded in each audio sample. A higher bit depth provides greater amplitude resolution, allowing for a wider dynamic range (the difference between the quietest and loudest sounds) and a lower noise floor.
16-Bit WAV: Standard Consumer Audio
- Dynamic Range: ~96 dB
- File Size: Smallest of the three formats (approx. 10.5 MB per minute for stereo, 44.1 kHz)
- Best Used For: Final distribution, podcast uploads, CD audio, and sharing files where storage space or bandwidth is a priority.
A 16-bit WAV file is the historical standard for digital consumer audio, popularized by the Compact Disc (CD) format. A dynamic range of 96 dB exceeds standard listening environments and consumer headphones. However, because it has less headroom, heavily processing or raising the gain of quiet sections in a 16-bit file can introduce audible quantization noise.
24-Bit WAV: Professional Studio Quality
- Dynamic Range: ~144 dB
- File Size: 50% larger than 16-bit (approx. 15.8 MB per minute for stereo, 44.1 kHz)
- Best Used For: Studio recording, mastering, high-resolution streaming, audio post-production, and exporting track stems.
A 24-bit WAV file is the industry standard for professional music production and film audio. With a 144 dB dynamic range, the noise floor sits far below human hearing capabilities. This vast headroom allows you to record signals with lower input levels to prevent sudden digital clipping without worrying about noise when boosting the audio later in your mix.
32-Bit Float WAV: Limitless Headroom for Editing
- Dynamic Range: ~1,528 dB
- File Size: Double the size of 16-bit (approx. 21.1 MB per minute for stereo, 44.1 kHz)
- Best Used For: Intermediate file exports, audio processing between DAWs, archiving unmixed projects, and preserving recordings prone to clipping.
Unlike integer formats (16-bit and 24-bit), 32-bit float uses floating-point mathematics to represent audio levels. Its theoretical dynamic range is essentially infinite for practical audio work. The primary advantage of 32-bit float in Audacity is that audio exceeding 0 dBFS (digital ceiling) does not permanently clip or distort in the file. If an export peaks above 0 dB, you can re-import that 32-bit float file into Audacity, apply amplification or normalization to bring the volume down, and completely recover the waveform without distortion.
Summary: Which One Should You Choose?
- Choose 16-bit WAV if you are exporting the finished file for listeners, publishing a podcast, burning a CD, or uploading to services that strictly require standard CD resolution.
- Choose 24-bit WAV if you are exporting audio stems for a mixing engineer, delivering a master to a streaming platform, or archiving final mixes with professional fidelity.
- Choose 32-bit Float WAV if you are exporting intermediate audio that still needs further processing, mastering, or volume adjustments in another program.