Why the Internet freezes on my computer, but Wi-Fi works: a complete analysis

Many users are familiar with the situation where websites open instantly on a smartphone or tablet, but a desktop computer or laptop connected via cable stubbornly displays "No network access." This is a classic symptom of a multi-pronged problem: the router is functional and has access to the outside world, but a specific device or its port is unable to establish a connection with the router.

Often users immediately blame the provider or the breakdown of the device itself. router, although in 80% of cases the cause lies in local operating system settings, the condition of the network cable, or an IP address conflict. Understanding the physics of this process helps prevent panic: if Wi-Fi is working, then the communication channel from the provider to your home is active.

In this article, we'll take a detailed look at the technical reasons why a wired connection may fail while the wireless one is functioning properly. We'll cover everything from a simple connector contact check to in-depth stack configuration. TCP/IP and the operation of network card drivers.

Physical layer: cable and ports

The first thing to rule out is simple physical damage. UTP (units twisted pair) cable is much more sensitive to mechanical impacts than one might think. If the cable is laid under a baseboard, pinched by a door, or has microcracks in the insulation, the signal may be intermittent or not transmitted at all, while Wi-Fi radio waves continue to distribute data throughout the apartment.

Pay attention to the LED indicators on your computer's network card and on the router port. Normally, the indicators should light up when the cable is connected. Link (usually green) and Activity (flashing yellow or orange). If the lights are not on, there is no electrical contact.

  • 🔌 Try plugging the cable into another one LAN port on the router, since one of the connectors could have burned out.
  • 🔍 Carefully inspect the RJ-45 connector: the plastic tabs should be intact, and the copper wires inside should not be oxidized.
  • 🔄 Use a known good short patch cord for testing to rule out a break inside the wall.

A common problem is mismatched crimping standards. Although modern network cards support auto-detection Auto-MDIX, older devices or specific cables (for example, crossover cables, if they are not used for their intended purpose) may not “play well” with the router port.

⚠️ Attention: If you're using cable installed inside your walls more than 10 years ago, it may not support speeds above 100 Mbps or may be unstable due to the quality of the copper. In such cases, 5 GHz Wi-Fi will be faster and more stable than the older cable.

It's also worth checking that the connector is firmly seated in the PC's network card slot. Over time, the contacts in the slot can become loose, and the cable will fall out at the slightest touch to the system unit, causing constant disconnections.

Static IP and address conflicts

One of the most common software reasons is incorrect IP address configuration. Unlike mobile devices, which always request an address automatically, on computers, users or system administrators often enter static IP Manually. If you changed your router or updated the firmware, the address range may have changed, making the old static address unavailable.

To check, you need to go to the network adapter settings. In Windows, this is done through the Control Panel or the command line. If in the protocol properties IPv4 If specific numbers are specified instead of "Receive automatically", the system is trying to knock on a closed door.

📊 How is your connection set up?
Automatic (DHCP)
IP is entered manually
I don't know, I haven't checked.
I use PPPoE/L2TP

An address conflict occurs when two devices on the network attempt to occupy the same IP address. In this case, the router may block one of the connections, and the wired connection is often the "victim" because it has priority in the routing table and conflicts with the DHCP cache.

To fix the problem, reset the settings to automatic. This will force the computer to request a valid address from the router's DHCP server. This usually resolves the inaccessibility issue immediately if the physical layer is working properly.

  • 📝 Open ncpa.cpl via the Run menu for quick access to adapters.
  • ⚙️ Select "Properties" for your Ethernet connection.
  • 🌐 Find the protocol Internet Protocol version 4 (TCP/IPv4) and click "Properties".

Make sure the "Obtain an IP address automatically" and "Obtain DNS server address automatically" boxes are checked. It's best to remove any manual entries that aren't required by your corporate network.

Problems with network card drivers

A driver is an intermediary between the operating system and the hardware. If the system crashes after a Windows update or installing a new program, the network card driver may become corrupted or roll back to a version incompatible with the router's current hardware.

Symptoms of a problematic driver often manifest as intermittent disconnections: internet connection comes and goes, or the speed drops to zero, even though the port indicators are lit. Device Manager may show a yellow exclamation point next to the network controller, but not always.

The solution is to completely reinstall the driver. Don't rely on automatic Windows Update, as it often offers generic, but not always stable, versions. It's better to download the latest driver from the official website of the motherboard or laptop manufacturer.

How to remove a driver correctly?

