Internet No Internet Access / Not Secured / Not Available: Complete Fix Guide (Windows 10, Android, LG TV & T-Mobile Home Internet)
Fix 'Internet No Internet Access', 'Not Secured', or 'Not Available' errors on Windows 10, Android, LG Smart TV & T-Mobile Home Internet. Step-by-step solutions
- Root Cause 1: IP address or DNS misconfiguration — your device is connected to Wi-Fi but cannot reach the internet because it received an invalid IP (APIPA 169.254.x.x) or has a wrong DNS server, producing the 'Internet No Internet Access' or 'No Internet Secured' badge in Windows 10.
- Root Cause 2: Router/modem firmware issue or ISP outage — especially common with T-Mobile Home Internet gateways, where the LTE/5G signal is present but routing tables or NAT are broken, giving 'Connected to Internet, No Internet' on all devices.
- Root Cause 3: Device-specific network stack corruption — on Windows 10 the Winsock catalog or TCP/IP stack becomes corrupted; on Android the captive portal check fails; on LG Smart TVs an outdated firmware or wrong DNS blocks streaming — all fixable with the commands and steps in this guide.
| Method | When to Use | Time | Risk |
|---|---|---|---|
| ipconfig /release + /renew + flush DNS (Windows) | Windows shows 'No Internet Access' or 'No Internet Secured'; APIPA 169.254.x.x address | 2 min | None |
| Netsh Winsock / TCP-IP reset (Windows) | All other Windows fixes failed; network stack corrupted after update | 5 min + reboot | Low — may reset custom firewall rules |
| Set Static DNS (8.8.8.8) on Windows/Android/LG TV | Device gets IP but DNS queries fail; sites time out | 3 min | None |
| Router power cycle & factory reset | All devices on the same network show no internet; T-Mobile gateway stuck | 10 min | Medium — resets Wi-Fi password on factory reset |
| Android Wi-Fi forget & reconnect with correct DNS | Android shows 'Internet Not Available on Wi-Fi' or captive portal loop | 3 min | None |
| LG Smart TV network reset + DNS change | LG TV shows 'Internet Not Working' or cannot load apps | 5 min | None |
| T-Mobile Home Internet gateway reboot via app | T-Mobile gateway has signal but no routing; upload speed shows 0 | 5 min | None |
| Windows Network Adapter driver rollback/update | Issue started after Windows Update; yellow exclamation on adapter | 10 min | Low |
| Disable IPv6 on Windows adapter | 'Internet No Internet Secured' persists after all TCP resets | 2 min | Low — IPv6 disabled until manually re-enabled |
Understanding the Error
When your device shows 'Internet No Internet Access', 'No Internet Secured', or 'Internet Not Available' it means the Wi-Fi or Ethernet link layer is working (your device can talk to the router) but Layer 3 (IP routing to the public internet) is broken. Windows 10 detects this via the Network Connectivity Status Indicator (NCSI) probe — it tries to reach http://www.msftconnecttest.com/connecttest.txt. If that fails, the yellow triangle appears. Android uses a similar captive portal check (connectivitycheck.gstatic.com). LG Smart TVs use a proprietary check.
Exact error strings you may see:
Internet no internet access(Windows 10 taskbar tooltip)No Internet, Secured(Windows 10 Wi-Fi flyout)Internet not available(Android Wi-Fi settings)Connected but no internet(generic router UI)Unable to connect to the internet(LG Smart TV)169.254.x.xIP address (Windows APIPA — DHCP failed)DNS_PROBE_FINISHED_NO_INTERNET(Chrome browser)ERR_INTERNET_DISCONNECTED(Chrome browser)
Step 1: Diagnose the Scope
First, determine whether the issue is device-specific or network-wide.
Test 1 — Check all devices: If every device (phone, laptop, TV) on the same Wi-Fi shows no internet, the problem is your router, modem, or ISP. If only one device is affected, the problem is on that device.
Test 2 — Ping the gateway (Windows): Open Command Prompt as Administrator and run:
ipconfig
Note your Default Gateway (usually 192.168.1.1 or 192.168.0.1). Then:
ping 192.168.1.1
- If ping succeeds → router is reachable, issue is DNS or upstream routing.
- If ping fails → DHCP/IP layer broken; proceed to IP renewal steps.
Test 3 — Ping public IP (bypass DNS):
ping 8.8.8.8
- If this succeeds but websites fail → DNS is the culprit.
- If this fails → routing or ISP issue.
Test 4 — Check IP address class:
An IP starting with 169.254 means DHCP failed and Windows assigned itself an Automatic Private IP Address (APIPA). This is almost always the cause of 'No Internet Access' when no other device is affected.
Step 2: Fix on Windows 10
Fix 2a — Release, Renew, and Flush DNS
Open Command Prompt as Administrator:
ipconfig /release
ipconfig /flushdns
ipconfig /renew
Wait 30 seconds. Check the taskbar — if the yellow triangle disappears, you're done.
Fix 2b — Reset Winsock and TCP/IP Stack
If 2a did not work:
netsh winsock reset
netsh int ip reset resetlog.txt
netsh int ipv4 reset
netsh int ipv6 reset
Reboot the computer. This rebuilds the Windows network stack from scratch.
Fix 2c — Set Static DNS
If you can ping 8.8.8.8 but not domain names:
- Open Settings → Network & Internet → Change adapter options.
- Right-click your Wi-Fi or Ethernet adapter → Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) → Properties.
- Choose Use the following DNS server addresses:
- Preferred:
8.8.8.8 - Alternate:
1.1.1.1
- Preferred:
- Click OK. Test connectivity.
Fix 2d — Disable IPv6
Some routers advertise IPv6 but cannot route it, causing 'No Internet Secured':
- Adapter Properties → uncheck Internet Protocol Version 6 (TCP/IPv6).
- Click OK and wait 10 seconds.
Fix 2e — Run Windows Network Diagnostics & Reset
msdt.exe /id NetworkDiagnosticsNetworkAdapter
Alternatively, Settings → Network & Internet → Status → Network Reset (re-installs all adapters — requires reboot).
Fix 2f — Update or Roll Back Network Adapter Driver
- Press
Win+X→ Device Manager. - Expand Network Adapters.
- Right-click your Wi-Fi adapter → Update driver or Properties → Driver → Roll Back Driver.
Step 3: Fix on Android ('Internet Not Available on Wi-Fi')
Android marks a Wi-Fi network with 'Internet not available' when its captive portal check to connectivitycheck.gstatic.com fails.
Fix 3a — Forget and Reconnect:
- Go to Settings → Wi-Fi.
- Long-press your network → Forget.
- Reconnect and re-enter the password.
Fix 3b — Set Static IP with Manual DNS:
- Tap the gear icon next to your Wi-Fi network.
- Tap Advanced → change IP settings from DHCP to Static.
- Set DNS 1 to
8.8.8.8and DNS 2 to1.1.1.1. - Save and reconnect.
Fix 3c — Reset Network Settings (Android): Settings → General Management → Reset → Reset Network Settings. This resets all Wi-Fi passwords, Bluetooth pairings, and APN settings.
Step 4: Fix on LG Smart TV ('Internet Not Working')
LG Smart TVs running webOS frequently show 'Unable to connect to the internet' when DNS servers provided by the router are unreachable from the TV's DNS client.
Fix 4a — LG TV DNS Change:
- Settings → All Settings → Network → Wi-Fi Connection (or Wired).
- Choose your network → Advanced Wi-Fi Settings → Edit.
- Turn Set Automatically OFF for DNS.
- Enter
8.8.8.8as DNS Server. - Connect.
Fix 4b — LG TV Network Reset: Settings → All Settings → General → Reset to Initial Settings (or Support → Self Diagnosis → Reset). Note: This resets all app logins.
Fix 4c — Update LG TV Firmware: Settings → All Settings → Support → Software Update → Check for Updates. Many 'LG TV internet not connecting' reports on forums are resolved by a firmware update.
Step 5: Fix T-Mobile Home Internet 'No Internet'
T-Mobile Home Internet gateways (Nokia, Arcadyan, Sagemcom) sometimes maintain a 4G/5G signal (bars show on the gateway) but lose upstream IP routing. All devices on the network show no internet.
Fix 5a — Reboot via T-Mobile App:
- Open the T-Mobile Home Internet app.
- Tap Restart Gateway.
- Wait 3–5 minutes for full reconnection.
Fix 5b — Manual Power Cycle:
- Unplug the gateway for 60 seconds.
- Plug back in and wait for the light to turn solid (green or white).
Fix 5c — Check for Upload Speed = 0:
If internet no upload speed is the symptom (download works, upload is 0 Mbps), this typically indicates a T-Mobile network congestion or beam-forming issue. Move the gateway to a window facing a cell tower, or call T-Mobile support to reprovision the SIM.
Fix 5d — Change DNS on T-Mobile Gateway:
- Open browser → go to
192.168.12.1. - Log in (default: admin/admin or check sticker).
- Navigate to LAN Settings → DNS → enter
8.8.8.8/8.8.4.4. - Save and reboot gateway.
Step 6: Router-Level Fixes (All Platforms)
If multiple devices are affected:
- Power cycle modem and router separately — unplug modem, wait 30 sec, plug in, wait for sync light, then plug in router.
- Check ISP status page — visit your ISP's outage map or status Twitter account before spending an hour troubleshooting.
- Factory reset router — hold reset button 10–30 seconds. Reconfigure Wi-Fi SSID and password. Use
8.8.8.8as DNS in router WAN/DNS settings.
Frequently Asked Questions
# ============================================================
# INTERNET NO INTERNET ACCESS - DIAGNOSTIC & FIX SCRIPT
# Run in Windows Command Prompt (Admin) or PowerShell (Admin)
# ============================================================
# --- STEP 1: Check current IP configuration ---
ipconfig /all
# Look for: 169.254.x.x = APIPA (DHCP failed)
# Look for: DNS Servers = check if valid (should not be 0.0.0.0)
# --- STEP 2: Ping gateway (replace with your gateway IP) ---
ping -n 4 192.168.1.1
# --- STEP 3: Ping public IP to bypass DNS ---
ping -n 4 8.8.8.8
# --- STEP 4: DNS lookup test ---
nslookup google.com
nslookup google.com 8.8.8.8
# If second succeeds but first fails -> DNS server from DHCP is broken
# --- STEP 5: Trace route to internet ---
tracert 8.8.8.8
# Look for where the hops stop (first hop = router, second hop = ISP)
# --- STEP 6: Release and renew DHCP lease ---
ipconfig /release
ipconfig /flushdns
ipconfig /renew
# --- STEP 7: Reset Winsock catalog ---
netsh winsock reset
# --- STEP 8: Reset TCP/IP stack ---
netsh int ip reset C:\tcpreset.log
netsh int ipv4 reset
netsh int ipv6 reset
# --- STEP 9: Set DNS to Google (static override) ---
# Replace "Wi-Fi" with your adapter name from 'ipconfig /all'
netsh interface ip set dns name="Wi-Fi" static 8.8.8.8 primary
netsh interface ip add dns name="Wi-Fi" 1.1.1.1 index=2
ipconfig /flushdns
# --- STEP 10: Disable/Re-enable network adapter ---
netsh interface set interface "Wi-Fi" admin=disable
timeout /t 5
netsh interface set interface "Wi-Fi" admin=enable
# --- STEP 11: Run Windows built-in network troubleshooter ---
msdt.exe /id NetworkDiagnosticsNetworkAdapter
# --- STEP 12: Full network reset (last resort - requires reboot) ---
# Run in PowerShell as Administrator:
# netsh winsock reset
# netsh int ip reset
# netsh advfirewall reset
# ipconfig /flushdns
# ipconfig /registerdns
# REBOOT after running these
# ============================================================
# LINUX / MAC EQUIVALENT COMMANDS
# ============================================================
# Check IP: ip addr show OR ifconfig
# Ping gateway: ping -c 4 192.168.1.1
# Ping internet: ping -c 4 8.8.8.8
# DNS test: nslookup google.com 8.8.8.8
# Flush DNS (Mac): sudo dscacheutil -flushcache && sudo killall -HUP mDNSResponder
# Flush DNS (Linux):sudo systemd-resolve --flush-caches
# Renew DHCP (Linux): sudo dhclient -r && sudo dhclient
# ============================================================Error Medic Editorial
The Error Medic Editorial team is composed of senior DevOps engineers, SREs, and network administrators with 10+ years of experience diagnosing and resolving connectivity, OS, and application errors across enterprise and home environments. Our guides are tested against real hardware and updated with each major OS release.
Sources
- https://support.microsoft.com/en-us/windows/fix-wi-fi-connection-issues-in-windows-9424a1f7-6a3b-65a6-4d78-7f07eee84d2c
- https://support.google.com/android/answer/9075925
- https://www.t-mobile.com/support/account/home-internet-troubleshooting
- https://stackoverflow.com/questions/53795209/windows-10-network-connected-but-no-internet-access-after-update
- https://github.com/nicehash/NiceHashQuickMiner/issues/120
- https://community.t-mobile.com/internet-devices-4/home-internet-gateway-no-internet-connected-22156