|

See Network Adapter Speed in Windows 10
How to See Network Adapter Speed in Windows 10
Published by Shawn BrinkCategory: Network & Sharing
21 Apr 2018
Designer Media Ltd

How to See Network Adapter Speed in Windows 10
A network adapter is the component of a PC's internal hardware that is used for communicating over a network with another computer and Internet.
Sometimes you may need to check to see what the current maximum speed is for your network adapters to see if they are performing at specs. This can be helpful with troubleshooting network performance issues.
This tutorial will show you how to check the current maximum speed of your network adapters in Windows 10.
CONTENTS:
To Check Network Adapter Speed in Network and Sharing Center To Check Wireless Network Adapter Speed using Netsh command To Check Network Adapters Speed using WMIC command To Check Network Adapters Speed using PowerShell script To Check Network Adapters Speed in Settings
OPTION ONE
To Check Network Adapter Speed in Network and Sharing Center
1. Open the Control Panel (icons view), and click/tap on the Network and Sharing Center icon to open the Network and Sharing Center.
2. Click/tap on a Connections link for the network adapter speed you want to see. (see screenshot below)

3. You will now see the current maximum speed in Mbps (megabits per second) for the selected network adapter. (see screenshots below)
 
OPTION TWO
To Check Wireless Network Adapter Speed using Netsh command
1. Open a command prompt or PowerShell.
2. Enter the command below, and press Enter. (see screenshot below)
 netsh wlan show interfaces
3. You will now see the current maximum Receive rate and Transmit rate speed in Mbps (megabits per second) for your wireless network adapters.

OPTION THREE
To Check Network Adapters Speed using WMIC command
1. Open a command prompt or PowerShell.
2. Enter the command below, and press Enter. (see screenshot below)
 wmic NIC where "NetEnabled='true'" get "Name","Speed"
3. You will now see the current maximum speed for your wireless and Ethernet network adapters.

OPTION FOUR
To Check Network Adapters Speed using PowerShell script
1. Open PowerShell.
2. Enter the command below, and press Enter. (see screenshot below)
Code:
get-wmiobject Win32_NetworkAdapter | foreach-object {get-wmiobject -namespace root/WMI -class MSNdis_LinkSpeed -filter "InstanceName='$($_.Name)'"} | select InstanceName,NdisLinkSpeed,Active
3. You will now see the current maximum speed for all of your network adapters.

OPTION FIVE
To Check Network Adapters Speed in Settings
1. Open Settings, and click/tap on the Network & Internet icon.
2. Click/tap on Status on the left side, and click/tap on the View your network properties link on the right side. (see screenshot below)

3. Scroll to each "operational" (status) network Name, and look at its Link speed (Receive/Transmit). (see screenshots below)
 
That's it,
Shawn
Related Tutorials
Windows 11 Tutorials
![]()
Bree
Posts : 36,605
10 Home x64 (22H2) (10 Pro on 2nd pc)
New
20 Apr 2018
Starting with version 1709, in Option One, Step 1 a right-click on the network icon no longer says Open Network and Sharing Center. It now says Open Network Internet settings, taking you to the Settings app instead. There is a link to the Network and Sharing Center near the bottom of that Settings app page.
You need to have JavaScript enabled so that you can use this ...
Computer Type: Laptop
System Manufacturer/Model Number: Toshiba Satellite L750
OS: 10 Home x64 (22H2) (10 Pro on 2nd pc)
CPU: Intel Pentium B950 @2.10GHz
Memory: 8GB
Internet Speed: 150Mbps down and up
Browser: IE/Edge/Firefox
Antivirus: Defender
Other Info: ...other laptops include:
Dell Latitude 5410, 10th gen i7, 32GB RAM, Windows 11 Pro.
Dell Latitude 5550, Core Ultra 7 165H, 64GB Ram, Windows 11 Pro.
main use is to run Hyper-V VMs including XP, W7, W8.1, W10 & W11
Computer Type: Laptop
System Manufacturer/Model Number: Samsung R519
OS: 10 Pro x86 (22H2, 21H1, 20H2, 2004, 1909, 1903, 1809, 1803, 1709, 1703, 1607, 1511, 1507), 7 Pro x86
CPU: Intel Pentium T4300 2.10GHz
Memory: 4GB
Other Info: Test/support machine - uses multiple Macrium images to switch OS.

 Quote
![]()
Brink
Posts : 75,578
64-bit Windows 11 Pro for Workstations
Thread Starter
New
21 Apr 2018
Thank you Bree. Tutorial updated. :)
You need to have JavaScript enabled so that you can use this ...
Computer Type: PC/Desktop
System Manufacturer/Model Number: Custom self built
OS: 64-bit Windows 11 Pro for Workstations
CPU: Intel i7-8700K 5 GHz
Motherboard: ASUS ROG Maximus XI Formula Z390
Memory: 64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
Graphics Card: ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card: Integrated Digital Audio (S/PDIF)
Monitor(s) Displays: 2 x Samsung Odyssey G75 27"
Screen Resolution: 2560x1440
Keyboard: Logitech wireless K800
Mouse: Logitech MX Master 3
PSU: Seasonic Prime Titanium 850W
Case: Thermaltake Core P3 wall mounted
Cooling: Corsair Hydro H115i
Hard Drives: 1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
Internet Speed: 2 Gbps Download and 35 Mbps Upload
Browser: Google Chrome
Antivirus: Windows Defender and Malwarebytes Premium
Other Info: Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
CyberPower CP1500PFCLCD,
Galaxy S23 Plus phone
View my PC Album
Computer Type: Laptop
System Manufacturer/Model Number: HP Spectre x360 2in1
OS: 64-bit Windows 10 Pro build 21390
CPU: i7-1065G7 3.9 GHz
Memory: 16 GB LPDDR4-3200
Graphics Card: Intel Iris Plus
Sound Card: Intel SST
Monitor(s) Displays: 13.3" 4K UWVA AMOLED multitouch
Screen Resolution: 3840 x 2160
Hard Drives: 512 GB PCIe NVMe M.2 SSD
Browser: Google Chrome
Antivirus: Windows Defender and Malwarebytes Premium

 (责任编辑:)
|