How to Check Network Adapter Connection Speed in Windows 11
This guide explains how to check the speed of your network connection in Windows 11.
Before you check your connection, it is important to know the difference between Link Speed and Internet Speed. Your Link Speed is the maximum speed at which your computer talks to your router or modem. Think of it as the width of your driveway.
Your Internet Speed is how fast your data travels to the outside world, like the speed limit on the highway. A high Link Speed does not guarantee fast internet if your service plan is slow.
Method 1: Check via Task Manager
Task Manager is the fastest way to see your real-time network performance.
- Press Ctrl + Shift + Esc to open Task Manager.
- Click the Performance tab on the left.
- Select Ethernet or Wi-Fi from the list.
- Right click at the bottom and select View network details.
- Look for Speed or Link speed (Receive/Transmit).


Method 2: Check via Windows Settings
This method provides a clean view of your current network status.
- Open Settings (Win+I).
- Click Network & internet on the left.
- Click Properties for your active connection.
- Scroll down to find Link speed.


Method 3: Check via Network and Sharing Center
This is the classic way to view your Network Interface Controller (NIC) status.
- Open Control Panel and select Network and Sharing Center.
- Click the blue link next to Connections.
- A window will pop up showing the Speed.


Method 4: Check via PowerShell
For advanced users, PowerShell provides a quick summary of all adapters.
- Right-click the Start button and select Terminal (Admin). [Requires Admin Privileges]
- Type the following command and press Enter:
Get-NetAdapter | select interfaceDescription, name, status, linkSpeed

How to Change Network Adapter Speed Settings (GUI)
If your speed is capped, you may need to adjust the duplex settings.
- Right-click the Start button and select Device Manager. [Requires Admin Privileges]
- Expand Network adapters.
- Right-click your adapter and select Properties.
- Go to the Advanced tab.
- Find Speed & Duplex in the list and change the value from Auto Negotiation to your desired speed (e.g., 1.0 Gbps Full Duplex).


Troubleshooting Slow Speeds
If your link speed is 100 Mbps but you pay for 1 Gbps, check these common bottlenecks:
- Cables: Ensure you are using a Cat5e or Cat6 cable. Old Cat5 cables are limited to 100 Mbps.
- Wi-Fi Band: 2.4GHz Wi-Fi is slower than 5GHz. Check your router settings to ensure you are connected to the 5GHz band.
- Drivers: Outdated software can throttle performance. Learn how to update network drivers in Windows 11.
Summary
Checking your network adapter speed helps you identify if your hardware is working correctly. Whether using Task Manager, Settings, or PowerShell, you can quickly see if your connection is performing as expected. Remember to check your cables and Wi-Fi bands if you notice slow speeds, and always ensure your drivers are up to date.
Why does my link speed show 100 Mbps instead of 1 Gbps?
This usually happens due to a hardware limitation. Check that your Ethernet cable is at least Cat5e or Cat6. If the cable is damaged or the port on your router only supports 100 Mbps, your computer will automatically negotiate down to the highest speed both devices can handle.
Does a higher link speed mean faster internet?
Not necessarily. Link speed is the capacity of your local connection to the router. If your internet service provider only gives you 50 Mbps, having a 1 Gbps link speed will not make your internet faster. It only ensures that your local network is not the bottleneck.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!