Skip to main content

How to run a tracert or ping test

Updated over 3 weeks ago

If you're experiencing connection issues, running a quick ping or tracert (trace route) test can help pinpoint where the problem lies. These simple tools measure how your device connects to a remote server, and where delays or drops may be happening.

What these tests do

  • Ping checks whether a device (like a website or server) is reachable, and how long it takes for data to travel back and forth.

  • Tracert (or traceroute) maps the path your data takes across the internet, showing each hop along the way.

Both tools can help diagnose issues like:

  • High latency (lag)

  • Packet loss

  • Network timeouts or unreachable services

How to run them

On Windows

  1. Press Win + R, type cmd, and hit Enter

  2. To run a ping test:

    ping google.com
  3. To run a tracert test:

    tracert google.com

On Mac

  1. Open Terminal (found in Applications > Utilities)

  2. To run a ping test:

    ping -c 4 google.com
  3. To run a traceroute test:

    traceroute google.com

On Linux

  1. Open your terminal

  2. To run a ping test:

    ping -c 4 google.com
  3. To run a traceroute test (install it if needed):

    traceroute google.com

How to interpret results

  • Packet loss: Some replies are missing. This can mean congestion, line issues, or faulty equipment.

  • High latency: If reply times are consistently high (above 100ms), there may be delays along the path.

  • Timeouts: Asterisks (*) or no reply from one or more hops can indicate a firewall or a problem node, but not all timeouts are critical.

Tip: The first few hops usually show your internal network and ISP. Issues here may point to a local connection or routing issue.

When to share with support

If you're contacting our support team about slow speeds, dropouts, or inconsistent connections, these test results can help us:

  • Quickly identify where the problem might be

  • Escalate issues with more detail if needed

To help us help you faster, please copy and paste the full test results when you contact support, or take a screenshot if thatโ€™s easier.

๐Ÿ“ง Email: [email protected]
๐Ÿ“ž Call: 1800 SPLICE (1800 775 423)

Did this answer your question?