ASUS Router No Internet Connection: Complete Troubleshooting Guide (Router & Laptop Fix)
Fix ASUS router no internet connection fast. Step-by-step guide covering router resets, DNS fixes, IP conflicts, and laptop WiFi no internet access issues.
- Root Cause 1: DHCP lease failure or IP address conflict causing the router to assign an invalid or duplicate IP, resulting in 'Connected, no internet' status on ASUS routers and laptops.
- Root Cause 2: Incorrect or corrupted DNS settings (often pointing to 0.0.0.0 or the wrong upstream DNS) blocking domain resolution even when the physical WAN link is up.
- Root Cause 3: WAN connection type mismatch (PPPoE credentials missing, DHCP not renewing, or static IP misconfigured) preventing the ASUS router from authenticating with the ISP.
- Root Cause 4: Outdated or corrupted ASUS router firmware causing NAT/routing table corruption, especially after a power failure or incomplete update.
- Quick Fix Summary: Power-cycle modem and router, verify WAN connection type in ASUS admin UI (192.168.1.1), flush DNS cache on laptop (ipconfig /flushdns or sudo dscacheutil -flushcache), and if persistent, perform a 30-30-30 hard reset and reconfigure WAN settings.
| Method | When to Use | Time | Risk |
|---|---|---|---|
| Power-cycle modem + router | First step for any sudden internet loss; DHCP lease expired or ISP hiccup | 2–5 min | None |
| Renew IP / flush DNS on laptop | Laptop shows 'Connected, no internet' but other devices work fine | 1–2 min | None |
| Change DNS to 8.8.8.8 / 1.1.1.1 | All devices lose internet but router WAN IP is valid; DNS resolution failing | 3 min | Very Low |
| Reconfigure WAN type in ASUS admin UI | ISP changed connection type or PPPoE credentials are wrong | 5–10 min | Low |
| Update ASUS router firmware | Known bugs after a firmware update or router running version 1+ year old | 10–15 min | Medium (reboot required) |
| Factory reset (30-30-30 method) | Router config corrupted; nothing else works; settings lost as trade-off | 15–30 min | High (wipes all settings) |
| Reinstall network adapter driver (laptop) | ASUS laptop WiFi adapter shows yellow exclamation in Device Manager | 10 min | Low |
Understanding the ASUS Router No Internet Error
When your ASUS router shows a connected WiFi signal but no internet access, the symptom can appear in two distinct ways:
- Router-side failure: The ASUS router itself cannot reach the internet via its WAN port. The admin dashboard at
192.168.1.1will show WAN IP as0.0.0.0or an RFC 1918 address that doesn't match your ISP's expected range. - Client-side failure: The router has a valid WAN IP and internet access, but a specific ASUS laptop (or all laptops) shows 'Connected, no internet' in Windows or macOS — usually a DNS, DHCP, or driver issue on the endpoint.
Windows users will see the yellow triangle on the network icon with the message: "No Internet Access" or "Identifying...". macOS users see: "Wi-Fi: No Internet Connection" in Network Preferences.
Phase 1: Identify Whether the Problem Is the Router or the Laptop
Before fixing anything, determine the scope:
- Log in to the ASUS router admin panel: open a browser and navigate to
http://192.168.1.1orhttp://router.asus.com - Go to Network Map → check Internet Status
- If the Internet bubble shows a broken link icon or
WAN IP: 0.0.0.0, the problem is router/ISP-side - If the WAN IP is a valid public IP (e.g.,
203.x.x.x) but your laptop still can't browse, the problem is client-side
Phase 2: Fix Router-Side No Internet Connection
Step 1: Power-Cycle Your Modem and Router
This resolves the majority of cases where a DHCP lease from the ISP has expired or the modem lost sync.
- Unplug the power from your cable/DSL modem first
- Unplug power from your ASUS router
- Wait 60 full seconds (not 10 — ISP modems need time to clear state)
- Plug the modem back in and wait for all lights to stabilize (30–90 seconds)
- Plug the ASUS router back in
- Wait 2 minutes, then test internet
Step 2: Verify WAN Connection Type
An incorrect WAN type is a frequent cause of ASUS router no internet access, especially after ISP changes or router resets.
- Log in to
http://192.168.1.1→ WAN → Internet Connection - Check WAN Connection Type:
- Automatic IP (DHCP): Most cable ISPs. Router should automatically get a public IP.
- PPPoE: DSL/fiber ISPs. Requires username and password from your ISP.
- Static IP: Business accounts. Requires manual IP, subnet mask, gateway, and DNS.
- If set to PPPoE, verify your ISP username/password under PPPoE Username and PPPoE Password
- Click Apply and check Internet Status in Network Map
Step 3: Change DNS Servers
A bad DNS configuration causes the WAN link to be up but browsing to fail. In the ASUS admin UI:
- Go to WAN → Internet Connection → scroll to WAN DNS Setting
- Set Connect to DNS Server Automatically to No
- Enter Primary DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare) - Enter Secondary DNS:
8.8.4.4or1.0.0.1 - Click Apply and wait 30 seconds, then test
Step 4: Update ASUS Router Firmware
Outdated firmware can cause routing table corruption and NAT failures:
- Log in to admin UI → Administration → Firmware Upgrade
- Click Check to see if a newer version is available
- If available, click Upload (the router will download and apply it automatically on supported models)
- Alternatively, download the latest firmware from
https://www.asus.com/networking/and manually upload it - The router will reboot — wait 3 minutes before testing
Warning: Never unplug the router during a firmware update. This can brick the device.
Step 5: Factory Reset (Last Resort)
If all else fails, perform a hardware reset:
30-30-30 Method:
- With the router powered ON, press and hold the Reset button for 30 seconds
- While still holding, unplug power for 30 seconds
- While still holding, plug power back in and hold for 30 more seconds
- Release and wait for the router to fully boot (~2 minutes)
- Reconfigure WAN settings from scratch
Phase 3: Fix ASUS Laptop WiFi No Internet Access
If your ASUS laptop is connected to WiFi but shows no internet while other devices work:
Step 1: Renew IP Address and Flush DNS (Windows)
Open Command Prompt as Administrator and run:
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset
netsh int ip reset
Restart the laptop after running these commands.
Step 2: Flush DNS on macOS
sudo dscacheutil -flushcache
sudo killall -HUP mDNSResponder
Step 3: Reset TCP/IP Stack (Windows)
Corrupted TCP/IP stack is common after Windows updates:
netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global rss=enabled
Step 4: Check and Update Network Adapter Driver
- Right-click Start → Device Manager
- Expand Network Adapters
- If you see a yellow
!on your WiFi adapter, right-click → Update Driver - For ASUS laptops, download the latest Intel or Qualcomm WiFi driver from
https://www.asus.com/support/ - If driver update doesn't help, right-click → Uninstall Device → check Delete driver software → restart laptop (Windows will reinstall)
Step 5: Disable IPv6 (Workaround for Misconfigured Routers)
Some ASUS routers improperly handle IPv6, causing Windows to prefer an unusable IPv6 path:
- Control Panel → Network and Internet → Network Connections
- Right-click your WiFi adapter → Properties
- Uncheck Internet Protocol Version 6 (TCP/IPv6)
- Click OK and test
Step 6: Check Windows Network Troubleshooter Errors
Navigate to Settings → System → Troubleshoot → Other Troubleshooters → Internet Connections. Common error messages you may see:
"The default gateway is not available"→ Router DHCP issue or driver problem"DNS server isn't responding"→ Change DNS or restart router"Your computer appears to be correctly configured, but the device or resource (DNS server) is not responding"→ ISP DNS outage; switch to 8.8.8.8"Windows can't communicate with the device or resource (primary DNS server)"→ Same as above
Phase 4: Advanced Diagnostics
If none of the above resolves the issue, use ping and traceroute to pinpoint the failure:
# Test if router gateway is reachable
ping 192.168.1.1
# Test if ISP is reachable (replace with your WAN gateway IP from ipconfig /all)
ping <YOUR_WAN_GATEWAY_IP>
# Test DNS resolution directly
nslookup google.com 8.8.8.8
# Trace the route to see where packets die
tracert 8.8.8.8 # Windows
traceroute 8.8.8.8 # Linux/macOS
# Check if ASUS router has a valid WAN IP
curl http://192.168.1.1/ajax/WAN_info.asp # Only from LAN
If ping 192.168.1.1 succeeds but ping 8.8.8.8 fails, the problem is definitively on the WAN/router side. If both succeed but DNS fails, it is a DNS-only issue.
Frequently Asked Questions
#!/usr/bin/env bash
# ============================================================
# ASUS Router / Laptop No Internet Diagnostic Script
# Run on the affected Windows (via WSL/Git Bash) or Linux/macOS machine
# ============================================================
ROUTER_GW="192.168.1.1" # Change if your ASUS router uses 192.168.50.1
PUBLIC_DNS="8.8.8.8"
CLOUDFLARE="1.1.1.1"
echo "====== ASUS No-Internet Diagnostic ======"
echo ""
# 1. Check local IP address
echo "[1] Local IP Configuration:"
if command -v ipconfig &>/dev/null; then
ipconfig | grep -E "IPv4|Subnet|Gateway|DNS"
else
ip addr show | grep -E "inet |brd"
ip route show
fi
echo ""
# 2. Ping the ASUS router gateway
echo "[2] Pinging ASUS Router Gateway ($ROUTER_GW):"
ping -c 3 $ROUTER_GW 2>/dev/null || ping -n 3 $ROUTER_GW
echo ""
# 3. Ping public IP (bypasses DNS to test raw connectivity)
echo "[3] Pinging Public IP $PUBLIC_DNS (tests WAN without DNS):"
ping -c 3 $PUBLIC_DNS 2>/dev/null || ping -n 3 $PUBLIC_DNS
echo ""
# 4. Test DNS resolution
echo "[4] DNS Resolution Test (google.com via $PUBLIC_DNS):"
nslookup google.com $PUBLIC_DNS
echo ""
# 5. Test DNS resolution via Cloudflare
echo "[5] DNS Resolution Test (google.com via $CLOUDFLARE):"
nslookup google.com $CLOUDFLARE
echo ""
# 6. Traceroute to identify where packets stop
echo "[6] Traceroute to $PUBLIC_DNS (first 10 hops):"
if command -v traceroute &>/dev/null; then
traceroute -m 10 $PUBLIC_DNS
else
tracert -h 10 $PUBLIC_DNS 2>/dev/null || echo "tracert not available"
fi
echo ""
# 7. Check current DNS servers in use
echo "[7] Currently Configured DNS Servers:"
if [ -f /etc/resolv.conf ]; then
cat /etc/resolv.conf
else
echo "Run 'ipconfig /all' in Windows CMD to see DNS servers"
fi
echo ""
# 8. Windows-specific fixes (run these in elevated CMD/PowerShell on Windows)
echo "[8] Windows Fix Commands (run in elevated CMD if on Windows):"
cat <<'EOF'
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset
netsh int ip reset
netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=disabled
shutdown /r /t 30
EOF
echo ""
# 9. macOS DNS flush
echo "[9] macOS DNS Flush Commands (run if on macOS):"
cat <<'EOF'
sudo dscacheutil -flushcache
sudo killall -HUP mDNSResponder
EOF
echo ""
# 10. Linux DNS / network restart
echo "[10] Linux Network Reset Commands:"
cat <<'EOF'
sudo systemctl restart NetworkManager
sudo resolvectl flush-caches # systemd-resolved
sudo dhclient -r && sudo dhclient
EOF
echo ""
echo "====== Diagnostic Complete ======"
echo "If [2] fails: Problem is between laptop and router (driver/adapter issue)"
echo "If [2] passes but [3] fails: Problem is on router WAN side (check WAN settings)"
echo "If [3] passes but [4/5] fails: Pure DNS issue (set manual DNS 8.8.8.8)"
echo "If all pass: Check browser proxy settings or firewall/antivirus blocking"Error Medic Editorial
The Error Medic Editorial team consists of senior DevOps engineers, SREs, and network administrators with 10+ years of experience diagnosing infrastructure failures, home network issues, and enterprise connectivity problems. Our guides are tested on real hardware and updated regularly to reflect the latest firmware and OS changes. We specialize in translating complex networking diagnostics into actionable step-by-step fixes for both technical and non-technical users.
Sources
- https://www.asus.com/support/faq/1011719/
- https://superuser.com/questions/1433609/asus-router-connected-but-no-internet-access
- https://www.reddit.com/r/HomeNetworking/comments/connected_no_internet_asus_router/
- https://www.asus.com/networking-iot-servers/wifi-routers/asus-wifi-routers/all-models/
- https://support.microsoft.com/en-us/windows/fix-wi-fi-connection-issues-in-windows-9424a1f7-6a3b-65a6-4d78-7f07eee84d2c
- https://developers.cloudflare.com/1.1.1.1/setup/
- https://developers.google.com/speed/public-dns/docs/using