Fix WiFi Not Connecting on Windows 10 After Restart
## Direct Answer
To fix WiFi not connecting on Windows 10 after a restart, try restarting your router, disabling and re-enabling your WiFi adapter, or resetting your TCP/IP stack. If these steps don’t work, proceed to the step-by-step guide below.
## Step-by-Step Guide
1. **Restart Your Router**: Turn off your router, wait for 30 seconds, and turn it back on. This often resolves connectivity issues.
2. **Disable and Re-enable WiFi Adapter**:
* Go to Device Manager (Press Windows + X and select Device Manager).
* Expand the Network Adapters section.
* Right-click on your WiFi adapter and select Disable device.
* Wait for 10 seconds and enable it again.
3. **Reset TCP/IP Stack**:
* Go to Command Prompt as Administrator (Press Windows + X and select Command Prompt (Admin)).
* Type the following commands and press Enter after each:
+ `netsh int ip reset reset.log`
+ `netsh winsock reset`
4. **Update WiFi Driver**:
* Go to Device Manager (Press Windows + X and select Device Manager).
* Expand the Network Adapters section.
* Right-click on your WiFi adapter and select Update driver.
* Select Search automatically for updated driver software.
5. **Check WiFi Settings**:
* Go to Settings (Press Windows + I).
* Click on Network & Internet.
* Make sure WiFi is enabled and your network is selected.
## FAQ
* **Q: Why does my WiFi not connect after restart?**
A: This issue can occur due to various reasons such as router issues, outdated WiFi drivers, or incorrect network settings.
* **Q: How do I know if my WiFi adapter is working properly?**
A: You can check your WiFi adapter’s status in Device Manager. If it’s working properly, it will be listed under Network Adapters without any errors.
* **Q: Will resetting TCP/IP stack affect my internet settings?**
A: Yes, resetting TCP/IP stack will reset your internet settings to default. You may need to reconfigure your settings after resetting.
Leave a Reply