Networking ← Knowledge Base
APIPA / 169.254.x.x Addresses
Problem
A device has self-assigned an IP address in the 169.254.0.0/16 range instead of getting one from DHCP.
Symptoms
- No internet or local network access
- ipconfig shows an address starting with 169.254
- Other devices on the same network work fine
Possible Causes
- DHCP server unreachable or down
- DHCP scope exhausted (no addresses left to hand out)
- Faulty cable or switch port preventing the DHCP request from completing
- Rogue or misconfigured second DHCP server on the network
Diagnostic Steps
- Run ipconfig /all to confirm the exact 169.254.x.x address
- Check whether other devices on the same segment are also affected
- Check the DHCP server/router for its current lease count and scope size
Commands & Tools
ipconfig /allipconfig /releaseipconfig /renewarp -a
Step-by-Step Solution
- Run ipconfig /release then ipconfig /renew to request a fresh lease
- Restart the network adapter, or the device itself, if renew fails
- Confirm the DHCP server/router is powered on and its service is running
- If the scope is exhausted, expand the DHCP range or shorten lease duration
- If multiple devices are affected, search for and disable any unauthorized second DHCP server on the network
Verification
ipconfig shows a normal address within the expected subnet, and the device can reach the gateway and internet.
Common Mistakes
- Assuming it's a DNS problem when the address itself is the real issue
- Not checking whether the problem is isolated to one device or the whole segment
- Overlooking a rogue DHCP server as the cause when several unrelated devices fail at once
Escalation Criteria
Escalate immediately if multiple devices across a segment are affected — this points to infrastructure (DHCP server down, or a rogue DHCP server) rather than a single machine.
Prevention
Monitor DHCP scope utilization, document static reservations clearly, and lock down switch ports to prevent unauthorized devices from serving DHCP.