Why Windows 11 Splits Network Traffic Across Adapters and How to Stop It
Quick fix: Set explicit interface metrics to prioritize one adapter. Open Terminal (Admin) and run Set-NetIPInterface -InterfaceAlias "Ethernet" -InterfaceMetric 5 (low = preferred). Then Set-NetIPInterface -InterfaceAlias "Wi-Fi" -InterfaceMetric 50. Lower metric wins. Restart network adapter or PC. Your laptop has both Ethernet and Wi-Fi connected. Some apps use Ethernet, some use Wi-Fi. VPN traffic confusingly … Read more