Troubleshooting Network Connectivity in Windows 11
Summary
This article provides common steps and solutions for troubleshooting network connectivity issues in Windows 11, covering Wi-Fi and Ethernet problems.
Common Symptoms
- Cannot access the internet or local network resources.
- "No Internet access" or "Limited connectivity" messages.
- Wi-Fi network not visible or unable to connect.
- Ethernet connection showing as disconnected.
Step-by-Step Troubleshooting
1. Basic Checks (Always Start Here)
- Restart Router/Modem: Unplug your router and modem from power for 30 seconds, then plug them back in. Wait a few minutes for them to fully restart.
- Restart PC: A simple reboot can resolve many temporary network glitches.
- Check Cables: Ensure all Ethernet cables are securely connected to both the PC and the router/modem. Try a different cable if possible.
- Check Wi-Fi Switch: If using a laptop, ensure the physical Wi-Fi switch (if present) is turned on.
- Flight Mode: Make sure Flight mode is OFF. Go to Settings > Network & internet > Airplane mode.
2. Run Network Troubleshooter
Windows 11 has a built-in troubleshooter that can often diagnose and fix issues.
- Open Settings (Win + I).
- Go to System > Troubleshoot > Other troubleshooters.
- Locate Network Adapter and click Run.
- Follow the on-screen instructions.
3. Verify Network Adapter Status
- Open Settings > Network & internet.
- Click on Advanced network settings.
- Under "Network adapters," check if your Wi-Fi or Ethernet adapter is enabled. If disabled, click Enable.
4. Reset Network Adapters
This will reinstall all network adapters and reset network components to their default settings.
- Open Settings > Network & internet.
- Click on Advanced network settings.
- Scroll down and click Network reset.
- Click Reset now and confirm.
- Your PC will restart.
5. Update or Reinstall Network Drivers
Outdated or corrupted drivers are a common cause of network problems.
- Right-click the Start button and select Device Manager.
- Expand Network adapters.
- Right-click on your Wi-Fi or Ethernet adapter.
- Reinstall Driver: Select Uninstall device. Check "Attempt to remove the driver for this device," then click Uninstall. Restart your PC, and Windows will attempt to reinstall the driver automatically. If not, download the latest driver from your PC manufacturer's website.
6. Flush DNS and Reset IP
Sometimes DNS cache or IP configuration issues can prevent internet access.
- Open Command Prompt as an Administrator (Right-click Start > Terminal (Admin)).
- Type the following commands, pressing Enter after each:
- `ipconfig /renew`
- `ipconfig /flushdns`
- `netsh winsock reset`
- `netsh int ip reset`
- Restart your PC.
7. Disable Firewall Temporarily (for testing only)
Occasionally, firewall settings can block network access. Only disable temporarily for testing, re-enable immediately after.
- Open Windows Security (search for it in Start).
- Go to Firewall & network protection.
- Select your active network profile (e.g., Domain network, Private network, Public network).
- Toggle Microsoft Defender Firewall to Off.
- Test connectivity. If it works, the firewall is the cause. Re-enable it and investigate firewall rules.
8. Check Date and Time Settings
Incorrect date and time can cause issues with secure website connections (HTTPS).
- Open Settings > Time & language > Date & time.
- Ensure Set time automatically and Set time zone automatically are turned On.
Advanced Troubleshooting
- Malware Scan: Malware can interfere with network connections. Perform a full scan.
- VPN/Proxy Issues: If you use a VPN or proxy, try disabling it to see if it resolves the issue.
- Router Settings: Log into your router's administration page to check for MAC filtering, IP blacklisting, or other security settings that might be blocking your PC.
When to Seek Further Assistance
If none of these steps resolve the issue, it may indicate a hardware problem with your network adapter, router, or ISP connection. Contact your IT support or ISP.