How to check for reverse scroll jumps
- Choose TEST SCROLL DOWN or TEST SCROLL UP.
- Place the pointer inside the capture area.
- Rotate the physical wheel steadily in only that direction until at least 20 browser events are recorded.
- Opposite-direction events are highlighted red. Repeat the run before treating one event as a fault.
- Compare the other direction and, if possible, another browser or computer.
Why one event is not one notch
Browsers expose wheel events with delta values. A physical detent can result in one or several browser events depending on the mouse, driver, operating system, smooth-scrolling software and browser.
This tool evaluates the direction and timing of browser events. It does not claim to count raw rotary-encoder transitions or physical detents exactly.
What a reverse event means
During a deliberate one-direction run, an event with the opposite deltaY sign is useful evidence of the symptom commonly described as scroll-wheel jumping backward. Repeated opposite events are more meaningful than one isolated event.
Dust, encoder wear, vendor software, touchpad emulation, drivers or browser/OS smoothing can all contribute.
Delta consistency
The median absolute delta gives context for the event scale produced by the current environment. Very different delta sizes are not automatically bad: high-resolution/free-spin wheels and different deltaMode values can legitimately vary.
Skipped scrolling
A webpage cannot know that a physical notch occurred if the system sends no event at all. If you physically feel a notch but see no movement/event, repeat slowly and note the symptom manually. The page is strongest at detecting signals it actually receives, especially reversed ones.
Trackpads and smooth wheels
Touchpads and high-resolution wheels can generate many small deltas and inertia events. This diagnostic is most useful for a conventional mouse wheel when you can keep the physical direction steady and stop cleanly.
Scroll wheel test FAQ
Does an opposite event prove the encoder is broken?
No. Repeat the run and compare another environment. Several opposite events during deliberate one-direction wheel movement are stronger evidence than one.
Why does the delta value change?
Operating-system settings, browser scaling, smooth scrolling, high-resolution wheels and delta mode can change the reported amount.
Can this detect a completely missing notch?
Not directly. If no browser event arrives, the page has nothing to timestamp. Use the live counter alongside what you physically feel.
Related mouse diagnostics