What ping is and why it matters for your network
Ping is a measurement of how long it takes data to travel from your device to another computer and back. It is measured in milliseconds (ms). A ping of 50 ms means the round trip took 50 thousandths of a second. Lower ping is better — it means less delay between when you send something and when you get a response.
Ping matters most if you play online games, join video calls, or use applications where real-time response matters. A ping under 100 ms feels responsive. A ping over 150 ms starts to feel sluggish. For everyday browsing, email, or watching video, ping barely matters at all — your internet speed (read and upload) is what counts.
Checking your ping also tells you whether your connection to the internet is stable. A ping that jumps around wildly — from 30 ms to 200 ms to 40 ms — signals a problem even if the average is low. That jitter is often a sign of network congestion, interference, or a failing router.
Key Takeaways
- Ping measures the round-trip time for data to reach another computer and return, shown in milliseconds, with lower numbers meaning faster response.
- On Windows, open Command Prompt and type ping 8.8.8.8; on Mac or Linux, open Terminal and type the same command to test your connection to Google's servers.
- A stable ping under 100 ms is good for gaming and video calls; anything under 50 ms is excellent.
- If your ping is high or jumps around, restart your router, move closer to it, or check whether other devices are using your bandwidth.
How to check ping on Windows
Open Command Prompt by pressing the Windows key, typing cmd, and pressing Enter. A black window will appear with a blinking cursor.
Type ping 8.8.8.8 and press Enter. This sends a test signal to Google's public DNS server. You will see four lines of results. Each line shows the time it took for one ping to complete. At the bottom, you will see statistics: the minimum, maximum, and average ping times.
If you see "Request timed out" four times, your internet connection is down or your router is blocking the test. If you see times listed, your connection is working. Write down the average number — that is your ping.
How to check ping on Mac or Linux
Open Terminal. On Mac, press Command + Space, type terminal, and press Enter. On Linux, right-click the desktop or open your applications menu and select Terminal.
Type ping -c 4 8.8.8.8 and press Enter. The -c 4 tells it to stop after four pings instead of running forever. You will see four lines of results showing the time for each ping, then a summary line at the bottom with the average.
To stop a ping that is running, press Control + C. This works on all three operating systems.
What your ping numbers actually mean
A ping under 50 ms is excellent — you will not notice any delay. A ping between 50 and 100 ms is good for most uses, including gaming and video calls. A ping between 100 and 150 ms starts to feel noticeably slow in real-time applications. A ping over 150 ms will make gaming frustrating and video calls choppy.
These ranges assume a stable ping. If your ping jumps from 40 ms to 150 ms and back to 60 ms, that instability is worse than a steady 100 ms ping. Jitter — the variation between pings — causes stuttering in games and freezing in video calls.
Keep in mind that ping to Google's servers (8.8.8.8) may be different from ping to a game server or a video call service. If you are having trouble with a specific process, you can ping that service's server instead. Most gaming platforms and video call services publish the addresses of their servers.
Why your ping might be high or unstable
If your ping is higher than you expect, the first step is to restart your router. Unplug it for 30 seconds, plug it back in, and wait two minutes for it to fully restart. Then run the ping test again. Many temporary network problems clear up after a restart.
If the ping is still high, check whether other devices are using your bandwidth. Streaming video, downloading files, or running backups on other devices will raise your ping. Ask household members to pause what they are doing, then test again.
If you are using Wi-Fi, move closer to your router. Wi-Fi signal degrades with distance and through walls. If your ping improves when you move closer, your router placement is the problem. Consider moving it to a central location or switching to a wired connection if possible.
If your ping is consistently high even after restarting and moving closer, contact your internet service provider. High ping can signal a problem on their network, a failing modem, or that your plan does not provide the speed you are paying for.
When to use ping versus other network tests
Ping tests your response time but not your read or upload speed. If you want to know how fast your internet is, use a speed test website like Speedtest.net or Fast.com instead. These measure how much data you can read and upload per second.
If you want to know whether a specific website or service is reachable, ping works well. If you want to know why a website is slow, ping alone will not tell you — the website itself might be slow, or your connection might be fine but congested. Ping only measures the trip to the server, not how long the server takes to respond.
For troubleshooting your home network security, ping is useful for checking whether your router is responding and whether your internet connection is stable. A router that does not respond to ping may have crashed or may be blocking the test intentionally. Either way, it is worth investigating.
Frequently Asked Questions
What does it mean if I get "Request timed out"?
It means your device could not reach the server you pinged. This usually means your internet is down, your router is off, or your firewall is blocking the test. Restart your router and try again. If you still get timeouts, contact your internet service provider.
Can I ping a website instead of an IP address?
Yes. Type ping google.com instead of ping 8.8.8.8. Your computer will look up the IP address and ping it. The result is the same — you are measuring the time to reach Google's servers.
Why does my ping change every time I test it?
Small variations (5 to 10 ms) are normal. Larger swings (50 ms or more between tests) suggest network congestion or interference. Run the test several times and note the range. If it is stable, your connection is fine. If it jumps around, restart your router or check for other devices using bandwidth.
Is my ping the same on Wi-Fi and wired connection?
Usually not. A wired connection (Ethernet cable) typically has lower and more stable ping than Wi-Fi. If your ping is high on Wi-Fi but low on a wired connection, your Wi-Fi signal is the problem. Move closer to the router or switch to wired for applications where ping matters.
Do I need to worry about ping if I just browse the web?
No. Ping only matters for real-time applications like gaming, video calls, or live streaming. For browsing, email, and watching video, your read speed is what counts. A high ping will not slow down a web page load.