Mouse Drag Test
Test whether your mouse button holds through a drag. Press and hold the left button, drag across the pad in one continuous motion, and let go only when you mean to. The tool draws your path live and marks every point where the button released on its own — a sign of a worn or dirty switch. It also counts clicks fired mid-drag, so it works as a drag-clicking practice pad.
Hold the left mouse button and drag across the pad in one motion. Release only when you mean to.
Complete a drag to see whether your button holds.
Click events the browser fired during a drag — relevant for drag-clicking practice.
What a mouse drag test checks
When you press and hold a mouse button and drag — selecting text, moving a slider, or swinging a camera in a game — the switch under the button has to stay closed for the whole motion. On a worn or dirty switch the contacts can bounce open for a few milliseconds, so the button “lets go” mid-drag even though you never lifted your finger. This tool watches for exactly that: it draws your drag path live and marks each point where the button released before you meant it to. A drop is a different symptom from a button that fires two clicks from one press — for that, use the Mouse Double Click Test — and from a general button-and-wheel check, which the Mouse Tester covers.
What drag clicking is
Drag clicking (or “drag tapping”) is a technique from games like Minecraft where you pull a finger across the mouse button so friction makes the switch open and close many times in a single swipe, registering a burst of clicks at once. It relies on the same physical behaviour this test detects — a switch that opens mid-drag — so the tool doubles as a practice pad, counting any extra click events the browser fires while you drag. A switch that drag-clicks easily is also more likely to drop an ordinary drag, so the two are closely linked.
Causes and fixes for drag drops
- Worn micro-switches: the most common cause. The metal contacts fatigue after millions of clicks and start bouncing open. Replacing the switch, or the mouse, is the durable fix.
- Dust or debris inside the switch: a speck between the contacts can break the connection. A blast of compressed air, or a proper contact cleaner, sometimes clears it.
- A loose or damaged cable and connector, or a flaky wireless link with a low battery, any of which can briefly interrupt the button signal.
- Debounce firmware set too aggressively in your mouse software, which can split or drop brief presses — worth checking before you blame the hardware.
- For drag clicking specifically, grippy or textured button coatings encourage the effect on purpose; that is a design choice, not a fault.
How this test works
The pad listens to Pointer Events. When you press the left button it captures the pointer and starts a drag, timing it and adding up the distance your cursor travels. A drop is recorded when the button reports an “up” in the middle of a moving drag and then re-engages a fraction of a second later — the fingerprint of a contact that bounced rather than a release you intended. Because a drop is only counted once you are actually moving, a plain click or a deliberate lift is never flagged. Everything runs locally in your browser; nothing is uploaded.
