You've plugged in the Ethernet cable, Windows says you're connected, yet nothing loads. No error message, no help. Just sitting there. This is one of those problems that feels like a hardware dead-end but almost never is. We'll walk through exactly how to fix Ethernet connected no internet in the next 30 minutes.
TL;DR
Ethernet connected no internet usually means your cable is in the wrong router port, your drivers are outdated, or your network settings are misconfigured. Start by unplugging and reseating the cable into a LAN port (not WAN), then check if your network is set to Private and metered connection is off. If that doesn't work, update your network adapter driver or run a network stack reset.
Key Takeaways
- The most common cause is plugging your cable into the WAN port instead of a LAN port on your router
- Network adapter drivers often become outdated and need manual updates to restore connectivity
- Windows mistakenly categorizing your home network as Public can block internet access despite the connection existing
- The network stack can become corrupted and require a full reset using command-line tools
- Most cases resolve within the Quick Fix phase (5-10 minutes) without advanced troubleshooting
At a Glance
- Difficulty: Easy
- Time Required: 30 mins
- Success Rate: 85% of users
What Causes Ethernet Connected No Internet?
Before we fix it, you need to understand what's actually happening. Your Ethernet connection shows as active because Windows detects the physical link to the router. Data is flowing between your PC and the router. But nothing reaches the internet. That's the key distinction.
This breaks down into four main causes. First, the cable itself. It might look plugged in but isn't seated properly, or it's plugged into the wrong port entirely. Many routers have one WAN/Internet port (for the modem) and several LAN ports (for your devices). Plug into WAN by accident and you're disconnected from the internet even though the link shows as active.
Second, driver issues. Your network adapter is the hardware component that handles Ethernet. Windows includes generic drivers, but manufacturers like Realtek, Intel, and Broadcom release updates constantly. Outdated drivers can't communicate properly with the adapter, causing a connection that appears active but refuses to actually transfer internet data.
Third, your network settings are wrong. Windows categorizes networks as either Private (home/trusted) or Public (untrusted). A network set to Public gets restrictions that block certain traffic. Similarly, if you've enabled metered connection (a setting designed to limit data usage), Windows throttles or blocks background activity that's needed for internet access.
Fourth, your network stack (the software layer that manages all network communication) can corrupt or get misconfigured. This usually happens after updates, malware removal, or when conflicting network software is installed. When the stack breaks, you can appear connected but nothing actually works.
Ethernet Connected No Internet: Quick Fix
This tier handles roughly 70% of cases. You're looking at 5-10 minutes of work.
Reseat the Ethernet cable and verify router ports Easy
- Unplug the Ethernet cable from your PC.
Look for the connector at the back or side. It's usually a small rectangular port. Pull straight out with gentle pressure. - Unplug the cable from the router.
Check which port it's connected to. Most routers have 4 LAN ports (usually numbered 1-4, sometimes colored yellow or blue) and one separate WAN or Internet port (often blue or marked clearly). You must use a LAN port, never the WAN port. - Inspect the cable for damage.
Look along the length for cuts, bends, or crushed sections. Check both connectors for bent metal pins or dirt. If the cable looks physically damaged, test with a different one if possible. - Plug the cable into a LAN port on the router.
Make sure you hear or feel a click. The connector should be flush with the port. - Plug the cable into your PC's Ethernet port.
Again, listen for the click and verify it's fully seated. - Wait 10 seconds and check Windows.
Open Settings, go to Network and Internet. You should see your Ethernet connection listed. If you see a connection status or error, that's progress.
Test your router and restart it Easy
- Check if another device can connect via Wi-Fi.
Use your phone or tablet. If you can browse the web over Wi-Fi, your router and internet connection are fine. The problem is specific to your Ethernet setup or Windows configuration. - Restart your router.
Unplug the power cable from the back of the router. Count to 30 (or at least 10 seconds). Plug it back in. Wait 2-3 minutes for it to fully boot. You'll see lights blink on the front as it starts up. - Restart your PC.
Close any open programs, then restart Windows. A reboot often fixes transient network glitches.
Check connection status and disable Public network mode Easy
- Right-click the Start button and select Settings.
- Go to Network and Internet.
Click the Ethernet option on the left side. - Look for any error messages or 'Action needed' warnings.
If you see one, Windows has identified a problem. Click on it to see the suggested fix. - Check the network profile.
Look for a setting that says 'Private' or 'Public'. Your network should be set to Private if it's your home network. If it shows Public, click it and change to Private. - Disable metered connection.
Scroll down and look for Metered connection. If it's turned On, click the toggle to turn it Off. Metered connections can restrict data flow and block updates. - Test internet access.
Open a browser and try to visit a website. If it works now, the problem was your network classification.
Run Windows Network Troubleshooter Easy
- Right-click the Start button and select Settings.
- Go to Network and Internet, then Status.
- Scroll down and click Network troubleshooter.
Windows will begin a diagnostic scan of your network. - Follow the on-screen prompts.
When asked which connection to troubleshoot, select your Ethernet connection. Windows will run tests and may offer to fix issues automatically. - Let it complete and restart if prompted.
Some fixes require a reboot to take effect.
Ethernet Connected No Internet: Intermediate Solutions
Roughly 85% of users have fixed the problem by now. If you're still without internet, your network adapter driver or IP configuration needs attention. This takes 15-30 minutes.
Update your network adapter driver Medium
- Right-click the Start button and select Device Manager.
- Find Network adapters and click the arrow to expand it.
You'll see a list of network devices. Look for one labeled Ethernet, Realtek, Intel, or similar. If you see a yellow warning icon next to it, your driver is definitely out of date. - Right-click your Ethernet adapter and select Update driver.
- Choose 'Search automatically for updated driver software'.
Windows will connect online and look for the latest driver from its database. - Wait for the scan to complete.
This takes 1-5 minutes. If an update is found, Windows will install it and may prompt you to restart. - If Windows doesn't find an update, try the manufacturer's website.
Common manufacturers are Realtek, Intel, Broadcom, or Killer Networking. Go to their support page, enter your exact model number (visible in Device Manager), and download the latest driver. Transfer it via USB if your Ethernet isn't working, then install it manually. - Restart your PC after any driver installation.
Reset network adapter and fix IP configuration Medium
- Right-click Start and select Network Connections (or Settings, Network and Internet, Advanced, Change adapter options).
- Right-click your Ethernet connection and select Properties.
- Look for Internet Protocol Version 4 (TCP/IPv4) and click it, then click Properties.
- Verify these settings:
- 'Obtain an IP address automatically' should be selected (not 'Use the following IP address')
- 'Obtain DNS server address automatically' should be selected
If you see static entries (manual IP or DNS), select the automatic options instead. - Click OK and close the Properties window.
- Right-click your Ethernet adapter again and select Disable.
Wait 5 seconds. - Right-click it again and select Enable.
This resets the adapter and forces Windows to request a new IP address from your router. - Test your connection.
Open a browser. If it works, your IP was misconfigured.
Perform network reset via Windows Settings Medium
- Right-click Start and open Settings.
- Go to Network and Internet, then Advanced network settings.
- Scroll down and click Network reset.
You'll see a warning: 'This will remove all network adapters and reset all networking components to their defaults.' - Click Reset now.
Windows will restart your PC and perform the reset. - After restart, Windows will reinstall all network drivers and settings from scratch.
This takes 2-5 minutes. Be patient. - You may need to reconnect to Wi-Fi.
All saved Wi-Fi passwords are deleted. Have your Wi-Fi password ready. - Test your Ethernet connection.
It should work immediately after the reset completes.
Advanced Ethernet Connected No Internet Fixes
You're in the 5-10% of cases now. These fixes require command-line access and are more invasive. Success rate is around 95%, but they take 30+ minutes and require careful attention to detail.
Flush and rebuild the network stack using command line Hard
- Right-click Start and select Terminal (Admin) or Command Prompt (Admin).
If prompted by User Account Control, click Yes. - Run the following commands one at a time, pressing Enter after each:
netsh int ip resetnetsh winsock resetipconfig /flushdnsipconfig /releaseipconfig /renew
Each command will take 10-30 seconds to complete. Do not close the terminal window until all have finished. - After all commands complete, type 'exit' and press Enter to close the terminal.
- Restart your PC.
- After restart, test your Ethernet connection.
Open a browser immediately. The network stack should be fully rebuilt.
Manually reinstall network driver from manufacturer Hard
- Identify your network adapter model.
Open Device Manager on the PC with no internet. Right-click Start, select Device Manager, expand Network adapters. Note the exact name (e.g., 'Realtek RTL8111' or 'Intel I225'). - Use another PC or phone to download the driver.
Visit the manufacturer's website (Realtek, Intel, Broadcom, NVIDIA, etc.) and find the latest driver for your exact model and Windows version. Download the .exe or .zip file. - Transfer the driver via USB flash drive to the problem PC.
- On the problem PC, go to Device Manager and expand Network adapters.
- Right-click your Ethernet adapter and select Uninstall device.
Check the box that says 'Attempt to remove the driver software for this device' if it appears. Click Uninstall. - Restart your PC.
Windows will reinstall a generic driver temporarily, but your network likely won't work yet. - After restart, locate the downloaded driver file and run it.
Follow the installer prompts and restart again when prompted. - Test your connection.
This should restore full functionality with the manufacturer's latest driver.
Check Windows updates for Ethernet-related patches Medium
- Right-click Start and open Settings.
- Go to Windows Update and click Check for updates.
Windows will scan for all available patches. - Install all available updates and restart your PC.
Some updates require multiple reboots. Don't skip this step. - After the restart, go back to Windows Update and check for updates again.
Repeat until it says 'You're up to date'. - Test your Ethernet connection.
Open a browser and verify connectivity.
Still stuck after trying all of these? If your Ethernet cable is connected but Windows is still blocking internet access, our remote technicians can access your PC, check the network configuration directly, test your adapter against your router, and rebuild your network settings in real time without the trial-and-error. We'll pinpoint whether it's a driver issue, a Windows bug, or a hardware fault, and fix it properly.
Get remote helpPreventing Ethernet Connected No Internet
Once you've fixed this, don't let it happen again.
Keep Windows and drivers updated automatically. Go to Settings, Windows Update, and enable automatic updates. Check back monthly to ensure updates are actually installing. Most Ethernet problems stem from outdated or missing patches that fix known bugs. Set it and forget it.
Use DHCP and automatic DNS. Unless you have a very specific reason to manually configure your IP or DNS, leave both on automatic. Static settings are a common culprit because users set them incorrectly and then forget about them. Automatic is more reliable and adapts to router changes.
Set your home network to Private, not Public. Public networks get security restrictions that interfere with normal web browsing. When Windows asks what type of network this is, always answer Private if it's your home or small office.
Disable metered connection for home networks. Metered is for mobile hotspots and expensive connections. Home broadband doesn't need it. Enabled metered connections throttle or block background updates and can appear as no internet.
Label your router clearly. Write 'LAN' or '1-4' on the ports your devices should use, and mark the WAN port in a different color. Prevents accidental misplug in the future. Keep a spare Ethernet cable in your desk drawer so you can swap it in immediately to rule out cable damage.
Run preventative maintenance once a quarter. In Terminal (Admin), run netsh int ip reset to proactively clean the network stack before problems develop. Takes 30 seconds and prevents corruption from accumulating.
Ethernet Connected No Internet: Summary
Ethernet connected no internet is frustrating but almost never a dead end. The cable is probably fine, your router is working, and your PC just needs either a configuration fix or a driver update. Start with the Quick Fix tier, the vast majority of cases resolve there with no technical knowledge required. If you're in the small percentage that needs intermediate solutions, updating your driver or fixing your IP settings will almost certainly work. Advanced fixes exist for edge cases, but you'll rarely need them.
The key is to test methodically: cable first, then router, then Windows settings, then drivers, then the network stack. Each step narrows down the cause. Once you've fixed it, keep Windows updated, use automatic network settings, and set your home network to Private. You won't see Ethernet connected no internet again.


