What Is Ping?

Ping is a simple way to describe how long it takes data to travel to a destination and for a response to return. It is measured in milliseconds, and lower is generally better.

Last reviewed: June 23, 20269 min readNetworkCheck practical guide

Quick answer

Under 20 ms is excellent for nearby services, 20–50 ms is very good, 50–100 ms is usually workable, and more than 100 ms becomes noticeable in interactive tasks. The destination matters: a server on another continent will naturally have higher latency than one in your region.

What the number actually represents

A ping result is usually a round-trip time: your device sends a small message, the destination replies, and the timer measures the total delay. A result of 40 ms means the round trip took about four hundredths of a second.

Ping is not a universal score for your entire internet connection. It is a measurement to one destination at one moment. Different servers, routes, and test locations produce different numbers.

Practical ping ranges

0–20 msExcellent

Very responsive for games, calls, and remote control when the route is local.

20–50 msVery good

Comfortable for nearly all interactive uses.

50–100 msUsable

Usually fine for calls and most games, though fast competitive play may feel less immediate.

100–150 msNoticeable

Delay becomes easier to feel in conversations, games, and remote desktops.

150+ msHigh

Real-time activities may feel delayed, especially if jitter or loss is also present.

These are practical guidelines, not pass/fail rules. Satellite links, long-distance VPNs, and overseas servers can have higher unavoidable latency.

Ping versus download speed

Speed is capacity

Download and upload speed describe how much data can move per second. Think of this as the width of a road.

Ping is delay

Ping describes how long the first trip takes. Think of this as the travel time to the destination.

A wide road can still lead to a faraway city. That is why a 1 Gbps connection can have high ping, and a 50 Mbps connection can feel very responsive for browsing or games.

Example

Streaming a movie mainly needs steady capacity. A competitive game sends much less data, but it needs each update to arrive quickly. The gamer may care more about 25 ms versus 100 ms ping than 100 Mbps versus 500 Mbps download.

Jitter, packet loss, and loaded latency

Jitter

Jitter is variation in latency. A steady 50 ms can be easier for a call or game to handle than results jumping between 20 ms and 180 ms.

Packet loss

Packet loss means some data never arrives. Depending on the application, it must be resent or is simply skipped. Symptoms include robotic audio, frozen video, rubber-banding in games, and stalled VPN sessions.

Loaded latency

Loaded latency measures delay while the connection is busy. A connection may show 20 ms when idle and 250 ms during a large upload. This is often called bufferbloat and is a common reason a household feels laggy even though a speed test shows strong throughput.

Cloudflare’s connection-quality methodology includes latency, loaded latency, jitter, packet loss, download, and upload because no single metric fully describes the experience.

What causes high ping?

CauseWhy it adds delayHow to test
Faraway serverPhysical distance and more network hopsCompare a nearby server or regional service.
Wi-Fi interferenceRetries and airtime contentionTest close to router or on Ethernet.
Busy upload/downloadPackets wait in queuesPause transfers and retest.
VPNTraffic detours through another gatewayDisconnect briefly and compare.
Provider congestionShared links queue trafficCompare morning and evening results.
Overloaded routerHardware or firmware processes traffic slowlyRestart, update firmware, compare wired tests.
Cellular or satellite linkRadio scheduling, signal, and path distanceCompare locations, signal levels, and another connection type.

How to test ping properly

  1. Pause large downloads, uploads, and backups.
  2. Test on Ethernet or close to the router.
  3. Run several tests rather than trusting one result.
  4. Test while the connection is idle.
  5. Then deliberately start a large transfer and test again to reveal loaded latency.
  6. Compare the same destination at different times of day.

Try it: The NetworkCheck speed test reports ping alongside download and upload. Use repeated results to look for consistency.

How to lower ping

What your pattern suggests

  • High only on Wi-Fi: local signal or interference.
  • High only while uploading: queueing or upload saturation.
  • High only to one game/service: server location or route.
  • High every evening: household or provider congestion.
  • Random spikes plus loss: unstable Wi-Fi, cabling, router, or provider line.

Frequently asked questions

Is 50 ms ping good?

Yes for most uses. It is normally comfortable for video calls, browsing, remote work, and many games.

Why is game ping different from a speed test?

The game server may be farther away or use a different network route than the speed-test server.

Does faster internet lower ping?

Sometimes indirectly, especially if the old connection was saturated. But buying more download speed does not remove physical distance, poor Wi-Fi, a bad route, or server delay.

Can DNS affect ping?

DNS affects finding the server address before a connection begins. It usually does not change the ongoing latency after the connection is established.

Sources and further reading