
To find the network speed on a Windows computer, there are 3 ways:
- Using Setting
- Using Control Panel
- Using PowerShell
Method 1 – Using Settings
To see the connection speed for the network card, follow these steps:
- Step 1 – Open Settings.
- Step 2 – Click Network & Internet.
- Step 3 – Click Status.
- Step 4 – In the “Advanced network settings” section , click the “View hardware and connection properties” option .
So here you can see the connection speed in the Link speed (Receive / Transmit) field as shown below:
Note: If you don’t see the “Speed” listed, it may be because the network adapter is not connected to a network or because it is not supported by Windows 10.
Method 2 – Using Control Panel
To determine the network adapter speed using Control Panel settings, follow these steps:
- Step 1 – Open Control Panel.
- Step 2 – Click Network and Internet.
- Step 3 – Click Network and Sharing Center.
- Step 4 – Click Change adapter settings on the left.
- Step 5 – Double-click the network adapter (Ethernet or WiFi).
- Step 6 – Check the connection speed in the Speed field .
Method 3 – Using PowerShell
To check the speed of Ethernet or WiFi connection on Windows 10 using Windows PowerShell, follow these steps:
- Step 1 – Open Start.
- Step 2 – Search for PowerShell and click on the top result to open the dashboard.
- Step 3 – Type the following command to define the connection speed for all network cards, and then press Enter :
- Step 4 – Check the WiFi or Ethernet network card connection speed.
Command: Get-NetAdapter | select interfaceDescription, name, status, linkSpeed
After you complete the steps, the PowerShell output will display the connection speed in a user-friendly format.
You may also read:
- How To Check Which Apps are Sending Information
- How To Use chattr Command in Linux
- [Two Methods] Force Linux User to Change Password at Next Login
- How To Install The WinDbg Windows Debugging Tool
- Getting Started with Apache Solr on Ubuntu
- Understanding OpenSSL Commands – A Comprehensive Guide
- How To Check SSL Certificate Expiry Date from Certificate File
- How To Install Apache Tomcat on Ubuntu 22.04 LTS
- How To Compress Files Faster Using Pigz on Ubuntu Linux
- A Step-by-Step Guide to Setting up Nginx and SSL with Certbot