Why Controller Polling Rate (Hz) Matters in Esports
Polling rate—expressed in Hertz (Hz)—measures the number of input reports transmitted by your gamepad to the operating system every second.
While standard display refresh rates (144Hz, 240Hz, 360Hz) dictate how frequently you see new frames, controller polling rate dictates how fresh the controller coordinate state is when that frame is rendered.
USB Endpoint Polling vs. Bluetooth Transport Intervals
- Wired USB Interrupt Endpoints: USB HID controllers define a hardware polling interval (
bInterval). On Windows and Linux, standard USB polling defaults to4ms(250Hz) or8ms(125Hz). By utilizing custom filter drivers (such as HIDUSBF / LordOfMice), PlayStation DualSense and DualShock 4 controllers can be safely overclocked to an endpoint interval of1ms(1000Hz). - Bluetooth L2CAP Wireless Packets: Standard Bluetooth connections use dynamic sniff mode and connection intervals that fluctuate between
100Hzand250Hzdepending on RF interference and battery state.
How to Verify a Controller Overclock
- Connect your gamepad via a direct USB 3.0/3.1 port on your motherboard (avoid unpowered USB hubs).
- Apply your overclock utility settings (e.g., Filter on Device, Rate = 1000).
- Run the Polling Rate Checker above while rapidly spinning both analog sticks in continuous circles.
- If the live Hz counter stabilizes between 950Hz and 1000Hz with average intervals around 1.0ms, your overclock is active and stable.