My laptop sees Wi-Fi but won't connect to the internet: full diagnostics and repair

You open your laptop, see the familiar list of Wi-Fi networks, connect to yours—and the internet stubbornly fails. The network icon displays an exclamation point, pages won't load, and instant messaging apps refuse to send messages. This situation is familiar to millions of users, but the causes of this problem can be very diverse: from a simple router failure to complex network protocol conflicts.

In this article we Let's systematize all possible reasons, for which the laptop sees Wi-Fi, but doesn't connect to the internet, from the obvious to the exotic. You'll learn how to diagnose the problem on Windows 10/11, macOS And Linux, which router settings to check first, and when it's not your laptop's fault, but your ISP's. And most importantly, get step-by-step instructions with pictures and terminal commands that will restore your network access.

A word of warning: unless you're a techie, don't try to tinker with everything—some actions (such as resetting network settings or updating your router's firmware) can make the problem worse. We've noted critical moments, where you should be especially careful.

1. Checking basic parameters: router, cable, indicators

Start with the simplest thing: make sure the problem isn't hardware or connection related. Users often spend hours configuring their laptop when the culprit is a disconnected cable or an overheated router.

  • 🔌 Check the indicators on the router: are the lights on? Power, Wi-Fi And Internet (WAN)? If the latter is blinking or inactive, the problem is with the ISP or the cable.
  • 📡 Reboot your router: Remove the power supply for 30 seconds, then plug it back in. Wait for the system to fully boot up (1-2 minutes).
  • 🖥️ Connect another device: a smartphone or tablet connected to the same network. If the internet works, the laptop is to blame; if not, the router or ISP is to blame.
  • 🔗 Check your provider's cable: if it is connected to the port WAN/Internet on the router, try removing it and inserting it back. On some models (TP-Link Archer C6, ASUS RT-AX55) the port may be marked in a different color.

If after rebooting the router the indicator Internet If the light doesn't turn on, contact your ISP—they may be undergoing maintenance. Support numbers are usually listed on the router sticker or in your contract.

📊 What have you already tried?
Rebooted the router
I checked the cable
Connected another device
I haven't tried anything.
⚠️ Attention: On some routers (Zyxel Keenetic, MikroTik) After a power outage, the time settings are reset. If you have parental controls or an access schedule configured, the internet may not work after a reboot until you manually synchronize the time with the NTP server.

2. Laptop diagnostics: network settings and drivers

If the router is working and other devices connect to the internet, the problem lies with the laptop. Let's start by checking the network settings and drivers.

2.1. Checking the connection status

On Windows open Control Panel → Network and Sharing Center. In the section View active networks Check your connection status. If it says "No internet access" or "Limited", follow these steps:

  • 🔄 Reset your network adapter: Right-click on the Wi-Fi icon in the tray → Troubleshooting.
  • 📝 Check your IP address: in the command line (Win + R → cmd) enter:
    ipconfig /all

    Look for the block Wireless network adapter. If IPv4 address starts with 169.254.x.x - This is a sign of a problem with DHCP.

2.2. Updating or rolling back drivers

Outdated or corrupted Wi-Fi adapter drivers are a common cause of internet outages. To update them:

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the tab Network adapters.
  3. Find your Wi-Fi adapter (e.g. Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA61x4, Realtek RTL8821CE).
  4. Right click → Update driverAutomatic search.

If the update didn't help, try roll back the driver (in the same menu select Properties → Driver → Roll Back Driver). This is relevant if the problem appeared after the latest Windows update.

☑️ Wi-Fi Driver Diagnostics

Completed: 0 / 4
⚠️ Attention: On laptops with adapters Realtek (especially the series RTL8xxx) often helps Complete driver removal followed by installation from the manufacturer's website. Use the utility Display Driver Uninstaller (DDU) to clean up residue.

3. IP and DNS Conflicts: How to Fix Manually

If the laptop receives an IP address automatically, but it is incorrect (for example, 169.254.x.x), or there are problems with DNS, try setting the parameters manually.

3.1 Setting up a static IP

Open Control Panel → Network and Sharing Center → Change adapter settingsRight-click on your Wi-Fi connection → PropertiesInternet Protocol version 4 (TCP/IPv4)Properties.

Set the following parameters (if your router has an IP 192.168.1.1):

  • IP address: 192.168.1.100 (the last digit can be any number from 2 to 254)
  • Subnet mask: 255.255.255.0
  • Default gateway: 192.168.1.1
  • Preferred DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)

