Fix DHCP Not Enabled for WiFi on Windows

When DHCP is disabled for WiFi on Windows, devices fail to obtain an IP address, causing no internet access. This guide covers symptoms, root causes, and step-by-step fixes to re-enable DHCP.

Symptoms

  • WiFi connected but no internet access
  • IP address shows as 169.254.x.x (APIPA) in ipconfig
  • Error message: "DHCP is not enabled for WiFi" in network settings
  • Unable to browse websites or access network resources
  • Other devices on same network work fine

Root Causes

  • DHCP client service stopped or disabled
  • Network adapter configured with static IP instead of automatic
  • Corrupted network adapter drivers
  • Windows network stack issues after updates
  • Third-party firewall or antivirus blocking DHCP

Step-by-Step Fix

1. Enable DHCP Client Service

  1. Press Win + R, type services.msc, press Enter
  2. Find DHCP Client service, right-click, select Properties
  3. Set Startup type to Automatic, click Start if stopped
  4. Click Apply > OK

2. Set Network Adapter to Obtain IP Automatically

  1. Press Win + X, select Network Connections
  2. Click Change adapter options
  3. Right-click your WiFi adapter, select Properties
  4. Select Internet Protocol Version 4 (TCP/IPv4), click Properties
  5. Select Obtain an IP address automatically and Obtain DNS server address automatically
  6. Click OK, then Close

3. Release and Renew IP Address

  1. Open Command Prompt as Administrator (right-click Start > Command Prompt (Admin))
  2. Type: ipconfig /release and press Enter
  3. Type: ipconfig /renew and press Enter
  4. Wait for new IP assignment, then type: ipconfig /flushdns
  5. Restart your computer

4. Reset Network Stack

  1. Open Command Prompt as Administrator
  2. Run these commands one by one:
    netsh winsock reset
    netsh int ip reset
    netsh int tcp reset
  3. Restart your PC

5. Check DHCP Server Availability

  • Ensure your router's DHCP server is enabled (check router admin panel)
  • Restart router: unplug power for 30 seconds, plug back in
  • If using a corporate network, contact IT to confirm DHCP scope is not exhausted

Alternative Fixes

  • Update Network Driver: Go to Device Manager > Network adapters > right-click WiFi adapter > Update driver > Search automatically
  • Run Network Troubleshooter: Settings > Network & Internet > Status > Network troubleshooter
  • Disable IPv6: In adapter properties, uncheck Internet Protocol Version 6 (TCP/IPv6) to force IPv4 DHCP
  • Reset Network Settings: Settings > Network & Internet > Advanced network settings > Network reset > Reset now
  • Check for Windows Updates: Install latest updates to fix known bugs

Prevention

  • Always keep DHCP client service set to Automatic
  • Avoid manually setting static IP unless necessary
  • Regularly update network drivers from manufacturer website
  • Use reliable antivirus that doesn't interfere with network services
  • After major Windows updates, verify DHCP settings if connectivity issues arise

Additional Tips

If you still face issues, try connecting to a different WiFi network to isolate the problem. If DHCP works on other networks, the issue may be with your router or ISP. Contact your internet service provider for further assistance.

Related Errors in Network & Connectivity
0X000004D9 ERROR_INCORRECT_ADDRESS (0X000004D9): Why Windows Rejects Your Network Address 0XC00D00D2 NS_E_TCP_DISABLED (0xC00D00D2): Fix Windows Media TCP Error 0X00001B8D RDP Error 0x1B8D: Quick Fix for License Not Set 0X000008C8 Fix 0X000008C8: No updates necessary to security database

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
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.