Windows 11 Keeps Getting a 169.254 Address on Both Wi‑Fi and Ethernet

0
7
Asked By MellowCedar42 On

A company-owned Windows 11 laptop suddenly lost internet access at the user's home. Wi‑Fi connected but received an unidentified network and a 169.254.x.x APIPA address. Wired Ethernet behaved the same way, while other devices on the home network continued working normally.

I tried releasing and renewing the lease, flushing DNS, resetting Winsock and TCP/IP, using Windows' full network reset, rebooting the laptop and router, and uninstalling and reinstalling the network adapters with the latest manufacturer drivers. None of that restored DHCP.

As a temporary workaround, manually assigning an IP address allowed both Ethernet and Wi‑Fi to work and let me connect remotely. What else should I check to find out why this machine cannot obtain a DHCP lease automatically?

3 Answers

Answered By NorthstarBasil5 On

Check the router’s DHCP scope and lease table, but don’t assume the router is the problem just because the issue happens at home. Look for an accidental static reservation, duplicate MAC address, exhausted address pool, or an address conflict. A conflicting static device inside the DHCP range can produce strange results, although the fact that other devices are fine makes a laptop-side issue more likely.

Answered By OrbitLime7 On

Since both Wi‑Fi and Ethernet fail on the same computer while other devices work, I’d focus on Windows rather than the router. Check that the DHCP Client service is running and set to Automatic, and verify the adapter is configured to obtain both its IP address and DNS automatically. Also inspect the Windows event logs around DHCP and networking for lease or service errors.

MellowCedar42 -

I’ll verify the DHCP Client service and the adapter’s automatic addressing settings first. The fact that both interfaces behave identically does point toward something at the OS level.

Answered By QuartzPanda19 On

Test the laptop on a completely different network, such as a phone hotspot or another office connection. If it also receives a 169.254 address there, look for VPN clients, endpoint security, packet-filtering software, or virtual network adapters interfering with DHCP. Temporarily disabling or removing those components can help isolate the cause.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.