1. Home
  2. Windows Tips
  3. Ethernet doesnt have a valid ip configuration

Fix Ethernet Doesn’t Have a Valid IP Configuration on Windows 10

Every device that is connected to the internet, whether it’s a desktop system, a laptop, a phone, a network printer, or a really smart fridge, has its own IP address. The IP address is used to identify a device and no two devices can have the same IP address.

It may seem like a small thing but when there is an IP address conflict or better said Ethernet doesn’t have a valid IP configuration, the system is unable to connect to the internet.

Ethernet doesn’t have a valid IP configuration

Problems with IP configuration can happen regardless if you’re using an Ethernet or wireless connection. If your Ethernet doesn’t have a valid IP configuration, there are a few simple things you can do to fix it.

1. Power cycle

An IP is assigned by the router. It’s not a function that your system normally controls so the first thing you should do is power cycle both your system and the router.

  1. Shut down your system.
  2. Go to your router and locate the power button.
  3. Press and hold the power button for ten seconds, and release it.
  4. Wait fifteen seconds (or up to a minute).
  5. Turn the router back on.
  6. Boot your system and allow it to obtain an IP address.

2. Run network troubleshooter

Windows 10 has a built-in troubleshooter for network problems and internet connectivity. Run them both.

  1. Open the Settings app.
  2. Go to Update & Security>Troubleshoot.
  3. Click Additional Troubleshooters.
  4. Run the Internet Connections troubleshooter, and apply all fixes that it recommends.
  5. Run the Network Adapter troubleshooter, and apply all fixes that it recommends.
  6. Restart the system.

3. Disable Fast startup

Windows 10 has a feature called ‘Fast start’ which allows users to boot to their desktop much more quickly. What it actually does is, it prevents a system from shutting down. Instead, when you perform a shut down, the system goes into a low power state which can lead to all sorts of problems.

  1. Open File Explorer.
  2. In the location bar, enter the following
Control Panel\All Control Panel Items\Power Options
  1. Click ‘Choose what the power buttons do’ from the column on the left.
  2. Click ‘Change settings that are currently unavailable’.
  3. Scroll down, and uncheck ‘Turn on Fast startup’.
  4. Restart the system.

4. Check DNS settings

Although an IP address is relevant before DNS comes into the picture, they may still retroactively create problems with the IP configuration.

  1. Open File Explorer.
  2. Enter the following in the location bar, and tap Enter.
Control Panel\Network and Internet\Network and Sharing Center
  1. Click your Ethernet connection.
  2. Click the ‘Properties’ button.
  3. Double-click Internet Protocol Version 4 (IPv4).
  4. Make sure ‘Obtain an IP address automatically’ and ‘Obtain DNS server address automatically’ are selected.

5. Change DNS server

If your DNS server was already set to automatic, and you’re unable to resolve the IP configuration error, try using the Google DNS server instead.

  1. Open File Explorer.
  2. Enter the following in the location bar, and tap Enter.
Control Panel\Network and Internet\Network and Sharing Center
  1. Click the Ethernet connection.
  2. Click the ‘Properties’ button.
  3. Double-click ‘Internet Protocol Version 4 (IPv4).
  4. Select ‘Use the following DNS server address’.
  5. In the first field, enter 8.8.8.8
  6. In the second field, enter 8.8.4.4
  7. Apply the change, and restart the system.

6. Reset TCP/IP

Resetting the TCP/IP can fix obscure problems with the network settings and in turn resolve the IP configuration error.

  1. Open Command Prompt with admin rights.
  2. Run the following command.
netsh winsock reset
  1. Once the command has completed, run this second command.
netsh int ip reset
  1. Restart the system.

7. Uninstall and reinstall Ethernet adapter

Much like a system or router restart, uninstalling and reinstalling the driver for your Ethernet card can fix the IP configuration error.

  1. Open Device Manager.
  2. Expand Network Adapters.
  3. Right-click the adapter used to connect to an Ethernet network, and select ‘Uninstall Device’.
  4. Once uninstalled, click the scan for hardware changes button.
  5. Windows 10 will detect the Ethernet adapter and install drivers for it again.

8. Disabling Microsoft Kernel Debug Network Adapter

The Microsoft Kernel Debug Network Adapter can interfere with other network adapters and their drivers. Disabling it can fix the IP configuration error.

  1. Open Device Manager.
  2. Go to View>Show Hidden Devices.
  3. Expand Network Adapters.
  4. Look for Microsoft Kernel Debug Network Adapter.
  5. Right-click it, and select Disable Device.
  6. Confirm that you want to disable the device.
  7. Restart the system.

9. Reset Network settings

Resetting network settings requires running quite a few different commands but it will fix the IP configuration error if all other solutions fail.

  1. Open Command Prompt with admin rights.
  2. Run the following command one-by-one;
ipconfig /flushdns

ipconfig /renew

nbtstat –R

nbtstat –RR

netsh int ip reset c:\networklog.txt

netsh winsock reset
  1. Open File Explorer.
  2. Enter the following in the location bar, and tap Enter.
Control Panel\Network and Internet\Network and Sharing Center
  1. Click ‘Change adapter settings’ in the column on the left.
  2. Right-click your Ethernet adapter, and select Disable.
  3. Restart the system.
  4. Return to the adapter settings screen, right-click the Ethernet adapter, and enable it.

Conclusion

An Ethernet connection is usually more reliable than a wireless WiFi connection but it’s not always as easy to set up. With a WiFi network, you don’t have a lot of network-related settings to worry about but with Ethernet, an obscure setting can prevent a connection from being established.

Did it work for you?

The above solutions work most of the time if local area connection doesn’t have a valid IP configuration — however, if you’re still unable to get rid of the error, access the admin panel of your router and check if there are any restrictions on Ethernet connections.