How to use the mouse tester
- Move the pointer into the grey area.
- Press each button once: left, right, the wheel itself, and the two side buttons if your mouse has them. Each one turns blue while held and green once registered.
- Scroll up and down to check the wheel in both directions.
- Move the mouse around for a few seconds and watch the polling rate settle.
- Finally, click the left button slowly and deliberately about twenty times, watching the click counter. It should go up by exactly one each time.
Diagnosing a double-clicking mouse
This is the fault that kills most mice, and it is worth understanding because it is easy to confirm and often cheap to fix. Inside each button is a switch with a thin metal leaf. Over hundreds of thousands of presses the leaf loses tension, and when it closes it bounces instead of making one clean contact. The computer receives two presses.
In daily use it shows up as files opening when you meant to select them, drags that drop halfway across the screen, and text that selects a whole word when you only clicked once.
The test above flags any two presses of the same button less than 60 milliseconds apart. Nobody clicks that fast on purpose, so a warning here means the switch is bouncing. One stray flag in a long session is not conclusive — several are.
What the polling rate means
Polling rate is how many times per second the mouse reports its position. Office mice typically run at 125 Hz, gaming mice at 500 or 1000 Hz, and some newer models considerably higher. A higher rate means less delay between moving your hand and the cursor moving, though the difference above 500 Hz is small for anything other than competitive gaming.
Read the number here as a rough indication. Browsers deliver mouse movements once per animation frame rather than as they arrive, so a naive count tops out around your monitor refresh rate regardless of the mouse. Where the browser exposes the grouped events, this test unpacks them to recover something closer to the true figure — but a dedicated desktop utility will always measure this better than a web page can.
Wheel problems
The scroll wheel uses a separate component from the buttons: an optical or mechanical encoder that counts rotation steps. When scrolling becomes jumpy, skips, or occasionally moves the page the wrong way, that encoder is at fault rather than any switch.
Dust is the usual cause, and a burst of compressed air into the wheel slot sometimes clears it. Persistent reverse-scrolling means the encoder is worn and needs replacing. Note that the wheel also acts as the middle button, and those two functions fail independently — a wheel that scrolls perfectly can still have a dead middle click.
When the cursor stutters or jumps
Erratic cursor movement is rarely the buttons. Check these first:
- The surface. Optical sensors struggle on glass, high-gloss surfaces and anything with a repeating fine pattern. Put a sheet of paper down and see if the problem disappears.
- The sensor window. A single hair across the lens is enough to cause jumping. Blow it out rather than wiping with a finger.
- Batteries. On a wireless mouse, falling voltage causes stutter and dropouts long before the mouse dies completely.
- Receiver distance. A USB receiver in a port on the back of a desktop, behind a metal case, is much less reliable than one at the front or on an extension.