Error Medic

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.

Last updated:
Last verified:
2,356 words
Key Takeaways
  • 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.
Fix Approaches Compared
MethodWhen to UseTimeRisk
Power-cycle modem + routerFirst step for any sudden internet loss; DHCP lease expired or ISP hiccup2–5 minNone
Renew IP / flush DNS on laptopLaptop shows 'Connected, no internet' but other devices work fine1–2 minNone
Change DNS to 8.8.8.8 / 1.1.1.1All devices lose internet but router WAN IP is valid; DNS resolution failing3 minVery Low
Reconfigure WAN type in ASUS admin UIISP changed connection type or PPPoE credentials are wrong5–10 minLow
Update ASUS router firmwareKnown bugs after a firmware update or router running version 1+ year old10–15 minMedium (reboot required)
Factory reset (30-30-30 method)Router config corrupted; nothing else works; settings lost as trade-off15–30 minHigh (wipes all settings)
Reinstall network adapter driver (laptop)ASUS laptop WiFi adapter shows yellow exclamation in Device Manager10 minLow

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:

  1. Router-side failure: The ASUS router itself cannot reach the internet via its WAN port. The admin dashboard at 192.168.1.1 will show WAN IP as 0.0.0.0 or an RFC 1918 address that doesn't match your ISP's expected range.
  2. 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.1 or http://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.

  1. Unplug the power from your cable/DSL modem first
  2. Unplug power from your ASUS router
  3. Wait 60 full seconds (not 10 — ISP modems need time to clear state)
  4. Plug the modem back in and wait for all lights to stabilize (30–90 seconds)
  5. Plug the ASUS router back in
  6. 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.

  1. Log in to http://192.168.1.1WANInternet Connection
  2. 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.
  3. If set to PPPoE, verify your ISP username/password under PPPoE Username and PPPoE Password
  4. 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:

  1. Go to WANInternet Connection → scroll to WAN DNS Setting
  2. Set Connect to DNS Server Automatically to No
  3. Enter Primary DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)
  4. Enter Secondary DNS: 8.8.4.4 or 1.0.0.1
  5. Click Apply and wait 30 seconds, then test
Step 4: Update ASUS Router Firmware

Outdated firmware can cause routing table corruption and NAT failures:

  1. Log in to admin UI → AdministrationFirmware Upgrade
  2. Click Check to see if a newer version is available
  3. If available, click Upload (the router will download and apply it automatically on supported models)
  4. Alternatively, download the latest firmware from https://www.asus.com/networking/ and manually upload it
  5. 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:

  1. With the router powered ON, press and hold the Reset button for 30 seconds
  2. While still holding, unplug power for 30 seconds
  3. While still holding, plug power back in and hold for 30 more seconds
  4. Release and wait for the router to fully boot (~2 minutes)
  5. 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
  1. Right-click StartDevice Manager
  2. Expand Network Adapters
  3. If you see a yellow ! on your WiFi adapter, right-click → Update Driver
  4. For ASUS laptops, download the latest Intel or Qualcomm WiFi driver from https://www.asus.com/support/
  5. 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:

  1. Control PanelNetwork and InternetNetwork Connections
  2. Right-click your WiFi adapter → Properties
  3. Uncheck Internet Protocol Version 6 (TCP/IPv6)
  4. Click OK and test
Step 6: Check Windows Network Troubleshooter Errors

Navigate to SettingsSystemTroubleshootOther TroubleshootersInternet 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

bash
#!/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"
E

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

Related Articles in Asus No Internet

Explore More wifi Guides