# Removing clicks & pops

## Using the Click Removal effect

The click removal effect can automatically remove clicks across an entire track.&#x20;

![The Click Removal Effect Dialog](/files/Wv3huNSGZIS6ZK1XB2C6)

To use it:&#x20;

1. Select the audio you want to remove the clicks from.\
   Tip:&#x20;
2. Go to **Effect > Noise Removal and Repair > Click Removal**
3. Set the threshold and max spike width. The default should work in most cases. You can preview the effect to get a feel of how it'll affect the track.&#x20;
4. Click **OK** to apply the effect.&#x20;

{% hint style="warning" %}
**Caution**:&#x20;

* The Click Removal effect requires a somewhat large audio selection (4096 samples) to function. It may not work when selecting single clicks.&#x20;
* If you have rapid soft clicks (such as the crackling of Vinyl), using [Noise reduction & removal](/repairing-audio/noise-reduction-removal.md#noise-reduction)may work better.
  {% endhint %}

## Repairing individual clicks

The Repair effect can be used to repair short clicks. To use it:

1. Select a short (max 128 samples) part of audio.\
   Tip: You can set the selection clocks in the bottom toolbar to display start and length of the selection, and change the clocks to display samples rather than milliseconds.&#x20;
2. Go to **Effect > Noise Removal and Repair > Repair**.

## Silencing the section

In most cases, having brief amounts of silence is preferable to loud clicks, so completely muting clicks is a valid strategy if other methods fail. For this, simply select the click and press the ![](/files/LReSBJ90HjnW8U3udper) **Silence button** (Shortcut: `Ctrl+L` / `Cmd+L`).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.audacityteam.org/repairing-audio/removing-clicks-pops.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