After applying the settings, reconnect to Wi-Fi.

3.2. Resetting DNS cache and network settings

In the command line (cmd (as administrator) run in order:

ipconfig /flushdns

nbtstat -R

netsh int ip reset

netsh winsock reset

After this, restart your laptop.

Team What does it do? When it helps
ipconfig /flushdns Clears the DNS cache If websites don't open, but ping works
netsh int ip reset Resets TCP/IP For errors like "Restricted" or "No access"
netsh winsock reset Resets Winsock After virus attacks or network program failures

4. Router Problems: Settings That Break the Internet

If your laptop isn't the only device experiencing the problem, or the previous steps didn't help, check your router settings. The problem often stems from:

  • 🔒 Incorrect security mode (For example, WEP instead of WPA2/WPA3)
  • 📡 Channel conflict (neighboring networks use the same channel)
  • 🛡️ MAC address filtering (your laptop may be blacklisted)
  • 🔄 Disabled DHCP (the router does not assign IP addresses automatically)

To access your router settings, enter its IP address in your browser (usually 192.168.1.1 or 192.168.0.1). The default login and password are indicated on the device sticker (most often admin/admin).

4.1. Checking the security mode

Find the section in the router menu Wireless or Wi-FiMake sure that:

  • Security type: WPA2-PSK or WPA3-PSK (Not WEP!)
  • Encryption: AES (Not TKIP)
  • The password contains at least 8 characters (Latin + numbers)

4.2. Changing the Wi-Fi channel

If there are many networks nearby, they may create interference. In the router settings (Wireless → Channel) select the channel manually (for example, 6 or 11 for 2.4 GHz). For 5 GHz, select channels 36-48 or 149-165.

How to find out which channels are busy?

Use apps like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS). They will show channel congestion and help you choose the freest one.

⚠️ Attention: On routers with firmware DD-WRT or OpenWRT After changing the channel, a reboot may be required. Also, check if the mode is enabled. "Auto" for channel width - sometimes it chooses non-optimal settings.

5. Problems at the provider level: what to do if it’s not your fault

If all devices on the network have lost the Internet, and the indicator Internet If the router light is off or flashing orange, the problem is with your ISP. But sometimes the problems are less obvious.

5.1. Checking the connection to the provider

Connect the provider's cable directly to the laptop (into the port Ethernet). If the internet works, the router is to blame. If not:

  • 📞 Call your provider's support and check if there is technical work or blocking at your address.
  • 💳 Check it out personal account balance — sometimes providers disconnect the Internet when the balance is zero without notice.
  • 🔧 Check if they have changed connection parameters (for example, the type of connection with DHCP on PPPoE).

5.2. Resetting the router to factory settings

If your router isn't working properly and you're unsure what to do, perform a factory reset. To do this:

  1. Find the button on the back of the router. Reset (usually recessed into the body).
  2. Press and hold it for 10-15 seconds (until the indicators blink).
  3. After rebooting, configure the router again using the information from your contract with your provider.

Important: After the reset, all personal settings (including your Wi-Fi password) will be lost. Please save them or take a photo of them beforehand.

6. Specific problems: from viruses to hardware failures

If standard methods don't help, the problem may be deeper. Let's look at some rare but possible causes.

6.1. Viruses and malware

Some viruses (DNSChanger, ProxyTrojan) change network settings, redirecting traffic through their servers. Run a full antivirus scan (Kaspersky, Dr.Web, Malwarebytes) and remove suspicious programs in Control Panel → Programs and Features.

6.2. Conflict with VPN or proxy

If you are using a VPN (NordVPN, ProtonVPN) or proxy servers, they can block access to the internet. Disable them and check the connection. Windows Also check your proxy settings:

  1. Open Settings → Network & Internet → Proxy.
  2. Make sure the switch is on Use a proxy server disabled.

