When DHCP is disabled for WiFi on Windows, the device cannot obtain an IP address automatically. This guide explains how to enable DHCP for WiFi adapters to restore network connectivity.
Symptoms
WiFi shows 'Connected, no internet' or 'Limited connectivity'
IP address is 169.254.x.x (APIPA) instead of a valid one
Error message: 'DHCP is not enabled for WiFi' or 'Unable to obtain IP address'
Network adapter status shows 'Automatic IP' disabled
Root Causes
DHCP client service is stopped or disabled
IPv4 settings manually set to static IP instead of automatic
Corrupted network adapter drivers
Firewall or third-party security software blocking DHCP
Router DHCP server is off or malfunctioning
Step-by-Step Fix
1. Enable DHCP via Network Adapter Properties
Press Win + R, type ncpa.cpl, and press Enter.
Right-click your WiFi adapter and select Properties.
Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
Select Obtain an IP address automatically and Obtain DNS server address automatically.
Click OK and close all windows.
2. Restart DHCP Client Service
Press Win + R, type services.msc, and press Enter.
Locate DHCP Client in the list.
If it's not running, right-click and select Start.
Set Startup Type to Automatic by right-clicking > Properties.
Click Apply and OK.
3. Renew IP Address via Command Prompt
Open Command Prompt as Administrator (Win + X > Windows Terminal (Admin)).
Type the following commands one by one, pressing Enter after each:
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.