2 min read
Mouse Polling Rate, Explained
What polling rate (report rate) means, whether a higher Hz actually makes a difference you can feel, and how to test your mouse's real rate in the browser.
What polling rate actually means
Polling rate — also called report rate — is how often your mouse tells the computer where it is, measured in hertz. A 125 Hz mouse sends an update 125 times a second, or once every 8 milliseconds. A 1000 Hz mouse updates every 1 millisecond. Higher means the cursor position is fresher, which lowers input latency and smooths out fast movement.
Basic office mice usually run at 125 Hz. Gaming mice offer 500 and 1000 Hz, and a recent wave of models pushes to 4000 or even 8000 Hz. Polling rate is separate from DPI: DPI is how far the cursor moves per inch of hand movement (sensitivity), while polling rate is how frequently that movement is reported (timing).
Does a higher rate actually help?
Going from 125 Hz to 1000 Hz is a real, if subtle, improvement: the cursor feels a touch more connected and, in fast-paced games, aiming is marginally more consistent because position updates arrive between display frames rather than in lumps. Most players notice the jump from 125 to 500 or 1000; beyond that, the gains shrink fast.
The very high rates — 4000 and 8000 Hz — are a diminishing return for most people and carry a cost: they raise CPU usage, because the system has to process far more reports per second. On a mid-range PC an ultra-high rate can actually hurt performance. For the vast majority of users, 1000 Hz is the sweet spot.
How to test your mouse's rate
A browser test estimates the rate by timing the gap between the reports it receives while you move the mouse. One caveat: browsers and your display's refresh rate can batch or cap those reports, so an in-browser reading sometimes lands below the mouse's rated figure. A good test reads coalesced pointer events to recover as many reports as the browser exposes.
- 1Open the Mouse Polling Rate Test.
- 2Move the mouse in fast circles inside the test box.
- 3Keep moving for several seconds so the average settles.
- 4Read the average and peak rate in Hz.
- 5For a driver-level number, cross-check with a desktop utility.
Frequently asked questions
Is polling rate the same as DPI?
No. DPI (or CPI) is sensitivity — how far the cursor travels per inch of hand movement. Polling rate is timing — how often the mouse reports its position per second. You can change one without affecting the other.
Why does my browser test read lower than 1000 Hz?
Web pages often can't see every raw report; browsers may align pointer events to the display refresh rate and batch the rest. A test that reads coalesced events recovers more of them, but a driver-level desktop tool still measures the true rate more reliably.
Should I set my mouse to 8000 Hz?
Usually not. Very high rates add significant CPU overhead for a benefit most people can't feel, and on mid-range systems they can reduce overall performance. For nearly everyone, 1000 Hz is the practical sweet spot.
Tools mentioned in this guide
Mouse Polling Rate Test
Measure your mouse's polling rate in Hz — move it in the box and read the report rate.
Device Tests
Mouse Tester
Test every mouse button, scroll wheel, and double-click behavior.
Device Tests
Mouse Double-Click Test
Detect a chattering mouse switch by timing the gap between your clicks.
Device Tests
Click Speed Test
Measure your clicks per second (CPS) over 5, 10, or 30 seconds.
Device Tests
Keep reading