Skip to content

Guides

What Is Ping? Understanding Ping, Latency and Response Time

Ping is the time it takes for data to travel from your device to a destination and back, measured as round-trip time (RTT) in milliseconds (ms). A lower ping means a more responsive connection. Ping measures delay, not download speed — the two are related but not the same thing.

Written by the Pingvero team · Last updated September 11, 2026

The Basics

What Does Ping Mean?

In everyday language, ping refers both to a small network message and to the result you get back from sending one: how long, in milliseconds, it took for a round trip between your device and a server. On the Internet, that server might be a website, a game server or a test server like the one behind our ping tool. Inside a local or corporate network, the same idea applies between any two devices.

Ping is expressed in milliseconds because the delays involved are small and precise — a connection across a city might reply in single-digit milliseconds, while one across an ocean typically takes well over 100. Measuring in whole seconds would hide differences that matter a great deal for anything real-time.

It helps to separate speed from responsiveness. Download and upload speed describe how much data your connection can move per second, in megabits per second (Mbps). Ping describes how quickly the connection reacts, in milliseconds. A connection can be fast and unresponsive, or slow and snappy — the two numbers tell you different things, which is why a speed test usually reports both.

For example, a ping of 20 ms means the measured round trip took about 20 milliseconds — a very quick reply, but not a guarantee of a perfect experience on its own, since factors like jitter and packet loss aren’t captured by that single number.

Under the Hood

How Does Ping Work?

The mechanics are simple: send something small, time how long it takes to come back.

  1. Your device sends a small packet of data to a destination.

  2. The packet travels across the network, hop by hop, to reach that destination.

  3. The destination receives it and sends a reply.

  4. The reply travels back across the network to your device.

  5. The total elapsed time, from the moment the packet was sent to the moment the reply arrived, is measured and reported in milliseconds.

The classic command-line ping tool uses a protocol called ICMP — specifically an ICMP Echo Request sent out and an ICMP Echo Reply sent back. Some networks and firewalls treat ICMP differently from regular application traffic (web pages, games, calls), which is one reason a command-line ping and the real-world responsiveness of an app can differ slightly. Browser-based tools, including ours, measure round trips over HTTPS instead, since a web page cannot send a raw ICMP packet directly.

Related Terms

Ping vs. Latency vs. RTT

Three closely related terms, used a little differently depending on who’s talking.

Term Meaning What it tells you
Ping The common name for a network utility — and the test built on it — that measures a round trip by sending a small packet and timing the reply. A practical, single-number reading of responsiveness right now.
Latency The general, broader term for delay in a network, in either one direction or round-trip. The underlying concept that ping and RTT are both ways of measuring.
RTT Round-Trip Time: the precise, formal name for the time a signal takes to go out and a reply to come back. The exact quantity a ping test reports, expressed in milliseconds.

In casual use, “ping” and “latency” are often treated as interchangeable, and for most everyday purposes that’s close enough. Strictly speaking, RTT is not always exactly the same as one-way latency in each direction — the path a packet takes out and the path the reply takes back aren’t guaranteed to be identical or equally fast. For a running, live read on delay rather than a single figure, see our Latency Test.

Reading a Result

What Is a Good Ping?

General reference points, not fixed standards — the right number depends on your distance to the server, your routing, the application and how stable your connection is.

Ping General interpretation
0–20 ms Excellent — extremely responsive.
20–50 ms Very good.
50–100 ms Generally acceptable.
100–150 ms Noticeable delay.
150+ ms High latency.

Want your own number? Run our free ping test to see where you stand. For reference, the ITU-T’s Recommendation G.114 treats one-way delay up to 150 ms as acceptable for most interactive applications — a widely cited benchmark, though it predates today’s fast-paced online games.

Gaming

What Is a Good Ping for Gaming?

Online games are sensitive to ping because every input — a shot, a jump, a turn — has to reach the game server and get acknowledged before it counts. A low, stable ping keeps that gap small, so actions land close to when you actually pressed the button. The game server’s location matters just as much as your own connection: a nearby server keeps the physical distance, and therefore the delay, short, while a distant one adds delay no amount of local tweaking can remove.

A ping that’s merely low isn’t the whole story — one that stays steady matters almost as much. A connection that jumps between 20 ms and 100 ms can feel worse in practice than one that sits consistently at 60 ms, even though its average looks better. That variation is jitter, covered in more detail further down this page.

Ping General interpretation for gaming
Under 20 ms Excellent — ideal for competitive, fast-paced games.
20–50 ms Good — responsive for almost any game.
50–100 ms Fair — playable, with an occasional noticeable delay in fast games.
100–150 ms High — delay becomes noticeable in most online games.
150+ ms Very high — hard to ignore in almost any real-time game.

These are general reference points, not universal thresholds — casual and turn-based games are far more forgiving than competitive shooters. Check your own number with our ping checker, and pair it with a Jitter Test to see how stable it stays.

Troubleshooting

What Causes High Ping?

Usually one or more of these is behind a higher-than-expected result. A fast connection doesn’t rule any of them out — even a fiber line can show high ping if one of these factors is at play.

  • Physical distance to the destination server
  • Network congestion, yours or along the route
  • WiFi interference from other networks or devices
  • A weak WiFi signal or poor router placement
  • A busy network with many active devices
  • Inefficient routing between your device and the server
  • Issues on your ISP’s own network
  • An active VPN adding an extra hop
  • Background traffic such as downloads or backups
  • Satellite or other inherently high-latency connection types
  • An overloaded or outdated router or modem

How to Fix High Ping

Related Terms

