Accurately checking your network adapter speed in Windows 11 is essential for diagnosing slow connections, verifying hardware capabilities, and ensuring your system is utilizing the full potential of your wired or wireless network. A mismatch between expected and actual link speeds can indicate faulty cables, outdated drivers, or misconfigured hardware. Knowing where and how to view this information helps you quickly pinpoint and resolve network bottlenecks.
Check Network Adapter Speed Using Windows 11 Settings
Windows + I on your keyboard. This shortcut immediately brings up the main Settings window without navigating through the Start menu.

1 Gbps, while Wi-Fi connections might show values like 300 Mbps or higher, depending on your hardware and router capabilities.Join readers who trust AllThings.How
Add us as a preferred source on Google so our practical guides show up first next time you search.
Add to Google Preferences →View Network Adapter Speed Through Control Panel




Check Network Adapter Speed with PowerShell

Get-NetAdapter | select interfaceDescription, name, status, linkSpeed

This command lists all network adapters on your system, showing their description, name, current status, and linkSpeed. This approach is effective for quickly reviewing all adapters, especially if you have multiple network interfaces or want to script checks across several machines.
Monitor Real-Time Network Speed in Task Manager

Troubleshooting Low or Incorrect Network Adapter Speeds
Unexpectedly low connection speeds—such as seeing 100 Mbps instead of 1 Gbps—often result from hardware or configuration issues. Addressing these can restore your full network performance.
- Check the Ethernet cable: Ensure you are using a cable rated for high speeds, such as Cat 5e or Cat 6. Older cables may only support up to 100 Mbps.
- Verify router and switch capabilities: Confirm your router, switch, and other network hardware support Gigabit Ethernet or the desired Wi-Fi standards.
- Adjust Speed & Duplex settings: Open Advanced network settings in Windows, select More network adapter options, right-click your adapter, and choose Properties. Under the Advanced tab, find Speed & Duplex and set it to
Auto Negotiationor the highest supported value. Misconfigured duplex settings can force a lower speed. - Update network adapter drivers: Use Device Manager (
Windows + X> Device Manager) to update your NIC drivers. Outdated or incompatible drivers can cause speed negotiation problems. - Test on another device: Connect a different computer to the same cable and port to rule out hardware faults with your PC or adapter.
- Restart your computer and network hardware: Sometimes, a simple reboot can reset the connection and restore proper speeds.
If you still do not see the expected link speed after these checks, consider trying a different port on your router or switch, or testing with a new network adapter.
By following these steps, you can accurately check and troubleshoot your network adapter speed in Windows 11, ensuring your system is making the most of your available network bandwidth.






