TABLE OF CONTENTS

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.
  5. Under the "Properties" section, find the network adapter (Wi-Fi or Ethernet).
  6. Determine the connection speed in the Link speed (Receive/Transmit) field.


Once you complete the steps, you'll know the adapter's speed to connect to the network.


How to check network adapter speed using Control Panel

  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.
  5. Double-click the network adapter (Ethernet or Wi-Fi).
  6. 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.


After you complete 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 using 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
  4. Confirm the network adapter speed.


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



How to check network adapter speed using 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
  4. Check the Wi-Fi or Ethernet network card connection speed.

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