Ping vs. Internet Speed

Download speed describes how much data your connection can transfer per second, in megabits per second (Mbps) — it’s what determines how quickly a file, a page or a stream loads. Ping describes how long a single small request takes to get a reply, in milliseconds — it’s what determines how immediate the connection feels. A connection can have very high download speed and still have high ping.

For example, a 1 Gbps connection can still show a higher ping than a much slower one, if the server it’s talking to is farther away or the network path between them is less direct. Throughput and responsiveness are shaped by different things: throughput mostly by bandwidth and congestion, ping mostly by distance and routing.

This is why gaming and video calls, which depend on quick back-and-forth exchanges, can feel poor even on a fast plan, while a large file download barely notices a high ping at all. Check both sides of your connection with our Internet Speed Test.

Related Terms

Ping vs. Jitter

Ping is the delay itself. Jitter is how much that delay varies from one measurement to the next. A connection can have a perfectly good average ping and still feel unpredictable if its jitter is high.

A sequence like 20 ms → 22 ms → 21 ms is stable: the delay barely moves, and everything feels consistent. A sequence like 20 ms → 90 ms → 35 ms → 120 ms is unstable: the average might not look too different, but the swings are what people actually notice.

High jitter is what tends to cause stuttering audio and video on calls, and inconsistent, unpredictable response times in games — even when the ping itself, on average, looks fine. It’s the variation, not just the delay, that breaks the smoothness of anything real-time. Measure yours with our Jitter Test, or learn what jitter means in more detail in our What Is Jitter? guide.

Related Terms

Ping vs. Packet Loss

Ping measures how long a request takes to get a response. Packet loss measures something different: how many of the packets sent never arrive at all. A connection can have a good ping and still lose data along the way, and a low packet loss percentage doesn’t say anything about how fast the successful packets arrived.

Both can affect games and real-time communication, but in different ways. High ping shows up as a consistent lag between action and response; packet loss shows up as stutters, freezes or dropped words, as missing data is either resent or simply skipped. Check both together — see our Packet Loss Test and our What Is Packet Loss? guide.

Try It Yourself

How to Check Your Ping

Two common ways to get a reading, depending on how much detail you want.

Online ping test. The simplest option: open our Ping Test and click start. It measures real, timed round trips from your browser to our test server and reports the result in milliseconds — no installation required.

Command line. Most operating systems include a built-in ping command. Open a terminal or command prompt and type:

ping example.com

This sends a series of ICMP requests to the address you specify and prints the round-trip time for each reply, usually in milliseconds, along with a summary that can also show how many packets, if any, were lost along the way.

Check Your Ping

Quick Reference

What Does ms Mean in Ping?

ms stands for milliseconds — one thousandth of a second. There are 1,000 milliseconds in a second, so:

  • 20 ms = 0.020 seconds
  • 50 ms = 0.050 seconds
  • 100 ms = 0.100 seconds

Milliseconds are used because the delays involved are too small to compare meaningfully in whole seconds — the difference between a 20 ms and a 100 ms connection is easy to feel, even though both round to “less than a second.”

FAQ

Frequently Asked Questions About Ping

Short, direct answers to the questions people ask most about ping.

What is ping?

Ping is the time it takes for a small packet of data to travel from your device to a destination and for the reply to come back, generally measured as round-trip time (RTT) in milliseconds (ms). A lower ping means a more responsive connection; it measures delay, not download speed.

What is a good ping?

As a general guide, 0–20 ms is excellent, 20–50 ms is very good, 50–100 ms is generally acceptable, 100–150 ms brings a noticeable delay, and above 150 ms is considered high. These are reference ranges, not fixed standards — what feels good still depends on what you are doing. Run our ping test to see your own result.

What is a good ping for gaming?

Under 20 ms is excellent for competitive play, 20–50 ms is good and responsive for most online games, 50–100 ms is fair and still playable, and above 100 ms delay becomes noticeable. A steady ping matters almost as much as a low one — check that with a Jitter Test.

What does ping mean on a speed test?

On a speed test, ping is the response-time reading shown alongside your download and upload results, usually in milliseconds. It tells you how quickly the connection reacts, which is a separate measurement from how much data it can move per second.

Is lower ping better?

Yes. A lower ping means less delay between an action and a response, which makes browsing, calls and games feel more immediate. Lower isn’t everything, though — a low ping with a lot of jitter can feel worse than a slightly higher one that stays consistent.

Why is my ping so high?

High ping is usually caused by distance to the server, network congestion, a weak or busy WiFi signal, an overloaded router, background traffic, a VPN, or inefficient routing along the way. See our guide to fixing high ping for the full breakdown.

Does faster Internet reduce ping?

Not necessarily. Download and upload speed measure how much data your connection can move, while ping measures delay — a connection can have a very high Mbps figure and still have high ping if the server is far away or the route is inefficient.

What is the difference between ping and latency?

They are closely related. Latency is the general term for network delay, in either direction; ping is the common name for the round-trip measurement a ping tool takes. In everyday use people often say “ping” to mean the RTT a ping test reports. See our Latency Test.

What is the difference between ping and jitter?

Ping is the delay itself, in milliseconds. Jitter is how much that delay varies from one packet to the next. A connection can have a good average ping and still feel unstable if its jitter is high. See our Jitter Test.

What does ms mean in ping?

ms stands for milliseconds — one thousandth of a second. A ping of 50 ms means the measured round trip took about 0.05 seconds; 1,000 ms would equal a full second, far higher than any usable connection.

Get started

See Your Own Ping

Now that you know what ping measures, run the free test to see your own number and how it rates.