Free online tool — traceroute tool: instant results, no signup.
Traceroute sends packets with increasing TTL (Time to Live). Each intermediate router decrements TTL by 1 and sends back an ICMP message when it reaches zero.
This tool is essential for network diagnostics:
Asterisks (* * *) mean a node didn't respond to ICMP — this is normal for many corporate routers. High latency on the final hop with normal intermediate hops indicates an issue on the target server side.
Traceroute is a network diagnostic tool that tracks the path data packets take from a source to a destination across an IP network. By sending a series of Internet Control Message Protocol (ICMP) packets with incrementally increasing Time-To-Live (TTL) values, Traceroute identifies each hop along the route, providing details on the latency and IP addresses of the intermediate routers. This information is crucial for pinpointing network issues.
The Traceroute command is a powerful tool for network analysis, available on various operating systems including Linux, macOS, and Windows. The basic syntax of the command varies slightly depending on the OS:
traceroute [options] tracert [options] For example, to perform a Traceroute to the website www.example.com, you would execute:
traceroute www.example.comtracert www.example.comThis command initiates a series of requests to the target, displaying each hop's IP address and the time taken for the packets to reach each router. The output typically includes:
Common options include:
-m : Set the maximum TTL value.-p : Specify the destination port for UDP packets.By default, Traceroute uses UDP packets; however, on Windows, ICMP Echo Requests are utilized. Understanding these commands and options allows network professionals to tailor their Traceroute queries to suit their diagnostic needs.
Interpreting the results from a Traceroute command is essential for network troubleshooting and performance analysis. The output consists of multiple lines, each representing a hop in the route from your machine to the destination. Here’s a breakdown of how to read these results:
traceroute to www.example.com (93.184.216.34), 30 hops max, 60 byte packets
1 192.168.1.1 1.234 ms 1.456 ms 1.678 ms
2 10.0.0.1 10.345 ms 10.567 ms 10.789 ms
3 203.0.113.1 20.123 ms 20.456 ms 20.789 ms
4 198.51.100.1 30.123 ms 30.456 ms 30.789 ms
5 93.184.216.34 40.123 ms 40.456 ms 40.789 msThis output indicates:
When analyzing these results, pay attention to:
By understanding these elements, practitioners can effectively diagnose network issues, optimize performance, and ensure reliable connectivity for users.
Traceroute shows the path of packets through the network from our server to the target host. Each intermediate router (hop) is displayed with latency and geolocation.
Each hop with IP, hostname, RTT, and country — all in one table.
See which countries and providers your traffic passes through.
MTR combines ping and traceroute: summary statistics per hop.
Results without installing software — directly in the browser for any domain or IP.
network latency diagnosis
route bottleneck detection
unusual hop analysis
API latency debugging
Traceroute history and network latency monitoring for your servers.
Sign up freeTraceroute is a network diagnostic utility that tracks the path packets take from source to destination, showing each intermediate router and the latency at each hop.
Ping only checks host reachability and overall latency. Traceroute shows the full path and lets you pinpoint exactly which hop is causing the problem.
Three asterisks (* * *) mean a node did not respond within the timeout. Many routers block ICMP by default — this is not always a sign of a problem.
The online version runs from our server, showing the route from an external vantage point. This helps determine if a site is reachable from the internet, not just from your own network.
Free plan — 10 monitors, checks every 5 min, no card required. Upgrade for 1-minute interval and multi-region monitoring.