Thresholds, causes and measurement — with a browser-based live tester
NTP jitter is the statistical dispersion — typically the standard deviation or a smoothed variance — of successive offset measurements between a client and one of its time sources. It quantifies how noisy the path is, not how accurate the source is.
A client that polls a server eight times and sees offsets of -2, -3, -1, -2, -4, -2, -3, -2 milliseconds has low jitter (~1 ms). A client seeing -2, +18, -9, +24, -11, +6, -3, +15 ms has the same average but very high jitter — the individual measurements are unreliable, even if averaging them over time still yields a reasonable clock.
| Link / scenario | Typical jitter | Action |
|---|---|---|
| Wired LAN, same datacentre | < 1 ms | Healthy |
| Wired WAN, continental | 1–5 ms | Healthy |
| Consumer broadband, idle | 2–10 ms | Acceptable |
| Wi-Fi, normal activity | 10–30 ms | Acceptable for non-critical |
| Mobile LTE/5G | 15–50 ms | Watch, not for Stratum 2 |
| Any path | > 50 ms | Investigate |
| Any path | > 200 ms | Source unusable as reference |
Financial-trading or telecom-synchronisation workloads operate in the sub-millisecond regime and require PTP/IEEE 1588, not NTP. Everyday enterprise workloads (AD, logs, TLS) tolerate 10–30 ms jitter without operational impact.
Four dominant causes, in rough order of frequency:
flent rrul or waveform bufferbloat to confirm.The live tester on the home page resamples the Stratum 1 GNSS reference every 10 seconds. The jitter is implicit in how much the displayed offset value changes between successive polls — load the page and watch the offset value for 1–2 minutes.
$ chronyc sourcestats -v
Name/IP Address NP NR Span Frequency Freq Skew Offset Std Dev
=======================================================================
ntp.rdem-systems.com 18 10 259 -0.012 0.034 -2ms 0.8ms
pool.ntp.org 16 9 245 +0.005 0.051 +4ms 2.1ms
The Std Dev column is the jitter estimate for the offset measurements. Target: below 2 ms for a Stratum 2 client.
$ ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
*192.0.2.1 .GPS. 1 u 21 64 377 14.132 -1.842 0.421
The jitter column is in milliseconds. Target: < 1 ms on a selected Stratum 1 peer.
> w32tm /query /status
Root Dispersion: 0.0156257s
Source: ntp.rdem-systems.com,0x8
Poll Interval: 10 (1024s)
Windows does not expose per-source jitter directly; Root Dispersion is a conservative upper-bound on combined jitter across the time-sync tree.
minpoll from 6 to 8 on NTP clients with stable upstream.| Metric | What it measures | Unit | Typical value |
|---|---|---|---|
| Offset | Difference between local clock and authoritative time | ms or µs | < 100 ms excellent |
| Jitter | Variability of successive offset measurements | ms | < 1 ms on LAN |
| Drift | Rate at which local clock falls behind over time | ppm (parts per million) | ±10 ppm typical crystal |
| Delay / RTD | Round-trip time to source | ms | < 50 ms continental |
A stable clock has low jitter, low drift, and low offset. Diagnosing time-sync issues starts by isolating which of the three is degraded: see the live offset guide and the latency benchmark guide.
Beyond jitter? Use the right tool: