How To Activate DHCP | Restore Auto IP Setup

Activating DHCP switches your device or router back to automatic IP, gateway, and DNS assignment so new connections work without manual entries.

DHCP sounds like a back-room network term, yet the job it does is plain: it hands out the settings that let a phone, laptop, TV, printer, or game console join your network without manual typing. When DHCP is off, devices may sit there with the wrong IP, the wrong gateway, or no working DNS at all. That’s when pages stop loading, apps stall, and a new device refuses to join.

If you’re trying to fix a home network, the move is usually one of two things. You either turn DHCP on for a device so it asks for settings automatically, or you turn DHCP on in the router so the router can hand those settings out. The trick is knowing which side is off. A laptop set to a manual IP can clash with the network. A router with its DHCP server disabled leaves every device waiting for settings that never arrive.

This article walks through both sides in plain language. You’ll learn what DHCP changes, where to switch it on in Windows, what to check in a router panel, and how to spot the small mistakes that keep a network from coming back to life.

What DHCP Turns On For Your Network

DHCP stands for Dynamic Host Configuration Protocol. In daily use, that means your router or another DHCP server gives a device an IP address, subnet mask, default gateway, and DNS details. Instead of typing each one by hand, the device asks, receives a lease, and gets online.

That matters more than most people think. The IP address tells the device who it is on the local network. The gateway tells it where to send traffic that’s headed out to the internet. DNS tells it how to turn names like a website address into the numeric destination the network needs. Miss one part and the whole thing feels broken.

DHCP also keeps home networks tidy. The server tracks what it has handed out and for how long. That cuts down on duplicate IP conflicts and makes it easier to add a new device. Plug it in, join Wi-Fi, and the network fills in the rest.

How To Activate DHCP On Windows And Router Panels

There are two places to switch it on, and each one does a different job. On a computer or phone, activating DHCP means the device stops using fixed network settings and starts requesting them automatically. On a router, activating DHCP means the router becomes the source that hands those settings out to other devices on the LAN.

If your internet worked before and one device now fails while the rest still connect, the issue is often on that device. If every device is struggling after a router reset or a change in router settings, the DHCP server inside the router may be off.

A good habit is to start with the client device first. Put the device back on automatic IP and DNS, disconnect and reconnect, then test. If nothing on the network gets a valid address after that, move to the router panel and check the DHCP server there.

Steps In Windows 11 And Windows 10

On a Windows PC, DHCP is tied to the IP assignment setting for the network adapter. If the adapter was set to manual at some point, Windows will keep using the fixed values until you switch it back.

  1. Open Settings.
  2. Select Network & internet.
  3. Choose Wi-Fi for wireless or Ethernet for a wired connection.
  4. Open the active network or its properties page.
  5. Find IP assignment and select Edit.
  6. Choose Automatic (DHCP).
  7. Save the change, then reconnect to the network.

Microsoft lists that same path in its network settings steps, including the option to switch IP assignment to Automatic (DHCP). If DNS was also set by hand, moving the adapter back to automatic clears both blocks at once.

After you save the change, give the connection a moment. Windows may renew the lease on its own. If it still hangs onto old settings, toggle Wi-Fi off and on, unplug and reconnect Ethernet, or restart the PC. That fresh handshake often does the trick.

When Command Line Helps

There are times when the setting is already on automatic, yet the PC is stuck with a stale lease. In that case, releasing and renewing the address can nudge the adapter into asking for fresh details. Open Command Prompt and run ipconfig /release, then ipconfig /renew. This won’t repair a dead router or a bad cable, but it can clear an old lease after you’ve already fixed the root setting.

If the PC still shows a self-assigned address in the 169.254.x.x range, that usually means it asked for DHCP data and got nothing back. At that point, the router side becomes the next stop.

Common Places To Activate DHCP In A Router

Most home routers keep DHCP under the LAN section, not the internet or WAN section. That catches people all the time. The WAN side is the link from the router to your provider. The LAN side is where the router gives local addresses to the devices in your home.

The wording differs by brand, though the pattern is close across most panels:

  1. Log in to the router admin page.
  2. Open LAN, Local Network, or Network.
  3. Find DHCP Server.
  4. Switch it to Enable.
  5. Check the start and end of the address pool.
  6. Save, then let the router apply the change.

ASUS lays out this path on its DHCP server page, where the DHCP switch sits under LAN and the address pool can be set for the range the router assigns. Many TP-Link, Netgear, and Linksys panels use similar labels even when the layout changes.

Once the server is on, the router needs an address pool that fits its own LAN IP. Say the router is 192.168.1.1. A normal pool might start at 192.168.1.100 and end at 192.168.1.200. If the pool is blank, outside the subnet, or too narrow, devices may still fail to get a lease.

