Mouse Button Check
Press each button on your mouse and watch it light up. Verify left, right, middle, scroll, and side buttons all register correctly in seconds.
Recent Events
Last 10 button events with timestampsQuick Summary
- What it does: lights up every mouse button as you press it — left, right, middle, scroll, and side buttons.
- How to start: click each button in turn and confirm it registers on screen.
- Reading it: a button that doesn't light up, sticks, or fires twice is faulty and will misbehave in apps and games.
- Tip: test your side/thumb buttons too — they're the most commonly overlooked failure point.
Test Every Button on Your Mouse
A mouse is more than two clickers and a wheel. A typical gaming mouse has anywhere from five to a dozen inputs, and any one of them can fail silently — a side button that stops registering, a scroll wheel that skips, a middle click that no longer presses. This tool lights up each input the instant you trigger it, so a sixty-second pass tells you exactly what works and what doesn't. If a button doesn't respond here, it won't respond in your games or your work either.
It runs through the browser, reading raw mouse events as you fire them. Nothing is installed and nothing leaves your device. Works with any wired or wireless mouse the browser can see — gaming mice, office mice, trackpads, and trackballs all report their buttons the same way.
The Inputs It Detects
Browsers expose mouse buttons through a standard event model. Here's every input the tester can see and what each one is for.
How to Run a Complete Check
Don't just click around randomly — a methodical pass is the only way to be sure you've covered every input. Follow this checklist.
- Left-click and right-click several times each. Both should register every single press with no misses.
- Press the scroll wheel straight down for a middle click. Confirm it triggers without needing extra force.
- Scroll up and scroll down slowly. Each notch should register cleanly in the correct direction, no skips or reversals.
- Press each side button. If your mouse has back and forward thumb buttons, both should light up distinctly.
- Trigger any extra buttons — sniper, DPI, macro keys. Note which index each maps to.
- Repeat the whole pass once more. Intermittent faults often hide on the first try and only show on the second.
A button that works most of the time is still a failing button. If a press misses even once in twenty, the switch has begun to wear — it won't get better, only worse. Catch it now and you can plan a fix before it fails mid-game.
What Common Faults Look Like
Each failure mode has a recognizable signature in the tester. Match what you see to the cause.
Why Buttons Fail
Every clickable input on a mouse sits on top of a tiny mechanical switch rated for a finite number of presses — typically tens of millions for quality switches, far fewer for budget ones. Each press flexes a metal contact; over time that metal fatigues, oxidizes, or collects dust, and the clean make-or-break of the circuit degrades. That's when misses and double-clicks appear. Scroll wheels use a separate component called an encoder, which wears through a similar mechanism and produces skipping or phantom scrolls as it ages. Heavy use, aggressive clicking, and cheap components all shorten the timeline.
If this checker surfaces a problem, the specialized tools narrow it down: the Double Click Test confirms a switch-bounce fault precisely, the Click Speed Test shows whether your clicking style is stressing the switches, and the DPI Analyzer verifies the sensor still tracks accurately.
Frequently Asked Questions
How do I test all my mouse buttons?
Why is one of my mouse buttons not working?
Does this tester work with gaming mice that have extra buttons?
Can I test my scroll wheel here too?
My side buttons aren't detected — is the mouse broken?
How many clicks should a mouse button last?
Is a misbehaving button worth repairing?
Version History
- v1.0Initial releaseLive detection of all mouse buttons including side buttons and scroll.
- v1.1August 2026Added references, and a quick-summary overview.
Related Tools
Other tests in the mouse family that pair well with this one.
Next Recommended Test
Reaction Time Test
Test how fast you can react to a visual cue.
Related Guides
In-depth articles on testing, fixing, and optimizing your gaming gear.
References
This tool is built on documented web platform standards. Primary sources for the Pointer Events:
See our Testing Methodology for how we validate accuracy and document each tool's limitations.