Why is my new PC limited to about 10 Mbps over Ethernet?

0
4
Asked By MellowCedar42 On

I built a new PC with a Gigabyte B850 Aorus Elite WiFi7 motherboard and installed the drivers. Using the same Ethernet cable that reached gigabit speeds on my old computer, this new system only manages around 10 Mbps. Windows shows that the connection is using Ethernet rather than Wi-Fi, and the network settings report an aggregated link speed of 2500/2500 Mbps. What could be causing the slow download speed?

4 Answers

Answered By NovaLime_83 On

Since Windows reports a 2500/2500 Mbps link, the cable and physical Ethernet negotiation appear to be working. Check for background downloads, cloud syncing, updates, or another process using most of the available bandwidth.

Answered By PixelHarbor7 On

Double-check that the motherboard’s Realtek LAN driver is installed correctly. If you already installed the newest version, try the previous driver release in case the current one is causing a performance problem.

MellowCedar42 -

The Ethernet driver is installed, but I’ll try rolling back to the previous version.

Answered By QuietRaven56 On

Make sure the system is actually routing traffic through Ethernet. Windows should show Ethernet as the active connection, not Wi-Fi. In this case, the reported 2500/2500 Mbps link speed confirms Ethernet is active, so the driver or Windows networking configuration is more likely than the cable itself.

Answered By CopperMango19 On

As a troubleshooting step, open an administrator Command Prompt and run `netsh interface tcp show global`. If TCP receive-window autotuning is set to `normal`, try `netsh int tcp set global autotuninglevel=disabled`; if it is disabled, switch it back to `normal`. This is not the most likely fix, but it has resolved similar cases.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.