What Is a Scroll Wheel Test?
This tool reads the real delta values your browser receives every time you move a scroll wheel, tracks the direction of each scroll, and checks how consistent the size of each "notch" is across repeated scrolls. A healthy mechanical scroll wheel produces fairly similar delta values notch to notch - a wheel that's wearing out or slipping tends to produce increasingly irregular values instead.
How to Use the Scroll Wheel Test
- Scroll up and down inside the box on this page using your normal scrolling motion.
- If your mouse supports horizontal tilt-scroll, try tilting the wheel left and right too.
- Watch the direction, delta value, and running scroll count update with each scroll.
- Check the "Notch Consistency" readout after several scrolls in the same direction.
- Press Reset to clear the log and test again.
How It Works
Every scroll fires a WheelEvent carrying a deltaY value for vertical movement
and a deltaX value for horizontal movement, both reported by your operating system based on the
physical distance and speed of your wheel's rotation. This tool records the primary-axis delta from each
event and calculates how much those values vary relative to each other using a coefficient-of-variation
style comparison - tightly clustered values are labeled "Very consistent," while widely varying ones are
labeled "Irregular."
Understanding Your Results
- "Very consistent" after several scrolls - your wheel's mechanical notches are producing steady, repeatable step sizes, which is the expected healthy pattern.
- "Irregular" showing up consistently - worth investigating; a wheel encoder that's wearing down often produces uneven step sizes even when you scroll at a steady pace.
- Scroll only registers in one direction - a strong sign of a one-directional encoder fault; test both up and down deliberately to confirm.
- Horizontal tilt never registers - many mice simply don't have a tilt-scroll wheel, so this alone isn't a fault; check your mouse's specifications first.
Browser Limitations
Scroll delta values aren't perfectly standardized across browsers and operating systems - some report delta in pixels, others in "lines," and the exact numeric scale can differ between Chrome, Firefox, and Safari even on identical hardware. This test focuses on relative consistency between your own scrolls rather than comparing your raw numbers against another device, since cross-browser delta values aren't directly comparable.
Common Mistakes to Avoid
- Scrolling too fast to judge consistency fairly - a slower, deliberate scroll makes individual notch sizes easier to compare.
- Testing with a touchpad and expecting notched steps - touchpads scroll continuously rather than in discrete notches, so consistency readings behave differently there by design.
- Assuming irregular results always mean a fault - some high-end mice use a free-spinning "hyper-scroll" mode that intentionally varies delta size with scroll speed; check if your mouse has that mode enabled before concluding it's a hardware issue.
Frequently Asked Questions
Why do my delta values look different from what I've seen elsewhere?
Scroll delta scaling isn't standardized across browsers and operating systems, so the same physical scroll can produce different raw numbers in Chrome versus Firefox, even on identical hardware.
Does this test work with a laptop trackpad?
Yes, two-finger scroll gestures fire the same WheelEvent, though trackpads scroll continuously rather than in discrete notches, so consistency scoring behaves differently than with a mechanical wheel.
What does "notch consistency" actually measure?
It compares the size of your recent scroll delta values to each other - tightly grouped values score as consistent, while widely varying values score as irregular, which can point to a worn scroll encoder.
Is my scroll data stored or sent anywhere?
No. Everything is calculated locally in your browser for the current session and clears when you refresh, reset, or leave the page.
My mouse has no tilt wheel - is that a problem?
No, tilt-scroll is an optional feature on some mice, not a standard one - if your mouse doesn't have it, horizontal scrolling simply won't register here, which is expected.
Conclusion
Scroll wheels wear out gradually, and irregular notch sizes are often one of the earliest signs before a wheel fails outright. Run a few deliberate scrolls in both directions here, and if you spot consistently irregular results or a direction that won't register at all, pair this with the general Mouse Tester to confirm the rest of your mouse is working normally.