Mouse Polling Rate
Measure how many times per second your mouse reports its position. See your real polling rate in Hz live, and check it against your setting.
Stability Visualizer
Last 100 samples · flat line = consistent pollingStandard Polling Rate Match
Your reading highlights the closest standard rateQuick Summary
- What it does: measures how many times per second (Hz) your mouse reports its position to your PC.
- How to start: move your mouse continuously across the test area for a few seconds.
- Reading it: common rates are 125, 500, and 1000 Hz; higher means smoother, more up-to-date tracking.
- Note: a heavily loaded system or older browser can under-report your mouse's true rate.
What Mouse Polling Rate Means
Polling rate is how often your mouse tells the computer where it is, measured in hertz. A 125 Hz mouse reports its position 125 times a second — once every 8 milliseconds. A 1000 Hz mouse reports 1000 times a second — once every millisecond. The higher the rate, the more frequently the cursor's position is updated, and the smoother and more immediate fast movements feel. This tester measures the real rate your mouse is achieving right now, by timing the gap between the position updates your system actually receives.
The test runs in the browser with nothing to install. Move the mouse continuously in small circles and the tool samples how often fresh position data arrives, converting the interval into a live Hz reading. Keep moving for a few seconds to let the average settle — a stationary mouse sends nothing, so the rate only registers while you're moving.
Reports Arriving Over Time
The difference between polling rates is really a difference in spacing. At a low rate, updates arrive in widely spaced pulses; at a high rate, they stream in tightly packed. The same mouse movement is described in far more detail at 1000 Hz than at 125 Hz.
Each dot is one position report across the same slice of time. At 1000 Hz the reports are so dense they read as a continuous stream.
Polling Rate in Plain Terms
What Affects Your Real Rate
Like controllers, mice rarely hit their headline number perfectly in every situation. A few factors set the rate you actually get.
- Connection: wired USB and modern proprietary wireless dongles hit full rate; older or budget Bluetooth often caps lower and less consistently.
- Driver software: many gaming mice let you select 125, 500, 1000, or higher in their software — the tester shows whether the selected rate is actually being delivered.
- USB port and hub: a port shared through a hub can drop the effective rate; a direct motherboard port is most reliable.
- Browser sampling: a browser reads mouse events on its own loop, so an in-browser figure can read slightly below the hardware's true rate, especially above 1000 Hz.
- CPU load: heavy background load can starve the polling loop and introduce variance you'll see as an unstable rate.
The jump from 125 Hz to 500 Hz is the one most people can feel. From 500 to 1000 Hz the difference is subtle, and the leap to 4000 or 8000 Hz is real on paper but invisible to most players — and it costs noticeably more CPU. Match the rate to what you'll actually notice.
How to Measure Accurately
- Use a wired connection if you can, to see the mouse's true ceiling without wireless scheduling in the way.
- Move the mouse in continuous small circles — steady motion gives the cleanest sample. Stopping pauses the readings.
- Let the average settle over several seconds rather than reading the first number that appears.
- Close heavy background apps so CPU load doesn't add false variance.
- If the rate reads below what you selected in your mouse software, try a direct USB port and re-test before assuming a fault.
Polling rate is only one half of mouse responsiveness — the other is DPI, which sets how far the cursor travels. Measure that with the DPI Analyzer. While you're checking the mouse, the Click Speed Test measures your clicks per second, the Double Click Test catches a failing switch, and the Mouse Button Check confirms every button registers.
Frequently Asked Questions
What is a good mouse polling rate?
How do I test my mouse polling rate?
Is polling rate the same as DPI?
Does a higher polling rate reduce input lag?
Why does my polling rate read lower than I set it to?
Is 8000 Hz polling worth it?
Why does the rate only show when I move the mouse?
Version History
- v1.0Initial releaseMouse polling-rate measurement in Hz from movement intervals.
- 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
Click Speed Test
Measure your clicks per second (CPS).
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.