You have connected the network cable from the router to the computer running Windows 10, but the internet still isn't working? Or there's no connection at all, and a yellow exclamation point is showing up in the system tray? This problem is more common than you might think—and the causes can lie in both operating system settings and hardware issues. Unlike Wi-Fi, a wired connection should be stable, but in practice, users encounter errors like "The network cable is not connected.», «Limited connection" or a complete lack of response to the cable.
In this article we will look at all possible reasons, according to which Windows 10 The router doesn't see the cable - from the trivial (the plug isn't inserted correctly) to the complex (the controller driver is damaged or the TCP/IP parameters are out of order). You'll get Step-by-step instructions with screenshots and terminal commands, which will help restore the connection without calling a technician. And if the problem lies with the router, you'll learn how to reboot it or reset it to factory settings.
1. Check the physical connection: cable, ports, indicators
Start with the most obvious: make sure the cable tightly inserted into the ports on both the computer and the router. Users often encounter the problem that the plug RJ-45 If it doesn't click completely, this means there's no contact. Check:
- 🔌 Cable condition: Check for visible damage (kinks, breaks in the braid). Try connecting a different cable if you have a spare.
- 🖥️ Port to PCIf you're using a laptop, make sure the connector isn't loose. On desktop computers, check that the network card isn't separating from the motherboard.
- 📡 Port on the router: connect the cable to another one LAN-port (usually there are 4). If the indicator doesn't light, the port might be burned out.
- 💡 Indicators: the LED on the router next to the one being used should be lit or blinking LAN-port. On some models (TP-Link, ASUS) the indicator can be green (1 Gbps) or yellow (100 Mbps).
If the indicator on the router does not respond, try reboot the device: Turn off the power for 30 seconds, then turn it back on. This sometimes solves the frozen port issue.
⚠️ Attention: If you use USB Ethernet adapter (For example, for laptops without a network port), try connecting it to a different USB port. Some adapters require driver installation.
2. Network card diagnostics in Windows 10
If the physical connection is fine but the internet still doesn't work, the problem might be network card (network adapter). In Windows 10 its condition can be checked through device Manager:
- Click
Win + Xand select "device Manager». - Expand the section "Network adapters».
- Find your network card (eg. Realtek PCIe GbE Family Controller or Intel(R) Ethernet Connection).
- If there is a yellow exclamation mark next to the name, the driver is not working correctly.
Also check, Is the network card enabled? In the BIOS/UEFI settings (relevant for PCs). To do this:
- Restart your computer and enter the BIOS (usually the key
Del,F2orEscwhen loading). - Find the section
Advanced → Onboard Devices Configuration(the name may differ). - Make sure the parameter
Onboard LANorEthernet Controllerinstalled inEnabled.
Make sure the cable is firmly inserted into the port|
Check the indicators on the router and network card|
Open Device Manager and find the network adapter|
Check for driver errors (yellow sign)|
Make sure the adapter is enabled in the BIOS (for PC)
-->
3. Manually configure IP and DNS settings
A common reason for the lack of internet via cable is Incorrect IP settingsWindows 10 uses automatic address acquisition by default (DHCP), but sometimes this mechanism fails. To check and correct the settings:
- Click
Win + R, enterncpa.cpland pressEnter. - Find your Local Area Connection (usually called "Ethernet" or "Local Area Network Connection”), right-click and select “Properties».
- Select "Internet Protocol version 4 (TCP/IPv4)" and press "Properties».
- Make sure the boxes next to "Obtain an IP address automatically" And "Obtain DNS server address automatically».
If automatic receipt does not work, try set a static IP:
- IP address:
192.168.1.100(the last digit can be any from 2 to 254). - Subnet mask:
255.255.255.0. - Default gateway:
192.168.1.1(or192.168.0.1- look at the router sticker). - DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare).
After applying the settings, restart your computer. If the internet is back online, the problem was DHCP-router server.
⚠️ Attention: If you are connected to a corporate network or using PPPoE (as in some providers like Rostelecom or Beeline), a static IP may not work. In this case, please refer to your ISP's instructions.
| Parameter | Automatic (DHCP) | Manual (static) |
|---|---|---|
| IP address | It comes from the router | 192.168.1.X (X is any number from 2 to 254) |
| Subnet mask | Automatically | 255.255.255.0 |
| Gateway | Automatically | Router address (for example, 192.168.1.1) |
| DNS | Automatically | 8.8.8.8 or 1.1.1.1 |
4. Reset network settings and reinstall drivers
If the previous steps did not help, the problem may be in lost network settings or corrupted drivers. Let's start with a reset:
- Open
Settings → Network & Internet → Status. - Scroll down and click "Network reset».
- Confirm the action and restart your computer.
If resetting didn't help, reinstall the network card driver:
- Open
device Manager(Win + X). - Find your network adapter, right click and select "Remove device».
- Check the box "Remove the driver software for this device» (if any) and confirm.
- Restart your PC - Windows will automatically reinstall the driver.
If the network card is not detected after rebooting, download the driver manually from the manufacturer's website (for example, for Realtek or Intel) and install it.
5. Checking the router: LAN and DHCP settings
If everything is fine on your computer, but there is still no connection, the problem may be router settings. Go to the router's web interface (usually at 192.168.1.1 or 192.168.0.1) and check:
- 🔧 Is the DHCP server enabled?: go to section
LANorDHCPand make sure the server is running. The IP range should cover your PC's address (e.g.192.168.1.100–192.168.1.199). - 🔒 Is there any MAC address filtering?: some routers (eg. Keenetic) block devices whose MAC addresses are not whitelisted.
- 🔄 Port operating mode: if the router supports VLAN or Port Isolation, make sure the port is not isolated.
Also try reset the router to factory settings (button Reset on the back panel). After resetting, set it up again following your provider's instructions.
⚠️ AttentionRouter settings may vary depending on the model and firmware. If you're unsure, it's best to consult the manufacturer's manual or your ISP's support team.
How to find the MAC address of a network card?
Open Command Prompt (Win + R → cmd) and enter the command:
ipconfig /all
Find the line "Physical address" in the " blockEthernet adapter" - this is the MAC address of your network card.
6. Diagnostics using the command line
Command line (CMD) will help identify connection issues. Open it as administrator (Win + X → Command Prompt (Administrator)) and execute the commands in order:
- Checking the connection to the router:
ping 192.168.1.1If the packets don't arrive (100% losses), the problem is at the physical level or in the router settings.
- Resetting the TCP/IP stack:
netsh int ip resetnetsh winsock resetOnce completed, restart your PC.
- Checking routing:
route printMake sure there is an entry for your network in the routing table (eg.
192.168.1.0).
If after resetting with the command netsh The Internet appeared, the problem was in the damaged system network settings.
7. Problems with antivirus, firewall, or VPN
Sometimes antivirus or firewall block the network connection, mistaking it for a threat. Try temporarily disabling protection:
- 🛡️ Windows Firewall: open
Control Panel → Windows Defender Firewalland select "Disable the firewall» (temporarily!). - 🦠 Antivirus: Find the antivirus icon in the tray (Kaspersky, ESET, Avast), right-click and select "Suspend protection».
- 🌐 VPN clients: if you use OpenVPN, NordVPN or similar, disable them.
If the internet works again after disabling protection, add the network connection to the exceptions in your antivirus or firewall.
8. Hardware failures: when equipment replacement is needed
If none of the methods helped, the problem may be in hardware failure:
- 🔌 The cable is damagedEven if it appears intact, the internal wires may have broken. Try a different cable.
- 🖥️ The network card burned outIf the router indicator is on, but there's no response from the PC, the controller may be faulty. In this case, replacing the network card (for PCs) or using USB-Ethernet adapter (for laptops).
- 📡 The router is faulty: If other devices don't connect to the router via cable, but everything works via Wi-Fi, the problem is LAN-router ports. Try resetting it or replacing it.
To diagnose a network card you can use Linux LiveCD (For example, Ubuntu). If the cable is detected under LiveCD and the Internet works, the problem is Windows 10 (drivers, settings). If not, the hardware is faulty.
FAQ: Frequently asked questions about connecting via cable
Why does Windows 10 say "Network cable is not connected" even though it is plugged in?
This could mean:
- The cable is damaged or not firmly inserted.
- The port on the router or computer is faulty.
- The network card is disabled in BIOS or the drivers are not installed.
Check the cable on another device and update the drivers.
How do I know if a port on my router is working?
Connect the cable to another one LAN- the router port. If the indicator lights up, the port is working properly. Also, try connecting another device (for example, a laptop or Smart TV).
What should I do if the internet doesn't work after resetting the network in Windows 10?
Try:
- Reinstall the network card driver.
- Set a static IP manually (see section 3).
- Check your router settings (is it turned on?) DHCP).
Can antivirus software block cable connections?
Yes, some antiviruses (for example, Kaspersky Internet Security or ESET NOD32) are blocking new network connections. Try temporarily disabling protection or adding an exception for your network.
How to check if the network card is working?
Open device Manager and check if the network adapter is displayed under "Network adapters" If it is not there or there is an exclamation mark, the card is faulty or requires drivers.