What is Dithering?

Dithering is a critical process in digital audio that involves adding a low-level, controlled noise signal to an audio file before reducing its bit depth. This noise is intentionally introduced to mask quantization errors — the small distortions that occur when a signal is rounded to the nearest digital value during bit reduction. Without dithering, these errors can manifest as audible distortion, harmonic artifacts, or a harsh, grainy character, particularly in quiet passages or at the tail end of reverb tails. The core purpose of dithering is to trade a slightly increased noise floor for a significant improvement in perceived fidelity and to eliminate nonlinear distortion that would otherwise be far more objectionable.

The need for dithering arises from the fundamental nature of digital audio. When an audio signal is sampled and quantized at a given bit depth (e.g., 24‑bit), each sample is represented by a finite number of possible values. Reducing that bit depth (e.g., to 16‑bit for CD release) forces the system to truncate or round the signal, creating a rounding error. Dithering decorrelates this error from the signal, turning it into random noise that is far less perceptible than the harmonic distortion that would otherwise occur. In essence, dithering makes a clean trade: a small amount of noise instead of nasty distortion.

Different types of dither exist, including rectangular (RPDF), triangular (TPDF), and various noise‑shaped algorithms. TPDF dither has a triangular probability density function, which produces a flat noise spectrum that is less audible than rectangular dither. Noise‑shaped dither pushes more of the dither noise into higher frequencies where human hearing is less sensitive, offering an even lower perceived noise floor. Understanding these options is key to avoiding common mistakes when applying dither.

Common Mistakes to Avoid

1. Applying Dither at the Wrong Stage of Production

The most frequent error is dithering too early in the signal chain. Dither should never be applied during tracking, editing, or mix bus processing — it belongs exclusively at the final export stage when you are reducing bit depth (e.g., from 24‑bit to 16‑bit). If you apply dither to a track or a submix, you introduce noise into every subsequent processing step, including equalizers, compressors, and reverbs. That noise will then be processed and amplified, potentially becoming a major liability. For example, dithering a vocal track before applying reverb will cause the reverb tail to contain the dither noise, making it obvious and unnatural. Only apply dither to the final master when you are ready to output a lower‑bit‑depth file.

2. Using the Wrong Dither Type for Your Material

Not all dither types suit every project. Rectangular dither (RPDF) produces a higher level of audible noise and is rarely recommended for professional work. Triangular dither (TPDF) is the default choice for most situations because it offers a flat, wide‑spectrum noise that is perceptually uniform. Noise‑shaped dither (e.g., Pow‑r, UV22HR, or MBIT+ ) can push noise into inaudible frequency ranges, but it can sometimes introduce pre‑echo or modulation artifacts if not implemented well, especially on material with very low‑level details or long reverb tails. For classical or acoustic music with delicate dynamics, TPDF is often safer; for loud, dense mixes, noise‑shaped dither can be beneficial. Avoid blindly using noise‑shaped dither on every project without considering the genre and the listening environment.

3. Dithering Multiple Times (Accumulation of Noise)

Every time you apply dither, you add noise. If you export a 24‑bit mix, apply dither to 16‑bit, then later import that 16‑bit file and dither again (say to 8‑bit for a lo‑fi effect), you will effectively double the noise floor. Even if you are not intentionally dithering more than once, it can happen inadvertently if you misunderstand your DAW’s export settings. For instance, some DAWs automatically apply dither on the master bus during bounce. If you also manually enable dither in a plugin on the master channel, you will get two layers of dither. Always check your bounce settings and avoid duplicate dithering. The rule is: dither once, at the very end, and only when reducing bit depth.

4. Not Dithering When Needed (Especially for 16‑bit CD Tracks)

Some engineers skip dithering entirely, thinking the noise is not worth the trouble, or they are working at 24‑bit throughout. However, when delivering to a CD (16‑bit) or streaming platform that requires 16‑bit, dithering is essential to avoid quantization distortion. Truncation without dither produces distortion that is correlated with the signal, resulting in a harsh and “digital” sound. The difference is most apparent in quiet sections, fade‑outs, and after reverb decays. If you are bouncing a 24‑bit mix to 16‑bit, you must dither. If you are staying at 24‑bit for distribution, you do not need to dither at all — but many distribution platforms now accept 24‑bit, so check your target specification. A common mistake is to assume 24‑bit is always safe: if your project started at 24‑bit and you export to 24‑bit, no dither is needed because there is no bit reduction. But if you start at 32‑bit float and export to 24‑bit integer, dither should be applied (though the improvement is subtle because the word length reduction is small).