In Device Manager, right-click the network card, select "Uninstall device," and be sure to check "Delete the driver software for this device." Afterward, restart your computer—the system will attempt to install the driver again.

It's also worth paying attention to power saving settings. Windows may try to save power by disabling the network card when idle, after which it may not wake up properly and reconnect.

  • 💾 Download drivers only from official websites manufacturers (Realtek, Intel, Killer).
  • 🛑 In the driver properties in Device Manager, disable the option "Allow the computer to turn off this device to save power."
  • 🔄 Use system restore points if the problem appeared immediately after updating drivers.

In some cases, resetting the BIOS/UEFI settings can help. This can change the operating parameters of the PCIe slot to which the network card is connected, especially if you have been experimenting with overclocking the system.

DNS and network cache failures

Even if a physical connection is established and an IP address is obtained, the computer may not be able to access websites if the Domain Name System (DNS) is not working. In this case, Skype or torrents may work (since they use IP addresses directly), but browsers will return the error "The DNS address cannot be found."

Wi-Fi devices often use their ISP's DNS servers or public DNS servers (such as Google's), which are configured in the router's settings. Your computer may have "remembered" old or broken DNS addresses that are now unavailable.

Use the command prompt for diagnostics. Running it as administrator will allow you to run network settings reset commands, which is often a silver bullet for such situations.

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release

ipconfig /renew

netsh winsock reset

Running these commands clears the DNS cache, resets the current IP address and requests a new one, and rebuilds the Winsock socket directory, which is responsible for network connections in Windows.

Without this, the changes to the network components registry will not take effect and the problem will persist.

Antiviruses and firewalls

Third-party antivirus software and the built-in Windows firewall may block network traffic, deeming it suspicious. This often happens after updating antivirus databases or when switching the network profile from "Home" to "Public."

If the antivirus determines the network is unreliable, it may completely terminate the connection or prevent device detection. Check your antivirus's protection logs—it may have blocked the network adapter.

Temporarily disabling your antivirus (only during diagnostics!) will help determine whether it's the cause. If your computer's internet connection returns after disabling protection, then the problem needs to be addressed in your antivirus's firewall settings.

Security component Probability of blocking Symptom
Windows Firewall Average Blocking specific applications
Third-party antivirus High Complete network outage or "No internet access"
Parental control Average Only some of the sites are working
Router protector Low MAC address blocking

Also check if you have Incognito or Quiet Mode enabled in your antivirus software, which may limit background network activity.

Router settings and priorities

The router itself shouldn't be discounted either. Its settings may have restrictions for wired (LAN) ports. For example, the function Parental Control or "Guest Network" can be enabled for a specific port, restricting access.

Sometimes the DHCP lease table becomes full. If many devices are connected to the router, it may simply "forget" to assign an address to a new wired connection, while Wi-Fi clients receive addresses from a different pool or have priority.

☑️ Router diagnostics

Completed: 0 / 4

In rare cases, resetting the router to factory settings can help, but this is an extreme measure and requires reconfiguring the entire internet connection. Before doing this, try simply rebooting the device to clear any temporary errors from the RAM.

⚠️ Attention: Router interfaces are constantly being updated. The location of the "LAN," "DHCP Server," or "Network" menu may vary depending on the model (TP-Link, ASUS, Keenetic, MikroTik). If you are unsure about what you're doing, it's best not to change global settings without consulting a specialist.

Check if MAC address filtering is enabled. If your computer has changed its network card or you're using a new adapter, its MAC address may not be included in the "White List" of allowed devices.

Frequently Asked Questions (FAQ)

Why is the yellow triangle "No Internet Access" lit?

This means there's a physical connection to the router (the cable is working), but the computer can't access the global network. Most often, the problem lies in DNS settings, an incorrect IP address, or a block by the ISP (for example, an unpaid bill).

Can a virus block the Internet only on a PC?

Yes, some types of malware (Trojans, ransomware) can change proxy server settings or the hosts file, redirecting or blocking traffic. Check your browser and system proxy settings.

What to do if the drivers are not installed?

Try uninstalling the device in Task Manager along with the driver, then select "Scan for hardware changes" from the Actions menu. If that doesn't work, download the driver on another device and transfer it via USB.

Does cable length affect speed?

The Ethernet standard allows for operation up to 100 meters without loss of quality. However, using inexpensive cables (CCA – copper-clad aluminum) over long distances can lead to slower speeds and connection instability, unlike pure copper cables (OFC).