To remove mouth clicks from audio without damaging speech, repair each event according to where it lands, not according to how annoying it sounds. A short click in the gap between words can often be replaced with a tiny local bridge. The same edit across a t, d or k can punch a hole in the word. That second case needs a processor tuned for mouth noise or a careful time-frequency repair.
I built a controlled test to measure the difference. Seven copies of one real CC0 teeth click were placed over the same LibriVox speech recording: four in measured low-energy gaps and three directly over spoken audio. A targeted repair removed the four gap clicks while leaving every sample outside those selected intervals untouched. A generic whole-file de-click pass barely moved this broader mouth transient and changed more of the surrounding file.
The useful lesson isn't that one algorithm lost. It's that “mouth noise” is not a preset. Diagnose the transient, expose the removed signal, and stop before wanted articulation enters it.

The Short Answer: Remove the Smallest Defect You Can Isolate
- Click in a pause: zoom in, select only the transient and use a tiny interpolation, redraw, replace or silence edit. Audition both boundaries.
- Click across speech: use a specialist Mouth De-click processor or spectral repair. Do not mute the interval.
- One click inside a paid line while the speaker is available: record a pickup before forcing an aggressive repair. A clean re-take is often faster and safer than rebuilding a vowel.
- Clicks throughout a clean voice track: test a conservative whole-track pass on a duplicate, then listen to the residual or “clicks only” output for missing consonants.
- Needle-thin click at an edit or digital dropout: follow the current Sound Forge clicks and pops guide; that is a different fault family.
- Low thump on a p or b: use plosive repair or a local low-frequency edit, not mouth de-click.
- Long bright s sound: use de-essing. A de-clicker is looking for a short event, not sustained high-frequency energy.
If the recording also has hum, room reflections, clipping or broadband noise, start with the audio restoration diagnosis hub. It keeps you from stacking unrelated processors on a problem you haven't even named yet.
How to Tell a Mouth Click from the Other Sharp Noises
A mouth click is a brief oral transient produced around tongue, teeth, lips and saliva movement. It may be a single spike, a small asymmetric burst or a sticky cluster with a short decay. Unlike a digital click caused by an abrupt discontinuity, it doesn't have to be one sample wide. It also isn't a plosive's broad low-frequency air blast, and it isn't sibilance either: it doesn't stretch across the whole s or sh.
First listen at normal speed. Then zoom far enough to see the event without losing the surrounding word. A waveform identifies the timing and amplitude jump; a spectrogram shows whether the event cuts vertically across a broad band, blooms mainly at low frequencies or continues as high-frequency energy.
Use these checks before touching a control:
- Does the sound occur before, after or inside a word? Timing determines whether a local edit can be invisible.
- Is it one event or dense crackle? A cluster may need click widening, de-crackle or several local repairs rather than one interpolated line.
- Does the waveform jump at an edit boundary? Move or crossfade the edit before blaming the speaker.
- Does it vanish when you change the playback device? Then the file may be clean. Check the playback path with the distorted-audio fault test.
Don't diagnose from a boosted top end alone. Compression, limiting and bright EQ make small clicks easier to hear, but they say nothing about what caused them. Repair first; master later.
A Controlled Test: Seven Real Clicks over One Voice
The speech is an 11.12-second excerpt from Claudia Caldi’s LibriVox reading of “Epitaph on a Sailor” in Short Story Collection Vol. 106. The contaminant is the 12 ms core of colorsCrimsonTears’ CC0 “Click” recording, made by clamping teeth together. LibriVox labels its recordings public domain in the United States and advises listeners elsewhere to verify local copyright status. The inserted click stands in as a controlled proxy for a short oral transient; nobody is claiming every lip smack or saliva noise has the same shape.
I inserted the click seven times at −14 dBFS. Four events sit in low-energy gaps; three overlap high-energy speech. The local method replaces only a 16 ms selected interval around each gap click with a straight bridge between its edges. The three over-speech clicks are deliberately left alone because deleting their interval would delete voice too.
For the generic baseline I ran the FFmpeg 8.1.2 adeclick filter in overlap-save mode at thresholds 4, 3 and 2. The current filter documentation covers the same window, overlap, autoregression, threshold, burst and overlap-method controls used in the test. It's an open, reproducible impulse-removal baseline; it doesn't stand in for a processor designed specifically for mouth noise.

