Windows network guide

Ethernet Doesn't Have a Valid IP Configuration?

This Windows error normally means the Ethernet adapter did not receive usable network details. The aim is to restore normal DHCP communication, not to guess a random static IP address.

Understand the result

Check whether DHCP gave Windows an address

Open Command Prompt and run ipconfig. Under Ethernet, look for the IPv4 Address and Default Gateway. An address beginning 169.254 is APIPA: Windows assigned it to itself because DHCP did not provide one. That often points to the router, cable, port, or adapter path.

Safe repair order

Refresh the connection before larger resets

  1. Try another cable and router port. Confirm the physical link first.
  2. Restart the router if other devices also lack valid addresses.
  3. Disable and re-enable the Ethernet adapter.
  4. Run ipconfig /release, then ipconfig /renew. This requests a fresh DHCP lease.
  5. Check the adapter driver. Update or roll back based on when the issue began.

Do not assign an arbitrary static address. It must fit the correct network, gateway, and DNS details, and can conflict with another device.

Later options

Use TCP/IP reset steps only when the evidence fits

If cable, router, DHCP, adapter disable/enable, and driver checks have not helped, a TCP/IP reset can be a later troubleshooting step. Expect it to reset networking configuration; record any work or school VPN, proxy, or static settings first.

If Windows calls the connection Unidentified Network rather than showing this exact error, read Ethernet Unidentified Network in Windows 11.

FAQ

Valid IP configuration FAQ

What does Ethernet doesn't have a valid IP configuration mean?

It means Windows could not obtain or use a valid network address, usually from the router's DHCP service, so it cannot communicate normally on the network.

What does a 169.254 IP address mean?

A 169.254 address is a self-assigned APIPA address. It usually indicates that Windows did not receive an address from DHCP.

Is ipconfig release and renew safe?

Yes. These commands ask Windows to release its current DHCP lease and request a new one; they do not erase personal files.

Should I assign a random static IP address?

No. A static address must match the router's network and avoid conflicts. Use DHCP unless you know the correct network settings or an administrator provided them.