How to make windows task manager to show network usage?

I found that Windows 8 Task manager does not show network usage correctly:

screenshot

As you see, my torrent client downloads at a speed of 1 MB/s, while Windows shows zero.

All adapters are disabled except one. Update speed is normal. And still zeros for all network traffic.

I use no bandwidth control utilities and have Windows up to date. Updating Windows (including windows optional updates) didn't help.


Try to use Resource Monitor (A native build-in tool for Windows 8 to monitor system resource)

If you see small difference in network activity, it can be Resource monitor and uTorrent do not use same unit (kB and B) to calculate or just because both not update at the same time

enter image description here

You can run Resource Monitor from your Control Panel\All Control Panel Items\Administrative Tools\Resource Monitor or it is a shortcut in Task Manager window (mark as red underline in my picture) enter image description here


In my case, Virtualbox Bridged Networking Driver was the problem.

Just go to Network and Sharing Center. Click on your network. This should show status window. Next click Properties and uncheck "Virtualbox Bridged Networking Driver".

If you have any other bridges try to uncheck them too.

Start Task Manager. That's it.


If you have any other network adapters (virtual or physical), try disabling them one-by-one. If it suddenly works, you have found the problem adapter. Then, you can disable it if it is unnecessary. (Especially look for NetLimiter or NetBalancer or something such as that).

Another thing to check is if the "Update Speed" checkbox is disabled under the "view" menu. If that happens, the network usage will show 0%.


If you have installed any bandwidth-control product such as NetBalancer or NetLimiter, these interfere with the Windows 8 Task Manager display.

You would need in this case to use the Resource Monitor instead, or try a newer version for the bandwidth-control product.

You should also fully patch Windows 8, including optional Windows Update items (especially the ones pertaining to network). Try to find an update for the driver to your network card from the manufacturer's website (or give us its reference so we can see if one exists).

As another remark, if your network adapter is rated as having a very fast maximal bandwidth such a 1 Gbps, Windows might ignore 1 Mbps as being too small a percentage to show. Use the Resource Monitor in this case (or a Task Manager replacement).


I see two possibilities here. One is that you have a 64bit Windows 8, and 32bit BitTorrent; and the Task Manager has problems in identifying traffic from within the 32-bit VDM. If you have a 64bit Windows 8, you can test this hypothesis by installing 64bit bitTorrent.

The other possibility is that bitTorrent is playing tricks with WFP, the Windows Filtering Platform (ex LSP, Layered Service Provider) in order to make good its claim to "optimize bandwidth usage":

BitTorrent auto-adjusts bandwidth usage, based on your network and Internet connection, to ensure fast file delivery. Your downloads run in the background. Which means they’ll never slow down video chats or game play.

In that case, you could try fiddling with bitTorrent's bandwidth usage options to see whether one of those is responsible.

The fact that user Hardy's installation appears to be working proves that there are no inherent problems in either Windows 8 or bitTorrent; this must be a configuration problem (or maybe a conflict with some other installed software. In that case, maybe unistalling bitTorrent and re-installing it, therefore "on top" of whatever network driver and service chain you have, might fix the matter).