What exactly is ping?
Think of ping like shouting across a canyon. Imagine you're standing at one side of a canyon and you shout "Hello!" to someone on the other side. They hear you and shout "Hello!" back. Ping is like measuring how long it takes for your voice to travel there and their response to come back to you.
In computer terms, ping is a simple test that measures how long it takes for a small message to travel from your computer to another computer on the internet and back. That's it — nothing complicated.
When you "ping" a website like Google, your computer sends a tiny message asking "Are you there?" Google's servers respond with "Yes, I'm here!" and your computer measures how long that entire conversation took.
Why is it called "ping"?
The name comes from sonar technology used by submarines. Just like a submarine sends out a "ping" sound and listens for the echo to detect objects underwater, your computer sends out a digital "ping" and waits for the response.
What does ping actually measure?
Ping measures latency — which is just a fancy word for "delay" or "response time." It tells you:
- How responsive your internet connection is.
- Whether a website or server is reachable.
- How much delay there is in your connection.
You'll also see this round trip called the round-trip time, or RTT — that's exactly the number ping reports.
Good to know:
- Ping is measured in milliseconds (ms).
- Lower numbers are better.
- 1000ms = 1 second.
- Most connections are much faster than 1 second.
What ping ranges mean:
- Under 20ms — excellent.
- 20–50ms — good.
- 50–100ms — fair.
- Over 100ms — slow.
When does ping matter?
For most everyday internet activities, ping doesn't matter much. But here are situations where it becomes important:
Gaming. Online games need quick responses. High ping causes lag, making games feel sluggish or unresponsive. Ideal: under 50ms.
Video calls. Video conferencing needs low latency for natural conversations without awkward delays. Ideal: under 80ms.
Browsing. Web pages load faster with lower ping, especially for interactive elements. Acceptable: under 200ms.
Streaming. Once streaming starts, ping doesn't matter much. It's more about bandwidth.
How can you test your ping?
Easy way: use our tool. The simplest way is to use our ping test tool. Just enter a website name and we'll show you the ping time along with other useful information.
Advanced way: command line. If you're feeling adventurous, you can open your computer's command prompt and type:
ping google.com
Press Enter and watch the results appear.
An example ping to 8.8.8.8 — what the output looks like. To measure your own latency, use the ping tool or run ping on your computer.
Common questions about ping
Is ping the same as internet speed? No, they're different. Ping measures response time (how quickly servers respond), while internet speed measures bandwidth (how much data you can download). Think of ping like reaction time and speed like how fast you can run.
What causes high ping? Several things: distance to the server, network congestion, WiFi interference, outdated equipment, or simply having a slower internet plan. Sometimes it's temporary due to network traffic.
Can I improve my ping? Sometimes. Try using a wired connection instead of WiFi, closing unnecessary programs, choosing game servers closer to you, or upgrading your internet plan. However, distance to servers and your ISP's routing will always play a role.
Why does ping vary between different websites? Different websites have servers in different locations. A server across the country will have higher ping than one in your city. It's like the difference between shouting to your neighbour versus shouting across multiple cities.
Understanding your ping results
When you run a ping test, here's what you'll typically see:
Pinging google.com [142.250.191.78] with 32 bytes of data:
Reply from 142.250.191.78: bytes=32 time=23ms TTL=117
Reply from 142.250.191.78: bytes=32 time=24ms TTL=117
Reply from 142.250.191.78: bytes=32 time=22ms TTL=117
The important number is the "time" value — that's your ping in milliseconds. In this example, the ping is around 23ms, which is excellent.
(The TTL value is just how many network hops the reply had left before it would be discarded — not something you need for understanding ping. We cover hops in the traceroute & network routing guide.)
Curious what route your ping actually takes? Ping measures the round trip, but it doesn't show you the path your data travels — the chain of routers, called hops, between you and the server. That's what traceroute reveals: every stop along the way, and how long each leg takes. See how traceroute maps the path →
Related reading: Traceroute & network routing — the path your data takes · Ping test, internet connection & latency — complete guide · The ping command — Windows, Linux & Mac · High ping while gaming — causes & fixes