AudioUtils
Audio Glossary

What Is Audio Clipping?

Clipping happens when an audio signal is louder than a system can handle, so the peaks of the waveform get chopped off — clipped — producing harsh distortion. It is one of the most common audio problems and one of the most preventable, because it comes down to levels and headroom. This is a complete plain-English reference: what physically causes clipping, what it does to the waveform, how to recognize it by ear and eye, the difference between ugly digital clipping and sometimes-pleasant analog clipping, the sneaky problem of intersample (true-peak) clipping, how to prevent it with proper gain staging, how it differs from limiting and compression, and what can and cannot be done to repair audio that is already clipped.

What Causes Clipping

Every stage of an audio system has a maximum level it can represent — microphones, preamps, analog-to-digital converters, digital channels, and DACs all have a ceiling. When the signal tries to exceed that ceiling, the part above it cannot be represented, so it is simply cut off. In digital audio the absolute maximum is 0 dBFS (decibels relative to full scale), the largest value the bit depth can hold; any sample that would go beyond 0 dBFS is clamped to it. The waveform, which should be a smooth curve, gets its peaks shaved flat against that ceiling. Clipping is fundamentally a level problem: the audio is too hot for the container. It can happen at any point in the chain — an overdriven microphone preamp, an input gain set too high, a mix bus summing to over 0 dBFS, or a master pushed too loud — and once it is baked into a rendered file, the clipped portion of the waveform is gone.

What Clipping Does to the Waveform

Clipping replaces the rounded peaks of a waveform with flat plateaus at the ceiling, and that flattening is what creates the characteristic harsh sound. Mathematically, chopping the top off a smooth wave injects a burst of new high-frequency harmonics that were not in the original signal — odd harmonics in particular for symmetric clipping — which the ear perceives as crunch, buzz, or fizz layered over the sound. Hard digital clipping produces the most extreme version: the transition from curve to flat line happens in a single sample, generating strong, dissonant harmonics that extend up toward the Nyquist frequency and can even alias back down as inharmonic tones. The louder and more frequent the clipping, the denser these added harmonics and the more the audio degrades from 'slightly gritty on peaks' to 'obviously distorted throughout.' This is why clipping sounds worse on sustained loud material than on the occasional brief transient — more of the waveform is being flattened and more spurious harmonics are being generated.

How to Identify Clipping

Clipping reveals itself both by ear and by eye. By ear: listen for harsh, crunchy, or fizzy distortion that appears specifically on the loudest moments — vocal peaks, snare and kick hits, brass stabs, full-band choruses — while quieter passages sound clean. Even a few clipped samples can register as an audible click or pop. By eye: in a waveform editor, clipped audio shows flat tops and bottoms where there should be rounded peaks, and zooming in reveals the plateaus at the ceiling. Metering is the most reliable check: most DAWs light a red clip indicator when a channel or the master hits 0 dBFS, Audacity can display a red overload line, and peak meters that slam to the top and stick there are a warning. For the sneakier intersample variety, you need a true-peak (dBTP) meter rather than a sample-peak meter, because ordinary meters can read under 0 dBFS while the reconstructed analog signal still overshoots.

Digital vs Analog Clipping

Not all clipping sounds equally bad. Digital clipping is abrupt and unforgiving: the signal goes from its last valid value to a hard flat line at 0 dBFS in a single sample, with no rounding, generating harsh high-order harmonics and potential aliasing. It essentially always sounds wrong. Analog clipping is gentler because analog circuits — tubes, tape, transformers, transistors — do not switch to a hard ceiling instantly; they compress and round the signal progressively as it approaches the limit, a behavior called soft clipping or saturation. This gradual onset adds mostly lower-order harmonics that many listeners find warm and pleasing, which is the coloration people associate with tube amplifiers, analog tape, and guitar overdrive. Producers deliberately use analog-style soft clipping and saturation plugins as an effect. The key distinction: analog/soft clipping can be a creative tool, while hard digital clipping is almost always an accidental defect to be avoided — which is why mastering engineers reach for saturators for character and limiters for control, not the raw digital ceiling.

Intersample Peaks and True Peak

