Overview
"Wi-Fi doesn't have a valid IP configuration" appears in the Network Troubleshooter when your PC connects to your Wi-Fi but can't get a working IP address from the router. The Wi-Fi looks connected (you see the network name), but no internet works.
The cause is usually a stuck DHCP lease, a corrupted Winsock catalog, or an IP conflict on your network. None require contacting your ISP. Most fixes take under 5 minutes.
This guide goes from quickest fixes to deeper resets.
Before you start
- ✓Administrator access
- ✓Router accessible (you may need to power-cycle it)
5-step guide
Read time: ~5-15 min
Power-Cycle Router and PC
30% of "invalid IP" cases fix themselves with a clean restart of router + PC.
Steps:
- Unplug your router from power.
- Wait 30 seconds (this clears its DHCP cache).
- Plug router back in. Wait 2 minutes for it to fully boot.
- Restart your PC.
- Test the Wi-Fi.
Release and Renew IP Address
Force Windows to request a new IP from the router.
Steps:
- Open Command Prompt as Administrator.
- Run these commands one by one:
bashipconfig /release
ipconfig /flushdns
ipconfig /renewReset Winsock and TCP/IP Stack
If renewing didn't work, the network stack itself may be corrupted.
Steps:
- Open Command Prompt as Administrator.
- Run:
bashnetsh winsock reset
netsh int ip reset
ipconfig /flushdnsSet IP and DNS to Automatic
Sometimes a previous network configuration leaves manual IP settings stuck on. Force them back to automatic.
Steps:
- Press
Windows + R, typencpa.cpl, press Enter. - Right-click your Wi-Fi adapter → Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) → Properties.
- Choose Obtain an IP address automatically.
- Choose Obtain DNS server address automatically.
- Click OK and reconnect.
Update Wi-Fi Driver
Outdated Wi-Fi drivers cause IP issues, especially after Windows updates. Update through Device Manager or use Driver Easy for one-pass updates.
Still seeing Invalid IP Configuration?
If the guide is not enough, describe the issue first. We will explain whether remote help is appropriate before any access is granted.
No automatic remote access.
- DIY steps first
- Permission before access
- Hardware limits explained
Common questions
Why does Windows say my Wi-Fi has no IP when it's connected?
Will this happen again?
My phone connects fine but PC doesn't. Why?
Should I set a static IP?
Could it be my ISP?
Written by PCDoc Team
Tested on a real Windows machine on 2026-05-20. Found a mistake? Tell us.