6.3. Hardware malfunctions

If your laptop doesn't connect to any Wi-Fi networks, there may be problems with:

  • 📶 Wi-Fi adapter (physical damage or contact failure)
  • 🔋 Antennas (On some models, they are connected to the motherboard with thin cables that can become oxidized)
  • 🔌 Supply capacitor (on older laptops)

For diagnostics, connect USB Wi-Fi adapter (For example, TP-Link TL-WN725N). If the Internet works with it, the built-in module is to blame.

7. Solutions for macOS and Linux

Users MacBook and laptops with Linux also encounter Wi-Fi connection issues. Let's look at solutions specific to these operating systems.

7.1 macOS: Reset Network Settings

On macOS follow these steps:

  1. Open Terminal (Applications → Utilities → Terminal).
  2. Enter the commands in order:
    sudo ifconfig en0 down
    

    sudo ifconfig en0 up

    sudo networksetup -setdhcp Wi-Fi

    (replace en0 on your interface, if it is different - look in ifconfig)

  3. Restart your MacBook.

If the problem persists, delete the network settings:

  1. Open System Preferences → Network.
  2. Select Wi-Fi → click (minus) to delete.
  3. Please add the connection again (+Wi-Fi).

7.2. Linux: Checking Drivers and Kernel Modules

On Linux (Ubuntu, Debian, Fedora) First check if the Wi-Fi adapter is recognized:

lspci | grep -i network

iwconfig

If the adapter is not detected, the driver may not be installed. For most chips (Intel, Broadcom, Realtek) drivers are installed as follows:

sudo apt update

sudo apt install firmware-iwlwifi # for Intel

sudo apt install firmware-realtek # for Realtek

If the network connects but there is no internet, check resolv.conf:

cat /etc/resolv.conf

If there is no DNS line there (for example, nameserver 8.8.8.8), add it manually:

sudo nano /etc/resolv.conf

FAQ: Frequently Asked Questions

Why does my laptop connect to Wi-Fi, but pages don't open, while Skype/Telegram work?

This is a typical sign of a problem with DNS serversYour instant messengers use direct IP addresses to connect, while browsers rely on DNS. Try manually entering Google's DNS (8.8.8.8) or Cloudflare (1.1.1.1) in the network adapter settings.

After updating Windows, my Wi-Fi connection stopped working. What should I do?

Windows updates often break Wi-Fi adapter drivers, especially on laptops with adapters Realtek or Killer Networking. Try:

  1. Roll back the driver via device Manager.
  2. Install the driver from the laptop manufacturer's website (not from Windows Update!).
  3. If nothing helps, roll back the system to a restore point (Control Panel → Recovery).
My laptop connects to Wi-Fi, but the internet connection drops after 5 minutes. What's wrong?

This problem is usually associated with:

  • Energy saving settings (Wi-Fi adapter is turned off to save battery). Open Device Manager → Network Adapters → Properties of your adapter → Power Management and uncheck Allow the computer to turn off this device to save power.
  • Problems with DHCP (The router disconnects due to a short IP lease time). Increase the IP lease time in the router settings. DHCP Lease Time up to 24 hours.
  • Router overheating (especially relevant for budget models like TP-Link TL-WR840N). Check its temperature and provide ventilation.
Can antivirus software block internet access via Wi-Fi?

Yes, some antiviruses (Kaspersky, Avast, ESET NOD32) have built-in firewalls that can block network traffic. Try temporarily disabling your antivirus or adding an exception for your network. Also, check your Windows Firewall settings (Control Panel → Windows Defender Firewall).

My laptop won't connect to 5GHz Wi-Fi, only 2.4GHz. Why?

This may be due to:

  • Adapter incompatibility (old laptops do not support 5 GHz).
  • Router settings (In some countries, 5 GHz channels are limited - check your region in settings).
  • Drivers (update them on the laptop manufacturer's website).
  • Energy saving settings (V Windows Disable the power saving option for your Wi-Fi adapter.

Also make sure that the mode is enabled in the router settings. 802.11a/n/ac for 5 GHz.