5. Applying Dither on Every Individual Track

In the desire to maintain maximum quality, some mixers apply dither to each track before summing. This is nearly always a mistake. Dithering individual tracks introduces noise that will sum together when tracks are combined, raising the overall noise floor. Additionally, processing plugins often have their own internal dither for 32‑bit floating‑point operations, but that is managed automatically. Manual dither should only appear on the master bus during the final export. The only potential exception is when you need to print a single track (e.g., a stem) to a lower bit depth for external processing, but even then, it is better to keep stems at the project’s native bit depth. To avoid confusion, remember: dither is a mastering‑stage tool, not a mixing tool.

6. Not Understanding the Difference Between Noise Floor and Distortion

Many beginners hear the noise added by dither and assume it degrades quality. They then either turn it off or reduce its level using in‑plugin controls (if available). However, dither noise is carefully calibrated to be at the theoretical minimum level necessary to decorrelate quantization errors. Reducing the dither amount (some plugins offer a “level” setting) can actually increase distortion because the noise no longer effectively masks the truncation errors. The perceived noise floor should be slightly higher than without dither, but the distortion disappears. If you compare a dithered signal vs. a truncated signal, the dithered signal will sound cleaner and more natural even if the noise floor is a few dB higher. The goal is not to eliminate noise but to trade distortion for noise. Trust the algorithm — do not try to “fix” it by turning down the dither level.

7. Misapplying Noise Shaping on Complex Source Material

Noise‑shaped dither can produce exceptional results on dense, dynamic material, but it can also introduce audible artifacts on sparse, high‑frequency‑rich content. For example, using strong noise shaping on a classical piano recording can cause the noise to become “grainy” or to modulate with the signal due to the spectral shaping. The most common mistake is to use the strongest noise‑shaping algorithm across the board without listening. A safer approach is to use TPDF for critical acoustic material and noise‑shaped only for loud, compressed mixes. Many modern dither plugins offer a “listening mode” to compare the algorithms — use it. Also, be aware that noise‑shaped dither can cause issues when the file is later transcoded by lossy codecs (MP3/AAC) because the shaped noise may interfere with the codec’s own perceptual model, potentially creating more audible artifacts. For streaming‑bound audio, TPDF is often the safest choice.

Best Practices for Dithering

  • Apply dither only once, at the final export stage, when reducing bit depth. For example, if your session is 24‑bit and you need a 16‑bit master, apply dither on the master bus during bounce. Do not dither earlier.
  • Choose the appropriate dither type for your material and target format. For most projects, TPDF is a reliable default. Use noise‑shaped dither only if you have verified it sounds better for your specific mix and if the file will not be further processed by lossy codecs.
  • Use high‑quality dither algorithms provided by your DAW or dedicated plugins. Built‑in DAW dither (e.g., in Pro Tools, Logic, Cubase) is usually excellent. Third‑party options like iZotope MBIT+, Waves IDR, or Sonnox Oxford Limiter with dither also offer advanced options.
  • Always listen critically after applying dither. Solo the dither noise (some plugins allow this) to hear its character. Check quiet passages, fade‑outs, and reverb tails to ensure the noise is unobtrusive. Compare with and without dither to hear the difference in distortion.
  • Do not dither when there is no bit depth reduction. If you are exporting 24‑bit to 24‑bit, or 32‑bit to 32‑bit, dither is unnecessary. Neutron or Ozone’s master assistant may automatically apply dither; disable it if not needed.
  • Set your DAW’s export settings correctly. Most DAWs have a “dither” checkbox in the bounce dialog. Ensure it is enabled when reducing bit depth, and disabled if you plan to apply dither manually via a plugin to avoid double dithering.
  • Understand the bit depth of your signal path. Modern DAWs work internally at 32‑bit floating point, but plugins and hardware may operate at different depths. When in doubt, leave dither to the master bus and let the DAW handle internal truncations.
  • For archival or high‑resolution masters, always keep a 24‑bit or 32‑bit version un‑dithered. This gives you full flexibility for future remasters or format conversions. Dither only the delivery copies (e.g., 16‑bit CD, 24‑bit for streaming with no bit reduction).

Further Reading and Resources

To deepen your understanding of dithering, explore these authoritative resources:

By avoiding these common pitfalls and following best practices, you can ensure that your audio projects retain clarity, low noise, and professional fidelity even after the necessary step of bit‑depth reduction. Proper dithering is subtle but powerful — it separates a clean master from one plagued by artifacts. Take the time to understand your tools and listen carefully; your ears will thank you.