Jitter vs Ping — What's the Difference?

Both are measured in milliseconds and both describe latency — but they measure completely different things, and confusing them leads to misdiagnosing your connection problems.

Ping (latency)

The average time it takes a packet to travel from your device to a server and back. A fixed distance — lower is better. Measured in ms.

Jitter

The variation in ping over time — how consistent your latency is. A measure of stability, not speed. Also measured in ms.

The one-line distinction

Ping tells you how far away the server is (in time). Jitter tells you how reliably packets reach that server on every trip.

Think of driving to work. Ping is how long the drive takes on an empty road. Jitter is whether the drive takes the same amount of time every day, or whether some days it takes 10 minutes and others it takes 45 minutes due to traffic.

How ping is calculated

A ping test sends multiple packets to a server and measures the round-trip time (RTT) of each one. The reported ping value is the average (or median) of all samples. Our Ping Test collects 14 samples, trims the outliers, and reports the trimmed mean.

Ping is primarily determined by:

  • Physical distance to the server (speed of light imposes a floor)
  • Number of router hops between you and the server
  • Backbone routing quality of your ISP

How jitter is calculated

Jitter is calculated from the same ping samples, but instead of averaging the values, it measures how much consecutive values differ from each other. Our Jitter Test collects 20 samples and reports the mean of successive differences — the average gap between each consecutive pair of samples.

Jitter is primarily determined by:

  • Wi-Fi radio interference and channel contention
  • ISP congestion causing variable queue depth at routers
  • Buffer bloat in your own router when downloads are in progress
  • VPN encryption processing time variance

Which matters more for gaming?

Both matter, but jitter is harder to tolerate. Here's why:

If your ping is consistently 60 ms, a competitive game can compensate. Game servers use techniques like client-side prediction and lag compensation — they know your packets always arrive 60 ms late, so they account for it. The game still works well.

If your ping is 20 ms on average but spikes to 80 ms randomly (high jitter), the server can't compensate. It doesn't know when the next packet will arrive. This produces rubber-banding, ghost shots, and desync — problems that a stable 60 ms ping never causes.

Rule of thumb for gaming: A stable 50 ms ping beats an unstable 20 ms ping almost every time.

Which matters more for video calls?

For video calls (Zoom, Teams, FaceTime, Google Meet), jitter is the dominant factor. Call applications include a jitter buffer — a small delay (20–80 ms) that smooths out arriving packets before playing them. Ping simply determines one-way delay; above 150 ms you may notice a conversational lag, but it's manageable.

Jitter above the buffer size causes packets to be discarded — producing the choppy, cutting-out audio that makes calls painful. You can have a 200 ms ping and have a perfectly clear call. You can have a 10 ms ping with 40 ms jitter and have constant audio dropouts.

Which matters more for streaming?

Neither, meaningfully. Streaming services buffer 10–30 seconds of video. Ping and jitter values well above "acceptable" thresholds for gaming and calls are completely absorbed by the buffer. For streaming, what matters is sustained download speed relative to the stream's bitrate.

Can you have good ping but bad jitter?

Yes — and it's common. A Wi-Fi connection to a nearby server might report 15 ms average ping (excellent), but with 35 ms jitter (poor) because the wireless channel is congested. The average looks fine; the consistency is terrible.

This is why our speed tests report both metrics. A low average ping with high jitter is often more disruptive than a high but stable ping.

Can you have bad ping but good jitter?

Yes. A VPN connection to a geographically distant server might add 80 ms of ping (high) but with consistent 3 ms jitter (excellent) because the VPN tunnel is reliable. Games and calls on this connection may still work reasonably well — the delay is predictable.

Improving each independently

Problem Fix
High ping Use a server/game region closer to you. Disable VPN. Check for ISP routing issues.
High jitter Switch to Ethernet. Restart router. Reduce background traffic. See reduce jitter guide.
Both high Start with Ethernet (fixes jitter). If ping remains high, investigate ISP or routing.