Glossary · Performance
Jitter: definition, explanation, and why it matters
The variation in latency between successive packets, measured in milliseconds — a key indicator of network stability.
Definition
The variation in latency between successive packets, measured in milliseconds — a key indicator of network stability.
Plain-English explanation
Jitter is not the average delay; it is how much that delay wobbles. A connection averaging 30 ms with ±2 ms jitter feels rock-solid. The same 30 ms average with ±60 ms jitter feels broken even though throughput looks fine.
Real-time applications like voice and video must reassemble packets in order, so they buffer ahead to absorb jitter. When jitter exceeds the buffer, the application either drops packets or stalls — producing the dropouts and frozen frames users actually notice.
Real-world examples
- A Zoom call where audio occasionally clips into robotic stutter is almost always a jitter problem, not a bandwidth problem.
- A speed test reporting 'jitter: 45 ms' alongside a 5 ms ping average is a strong sign of Wi-Fi interference or a congested upload buffer.
Why it matters
Jitter directly degrades voice, video, and gaming quality. It is the single most common cause of 'my connection is fast but calls are choppy' complaints.
Jitter is invisible to ordinary speed tests that only report bandwidth. You must measure latency over time to see it.
Common misconceptions
- Myth: Jitter is fixed by getting more bandwidth.
Reality: Jitter usually traces to congestion, Wi-Fi, or buffering — not raw capacity. Doubling bandwidth on a jitter-prone link rarely helps.
Frequently asked questions
- What is acceptable jitter?
- Under 5 ms is excellent. Under 30 ms is acceptable for most uses. Over 50 ms degrades voice and video noticeably.
- How do I reduce jitter?
- Use wired Ethernet where possible, enable QoS/SQM on your router, switch Wi-Fi to 5 GHz or 6 GHz, and avoid running large uploads during calls.