169.254.1.1
169.254.1.1 Router Admin Login
Link-local address in the APIPA range, used when DHCP fails.
169.254.1.1 is not a router. There is no login page at this address. If your device has been assigned an IP address in the 169.254.x.x range, something has gone wrong with your network connection. This address means your device tried to get an IP address from your router’s DHCP server and failed. Your device has no internet access and cannot reach the router admin panel.
APIPA (Automatic Private IP Addressing) is the fallback mechanism that Windows, macOS, and Linux use when DHCP fails. Instead of leaving the network interface without any address, the operating system assigns itself a random address from the 169.254.0.0/16 range. This allows basic local communication between devices in the same situation, but it does not provide internet access or a route to any gateway.
Why Your Device Got a 169.254.x.x Address
When you connect to a network, your device sends a DHCP request asking the router for an IP address. The router’s DHCP server responds with an address, a subnet mask, a default gateway, and DNS server information. If the router does not respond within a few seconds, your device gives up and assigns itself an APIPA address.
Several conditions cause DHCP failure:
| Cause | Explanation |
|---|---|
| Router is off or frozen | No DHCP server is running to respond |
| Ethernet cable is loose | Physical connection is broken |
| Wi-Fi disconnected | Wireless signal was lost |
| DHCP server disabled | Someone turned off DHCP in the router settings |
| DHCP pool exhausted | All available addresses are already assigned |
| Network congestion | DHCP request or response was lost |
The most common cause in home networks is a simple physical issue: a loose cable, a frozen router, or a dropped Wi-Fi connection. The fix is usually straightforward.
How to Fix DHCP Failure and Get a Real Address
Start with the basics and work upward.
Step 1: Check the physical connection. If you are on Ethernet, confirm the cable is firmly seated at both ends. Look for a link light on the router port and your computer’s network port. If you are on Wi-Fi, verify that you are connected to the correct network and have a signal.
Step 2: Restart the router. Unplug the router’s power for 30 seconds, then plug it back in. Wait 2 to 3 minutes for it to fully boot. This clears any temporary DHCP issues and refreshes the server.
Step 3: Release and renew your IP address. On Windows, open Command Prompt as administrator. Run ipconfig /release and then ipconfig /renew. On macOS, go to System Settings, Network, Wi-Fi, Details, and click “Renew DHCP Lease.” On Linux, run sudo dhclient -r followed by sudo dhclient.
Step 4: Check if DHCP is enabled on the router. Log in to your router at 192.168.1.1 (or your router’s actual address) from a device that has a working connection. Look for DHCP settings and confirm the DHCP server is enabled. If someone disabled it, re-enable it.
Step 5: Check for IP address conflicts. If the DHCP pool is full, the router has no addresses left to give. Increase the pool range in the router settings or disconnect unused devices to free addresses.
APIPA Technical Details
The 169.254.0.0/16 range is reserved by IANA specifically for link-local addressing. Within this range, the first 256 addresses (169.254.0.x) and the last 256 addresses (169.254.255.x) are reserved and should not be assigned. The usable range is 169.254.1.0 through 169.254.254.255.
When a device needs an APIPA address, it randomly picks one from the usable range and sends an ARP probe to check if another device already uses it. If no response comes, the device claims the address. This process avoids conflicts between multiple APIPA devices on the same link.
APIPA addresses have a subnet mask of 255.255.0.0 and no default gateway. Without a gateway, the device cannot route traffic to any other network, including the internet. Communication is limited to other devices on the same physical network segment that also have 169.254.x.x addresses.
This is intentional. APIPA exists for minimal local communication (file sharing, printer discovery) when infrastructure is unavailable, not as a replacement for a properly configured network.
Troubleshooting Persistent 169.254.x.x Issues
-
DHCP renew fails repeatedly. If
ipconfig /renewkeeps returning a 169.254.x.x address, the problem is between your device and the router. Try a different Ethernet cable, a different router port, or forget and reconnect to the Wi-Fi network. -
Only one device is affected. If other devices on the network have proper addresses, the issue is specific to your device. Reset the network adapter: on Windows, go to Settings, Network, Advanced network settings, Network Reset. On macOS, delete the Wi-Fi interface from Network settings and re-add it.
-
All devices get 169.254.x.x addresses. The router’s DHCP server is down. Reset the router to factory defaults. If the router is physically damaged or unresponsive, it may need replacement.
-
Address appears after waking from sleep. Some laptops drop their network connection during sleep and fail to renew the DHCP lease on wake. Disable network power management in your adapter settings. On Windows, go to Device Manager, find the network adapter, open Properties, Power Management, and uncheck “Allow the computer to turn off this device to save power.”
-
VPN or firewall blocking DHCP. Some third-party firewalls and VPN clients interfere with DHCP traffic. Temporarily disable them to test. If the WAN and LAN connection works with the firewall off, add an exception for DHCP traffic (UDP ports 67 and 68).
What 169.254.1.1 Is Not
This address is sometimes confused with things it is not.
It is not a router. Your router is at a private IP address like 192.168.1.1, 192.168.0.1, or 10.0.0.1. You can only reach the router after your device receives a proper DHCP-assigned address.
It is not a static IP address you should configure. Manually setting your IP address to 169.254.1.1 does not fix anything. It gives you the same limitations as the auto-assigned APIPA address: no internet and no gateway.
It is not a sign of hacking or malware. A 169.254.x.x address simply means DHCP failed. The cause is almost always physical (bad cable, dead router) or configurational (DHCP disabled). Fix the underlying connection issue, and your device will receive a proper address from the router.
If you came here after seeing 169.254.1.1 in your network settings, your immediate step is to fix the internet connection. Check cables, restart the router, and renew your DHCP lease. Once DHCP responds, the 169.254.x.x address will be replaced with a proper network address automatically.
Frequently Asked Questions
What is 169.254.1.1?
169.254.1.1 is a link-local address from the APIPA range (169.254.0.0/16). Windows, macOS, and Linux assign addresses from this range when they cannot reach a DHCP server. It means your device failed to get a proper IP address from the router and has no internet access.
Is 169.254.1.1 a router IP address?
No. This is not a router address. You cannot access a router admin panel at 169.254.1.1. If your device shows this address, the connection to your router is broken. Fix the DHCP problem first, then your device will receive a proper address from the router.
Why did my computer get a 169.254.x.x address?
Your computer requested an IP address from the router's DHCP server but received no response. This happens when the network cable is loose, the Wi-Fi connection dropped, the router is off or frozen, or the DHCP server is disabled or out of available addresses.
How do I fix a 169.254.x.x address?
Check your physical connection first. Ensure the Ethernet cable is plugged in securely or that Wi-Fi is connected. Restart the router. On Windows, open Command Prompt as administrator and run ipconfig /release followed by ipconfig /renew to request a new address.
Can two devices with 169.254.x.x addresses communicate?
Yes, but only with each other on the same local link. APIPA addresses allow basic peer-to-peer communication between devices on the same physical network segment. However, they cannot reach the internet or any device outside the local link because there is no gateway.