What ping is and why it matters for your network

Ping is the time it takes for data to travel from your device to another computer on the internet and back. It is measured in milliseconds (ms). A ping of 50ms means your data made the round trip in 50 thousandths of a second. Lower ping is faster; higher ping means slower response.

Ping matters because it affects how responsive your internet feels. If you are video calling, playing online games, or using remote desktop software, high ping creates lag — you speak and the other person hears you a moment later, or your game character moves after you press the button. For browsing websites or checking email, ping barely matters. For real-time activities, it does.

Ping also tells you something about your connection path. If your ping to a nearby server is unusually high, it may mean congestion on your network, interference with your WiFi, or a problem with your internet service provider's routing. Checking ping regularly gives you a baseline so you notice when something changes.

Key Takeaways

  • Ping is the round-trip time for data to reach a server and return, measured in milliseconds, and you can check it using the ping command on Windows, Mac, or Linux.
  • A ping under 50ms is good for most activities; under 20ms is excellent; over 100ms will feel noticeably slow for video calls or gaming.
  • Ping varies by the server you test against, so test the same server each time to spot real changes in your connection.
  • High ping can come from WiFi interference, network congestion, or distance from the server, and you can narrow down the cause by testing wired versus wireless and different servers.

How to check ping on Windows

Open the Command Prompt by pressing the Windows key, typing cmd, and pressing Enter. A black window will open. Type ping google.com and press Enter. The command will send four packets to Google's servers and show you the response time for each one, plus a summary at the bottom.

The summary line shows the minimum, maximum, and average ping times. The average is the number to pay attention to. If you see "Request timed out" instead of a time, your device cannot reach that server — check that you are connected to the internet first.

You can ping any website or IP address. To test your connection to your router instead of the internet, type ping 192.168.1.1 (or 192.168.0.1 if that does not work). This tells you whether your device can reach the router itself. If the router ping is fast but google.com is slow, the problem is between your router and the internet.

How to check ping on Mac and Linux

Open Terminal. On Mac, press Command + Space, type terminal, and press Enter. On Linux, open Terminal from your applications menu. Type ping google.com and press Enter. The output will show each response time as it arrives. Press Control + C to stop the test.

Mac and Linux ping commands run continuously until you stop them, unlike Windows which stops after four packets. The format is the same: you will see the time in milliseconds for each packet, and at the end a summary showing the average. The summary appears only after you press Control + C.

Understanding your ping results

Ping under 20ms is excellent — you are very close to the server or have a very fast connection. Ping between 20ms and 50ms is good for most activities including video calls and casual gaming. Ping between 50ms and 100ms will feel slightly sluggish in real-time activities but is still usable. Ping over 100ms will be noticeably slow; video calls will have obvious delay, and online games will feel unresponsive.

These ranges assume you are testing to a server that is geographically reasonable — testing to a server on another continent will naturally have higher ping because the data has to travel farther. Test to a server near you for a realistic picture of your connection quality. Google.com is a good general test because Google has servers worldwide and will route you to a nearby one.

Ping varies slightly from test to test, even on the same connection. A variation of 5 to 10ms is normal. If your ping jumps by 20ms or more between tests, something on your network is using bandwidth or your connection is unstable.

Diagnosing high ping with wired versus wireless

If your ping is higher than you expect, the first test is to compare wired and wireless. Connect a device directly to your router with an ethernet cable and check the ping. If the wired ping is much lower than the wireless ping, your WiFi signal is weak or there is interference. Move closer to the router, switch to the 5GHz band if your router supports it, or check for interference from microwaves, cordless phones, or neighboring WiFi networks.

If wired and wireless ping are the same and both are high, the problem is not your local network — it is between your router and your internet service provider, or between the ISP and the destination server. In that case, restart your modem and router, wait two minutes, and test again. If the problem persists, contact your ISP.

Testing ping to different servers

Ping varies by destination. Your ping to google.com might be 30ms while your ping to a server in Europe is 80ms. This is normal and expected. To get a true picture of your connection quality, test the same server each time you check. Google.com, cloudflare.com, and 8.8.8.8 (Google's public DNS server) are all stable targets that work well for regular testing.

If you are having problems with a specific service — a game, a video call platform, a work process — you can ping that service's server directly. The service's support page or documentation usually lists the server address. Ping that address to see whether the problem is your connection to that specific server or something else.

When to check your ping

Check your ping when you first set up your network, so you know what normal looks like. Check it again if you notice your internet feels slower than usual, or if you are having trouble with video calls or online games. Check it at different times of day — ping can be higher during peak hours when your ISP's network is congested.

If you are troubleshooting a network problem, check ping from different devices and at different locations in your home. If one device has high ping and others do not, the problem is with that device or its connection. If all devices have high ping, the problem is your internet connection or your router.

Frequently Asked Questions

What is a normal ping?

Under 50ms is normal for most internet activities. Under 20ms is very good. Over 100ms will feel noticeably slow for real-time activities like gaming or video calls. Your ping depends on how far away the server is, so compare your ping to the same server each time to spot real changes.

Why is my ping high even though my internet speed is fast?

Ping and speed are different things. Speed measures how much data you can read per second; ping measures how fast a single packet gets there and back. You can have fast speed but high ping, or low ping but slow speed. High ping usually means distance from the server or network congestion, not a slow connection.

Can I lower my ping?

You can lower ping by using a wired connection instead of WiFi, moving closer to your router, reducing interference, or choosing a server closer to you geographically. You cannot lower ping to a distant server — the speed of light sets a physical limit. If your ping is high to nearby servers, restart your modem and router, or contact your ISP.

Does ping affect read speed?

Not directly. Ping and read speed are separate measurements. You can have low ping and slow downloads, or high ping and fast downloads. However, very high ping can slow down some activities like web browsing because the browser has to wait longer for responses from the server.

What if ping shows "request timed out"?

It means your device cannot reach that server. Check that you are connected to the internet first. If you are connected, try pinging a different server like 8.8.8.8. If that also times out, restart your modem and router. If the problem persists, contact your ISP.