Traceroute

Trace the network path from a network runner to any hostname or IP. See each hop, RTT latency, and identify where packet loss or slowdowns occur.

You need to be signed in to use Traceroute. Sign in free

How traceroute works

Traceroute discovers the path network packets take from source to destination. It sends packets with incrementally increasing TTL (Time To Live) values. When a packet's TTL reaches zero, the router that received it sends back an ICMP "time exceeded" message, revealing its IP address and round-trip time.

What each hop tells you

Each line in a traceroute result is one hop — a router or device along the path. The response time shown is the round-trip time (RTT) from the source to that hop. High latency at a specific hop points to a bottleneck or congested link at that point in the network path.

Why some hops show * * *

Asterisks indicate a router that did not respond to the probe — either configured to drop or rate-limit ICMP packets, or filtering the probe. A non-responding hop does not mean the path is broken; packets can still pass through without generating a reply.

Common use cases