Hi Deetz66
Thank you for posting in Microsoft Community.
Reconfirm DNS Cache Flush
- If flushing the DNS cache helped briefly, ensure it was done thoroughly:
bashipconfig /flushdns ipconfig /release ipconfig /renew ipconfig /registerdns
- Follow up by restarting the PC.
2. Change DNS Settings
- Sometimes, your internet service provider’s DNS servers may be experiencing issues. Switching to a reliable public DNS like Google or Cloudflare can help.
- Go to Control Panel > Network and Internet > Network Connections.
- Right-click your Wi-Fi adapter and select Properties.
- Select Internet Protocol Version 4 (TCP/IPv4), click Properties, and manually set the DNS:
- Google DNS: Primary:
8.8.8.8Secondary:8.8.4.4 - Cloudflare DNS: Primary:
1.1.1.1Secondary:1.0.0.1
- Google DNS: Primary:
3. Reset Your Network Settings
- Windows 11 offers an option to reset all network settings, which can resolve hidden misconfigurations:
- Open Settings > Network & Internet > Advanced network settings > Network reset.
- Restart your PC after the reset.
4. Check for Proxy or VPN Issues
- If you’ve ever used a proxy or VPN, lingering settings might block your connection:
- Open Settings > Network & Internet > Proxy.
- Ensure both "Use a proxy server" and "Automatically detect settings" are turned off.
5. Test Browser and Firewall
- Browser: Try a different web browser to ensure the issue isn’t specific to the one you’re using. Clear your browser cache and disable extensions as they can sometimes interfere with connectivity.
- Firewall/Antivirus: Temporarily disable your antivirus and firewall to see if they’re blocking connections. If the issue resolves, review and adjust their settings.
6. Check Hosts File
- A corrupted or modified
hostsfile can redirect traffic and prevent websites from loading.- Navigate to
C:\Windows\System32\drivers\etc\hostsand open thehostsfile with Notepad (as Administrator). - If any lines (other than
#comments) seem suspicious, delete them.
- Navigate to
7. Test Hardware Connectivity
- Different Device: Connect a different device to your Wi-Fi. If it works, the issue is specific to your PC.
- Different Network: Connect your PC to a different Wi-Fi or use a mobile hotspot. If it works, your router might have configuration issues.
8. Advanced Troubleshooting with Command Prompt
Run these commands to troubleshoot and repair network issues:
- Reset Winsock:
bashnetsh winsock reset
- Reset IP Stack:
bashnetsh int ip reset
- Check for conflicts:
bashnetstat -aon
If the Issue Persists
- Check Updates: While you’ve said updates are automatic, ensure none are pending, especially for drivers or cumulative updates.
- Hardware Issue: A failing network card could cause intermittent connectivity. If possible, test with an external USB Wi-Fi adapter.
- Internet Service Provider (ISP): Contact your ISP to ensure there aren’t outages or issues on their end.
Lastly, you can also try to perform the repair in-place upgrade by following the steps from this link: How to perform repair upgrade in Windows 11 - Microsoft Community you can use another working PC to download the ISO file then transfer it using a USB Flash Drive or external hard drive.
Best Regards,
Lonex P.
Microsoft Moderator