Notable IP addresses / 169.254.1.1

169.254.1.1
169.254.x.x — link-local (APIPA) address

Link-local address (RFC 3927)Not owned — reserved

An address in 169.254.0.0/16 means the device could not get an IP from DHCP and assigned itself one. It is the classic symptom of "connected, no internet".

Windows calls this APIPA (Automatic Private IP Addressing). A 169.254 address only lets devices on the same physical segment talk to each other; there is no gateway, so nothing reaches the internet. Fix: check the cable or Wi-Fi association, restart the router, or run ipconfig /renew.

Cloud platforms deliberately use this range for instance metadata endpoints: AWS, Azure and Google Cloud all answer at 169.254.169.254. That address is a frequent target in server-side request forgery (SSRF) attacks because it hands out credentials to anything on the instance.

Related addresses

Frequently asked questions

Why does my computer have a 169.254 IP address?

DHCP failed. The device picked a random link-local address so it can still talk to local peers. Renew the lease or fix the connection to the router.