How to fix and resolve 'Wi-Fi doesn't have a valid IP configuration' errors on Windows 10/11
Summary
This guide helps you troubleshoot and resolve: How to fix and resolve 'Wi-Fi doesn't have a valid IP configuration' errors on Windows 10/11. Follow the steps below to fix the issue.
Common Causes
The "Wi-Fi doesn't have a valid IP configuration" error is a common Windows networking issue that occurs when your computer cannot obtain a working IP address from your router. Without a valid IP address, your device cannot communicate with the network or access the internet, even though the Wi-Fi connection itself appears active. This guide will walk you through a series of proven fixes, starting with the quickest solutions and progressing to more detailed troubleshooting steps.
Quick Fix Steps
Before diving into detailed instructions, try these common fixes in order. Most users resolve the issue within the first few steps.
- Restart your computer and router. Power off your router, wait 30 seconds, then power it back on. Once the router is fully online, restart your computer.
- Forget and reconnect to the Wi-Fi network. Go to Settings > Network & Internet > Wi-Fi, click on your network, select Forget, then reconnect by selecting the network and entering the password.
- Run the Windows Network Troubleshooter. Go to Settings > Network & Internet > Status and click Network Troubleshooter. Follow any prompts and apply recommended fixes.
- Flush the DNS and reset the network stack. Open Command Prompt (Admin) by right-clicking the Start button and selecting Terminal (Admin) or Command Prompt (Admin), then run the commands listed in the detailed instructions below.
Detailed Instructions
1. Restart Your Router and Computer
A full power cycle clears temporary glitches in both your router and network adapter.
- Turn off your router and unplug it from power.
- Wait at least 30 seconds.
- Plug the router back in and wait 2–3 minutes for it to fully boot.
- Restart your Windows computer.
- Try connecting to Wi-Fi again.
2. Forget and Reconnect to the Network
Corrupted network profiles can prevent proper IP assignment.
- Click the Start button and select Settings (or press
Win + I). - Go to Network & Internet > Wi-Fi.
- Click on your connected network, then click Forget.
- Click the Wi-Fi icon in the taskbar, select your network, and enter the password to reconnect.
3. Run the Network Troubleshooter
- Open Settings > Network & Internet > Status.
- Scroll down and click Network Troubleshooter.
- Select Wi-Fi when prompted.
- Allow the troubleshooter to detect and apply fixes.
- Restart your computer when finished.
4. Flush DNS and Reset the Network Stack
This clears cached network settings and resets core networking components.
- Right-click the Start button and select Terminal (Admin) or Command Prompt (Admin).
- Click Yes on the User Account Control prompt.
- Run each of the following commands, pressing
Enterafter each:ipconfig /flushdnsipconfig /releaseipconfig /renewnetsh winsock resetnetsh int ip reset
- Restart your computer.
5. Set DNS and IP Settings Manually
If automatic IP assignment continues to fail, manually configure your network adapter. The values below are common examples — replace them with values that match your own network.
- Open Settings > Network & Internet > Wi-Fi.
- Click on your connected network, then click Properties.
- Under IP assignment, click Edit.
- Select Manual, then toggle on IPv4.
- Enter the following values (adjust to match your router):
- IP address:
192.168.1.50(or another address outside your router's DHCP range) - Subnet mask:
255.255.255.0 - Gateway:
192.168.1.1(your router's address)
- IP address:
- Under Preferred DNS, enter
1.1.1.1. Under Alternate DNS, enter1.0.0.1. - Click Save and test your connection.
ipconfig. The Default Gateway value is your router's address.6. Reinstall or Reset the Network Adapter
Corrupted driver files can cause persistent IP configuration errors.
- Right-click the Start button and select Device Manager.
- Expand the Network adapters section.
- Right-click your Wi-Fi adapter and select Uninstall device.
- Check Attempt to delete the driver for this device if available, then click Uninstall.
- Restart your computer. Windows will automatically reinstall the driver.
Alternatively, perform a full network reset:
- Go to Settings > Network & Internet > Status.
- Scroll down and click Network reset.
- Click Reset now and confirm.
- Your computer will restart and reinstall all network adapters.
7. Check Router DHCP Settings
If the issue affects multiple devices, your router's DHCP server may be disabled or exhausted.
- Open a web browser and enter your router's gateway address (commonly
192.168.1.1or192.168.0.1). - Log in with your router's admin credentials.
- Locate the DHCP or LAN settings section.
- Ensure DHCP is enabled and the address pool has available addresses.
- Save any changes and restart the router.
Troubleshooting
If the error persists after completing all steps above, consider the following possibilities:
- Outdated network driver. Check your adapter manufacturer's website (Intel, Realtek, Qualcomm) for the latest driver version.
- Router firmware needs updating. Log into your router and check for firmware updates in the administration panel.
- MAC address filtering. Ensure your computer's MAC address isn't blocked in your router's access control list.
- Network interference. Move closer to the router or test on a different Wi-Fi band (2.4 GHz vs 5 GHz).
- Hardware fault. Test with a USB Wi-Fi adapter to determine if the built-in adapter is failing.
Still Having Issues?
💻 Open a Ticket