| Version | Overall click-window error reduction (higher is better) | Residual gap-click error vs clean speech RMS (lower is better) | Change outside all click windows | Interpretation |
|---|---|---|---|---|
| Click input | Baseline | +0.0019 dB | Unchanged source | Seven known events |
| Targeted gap repair | 3.6795 dB | −43.4058 dB | No changed samples | Local repair worked for the four isolated clicks |
| Generic de-click, threshold 2 | 0.1890 dB | −0.4652 dB | Error at −35.3418 dB relative to clean speech RMS | Poor match for this broader transient |
Benchmark manifest and reproducibility record
Replay date: August 15, 2026. The retained source files were rebuilt with FFmpeg 8.1.2, Python 3.9.6, NumPy 1.26.4, SciPy 1.13.1, SoundFile 0.13.1 and pystoi 0.4.1 on Apple Silicon. All six retained benchmark WAV files matched the replay byte for byte.
- Speech source: LibriVox public-domain excerpt, source SHA-256
3e360ac43a4b43915a5454be456c4b087a2c10433ea00533cf1362be034ce76f. - Click source: colorsCrimsonTears CC0 recording, source SHA-256
1665d81003ef59b862a24807286a6e592ab4875a9faf973e8b9627df23f35874. - Construction: 48 kHz mono; a 12 ms transient at −14 dBFS; gap positions 2.43, 5.01, 6.90 and 9.30 seconds; speech-overlap positions 1.20, 5.37 and 8.16 seconds.
- Generic commands:
adeclick=threshold=4:method=save, then thresholds 3 and 2. Overlap-save keeps non-interpolated samples unchanged according to the FFmpeg documentation. - Targeted method: straight interpolation across a 16 ms interval around each of the four gap clicks. The three clicks over speech were intentionally left untouched.
- Metrics: SI-SDR measures scale-invariant waveform similarity; higher is better. STOI estimates intelligibility after 16 kHz resampling. Residual click error is RMS error relative to clean-speech RMS inside ±15 ms windows; lower is better.
- Key master hashes: input
98967068aa7c9b1aae7fcc4db2e87e99a335dc52ee1d6cf77005e88911458252; aggressive generic pass9e3d9975db2e055a9d278f77d3a98a7f95514f979f12dd8ed5b39d063b024f4c; targeted gap repairceca16d48938e9d61d2c2a5118fc63b0f5424ed00ef91443ed2f5effac88a93c. - Evidence hashes: build script
c98c1d4b74ddba69ab246d8d6798ad89f0e088f079c32a1e9a39398fc6b20ee0; sanitized manifestefc792ce55f8814c9ba2268d2a1a544cf40cb843387868f3b34eb56efeb4f785.
The public table and audio previews are derived from this one controlled file. They do not rank every de-clicker, voice, room or click type. Our review methodology, editorial policy and corrections policy explain how tests, commercial relationships and revisions are handled.
All error values are relative to the clean speech RMS; lower is closer to the untouched reference. Overall SI-SDR improved from 17.2373 dB to 20.9168 dB after the gap repairs even though the three clicks over words remained. STOI stayed at 0.991559. The aggressive generic pass reached 17.3590 dB SI-SDR and 0.990857 STOI. These measurements compare each file with the known clean reference; listening to consonants, room tone and repair boundaries still gets the final word.
The outside-window figure needs careful reading. −35.34 dB doesn't mean the output was “35 dB worse.” It means the generic processor made detectable changes outside the known click windows at an error level 35.34 dB below the clean speech RMS, while delivering only 0.189 dB of click-window improvement. That's a poor risk-to-reward result for this source, though it says nothing about every de-clicker or every mouth click.
Hear the Original, Clicks and Two Repairs
Use headphones and keep the playback level fixed. The four MP3 files are delivery previews; the measurements above came from mono 48 kHz, 24-bit WAV files. Listen once for the seven clicks, then again for word endings and consonant attacks.
Clean reference
The untreated public-domain speech gives you the articulation and room tone that every processed version should preserve.
Seven-click input
Four clicks land in gaps and three cross speech. The source click is real; its placement and gain are controlled.
Targeted repair of gap clicks
The four isolated clicks are bridged locally. The three clicks over words remain, making the limit audible rather than hiding it behind a “clean” label.
Generic whole-file de-click
This is the most aggressive tested open baseline. It changes more of the file but barely reduces the broader mouth transients.
Prevent Mouth Clicks Before Recording

