Unintended double click test

A worn switch registers two clicks where you made one. Click slowly in the area below, one click at a time, leaving at least a second between them. Any pair below the chosen threshold gets flagged — nobody clicks twice within 80 milliseconds by accident.

Test area

Make single, well spaced clicks

Threshold

Ready to test

Make single, well spaced clicks

Total
0
Suspects
0
Interval

No suspicious repeats so far.

History

No saved results yet.

This test requires a physical mouse. Trackpads and touchscreens produce different events.

Why switches start double clicking

Inside every switch a metal leaf meets a contact when you press. Over time that leaf loses tension and starts bouncing against the contact instead of landing cleanly. Each bounce is an electrical pulse, and the mouse reads every pulse as a click.

Oxidation speeds this up. Humidity and the natural oils from your hand leave a thin film on the contact, raising resistance and making the signal unstable. That is why the left button usually goes first — it takes far more use — and why the problem is more common in coastal, humid regions.

What debounce time is, and how it hides the problem

Debounce is the window during which the mouse ignores new pulses after registering a click. It exists precisely to filter the switch bounce, and ships at somewhere between 8 and 12 milliseconds.

Many vendors let you raise it in software — Razer, Logitech and Corsair all expose the setting. Pushing it to 20 or 30 ms usually clears an early double click. But be clear about what happened: you did not repair the switch, you told the mouse to ignore the symptom. The wear continues, and eventually the debounce needed to mask it starts eating legitimate fast clicks. It is a stopgap, and a good one, as long as you know it is temporary.

Replace the switch or the mouse?

Replacing the switch makes sense when the mouse is good and everything else is intact. A single switch costs very little, and models with socketed switches can be swapped without soldering. The rest need desoldering, which calls for an iron, a solder sucker and some practice — not hard, but not the ideal first project either.

Replacing the whole mouse makes more sense when other end-of-life signs are stacking up: a flaky cable near the strain relief, worn skates, a failing sensor, or rubberised coating starting to go sticky. If double clicking arrives alongside two or three of those, the switch is simply the first part to give.

Before anything else, check the warranty. Double clicking on a mouse under two years old is a recognised manufacturing defect, and several brands replace it without argument.

Frequently asked questions

Which interval means the switch is faulty?
Below 80 milliseconds it is almost certainly the mouse repeating itself — the human floor for two deliberate clicks sits around 100 ms, and even that takes effort. Anything from 80 to 150 ms is suspicious and worth retesting with slower clicks.
Does raising debounce fix it permanently?
No. It fixes the symptom while the wear is mild. The switch keeps degrading and the value you need climbs until it interferes with legitimate fast clicks. Treat it as a way to buy time before a replacement.
Does cleaning the switch with contact cleaner work?
It works when oxidation is the cause, and can buy months of use. It does nothing once the leaf has lost mechanical tension. Since it is cheap and reversible, it is usually worth trying before you reach for a soldering iron.
Can double clicking be a software problem?
Rarely, but yes. Badly configured macros and remapping tools can duplicate clicks. If the test flags repeats, close the vendor software and try again. If the problem disappears, it was configuration, not hardware.

Related tools