A subtle but important form of clipping happens even when your sample-peak meter never reaches 0 dBFS. Digital samples are discrete points; the DAC reconstructs a continuous curve between them, and that reconstructed curve can overshoot the highest sample — sometimes by up to a decibel or more — creating an intersample peak that exceeds 0 dBFS in the analog output even though no individual sample did. Lossy encoders like MP3 and AAC also introduce intersample overshoots. The result is clipping in the DAC or in a listener's playback chain that your DAW's ordinary meter did not warn you about. The fix is measuring with a true-peak (dBTP) meter, which upsamples the signal to estimate the reconstructed peaks, and leaving true-peak headroom on your master — a common target is -1 dBTP (streaming platforms like Spotify and Apple recommend around -1 dBTP), so that even after reconstruction and lossy encoding the signal never crosses the ceiling. This is why 'my master reads -0.1 dBFS but distorts on some devices' is a real and frequent problem.

dBFS, Headroom, and Gain Staging

Understanding clipping means understanding levels. dBFS measures level relative to digital full scale, where 0 dBFS is the maximum and everything below is negative (-6, -18, -60 dBFS). Headroom is the safety margin you leave between your typical signal level and 0 dBFS — the space that absorbs unexpected peaks without clipping. Gain staging is the practice of keeping levels sensible at every stage of the chain so nothing overloads: setting input gain so recorded peaks land well below 0 dBFS, keeping individual mix channels from summing the bus into clipping, and leaving master headroom for mastering. Because 24-bit recording has a noise floor around 144 dB down, you lose nothing by recording conservatively at, say, -18 to -12 dBFS peaks — there is no quality penalty for leaving headroom, and enormous risk in not doing so. Good gain staging is the single most effective clipping-prevention habit: keep every stage comfortably below its ceiling and clipping simply cannot occur.

How to Prevent Clipping

Prevention is almost entirely about levels and headroom. Record at conservative input levels, aiming for peaks around -12 to -6 dBFS, which leaves room for a suddenly loud word or drum hit without hitting the ceiling. Because modern 24-bit recording has a vast dynamic range, quiet recording levels are perfectly clean and can be boosted later with no penalty — it is always safer to record a little quietly and raise the level afterward than to clip and try to repair it. Watch your meters throughout recording and mixing, and if levels are running hot, turn them down at the source rather than later in the chain. On the master bus, use a brick-wall limiter set with a true-peak ceiling (commonly -1 dBTP) to catch stray peaks transparently before they clip. Keep mix channels gain-staged so the sum does not overload the bus. In short: leave headroom, meter constantly, fix hot levels at the source, and let a limiter — not the raw 0 dBFS ceiling — be the last line of defense.

Clipping vs Limiting vs Compression

These three all control peaks but are not the same. Clipping is the crude, destructive one: it simply chops off everything above the ceiling, generating harsh harmonics and discarding the shape of the peak. Limiting is a smart, transparent alternative: a limiter detects peaks approaching the ceiling and turns them down fast enough to prevent them crossing it, preserving the waveform's shape and avoiding the harsh harmonics of hard clipping — a brick-wall limiter is essentially an automatic, musical peak-catcher. Compression is broader: a compressor reduces the level of anything above a chosen threshold by a ratio, smoothing overall dynamics rather than just stopping absolute peaks, and is used for tone and consistency, not only clip prevention. The practical hierarchy: use compression to shape dynamics, a limiter to safely cap peaks at the end of the chain, and never rely on raw clipping for control. Deliberate soft clipping or saturation is a separate creative effect, distinct from the accidental hard clipping you are trying to avoid.

Fixing Clipped Audio

Prevention beats cure, because clipping is destructive: once a rendered file's peaks are flattened, the original waveform above the ceiling is gone and cannot be truly recovered. What repair tools do is estimate and reconstruct the missing peaks by interpolating the likely curve from the surviving samples on either side. De-clip modules in tools like iZotope RX, Adobe Audition, and Audacity's Clip Fix can do this convincingly when clipping is light and occasional — restoring plausible rounded peaks and removing much of the harshness. But results degrade as clipping gets heavier: when large stretches of waveform are flattened, there is too little surviving information to reconstruct, and artifacts remain. For badly clipped material, re-recording or sourcing a clean version is usually the better outcome, and for irreplaceable recordings, professional restoration can push the repair further than consumer tools. The honest rule: de-clippers are a rescue for mild damage, not a license to record hot — the reliable fix is to never clip in the first place.