Setting What It Does Good Starting Point
Router LAN IP The router’s own local address that devices use as the gateway Leave the default unless you have a clear reason to change it
DHCP Server Turns automatic IP assignment on or off for the local network Enabled
Address Pool Start First IP the router may hand out Keep it inside the same subnet as the router LAN IP
Address Pool End Last IP the router may hand out Leave enough room for all active devices
Lease Time How long a device keeps its assigned IP before renewal Default is fine for most homes
Gateway The route devices use to leave the local network Usually the router LAN IP
DNS Name resolution for websites and online services Router default or a trusted DNS pair
Reserved IP Gives one device the same lease each time based on MAC address Handy for printers, cameras, and NAS boxes

One Router, One DHCP Server

In a small home network, you usually want one active DHCP server. More than one can create a mess, with different devices receiving different gateway or DNS details from different boxes. That can happen when an old router is added as an access point and its DHCP server is left on by mistake.

If you use a main router plus mesh nodes or extra access points, the main router is the usual place for DHCP. The add-on gear should pass traffic through, not compete to hand out addresses. If your network went sideways right after adding gear, this is one of the first settings to check.

What To Check After You Switch DHCP On

Turning the setting on is step one. Step two is making sure devices are actually getting fresh data. Open the network details on your device and check four pieces: IP address, subnet mask, gateway, and DNS. They should all fit the same local network and the gateway should match your router’s LAN address.

If the device connects to Wi-Fi but still won’t browse, forget the network and join again. That forces a fresh request. On wired gear, unplugging the cable for a few seconds can do the same. Smart TVs, printers, and cameras often cling to old data longer than laptops do.

A printer that used to live at a manual address may also need a fresh scan from your PC or phone after DHCP is back on. The network is healthy again, yet the app still points to the old address. That’s not a DHCP fault. It’s just stale device history.

Symptom Likely Cause Next Move
169.254.x.x address No DHCP reply reached the device Check router DHCP server, cable, Wi-Fi join, or restart the adapter
Internet works on one device only Other devices still use manual IP settings Set each client back to automatic IP and DNS
Device gets an IP but no sites open Bad gateway or DNS data Renew the lease and verify router LAN details
Random dropouts after adding another router Two DHCP servers on the same LAN Leave DHCP on only at the main router
Printer disappeared after the change Printer moved to a new address Re-add the printer or reserve one IP for it

Manual IP Vs DHCP In Daily Use

Manual IP settings still have a place. A server, NAS, or printer may need a fixed address so apps can always find it at the same spot. But even there, many people skip manual entry on the device itself and use a reserved DHCP lease instead. That gives the device a steady address while the router still manages the whole pool.

That setup is cleaner. You avoid typing subnet masks and gateways into each device, and you keep all the tracking in one place. If the network later shifts to a new subnet, the router can hand out the right details without touching every device one by one.

For laptops, phones, tablets, streaming sticks, and guest gear, DHCP is the better default nearly every time. It cuts setup time, lowers the odds of duplicate addresses, and makes network changes less painful.

Small Mistakes That Keep DHCP From Working

One common miss is changing only the IP setting while leaving DNS on a manual value that no longer fits the network. Another is turning on DHCP in the router but leaving a client on an old fixed address from a different subnet. The names sound close, yet the fix has to match the side that is stuck.

Another easy miss is the cable path. On some setups, a second router is wired from LAN to WAN when it should be LAN to LAN for access-point duty. That turns one network into two, each with its own address plan. Devices may still connect, then fail in odd ways.

There’s also the plain old restart factor. Routers, switches, and clients cache network state. After you change DHCP settings, give the router a moment, then reconnect the devices that were failing. A reboot isn’t magic, though it can flush old state that still points to the wrong place.

When Activation Still Doesn’t Fix It

If DHCP is on at the router, the client is set to automatic, and the device still lands on no valid lease, the fault may sit outside the setting itself. Weak Wi-Fi, damaged Ethernet, a bad access-point link, or firmware trouble can block the exchange before the lease is ever offered.

At that stage, narrow the test. Try one wired laptop at the main router. If it gets a clean lease there, the wider network path is the issue. If even that direct test fails, check whether the router LAN settings were changed to an unusual subnet or whether another box on the network is still handing out competing leases.

Once DHCP is set correctly, the network should feel boring again. New devices join without fuss. Existing devices renew their leases quietly. And you stop burning time on manual IP entries that should never have been needed in the first place.

References & Sources

Please use a real email you check. If it's fake or mistyped, your message won't reach us and we can't reply — wrong addresses are rejected automatically.