Advertisement

Why Is My IP 169.254.x.x? APIPA and Self-Assigned Addresses

Your internet is down, you check your network settings, and the IP address reads 169.254.something โ€” an address you never configured, on no network you recognise. That's APIPA (Automatic Private IP Addressing), and it's less an address than a distress signal: "I asked for an IP and nobody answered."

What happened

When a device joins a network, it requests an address via DHCP. If no DHCP server responds, the device โ€” rather than sitting addressless โ€” assigns itself a random address from the reserved 169.254.0.0/16 range (Apple calls this "self-assigned"). It checks via ARP that nobody else picked the same number, and settles in.

The catch: this link-local address only works for talking to other devices on the same cable or Wi-Fi segment. There's no gateway, so there's no internet โ€” which is exactly the symptom that made you look.

Why DHCP didn't answer

Advertisement

The fix ladder

  1. Restart the router, wait for it to fully boot, then reconnect. Fixes the majority of cases.
  2. Renew the lease โ€” Windows: ipconfig /release + ipconfig /renew; Mac: Renew DHCP Lease in Network settings; phones: forget and rejoin the network.
  3. Swap the cable / try another port for wired connections.
  4. Check if others are affected โ€” everyone down points at the router; just you points at your device.
  5. Verify DHCP is enabled in the router and its pool is big enough.
  6. Check for an IP conflict or, rarely, reinstall the network adapter driver.

The one legitimate use

Link-local addressing is genuinely useful in one scenario: two devices cabled directly together with no router โ€” say, a laptop and a bench instrument โ€” both self-assign 169.254 addresses and can communicate. If you weren't doing that on purpose, though, a 169.254 address always means "fix my DHCP."

๐ŸŒ Curious what your connection reveals right now? Check your IP address and location โ†’

Frequently asked questions

Why do I have both a 169.254 address and no internet?

The 169.254 address IS the no-internet: it's the fallback your device gave itself when the router's DHCP never replied. Fix the DHCP conversation and a real address returns.

Is 169.254.x.x a virus or a hack?

No โ€” it's standard, benign behaviour built into every OS. It indicates a network fault, not a compromise.

Advertisement