Guide

What latency is, and why a 'fast' connection can still feel slow.

Speed and latency aren't the same thing. One measures how much data fits per second; the other measures how long a single packet takes to make a round trip. Confusing the two explains a lot of 'slow internet' complaints that are actually a latency problem.

Two different metrics, one symptom: "slow internet"

Bandwidth (or speed, measured in Mbps) measures how much data your connection can carry per second — it's a matter of capacity, like the number of lanes on a highway. Latency (measured in milliseconds, ms) measures how long a single data packet takes to reach its destination and come back — it's a matter of travel time, like how long it takes to cross that highway from one end to the other, regardless of how many lanes it has. You can have a 20-lane highway (plenty of bandwidth) that still takes hours to cross if it's too long (high latency).

How latency is measured

The standard tool is ping: it sends a small packet to a destination server and measures how long it takes to get a response — that total round-trip time is called RTT and is what's typically reported as "latency" in ms. A 20 ms ping means a packet takes 20 milliseconds to reach the server and return to your device.

Why latency shows up more in some activities than others

Activity Latency sensitivity Why
Downloading a large file Low What matters is sustained bandwidth, not a single round trip.
Browsing web pages Medium Each page element may require its own round trip to the server.
Video calls High Latency translates directly into the noticeable delay between speaking and being heard.
Competitive online gaming Very high Every action is sent and confirmed in real time; a few ms of difference is noticeable.

What causes high latency

Physical distance is the biggest factor: a signal, even at the speed of light, takes longer to cover greater distances — which is why connecting to a server on another continent always adds latency compared to one in your own country. Each network "hop" (intermediate routers processing the packet along the way) adds up too, along with network congestion and connection technology: satellite internet has structurally high latency because the signal must travel thousands of kilometers to a geostationary satellite and back, no matter how fast the advertised download speed is.

How to tell if your problem is speed or latency

If large file downloads run fast but video calls feel delayed, or web pages take a while to start loading even though they finish quickly, the problem is likely latency, not speed — and upgrading your Mbps plan probably won't fix it. Check latency (ping) separately from download speed the next time you suspect your connection.

Verifiable sources

The technical definition of latency, round-trip time (RTT) and its relationship to network performance is documented by Cloudflare as part of its internet infrastructure glossary.

Related guides