The U.S. National Institute of Dental and Craniofacial Research recommends water as one way to ease dry mouth, but that's health guidance; it doesn't prove one sip will remove a recorded click. If persistent dry mouth affects speaking or swallowing, its guidance says to ask a dentist or doctor about the cause. For a session, keep ordinary water available and record a short monitored test after the speaker has settled.
RØDE’s current mouth-noise guidance recommends testing an off-axis microphone angle and notes that sensitive studio microphones can emphasize mouth noise. Treat its 45-degree example as a starting point, not a mandatory position: compare a small angle and a little more distance through the actual recording chain, then keep the version that preserves clarity.
Shure’s recording-technique guide describes a pop filter as protection against plosive air bursts and advises keeping the microphone away from reflective surfaces. A pop filter does not remove oral clicks already generated inside the mouth. The room-tail point in this guide is an engineering observation: reflections may repeat a sharp event after the direct sound, so confirm the result with a short test rather than assuming treatment prevents the click.
For voice work, save the test take and its mic position with the session notes. The Sound Forge voice-over workflow covers recording, monitoring and delivery, while the podcast workflow handles repeated spoken-word production.
How to Repair a Mouth Click in a Pause

- Duplicate the file or save a new version. Do not make the only copy your experiment.
- Mark the click at normal speed. If you hunt only at extreme zoom, it is easy to repair a harmless waveform detail and miss the audible event.
- Zoom to the shortest complete transient. Keep the selection inside the low-energy gap and include no more decay than necessary.
- Choose the smallest suitable repair. Interpolate or redraw a very short impulse; replace or silence only when the surrounding gap makes that edit natural.
- Audition before, through and after the boundary. A repaired centre can be quiet while either edge clicks.
- Return to normal zoom. The edit has to sound invisible in the sentence, not merely look smooth under a microscope.
In Sound Forge 2026, the native command is Tools → Repair → Interpolate. The official Interpolate documentation says the selection should be less than 2 ms in most cases; with no selection, the cursor is treated as the middle of a glitch shorter than 1 ms. That's the right scale for a tiny impulse, and it's not permission to interpolate a 12 ms mouth sound across a syllable. Use the full native repair walkthrough for Interpolate, Pencil and DeClicker/DeCrackler controls.
Audacity’s official repair guide makes the same scale distinction in another editor: automatic Click Removal expects a selection of at least 4,096 samples, while Repair is for an individual selection no longer than 128 samples. The numbers are tool-specific; the general principle is not. Use a local repair for a local defect.
How to Remove a Mouth Click over Speech
When the click shares time with a consonant or vowel, silence and straight-line replacement remove wanted speech along with the defect. Start with a processor designed for mouth noise. iZotope currently lists Mouth De-click in RX 12 Standard and Advanced, not Elements, and describes it as tuned for clicks and lip smacks on long selections or individual events.
That product distinction matters. The linked RX De-click help separates Click, Thump and Discontinuity types and warns that high sensitivity can repair too many intervals and cause distortion. Its Clicks only output exposes the difference between original and processed audio. If speech appears in that residual, back off.
A safe specialist pass looks like this:
- select one difficult phrase plus a clean phrase;
- start at low sensitivity and no extra click widening;
- preview at matched level;
- listen to the removed signal or delta where available;
- raise sensitivity only until the target click is caught;
- stop if t, d, k, breaths or vocal texture enter the residual;
- process the smallest sensible region before considering the whole track.
iZotope’s guide to digital clicks and mouth noise recommends the dedicated Mouth De-click tool for oral noise and local use when events are sporadic. Its vocal-cleanup guide likewise treats stubborn mouth clicks as targeted work in the standalone editor rather than a reason to flatten an entire vocal.
If Mouth De-click still leaves one click, use spectral repair on that event. A mouth click often appears as a short vertical feature, but select only the energy that does not belong to the surrounding consonant. Process once, compare, and undo if the word loses definition.
A Sound Forge Workflow That Keeps the Repair Honest
Boris FX positions Sound Forge as a dedicated environment for detailed audio work beyond the timeline. In this workflow it handles close waveform inspection, markers, native repair, plug-in hosting and final assembly around one file, even when a specialist repair runs in another application.
- Open a copy of the original WAV and create markers for representative clicks.
- Repair the obvious gap clicks with the smallest native edit.
- For clicks over speech, send a duplicate selection to RX standalone, or test a compatible installed plug-in if it appears in your Sound Forge setup.
- Reimport the result without changing sample rate, channel count or start time.
- Level-match bypass and processed playback.
- Check every marked consonant and every edit boundary on headphones and monitors.
- Export a new lossless master; do not overwrite the capture.
Don't assume an RX license, plug-in format or menu path is present just because another user has it. RX 12 Elements includes generic De-click; the current edition comparison places specialist Mouth De-click in Standard and Advanced. If your host doesn't recognize the plug-in, use the standalone editor and keep the round trip explicit.
Run noise reduction after mouth-click repair when practical. Broadband denoise can blur the transient without removing it; compression and limiting can then make the remainder more obvious. For the next stage, use the background-noise guide or compare conventional repair with the tested AI audio restoration workflow.
The Safe Mouth-Click Removal Order

