Network Diagnostics Made Simple
WinMTR combines ping and traceroute into one powerful tool. Monitor packet loss, latency, and network routes in real-time—no installation required.
WinMTR is a free, open-source Windows application that continuously sends packets to a target host, tracking every network hop along the way. Unlike running ping and traceroute separately, WinMTR shows both in real-time, updating live as data flows through your network.
Originally created in 2000 by Vasile Laurentiu Stanimir as a Windows clone of Matt's Traceroute (MTR) for Linux/UNIX, WinMTR has become a trusted diagnostic tool used by network administrators, ISP support teams, and everyday users troubleshooting connectivity issues.
The tool is completely portable—just extract and run. No installation, no admin rights required, no configuration needed.
Lightweight, powerful, and designed to give you answers fast.
Watch network performance live as WinMTR continuously probes your route, updating packet loss and latency statistics every second.
Instantly identify exactly where data packets are being dropped along your network path, from your router to the destination.
See best, worst, and average response times at each hop. Quickly spot which network segment is causing slowdowns.
Copy results to clipboard or export as text/HTML. Share detailed diagnostics with your ISP or support team in one click.
Fully portable—extract the ZIP and run. No setup wizards, no admin privileges, no registry changes. Works on any Windows PC.
Prefer the terminal? WinMTR offers full command-line support for scripting, automation, and advanced diagnostics.
Up and running in under a minute.
Download the ZIP file, extract it anywhere. Choose the 32-bit or 64-bit version for your system.
Double-click WinMTR.exe. No installation needed—it launches instantly.
Type a domain name or IP address (e.g., github.com) and click Start.
Let it run for 1-2 minutes. Export results via Copy or Export buttons to share with support.
# View available options
winmtr --help
# Trace route to a host
winmtr github.com
# Tip: Copy WinMTR.exe to Windows/System32
# to access it from any command prompt
What each column tells you about your network.
Each row represents one hop—a router or server between you and the destination. Lower numbers are closer to you; the last hop is your target.
Percentage of packets that failed to return from this hop. 0-1% is normal. Consistent >5% loss indicates a problem at that point.
Round-trip time in milliseconds. Avg is most useful. Large jumps between hops or high Worst values suggest congestion.
Shows both IP address and hostname (if resolvable). Helps identify if the problem is your router, ISP, or a third-party network.
Total packets sent and received at each hop. More packets = more accurate statistics. Run tests for at least 1-2 minutes for reliable data.
Some hops show "No response" or timeouts. This is normal—many routers are configured to ignore ICMP. Focus on hops that do respond.
Once you have the .cab file, follow these steps to install without internet.
Run the following command (replace the placeholder text with your actual file name):
How to Download and Install Windows 10 22H2 Language Packs Offline
This guide covers how to safely acquire these files and install them on isolated systems. 1. Official Methods to Download Language Packs Offline Method A: Use the Volume Licensing Service Center (VLSC)
If you have the language pack files ( .cab or .esd ), you can also use PowerShell:
Right-click the downloaded .iso file and select Mount .
Root: ├── langpacks/ │ ├── x64/ │ │ ├── Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~ar-SA~10.0.19041.1.cab │ │ ├── ... (for all languages) │ ├── arm64/ │ └── x86/ ├── localexperiencepacks/ │ ├── x64/ │ └── x86/ ├── LXP/ │ └── *.appx (Modern UI language resources) └── LP.cab (metadata)
Navigate to the mounted Language Pack ISO drive. The main language pack .cab files are typically located in the x64\langpacks\ (for 64-bit) or x86\langpacks\ (for 32-bit) folder. The files are named using a consistent convention, such as Microsoft-Windows-Client-LanguagePack-Package~[...]~[LANG-CODE]~[...].cab .
To install the pack on the offline computer, use the built-in tool or DISM via Command Prompt. Method A: Using Lpksetup (Easiest) Press Win + R , type lpksetup , and hit Enter . Select Install display languages . Browse to the .cab file you copied earlier and click Next . Follow the prompts to complete the installation. Method B: Using DISM (For Admins)
dism /online /Add-Capability /CapabilityName:"Language.Handwriting~~~[lang-code]~0.0.1.0" /Source:"D:" /LimitAccess
This built-in tool provides a wizard interface to install legacy .cab language files. Press to open the Run dialog box. Type lpksetup and press Enter . Click Install display languages .
Place your downloaded 22H2 language pack .cab file inside C:\Languages .
For a true, system-wide interface language change (including welcome screens and system accounts), the .cab file method is highly recommended. Method 1: Download via the Visual Studio / MSDN Portal
Navigate to the x64\langpacks (for 64-bit) or x86\langpacks (for 32-bit) folder.
There are four primary scenarios where an offline language pack download is not just helpful but necessary:
He grabbed his master USB drive. He didn't just copy the files; he wrote a script. He used DISM—the "Deployment Image Servicing and Management" tool—the scalpel of the Windows world.
Once you have the .cab file, follow these steps to install without internet.
Run the following command (replace the placeholder text with your actual file name):
How to Download and Install Windows 10 22H2 Language Packs Offline
This guide covers how to safely acquire these files and install them on isolated systems. 1. Official Methods to Download Language Packs Offline Method A: Use the Volume Licensing Service Center (VLSC)
If you have the language pack files ( .cab or .esd ), you can also use PowerShell: windows 10 22h2 language pack download offline
Right-click the downloaded .iso file and select Mount .
Root: ├── langpacks/ │ ├── x64/ │ │ ├── Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~ar-SA~10.0.19041.1.cab │ │ ├── ... (for all languages) │ ├── arm64/ │ └── x86/ ├── localexperiencepacks/ │ ├── x64/ │ └── x86/ ├── LXP/ │ └── *.appx (Modern UI language resources) └── LP.cab (metadata)
Navigate to the mounted Language Pack ISO drive. The main language pack .cab files are typically located in the x64\langpacks\ (for 64-bit) or x86\langpacks\ (for 32-bit) folder. The files are named using a consistent convention, such as Microsoft-Windows-Client-LanguagePack-Package~[...]~[LANG-CODE]~[...].cab .
To install the pack on the offline computer, use the built-in tool or DISM via Command Prompt. Method A: Using Lpksetup (Easiest) Press Win + R , type lpksetup , and hit Enter . Select Install display languages . Browse to the .cab file you copied earlier and click Next . Follow the prompts to complete the installation. Method B: Using DISM (For Admins) Once you have the
dism /online /Add-Capability /CapabilityName:"Language.Handwriting~~~[lang-code]~0.0.1.0" /Source:"D:" /LimitAccess
This built-in tool provides a wizard interface to install legacy .cab language files. Press to open the Run dialog box. Type lpksetup and press Enter . Click Install display languages .
Place your downloaded 22H2 language pack .cab file inside C:\Languages .
For a true, system-wide interface language change (including welcome screens and system accounts), the .cab file method is highly recommended. Method 1: Download via the Visual Studio / MSDN Portal Official Methods to Download Language Packs Offline Method
Navigate to the x64\langpacks (for 64-bit) or x86\langpacks (for 32-bit) folder.
There are four primary scenarios where an offline language pack download is not just helpful but necessary:
He grabbed his master USB drive. He didn't just copy the files; he wrote a script. He used DISM—the "Deployment Image Servicing and Management" tool—the scalpel of the Windows world.
Download WinMTR and start troubleshooting in seconds. No installation required.
Download WinMTR v0.92