|
| 1 | +--- |
| 2 | +title: High-Speed Network Adapters Show Inaccurate Link Speeds |
| 3 | +description: Describes a limitation in Windows user interfaces where the link speed might not be displayed correctly for high-speed network adapters. |
| 4 | +ms.date: 06/17/2025 |
| 5 | +manager: dcscontentpm |
| 6 | +audience: itpro |
| 7 | +ms.topic: troubleshooting |
| 8 | +ms.reviewer: kaushika, sheiroqi, v-lianna |
| 9 | +ms.custom: |
| 10 | +- sap:windows desktop and shell experience\file explorer (app only,folders,quick access,file explorer search) |
| 11 | +- pcy:WinComm User Experience |
| 12 | +--- |
| 13 | +# High-speed network adapters show inaccurate link speeds |
| 14 | + |
| 15 | +This article describes a limitation in Windows user interfaces where the link speed might not be displayed correctly for high-speed network adapters. |
| 16 | + |
| 17 | +On devices using high-speed network adapters (for example, 400 Gbps or higher), the link speed displayed in Windows user interfaces like Network Connections (**ncpa.cpl**) might be lower than the actual configured speed. |
| 18 | + |
| 19 | +For example, you might observe a displayed speed of 170.5 Gbps even though the hardware is correctly configured for 600 Gbps. |
| 20 | + |
| 21 | +## The link speed exceeds the representable range |
| 22 | + |
| 23 | +This issue is due to a limitation in how certain legacy components query and report link speed information. |
| 24 | + |
| 25 | +Specifically, the Windows user interface retrieves the link speed using a method that returns the result as a 32-bit value, measured in 100-bps units. If the actual link speed exceeds approximately 429.5 Gbps, the value might exceed the representable range and be truncated in the display. |
| 26 | + |
| 27 | +> [!NOTE] |
| 28 | +> This issue doesn't indicate a malfunction of the hardware or system and doesn't affect the actual performance or functionality of the network adapter. |
| 29 | +> |
| 30 | +> The system continues to operate at the correct speed as configured at the hardware level. |
| 31 | +> |
| 32 | +> No action is required unless the display discrepancy causes confusion. |
| 33 | +
|
| 34 | +## Verify the accurate link speed |
| 35 | + |
| 36 | +To retrieve the accurate link speed, run the following Windows PowerShell cmdlet: |
| 37 | + |
| 38 | +```powershell |
| 39 | +Get-NetAdapter | Select Name, LinkSpeed |
| 40 | +``` |
| 41 | + |
| 42 | +This cmdlet returns the accurate speed as reported by modern networking application programming interfaces (APIs), which support higher-capacity adapters. |
| 43 | + |
| 44 | +## Status |
| 45 | + |
| 46 | +Microsoft is aware of this limitation and is exploring possible improvements in future updates. |
0 commit comments