UltimatePCTools

Smooth Scroll Test — Mouse Wheel Jitter Check

Last updated: May 2026Mouse Tools

A smooth scroll test detects whether your mouse, trackpad, or pointing device produces smooth (fractional) scroll events or stepped (integer) scroll events — and identifies jitter or irregular delta patterns that indicate scroll wheel health issues. Smooth scrolling occurs when a device sends many rapid events with small fractional delta values (e.g., deltaY = 3.5, 4.2, 6.1), creating fluid momentum-style movement. Stepped scrolling sends discrete events with integer deltas (typically deltaY = 100 or 120 per notch), creating the classic click-click movement of a standard notched scroll wheel. Apple trackpads, Logitech MX Master free-spin mode, and most laptop touchpads produce smooth fractional deltas. Standard gaming mice and office mice produce stepped integer deltas. Jitter — irregular, erratic delta values during steady scrolling — indicates encoder wear, hardware faults, or driver issues. This test uses the browser WheelEvent API to classify your device in real time, displaying each delta value as you scroll. The average healthy notched scroll wheel shows a consistent integer delta (100 or 120) per notch with zero variation.

Choose a scroll wheel test

🖱️

Scroll here to detect your wheel

Live Speed

Personal Best

0

Total Events

Scroll inside the zone above to test passively, or hit Start Speed Test for a 5-second timed challenge. Smooth scroll devices (trackpads) will show fractional delta values.

What Is a Good Smooth Scroll Delta Pattern?

Compare your scroll wheel test result against these benchmark tiers. Results vary based on mouse hardware, encoder condition, and test technique.

Speed / RateRating
Consistent integer deltaHealthy
Fractional delta streamSmooth
Integer ± 1–5 variationMinor jitter
Mixed positive/negativeDouble-fire
Erratic / large varianceFailing

Source: Based on scroll wheel hardware specifications, encoder datasheets, and community benchmark data from mouse hardware forums.

Frequently Asked Questions

How does this tool detect smooth scrolling?

This tester reads the deltaY property from each WheelEvent your browser receives. Standard notched scroll wheels send integer deltas — typically 100 or 120 pixels per notch in most browsers. Smooth-scrolling devices (trackpads, Apple Magic Mouse, MX Master in free-spin mode) send fractional deltas — small values like 3.5 or 6.2 per event, firing many events in rapid succession. The tester checks whether deltaY is an integer or fractional value on every event and classifies your device accordingly. Mixed results (some integer, some fractional) can occur on mice with a dual-mode scroll wheel switching between modes.

My scroll feels smooth but the test says 'stepped' — is something wrong?

No — this is expected. 'Smooth' and 'stepped' in this test refer to the technical scroll event type, not the physical feel. A high-quality notched scroll wheel can feel smooth and buttery to the touch while still sending integer (stepped) deltas. The distinction is in the data: does the browser receive fractional or integer delta values? Stepped scrolling is the standard for most mice and is perfectly healthy. Smooth fractional events are produced by touchpads and specialty wheels. Neither is better for most use cases — smooth scroll devices feel more natural on large displays, stepped wheels offer more precise control in coding and spreadsheet environments.

What causes scroll wheel jitter?

Scroll wheel jitter — erratic or inconsistent delta values during steady scrolling — has several causes: (1) Encoder wear: the mechanical contacts inside the encoder become dirty or worn, causing inconsistent electrical signals. (2) Debris: dust and hair caught in the encoder mechanism can cause intermittent contact failures. (3) Driver interference: some mouse software (Logitech Options, Razer Synapse) applies scroll acceleration that can make delta values appear inconsistent in raw tests. (4) OS scroll settings: Windows and macOS apply scroll multipliers to raw hardware events, which can make jitter appear amplified. Disable OS smooth scrolling or mouse software to test the raw hardware signal.

Why does my scroll delta change between browsers?

Different browsers normalize wheel events differently. Chrome and Edge typically report deltaY = 100 per notch in pixel mode. Firefox historically used deltaY = 3 in line mode (deltaMode = 1) instead of pixel mode, which appears as a much smaller number. Safari on macOS applies momentum and acceleration, producing fractional deltas even for notched wheels. This is a browser normalization difference, not a hardware issue. The deltaMode property (0 = pixels, 1 = lines, 2 = pages) shown in this tester tells you which unit the browser is using — mode 0 (pixels) is the most consistent across browsers.

Can smooth scrolling affect web page performance?

Yes. Smooth-scrolling devices fire many more WheelEvents per second than notched wheels — a trackpad flick can produce 60–120 events/second compared to 3–8 for a notched wheel. If a web page has expensive scroll event listeners (large e-commerce pages, Google Maps, photo galleries), this can cause scroll lag on smooth-scroll devices. Modern browsers partially mitigate this with passive event listeners. If you notice page lag on your trackpad, the issue is typically the website's JavaScript, not your hardware.

How do I enable or disable smooth scrolling in Chrome?

In Chrome, smooth scrolling is enabled by default. To toggle it, type chrome://flags in the address bar, search for 'Smooth Scrolling', and change the setting to Disabled. Note that this affects Chrome's rendering interpolation, not the hardware WheelEvents your mouse sends — a trackpad will still produce fractional deltas regardless of this flag. To disable smooth scrolling at the OS level on Windows: Settings → Ease of Access → Display → toggle off 'Show animations in Windows'. On macOS, smooth scrolling is tied to the trackpad acceleration curve and cannot be easily disabled system-wide.

Does smooth scrolling affect gaming?

Smooth scroll detection is primarily relevant for productivity and browsing, not gaming. In games, scroll wheel events are handled by the game engine, not the browser, so browser smooth scroll settings have no effect on in-game weapon switching or inventory scrolling. The one gaming scenario where smooth scroll matters is browser-based games — if you play games in Chrome/Firefox, smooth scroll physics may cause over-scrolling in web-based game UIs. For native PC games, the hardware scroll event (integer or fractional delta) is irrelevant.

Last updated: