Gamepad Polling Rate (Hz)
Polling rate is how often a controller reports its state — 125Hz to 1000Hz on modern pads. It affects input freshness, but it is not the whole latency story.
What the number means
A controller is a tiny computer: your button press is digitized, and the device asks for the state at a fixed interval. At 125Hz the device receives a fresh report every 8ms; at 1000Hz every 1ms. High polling means your movement input arrives fresher — which matters for fast direction changes, not for raw button response.
Typical defaults: many budget pads report at 125Hz, most wireless gamepads at 250Hz, enthusiast and pro controllers at 500–1000Hz. A 500–1000Hz controller is not automatically "faster" than a 125Hz one — other latency components usually dominate (see input lag guide).
How to check yours
Our Polling Rate Checker reads the Gamepad API's timestamp field to estimate your controller's actual report frequency in Hz in real time. Run it wired and wireless — Bluetooth often caps the effective rate even if the pad supports more.
What polling rate does not fix
A high polling rate cannot reduce the sensor's own response time, the game engine's frame time, or display latency. It also cannot fix stick drift. Treat it as one variable among several, and do not buy on Hz alone.
Quick Answers
What is a good polling rate for a controller?
250Hz is a solid baseline for most play; 500–1000Hz matters mostly for fast competitive aim games. The difference between 125Hz and 1000Hz is an 8ms vs 1ms report interval — real, but small next to frame time and display latency.
Does polling rate affect stick drift?
No. Drift is a sensor offset at rest; polling rate only changes how often the offset is reported. A high polling controller drifts just as visibly.