Many users are perplexed when 4K video plays smoothly on a smartphone or tablet, while a computer connected via cable barely loads simple web pages. While it might seem that if the router is working properly and transmitting a signal to other devices, the problem should be global, the root cause is often rooted in the local configuration of a specific PC. Local restrictions Hardware or software errors can completely block the channel's bandwidth, creating the illusion that the network is not working.
In this article we will take a detailed look at why TCP/IP stack The operating system may be malfunctioning, how outdated network card drivers affect speed, and what hidden processes can hog all your traffic. Understanding the difference between a physically faulty cable and the logical protocol setup will help you quickly troubleshoot the issue without calling a technician.
Problems with drivers and network card
The most common cause of a sudden drop in speed on a wired connection is incorrect network card drivers. The operating system may automatically install a generic driver that provides basic connectivity but doesn't allow for use. full throughput your hardware. In Device Manager, this often appears as a working device without errors, but with limited functionality.
When updating Windows or after changing the motherboard, old configuration files may conflict with new system libraries. This leads to the following: network adapter Switches to power-saving mode or limits the duplex data transfer mode. Instead of the advertised 1 Gbps, the connection may drop to 100 Mbps or even lower, which the user perceives as "slowdown."
To resolve this issue, open the Device Manager and check the driver version. Force-installing the software from the official website of the motherboard or laptop manufacturer, rather than relying on Microsoft Update, often helps. It's also worth checking the power management settings in the device properties.
- 🔌 Check if the indicators on the Ethernet port are lit - they should be actively blinking.
- 💾 Download the driver only from the chipset manufacturer's website (Realtek, Intel, Killer).
- ⚙️ Disable the "Allow the computer to turn off this device to save power" option.
- 🔄 Reset network settings using the netsh command in the command line.
⚠️ Warning: When installing drivers from third-party aggregator websites, you risk receiving modified software with embedded ads or miners. Use only official vendor resources.
IP address conflicts and DNS settings
Even with a physically intact cable, the computer may not receive the correct routes for data transfer. If two devices on your local network are trying to use the same static IP address, a conflict arises, leading to packet loss and constant connection interruptions. In this situation, the router may continue to operate normally for other clients, ignoring the conflicting node.
The second important aspect is domain name servers (DNS). If your ISP provides slow DNS servers by default, or if they are temporarily unavailable, the browser will wait a long time for a response when trying to access a website, creating the impression of "slow internet." Changing the addresses to public and fast servers from Google or Cloudflare often works wonders.
You can check the current settings via the command line by running the command ipconfig /allPay attention to the "DNS Servers" and "Default Gateway" lines. If they contain strange addresses or the router's own address is failing to resolve, you should manually enter static values in the IPv4 protocol properties.
Often high latency
| Parameter | Automatically (Provider) | Google Public DNS | Cloudflare DNS |
|---|---|---|---|
| Primary DNS | Depends on ISP | 8.8.8.8 | 1.1.1.1 |
| Alternative DNS | Depends on ISP | 8.8.4.4 | 1.0.0.1 |
| Response speed | Low | Minimum |
How to flush DNS cache?
Enter ipconfig /flushdns in the command line and press Enter. This will clear old entries that may be preventing websites from displaying correctly.
Background downloads and hidden traffic
Often the reason is trivial: while you are trying to work, the operating system or installed applications are quietly downloading huge amounts of data in the background. Steam, Windows UpdateTorrent clients or cloud storage services can reserve all available bandwidth, leaving only crumbs for the browser.
This is especially true for Windows 10 and 11, which tend to update at the most inopportune moments. Furthermore, mining viruses or botnets can use your connection to send spam, which goes unnoticed by antivirus software but puts a significant strain on your network. Checking the "Network" column in Task Manager will help you identify the culprit.
To diagnose the problem, launch the task manager using the keyboard shortcut Ctrl + Shift + Esc and sort processes by network usage. If you see an unknown process consuming megabits, it's worth searching for its name. It's also helpful to limit background download speeds in the app settings.
Hardware limitations and cable products
Don't discount the physical condition of the Ethernet cable. If the cable is damaged, pinched, or has a poor connection at the connector, RJ-45Autonegotiation may drop the connection to the minimum possible standard (10 Mbps). Visually, the cable may appear intact, but the internal twisting of the pairs may be damaged.
The cable category also matters. For speeds above 100 Mbps, you need at least a Category 5e (Cat5e) cable, which uses all 8 wires. If you have an older 4-wire cable or a Category 3/4 cable, you won't get speeds above 100 Mbps, regardless of your router's power or your provider's plan.
Check the port on the motherboard: the contacts inside may be corroded or bent. Try switching the cable to a different LAN port on the router, as one of the switch ports may be faulty or frozen.
- 🔍 Inspect the cable along its entire length for kinks and traces of animal bites.
- 🔌 Make sure the connectors are firmly seated in the ports and you can hear the latch click into place.
- 📏 Use a cable no longer than 100 meters, otherwise the signal will fade.
- 🔢 Make sure you are using a Cat5e or Cat6 cable.
⚠️ Note: If you're using PoE adapters or switches in a daisy chain, their malfunction can also cause packet loss. Try connecting your PC directly to the ISP's router to eliminate any intermediate equipment.
☑️ Physical layer diagnostics
The impact of antivirus and firewall
Third-party antivirus software often implements its own traffic filtering drivers that check every passing data packet. heuristic analysis If configured aggressively or there is a glitch in the signature database, the check may take too long, creating artificial latency.
The built-in Windows firewall can also block certain types of connections if the rules have been modified by the user or malware. Sometimes temporarily disabling protection to test a hypothesis can help, but this should be done with caution and only on trusted resources.
It's recommended to reset the antivirus's network settings or reinstall it. In some cases, adding your home network to the trusted list to reduce the scanning level of incoming packets can help.
Duplex and auto-negotiation settings
A critical parameter that is often ignored is the duplex mode. The network card and the router port must operate in the same mode: either both in Full Duplex, or both in Half DuplexIf one device is configured for "Auto" and the other is forced to "Full Duplex," collisions and packet loss occur, resulting in severe lag.
You can access these settings through Device Manager: Network Adapter Properties, Advanced tab. Find the "Speed & Duplex" item. Make sure "Auto Negotiation" is selected there, or force "1.0 Gbps Full Duplex" if you're sure your cable is of good quality.
Forced speed setting sometimes solves the problem of instability, when the automatic connection constantly makes errors and switches operating modes. However, if the cable doesn't support the selected speed, the connection will simply be lost.
How can I find out my current connection speed?
Right-click the network icon in the system tray or open Settings → Network & Internet → Status. Under "Properties," you'll see a line labeled "Line (Received/Transmitted)" that displays the current speed, such as 1000/1000 (Mbps).
Why does resetting the network help?
The Windows Network Reset feature removes and reinstalls all installed network adapters, as well as resets all network settings (IP, DNS, and cache) to factory defaults. This eliminates configuration errors that have accumulated over time.
Can a router cut speed for a PC?
Yes, if QoS (Quality of Service) or parental controls are enabled, which prioritize mobile device (Wi-Fi) traffic over wired connections. Check your router settings for speed limits for specific MAC addresses.