How to determine Wi-Fi and Ethernet connection speed on Windows 10

Windows 10 check network speed
Windows 10 check network speed (Image credit: Future)

On Windows 10, the network adapter is an essential component that offers the means to connect to the network and internet using a wired or wireless connection, and understanding the current link speed can come in handy in many scenarios.

For example, checking the link speed is helpful to find out whether the adapter is operating according to its technical specifications and can help you diagnose performance problems. If you're upgrading your internet service to a faster tier, knowing the maximum speed of the Wi-Fi or Ethernet adapter will help to confirm whether you'll be able to take advantage of all the bandwidth. If you plan to upgrade the network to 10Gbps, you can quickly determine if you need to change the card. Or if you use a USB network adapter that doesn't include any information, checking the speed connection will reveal if you're using a 100Mbps or 1Gbps chipset.

Whatever network card you use, Windows 10 provides different features to confirm the link speed of a connection using Settings, Control Panel, and command lines with PowerShell and Command Prompt.

This guide will walk you through several ways to determine the speed of the adapter connected to the network, whether you're using a wired or wireless connection.

How to check network adapter speed from Settings

To view the connection speed for a Wi-Fi or Ethernet adapter, use these steps:

  1. Open Settings.
  2. Click on Network & Internet.
  3. Click on Status.
  4. Under the "Change your network settings" section, click the "View your network properties" option.

(Image credit: Future)
  1. Under the "Properties" section, find the network adapter (Wi-Fi or Ethernet).
  2. Determine the connection speed in the "Link speed (Receive/Transmit)" field.

(Image credit: Future)

Once you complete the steps, the Settings app will reveal the speed the adapter uses to connect to the network.

How to check network adapter speed from Control Panel

To determine the network adapter speed with the Control Panel settings, use these steps:

  1. Open Control Panel.
  2. Click on Network and Internet.
  3. Click on Network and Sharing Center.
  4. Click the "Change adapter settings" in the left pane.

(Image credit: Future)
  1. Double-click the network adapter (Ethernet or Wi-Fi).

(Image credit: Future)
  1. Check the connection speed in the Speed field.
  • Quick note: If you're looking at a Wi-Fi adapter, you can also confirm the signal quality.

(Image credit: Future)

After completing the steps, you'll better understand the connection speed for the Ethernet or Wi-Fi adapter connected to the network.

How to check network adapter speed from Command Prompt

To find out the speed for the wireless or wired adapter with Command Prompt, use these steps:

  1. Open Start.
  2. Search for Command Prompt and click the top result to open the console.
  3. Type the following command to determine the connection speed for all the Ethernet and Wi-Fi adapters and press Enter: wmic nic where netEnabled=true get name, speed

(Image credit: Future)
  1. Confirm the network adapter speed.

Once you complete the steps, you'll be able to determine the speed (in bits) the card uses to connect to the network.

How to check network adapter speed from PowerShell

To check the Ethernet or Wi-Fi connection speed on Windows 10 with PowerShell, use these steps:

  1. Open Start.
  2. Search for PowerShell and click the top result to open the console.
  3. Type the following command to determine the connection speed for all the Ethernet and Wi-Fi adapters and press Enter: Get-NetAdapter | select interfaceDescription, name, status, linkSpeed

(Image credit: Future)
  1. Check the Wi-Fi or Ethernet network card connection speed.

After you complete the steps, the PowerShell output will display the connection speeds in a user-friendly format (for example, 780 Mbps and 1 Gbps).

More resources

For more helpful articles, coverage, and answers to common questions about Windows 10 or Windows 11, visit the following resources:

Mauro Huculak

Mauro Huculak is technical writer for WindowsCentral.com. His primary focus is to write comprehensive how-tos to help users get the most out of Windows 10 and its many related technologies. He has an IT background with professional certifications from Microsoft, Cisco, and CompTIA, and he's a recognized member of the Microsoft MVP community.