1. Update Wi-Fi Drivers
- Open Device Manager → Network adapters.
Right-click your Wi-Fi adapter → Update driver.
Or get the latest driver from the manufacturer’s website.
2. Disable Power Saving
In Device Manager → Wi-Fi adapter → Properties → Power Management tab.
Uncheck “Allow the computer to turn off this device”.
3. Turn Off Hardware Acceleration
In Chrome: chrome://settings/system
In Edge: edge://settings/system
Disable “Use hardware acceleration when available”.
4. Boot in Safe Mode with Networking
Run msconfig
→ Boot tab → Safe boot with Networking.
Restart and test if the issue still happens.
5. Check Antivirus/Firewall
Temporarily disable your antivirus and firewall.
If Wi-Fi works, adjust or change your security software.
6. Reset Network Settings Run these commands in Command Prompt (as admin):
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Restart after.
7. Disable IPv6
Go to Network Connections → Wi-Fi Properties.
Uncheck “Internet Protocol Version 6 (TCP/IPv6)”.
by help from ChatGPT