- Preserve the source. Keep the original capture and work on a versioned copy.
- Find the audible event. Mark it at normal speed, then inspect waveform and spectrogram.
- Classify the fault. Mouth click, digital discontinuity, plosive and sibilance need different tools.
- Check its context. Repair a gap locally; protect any interval that contains speech.
- Test the lightest specialist pass. Use one hard phrase and one clean control phrase.
- Hear the residual. Stop when wanted consonants or breath texture appear.
- Judge at matched level. Louder and brighter are not the same as cleaner.
- Save a new lossless master. Record the processor, settings and date when repeatability matters.
Five Repairs That Usually Make the Voice Worse
- Silencing inside a word. The click disappears because part of the word disappears.
- Turning sensitivity up until the track looks clean. Visual cleanliness can hide softened consonants and dulled attacks.
- Running several blind passes. Each pass sees the artifacts created by the previous one. Repeated processing can trade clicks for lisping or dullness.
- Using de-essing for every bright noise. De-essing controls sustained sibilant energy; it is not a precision mouth-click repair.
- Compressing before cleanup. Dynamics processing raises low-level mouth noise and makes later detection less selective.
Perfectly sterile dialogue isn't always the best dialogue. Remove distractions and obvious client-delivery defects, but keep natural breaths, articulation and presence. A casual podcast doesn't need the same cleanup density as an audiobook pickup or an exposed commercial voice-over. If the speaker is still available and one important word needs heavy reconstruction, record the pickup.
Mouth-Click Removal FAQ
What causes mouth clicks in audio?
Mouth clicks are short oral transients associated with movement of the tongue, teeth, lips and saliva during speech. Close, bright microphone placement and later compression or high-frequency boost can make them more obvious, but they are different from digital dropouts and edit-boundary clicks.
Can Audacity remove mouth clicks?
Audacity can repair some clicks. Its official guide uses Click Removal for a larger selection and Repair for an individual selection up to 128 samples. A click over speech may still need a specialist mouth-noise processor or careful spectral repair.
Can Sound Forge remove mouth clicks?
Sound Forge can repair tiny isolated defects with Interpolate or Pencil and can run its current DeClicker/DeCrackler tools. For mouth clicks embedded in speech, test a specialist Mouth De-click processor in a compatible plug-in setup or standalone editor, then reimport the result.
Should I remove every mouth noise?
No. Remove distracting clicks and delivery failures, but keep natural articulation and breath texture. Processing every small oral sound can make speech dull, lisping or unnaturally sterile.
Does a pop filter stop mouth clicks?
A pop filter mainly reduces air blasts from plosive consonants. It does not remove clicks generated inside the mouth. Water may ease dry mouth, while mic angle, distance and a short monitored test address the recording path.
Should mouth de-click run before noise reduction?
Usually repair obvious clicks first. Broadband denoise may smear their shape, while compression or limiting can make them louder. Test the order on a short duplicate when the recording has several overlapping faults.
What sensitivity should I use for Mouth De-click?
There is no universal number. Start low on one difficult phrase, increase only until the target click is detected, and monitor the removed signal. Back off when consonants, breaths or vocal texture enter it.
Can AI remove mouth clicks automatically?
Some AI voice cleaners advertise mouth-noise removal, but the same safety rule applies: compare with an untouched source at matched level and inspect word endings. A generic speech enhancer is not automatically a specialist de-clicker. Before uploading unreleased client dialogue to a web tool, check its storage, retention and model-training terms.