How to perform Network Trace on Windows using NETSH (without installing external software)

Network Tracing nativo su Windows con il comando NETSH (senza installare programmi esterni)

If you need to monitor the network traffic of a Windows client or server and you don't want to install software such as Network Monitor or third-party tools such as Wireshark you can achieve the same results by using the native netsh console command, available on all Windows platforms starting from Windows 7, Windows Server 2008 R2 and above.

In order to use that you just need to open a elevated command prompt and issue the following command:

NOTE: If the /temp/ folder is not present in your system either create it or change the .etl file path accordingly.

It's important to understand the usage of the   persistent parameter: if you set it to yes the tracing will be kept active event after a system shutdown / reboot, meaning that you'll be able to monitor your traffic even after a Windows reboot: this will be useful to inspect & solve slow boot related issues. Just be sure to remember that, once you create a persistent tracing, you'll also have to shut it down when you're done by issuing the following command:

The complete tracing log will be stored into the netsh-trace.etl file: you can choose any extension you like, but keeping .etl gives you the option to open it with Network Monitor.

That's it for now: happy networking!

About Ryan

IT Project Manager, Web Interface Architect and Lead Developer for many high-traffic web sites & services hosted in Italy and Europe. Since 2010 it's also a lead designer for many App and games for Android, iOS and Windows Phone mobile devices for a number of italian companies. Microsoft MVP for Development Technologies since 2018.

View all posts by Ryan

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.

This site uses Akismet to reduce spam. Learn how your comment data is processed.