A traceroute helps diagnose network issues by showing the path your data takes from your computer to a website or server. Here’s how to run one:
Click the Start button (bottom-left corner of your desktop).
Select Run (or press Windows + R
on your keyboard).
In the box that appears, type:
cmd
and press Enter to open the Command Prompt.
In the command window, type:
tracert yourdomain.tld
yourdomain.tld
with the domain you want to trace (e.g., example.com
).Press Enter.
When the traceroute completes, right-click anywhere in the Command Prompt window.
Click Mark.
Drag your cursor to highlight the entire result.
Press Enter to copy it.
You can now paste the results into an email or support ticket.
It displays each hop (device or server) your data passes through to reach its destination.
Shows the response time in milliseconds (ms) for each hop.
Typical Internet response times range from 80ms to 250ms, especially during peak hours.