Basic Troubleshooting Steps
Before diving into complex diagnostics, try these basic steps that resolve most common issues:
- Unplug your modem and router power cables
- Wait 30 seconds (allows capacitors to fully discharge)
- Plug in the modem first, wait for it to fully boot (1-2 minutes)
- Plug in the router, wait for it to fully boot
- Restart your computer/device
This simple step resolves approximately 80% of connectivity issues.
- All cables are securely connected
- No visible damage to cables
- Modem/router lights indicate normal operation
- Try a different ethernet cable if using wired connection
Check if the problem affects:
- All devices: Likely ISP or modem/router issue
- One device: Device-specific problem
- Wired devices work, Wi-Fi doesn't: Router/Wi-Fi issue
No Internet Connection
When you have no internet access at all, follow these steps:
Check your IP configuration:
# Windows
ipconfig
# Mac/Linux
ifconfigTest connectivity to your router:
ping 192.168.1.1(Replace with your router's IP)
Test internet connectivity:
ping 8.8.8.8- • Check if ISP has outage in your area
- • Verify account is in good standing (bills paid)
- • Check modem connection to ISP (WAN port)
- • Contact ISP if modem shows no sync signal
Slow Internet Speed
When internet works but is slower than expected:
Too Many Devices
Disconnect unused devices or use QoS settings
Background Downloads
Check for system updates, cloud sync, or streaming
Wi-Fi Interference
Move closer to router or switch to 5GHz band
Peak Usage Times
ISP congestion typically occurs 7-11 PM
Malware
Run antivirus scan to check for bandwidth-consuming malware
Wi-Fi Problems
- Verify you're connecting to the correct network name (SSID)
- Double-check the password (case-sensitive)
- Forget the network and reconnect
- Toggle Wi-Fi off and on
- Check if MAC filtering is enabled on router
- • Move closer to the router
- • Remove obstacles between device and router
- • Switch from 5GHz (faster but shorter range) to 2.4GHz
- • Change Wi-Fi channel in router settings
- • Consider a Wi-Fi extender or mesh system
- • Update Wi-Fi adapter drivers
- • Disable power saving for Wi-Fi adapter
- • Update router firmware
- • Check for interference from other devices
- • Reset network settings on your device
DNS Issues
If you can ping IP addresses but can't access websites by name, you likely have a DNS problem.
1. Flush DNS Cache:
# Windows
ipconfig /flushdns
# Mac
sudo dscacheutil -flushcache
# Linux
sudo systemd-resolve --flush-caches2. Try Alternative DNS Servers:
Cloudflare
1.1.1.1 / 1.0.0.1
8.8.8.8 / 8.8.4.4
Advanced Diagnostics
ping -n 100 8.8.8.8 # Windows
ping -c 100 8.8.8.8 # Mac/LinuxMore than 1% packet loss indicates network issues that need investigation.
If all else fails, reset network settings:
Windows: Settings → Network & Internet → Network reset
Mac: Delete network preferences and recreate
Router: Factory reset (use reset button - note: you'll lose settings)