๐Ÿ› ๏ธ HowToFixNow

Fix Android Wi-Fi Not Connecting or Dropping (2026)

Updated on 5/9/20264 min readHowToFixNow

Android Wi-Fi problems come in several flavours: the phone won't join the network at all, it connects but shows "Connected, no internet", or it keeps dropping the connection randomly. Most causes are software-based โ€” from corrupted saved profiles to DNS failures โ€” and can be resolved without touching the router.

Quick fix (TL;DR)

  • Forget the network and reconnect: Settings โ†’ Wi-Fi โ†’ long-press the network โ†’ Forget
  • Restart the phone and the router
  • Change DNS to 1.1.1.1: Settings โ†’ Wi-Fi โ†’ tap the network โ†’ Advanced โ†’ DNS
  • Toggle airplane mode on and off to reset the radio stack
  • Reset network settings: Settings โ†’ General management โ†’ Reset โ†’ Reset network settings

Causes

  • Corrupted saved network profile: stale stored credentials or DHCP lease
  • DNS server issue: router's DNS unreachable โ€” phone shows "connected" but can't resolve domains
  • IP address conflict: two devices on the network were assigned the same IP
  • Captive portal not completed: hotel or public Wi-Fi requiring a browser login first
  • Router or ISP outage: internet is down upstream, not your device
  • VPN interference: active VPN routing all traffic through a broken tunnel
  • Android battery optimisation: system killing the Wi-Fi process to save power

Step-by-step guide

Step 1 โ€” Rule out the router

Test the internet from another device on the same network. If other devices also have no internet, the problem is the router or ISP โ€” restart your router and contact your ISP if needed.

If only your Android is affected, continue below.

Step 2 โ€” Toggle airplane mode

A quick way to reset the radio stack:

  1. Pull down the notification bar
  2. Tap Airplane Mode to enable it โ€” wait 10 seconds
  3. Tap it again to disable

This forces Android to reinitialise all wireless radios and often resolves transient connection failures.

Step 3 โ€” Forget the network and reconnect

  1. Go to Settings โ†’ Network & internet โ†’ Wi-Fi
  2. Tap the network name or the gear/info icon next to it
  3. Tap Forget
  4. Reconnect by tapping the network name and entering the password

This clears any corrupted DHCP lease, stored IP, or stale authentication data.

Step 4 โ€” Restart the phone and router

Restart your Android phone completely (hold the power button โ†’ Restart).

Restart your router by unplugging it for 30 seconds. This clears the DHCP table and resolves IP address conflicts.

Step 5 โ€” Change DNS servers

If Android connects but has no internet, DNS is a common culprit.

  1. Go to Settings โ†’ Network & internet โ†’ Wi-Fi
  2. Tap the gear icon next to your connected network
  3. Tap Advanced
  4. Change IP settings from DHCP to Static
  5. Set DNS 1 to 1.1.1.1 and DNS 2 to 1.0.0.1
  6. Save and reconnect

Alternatively, use Private DNS: Settings โ†’ Network & internet โ†’ Private DNS โ†’ select "Private DNS provider hostname" โ†’ enter one.one.one.one.

Step 6 โ€” Disable battery optimisation for Wi-Fi

Android can disconnect Wi-Fi when the screen is off to save battery.

  1. Go to Settings โ†’ Apps โ†’ See all apps
  2. Tap the three-dot menu โ†’ Show system apps
  3. Find Wi-Fi or your network-related system app
  4. Tap Battery โ†’ Battery optimization โ†’ Don't optimize

Also check: Settings โ†’ Battery โ†’ Battery Saver โ€” if enabled, it restricts background network activity.

Step 7 โ€” Check for IP address conflict

If the same IP is assigned to two devices, both will lose connectivity.

  1. Go to Settings โ†’ Network & internet โ†’ Wi-Fi โ†’ tap your network โ†’ Advanced
  2. Change IP settings to Static
  3. Set a unique IP address (e.g., 192.168.1.200 โ€” choose a number unlikely to conflict)
  4. Set Gateway to your router's IP (usually 192.168.1.1)

Step 8 โ€” Reset network settings

If all the above fail, reset all network configurations:

  1. Go to Settings โ†’ General management (Samsung) or Settings โ†’ System (stock Android)
  2. Tap Reset โ†’ Reset network settings
  3. Confirm and restart

This resets all Wi-Fi profiles, Bluetooth pairings, and mobile data settings. Your apps and personal data are not deleted.

Common mistakes to avoid

  • โŒ Restarting only the phone and not the router
  • โŒ Forgetting the network but entering the wrong password on reconnect
  • โŒ Leaving a VPN active while troubleshooting โ€” it masks the real problem
  • โŒ Skipping the IP conflict check when multiple devices share the network
  • โŒ Dismissing a captive portal prompt on public Wi-Fi โ€” you must open a browser and complete the login

Frequently asked questions

Why does my Android say 'Connected' but have no internet?

Your phone is connected to the router but the router has no internet, or Android's connectivity check is failing. Try changing DNS to 1.1.1.1 or 8.8.8.8, or restart your router.

How do I forget a Wi-Fi network on Android?

Go to Settings โ†’ Network & internet โ†’ Wi-Fi, tap the network name or the gear icon next to it, then select Forget. Reconnect by entering the password again.

What is Android's network settings reset?

It resets all Wi-Fi, mobile data, and Bluetooth settings to defaults. Go to Settings โ†’ General management (or System) โ†’ Reset โ†’ Reset network settings. Your apps and data are not affected.

Why does Android keep disconnecting from Wi-Fi at night?

Android's Wi-Fi sleep policy disconnects Wi-Fi when the screen is off to save battery. Go to Developer Options โ†’ Wi-Fi sleep policy and set it to 'Never' or adjust Battery Optimization for your apps.

Can a VPN cause Wi-Fi connection issues on Android?

Yes. An active VPN can route traffic through a server that is down or blocked, making the connection appear broken. Disable the VPN and test again.