Ping Test Tool

Measure response time and latency for any website or server.

Ad
β€”
Min (ms)
β€”
Avg (ms)
β€”
Max (ms)
β€”
Packet loss
Enter a hostname and click Ping to start.
Results will appear here…

⚠️ Browser ping uses HTTP/HTTPS fetch requests β€” not ICMP (the protocol used by the system ping command). Results measure HTTP response time including DNS resolution and TCP handshake, which is higher than raw ICMP ping. Firewalls and CORS policies on some servers may cause failures even when the host is online.

Ad

What is a ping test?

A ping test measures the round-trip time (RTT) β€” the time it takes for a request to travel from your computer to a server and back. Lower is better. A ping below 50ms is considered excellent for most uses, 50–100ms is good, 100–200ms is acceptable, and above 200ms may cause noticeable delays in real-time applications.

Traditional ping uses ICMP packets, which is a raw network protocol. Browsers cannot send ICMP packets directly for security reasons, so this tool measures HTTP fetch response times instead β€” which includes DNS resolution, TCP connection, and server response time. The values will be higher than ICMP ping but are useful for measuring web server response time from your location.


How to use

  1. Enter a hostname or URL in the input field (e.g. google.com or https://example.com).
  2. Select how many pings to send β€” 5, 10, 20, or 50.
  3. Click Ping to start. Results appear in the log in real time.
  4. The bar chart and stats (Min, Avg, Max, Packet loss) update as each ping completes.
  5. Click Stop at any time to halt the test early.

Frequently Asked Questions

Some servers block cross-origin requests (CORS) or are behind firewalls that reject browser fetch requests. A failed ping here doesn't necessarily mean the server is down β€” it may just mean it doesn't allow browser-origin requests. Try a different URL path or use the DNS Lookup tool to verify the domain resolves correctly.

For general web browsing, anything under 100ms is fine. For video calls and online gaming, under 50ms is ideal. Above 150ms you may notice lag in real-time applications. Note that the values here are HTTP response times and will be somewhat higher than raw ICMP ping to the same server.

No. All ping requests are made directly from your browser to the target server. PocketTools never sees your results and does not store anything. Closing the tab clears all data.

Related Tools

Ad