Jitter test

How much your ping swings from one packet to the next, which is what makes calls sound robotic.

Jitter โ€“ms
Packet loss โ€“%
Ping โ€“ms

Each tick is a packet. Taller ticks took longer. Red marks are packets that never came back.

Test length

Sends 1500 small UDP packets to your nearest Cloudflare edge and back.

Updated

What jitter is, in one example

Imagine two connections that both average 40 ms of ping. On the first, every packet takes between 38 and 42 ms. On the second, packets take 15 ms, then 80 ms, then 25 ms, then 60 ms. Both have the same average, and they behave completely differently. The first is smooth. The second makes a voice call stutter and a game feel like the other players are teleporting. The difference between them is jitter.

This jitter test sends fifty UDP packets a second and records the delay of each. Jitter is the average change in delay between one packet and the next: if consecutive packets take 40 ms and then 50 ms, that step contributes 10 ms. It is the same measure voice and video software uses to size its buffers, and the same one most ping tools report.

How much jitter is too much

Voice apps cope with jitter by holding incoming audio in a jitter buffer for a moment before playing it, so that late packets still arrive in time. The buffer adds delay. With 30 ms of jitter the app has to wait long enough that conversations start to feel slightly out of step, and beyond that it starts throwing away packets that arrive too late, which sounds exactly like packet loss.

Jitter bands used in the verdict
JitterGamingVoice and video calls
Under 5 msGreatGreat
5 to 15 msFineGreat
15 to 30 msPoor for fast gamesFine
30 to 50 msBadPoor: audio starts to break up
Over 50 msBadBad

What causes jitter

  • Wifi. Wifi takes turns on a shared channel and retries frames that fail, so every packet waits a slightly different time. This is the most common source of jitter at home.
  • Other traffic on your line. When your connection is busy, packets queue in the router. A queue that grows and shrinks produces jitter, and a very long one produces bufferbloat.
  • Power-saving on the device. Laptops and phones put their wifi radio to sleep between packets, adding a few milliseconds at irregular moments.
  • Provider congestion. Jitter that appears every evening and disappears overnight comes from your provider's network at peak times.

Fixes for each cause are in what is jitter and how to reduce it.

Reading the strip for jitter

On the packet strip, jitter shows as the ragged top edge. A low-jitter connection draws an almost flat row of short ticks. A high-jitter connection draws a jagged skyline. If the skyline is ragged all the way across, the cause is constant, and wifi is the usual suspect. If it is flat with a few tall towers, you have spikes rather than steady jitter; that pattern is covered in why ping spikes.

Frequently asked questions

What is a good jitter?

Under 5 ms is excellent and under 15 ms is fine for nearly everything. Voice calls start to degrade at around 30 ms and fast online games feel inconsistent above about 15 ms.

Does jitter cause packet loss?

Indirectly. A packet that arrives later than a call's jitter buffer allows is thrown away, so from the app's point of view very high jitter becomes packet loss even though the network delivered the packet.

Will Ethernet reduce jitter?

Usually by a lot. A cable does not share airtime or retry frames the way wifi does. If your jitter drops sharply on a cable, the wifi is the cause.