NetGlobe is live on the Microsoft Store·Download for Windows now
Network glossary

What is MTR (My Traceroute)?

MTR — short for My Traceroute — is a network diagnostic tool that merges ping and traceroute into one continuously updating view, revealing every hop on the path to a host along with live per-hop packet loss and latency.

In one line

Traceroute shows you the route once. MTR keeps probing that route and tells you how each hop is behaving right now — so you can see exactly where loss or latency is creeping in, not just that something feels slow.

Definition

What MTR is.

MTR combines the functions of two classic network utilities — ping and traceroute — into a single tool. Rather than testing just the endpoint (ping) or listing the route once (traceroute), MTR continuously measures the path to a host, showing every hop between your machine and the destination together with live, per-hop packet loss and latency. Because it keeps sampling, the numbers settle into a statistically meaningful picture instead of a single snapshot that might have caught a fluke. It's a staple of network troubleshooting and is available as open-source command-line tools (the original mtr, plus WinMTR on Windows).

How it works.

Like traceroute, MTR discovers the path by sending probe packets with an increasing Time To Live (TTL). The first probe is sent with a TTL of 1, so the first router on the path decrements it to zero and returns an ICMP "time exceeded" message — revealing hop 1. The next probe uses TTL 2 to reveal hop 2, and so on, until the packets reach the destination. Where MTR differs is what happens next: instead of stopping after one pass, it repeatedly re-probes every hop and aggregates the results over time. Each round adds to running per-hop statistics — how many probes replied, how long they took, how much they varied — which is why an MTR display updates continuously and grows more trustworthy the longer you let it run.

How to read MTR output.

A typical MTR run looks like the sample below. Each row is one hop along the route, in order from your machine (top) to the destination (bottom):

ColumnWhat it means
Loss%Percentage of probes sent to that hop that received no reply.
SntNumber of probes sent to that hop so far.
LastRound-trip time of the most recent probe, in milliseconds.
AvgMean round-trip time across all probes to that hop.
BestFastest round-trip time observed for that hop.
WrstSlowest round-trip time observed — useful for spotting spikes.
StDevStandard deviation of the round-trip times: a measure of jitter, or how unstable the hop is.

The most important thing to understand — and the mistake most people make — is how to read loss. In the sample above, hop 3 shows 40% loss, yet hops 4 and 5 show 0%. That is almost always not a real problem. Packet loss that appears at a single middle hop but does not persist to later hops usually means that router is de-prioritizing or rate-limiting the ICMP/UDP probes MTR uses to measure it — it forwards your actual traffic just fine while quietly ignoring the diagnostic packets aimed at it. Real trouble looks different: it shows loss that begins at a hop and continues all the way through to the destination. So judge a route by the loss on the final hop, not by a lone red spike in the middle.

Why it matters.

A speed test or a ping tells you that a connection is bad; MTR tells you where it's going wrong. By walking the path hop by hop, it lets you localize a problem to a specific segment: your local network (the first hop or two), your ISP's access and core network, a mid-path transit provider you don't control, or the destination itself. That distinction changes what you do next — reboot the router, open a ticket with your ISP, or accept that the far-end server is the bottleneck. It turns "the internet is slow" into an evidence-backed, actionable diagnosis.

MTR in NetGlobe.

NetGlobe includes a live MTR tool called MTR Live. When you click any connection on NetGlobe's live map, its Endpoint Focus panel opens with everything known about that endpoint — and from there you can launch MTR Live with one click and watch per-hop loss and latency update in real time against that exact host. It sits alongside the rest of NetGlobe's diagnostics — traceroute, path MTU discovery, iperf3 and a speed test — so you can go from noticing a suspicious or slow connection to pinpointing the hop responsible without ever leaving the app. NetGlobe is a visibility and diagnostics tool: it shows and measures, it doesn't block.

Common questions

MTR — FAQ

What's the difference between MTR and traceroute?

A traceroute is a one-shot list of the hops between you and a host. MTR is continuous: it keeps re-probing every hop and aggregates statistics over time — packet-loss percentage, and last/average/best/worst latency per hop. It also folds in ping, so you see loss and latency together in a single live view. Traceroute tells you the path once; MTR tells you how that path is behaving right now.

How do I read MTR results?

Each row is one hop along the route, in order. Loss% is the share of probes to that hop that got no reply; Snt is how many probes were sent; Last, Avg, Best and Wrst are the most recent, mean, fastest and slowest round-trip times in milliseconds; StDev is the standard deviation, a measure of jitter. Read down the list and watch for loss or latency that appears at a hop and then continues through to the destination.

Does 100% loss at one hop mean a problem?

Not necessarily. Loss shown at a single middle hop that does not persist to later hops usually means that router is de-prioritizing or rate-limiting the ICMP/UDP probes MTR uses to measure it — it will happily forward your real traffic while ignoring the diagnostic packets. Real trouble shows up as loss that begins at a hop and continues all the way through to the destination. Judge a route by the loss at the final hop, not by a lone spike in the middle.

What is a good MTR result?

A healthy MTR shows 0% loss at the destination, latency that climbs smoothly and predictably as hops get geographically farther away, and a low StDev (little jitter). Small, non-persistent loss at an intermediate hop is normal and can be ignored. Warning signs are loss that persists to the last hop, latency that jumps sharply and stays high, or a large standard deviation indicating an unstable path.

Does NetGlobe include MTR?

Yes. NetGlobe includes a live MTR tool called MTR Live. From the Endpoint Focus panel for any connection you're inspecting, you can launch MTR Live with one click and watch per-hop loss and latency update in real time — alongside NetGlobe's other diagnostics like traceroute, path MTU discovery, iperf3 and a speed test. NetGlobe is a one-time $18.99 purchase on both Windows 10/11 and macOS 11+.

MTR (My Traceroute) is a generic network-diagnostic tool and is also available as open-source command-line utilities. NetGlobe's MTR Live provides the same measurements inside a live, visual interface. NetGlobe is a visibility and diagnostics tool — it inspects and measures connections but does not block them.

Available now

Run MTR Live on any connection you see.

A one-time $18.99 — on the Microsoft Store for Windows, or a direct download for Mac.

Get it from the Microsoft Store Live

No account. Runs entirely on your device. See the full feature list or the FAQ.