Laptop Won't Connect to Wi-Fi: 12 Reasons for the "No Internet Connection" Error and How to Fix Them

You turn on Wi-Fi on your laptop, see a familiar network, enter the password – and instead of internet access, a message appears Connected, no internet access or "No internet connection"**? This problem is familiar to millions of users, and its causes can range from the laptop's settings to issues with the router or ISP. In 80% of cases, the error can be resolved without calling a technician—simply check the key network nodes one by one.

In this article we will look at all possible scenarios: from a simple IP address error to a Wi-Fi channel conflict, from driver errors to a blocked MAC address on the router. We'll pay special attention to differences between Windows 10/11, macOS, and Linux, as well as the nuances of working with different router models (TP-Link, ASUS, Keenetic, Xiaomi). If your laptop "sees" the network, but the internet doesn't work, you'll find a solution here.

📊 What kind of laptop do you have?
Windows
macOS
Linux
Chromebook
Don't know

1. Checking basic settings: router, cable, provider

Before you dig into your laptop's settings, make sure the problem isn't with your hardware or internet provider. In 35% of cases, the "No Internet connection" error occurs due to the service being disconnected by the provider or a physical cable break..

Do the following:

  • 🔌 Reboot your router: Unplug the power cord for 30 seconds, then plug it back in. Wait until the unit is fully charged (the indicators should be steady).
  • 📡 Check the indicators on the router: if the light doesn't come on Internet or WAN, there is a problem connecting to the provider.
  • 🔗 Make sure the cable is connected: Check if the Ethernet cable is firmly inserted into the port. WAN (usually highlighted in blue).
  • 📱 Try connecting another deviceIf your phone or tablet also doesn't connect to the internet, the router or provider is to blame.

If other devices are working fine but the laptop isn't, proceed to the next section. If there's no internet connection on all devices:

⚠️ Attention: Contact your provider by phone (the number is usually listed on your contract or a sticker on your router). Check to see if there's any maintenance or outstanding billing. Some providers block access if your payment is overdue, even for one day.

2. Diagnosing the network adapter on a laptop

The "No internet connection" error often appears due to a malfunction network adapter (Wi-Fi module). This could be a software conflict, an outdated driver, or a hardware malfunction. Let's check each one in turn.

For Windows 10/11:

Open Control Panel → Network Settings → Change adapter settings. Find your wireless connection (usually called Wi-Fi or Wireless network).

  • 🔄 If the icon is gray, right-click and select Turn on.
  • 🔧 If the connection is active, but there is no internet, click Properties → Internet Protocol Version 4 (TCP/IPv4) and check the settings:
IP address: Automatic

DNS server: Automatic

If static values ​​are specified here, try returning to automatic mode.

For macOS:

Go to System Preferences → Network → Wi-Fi → Advanced. Tab TCP/IP must contain:

IPv4 Setup: Use DHCP

☑️ Checking the network adapter

Completed: 0 / 4

General recommendations:

If the adapter is turned on, but there is no network connection:

  • 🔄 Restart your laptop - sometimes it resets frozen processes.
  • 🛠️ Update your driver (Especially relevant for Windows). Download the latest version from the manufacturer's website (Intel, Qualcomm, Broadcom).
  • 🔍 Check the Device Manager: If there is an exclamation mark next to the adapter, there is a problem with the driver.
⚠️ Attention: on some laptops (Lenovo, HP, Dell) Wi-Fi can be turned off using a hardware button or a key combination (for example, Fn + F2). Make sure the module is not physically blocked.

3. IP address conflict and resetting network settings

One of the most common reasons for the error is IP address conflict on a local network. This happens when two devices receive the same IP address from the router, or the laptop "remembers" old settings.

To reset network settings:

In Windows:

  1. Open Command line as administrator (Win + X → Command Prompt (Administrator)).
  2. Execute the commands in order:
    netsh winsock reset
    

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

  3. Restart your laptop.

On macOS/Linux:

Open Terminal and enter:

sudo ifconfig en0 down && sudo ifconfig en0 up

(replace en0 on your network interface - look at it through ifconfig).

If the problem persists after resetting, try assign a static IP manually:

Parameter Meaning (example) Note
IP address 192.168.1.100 The last digit must be different from other devices on the network.
Subnet mask 255.255.255.0 Standard value for home networks
Main gateway 192.168.1.1 Your router's address (indicated on the sticker)
DNS server 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) Try alternative DNS if the default ones don't work.

4. Router issues: channels, encryption, MAC filtering

If your laptop won't connect to Wi-Fi, but other devices work, check your router settings. Common causes:

  • 🔒 Incorrect encryption type: the router may be using an outdated one WEP or new WPA3, which is not supported by older adapters.
  • 📶 Congested Wi-Fi channel: if there are many networks nearby on the same channel, the speed drops to zero.
  • 🔐 MAC filtering: The router can block connections from unknown devices by MAC address.
  • 🔄 Double NAT: If the router is connected to another router, conflicts may occur.

How to check and fix:

  1. Go to your router's control panel (usually at 192.168.1.1 or 192.168.0.1, login/password — admin/admin or indicated on the sticker).
  2. Go to the section Wi-Fi (or Wireless network) and check:
    • 🔒 Security type: install WPA2-PSK (the most compatible option).
    • 📶 Wi-Fi channel: if it's worth it Auto, try to select manually 1, 6 or 11 (for 2.4 GHz) - they overlap the least.
    • 🔄 Opening hours: for older laptops, select 802.11n instead of 802.11ac.
  • Check the section MAC filter (or Access control). If there is a list of allowed devices, add the MAC address of your laptop (you can find it in ipconfig /all for Windows or ifconfig for macOS/Linux).
  • ⚠️ Attention: if you have a dual-band router (ASUS RT-AX88U, TP-Link Archer C6), try connecting to a 5 GHz network instead of 2.4 GHz (or vice versa). Some laptops don't work well with automatic switching between bands.
    How do I know which Wi-Fi channel is the freest?

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

    5. Problems with DNS and proxy servers

    If your laptop connects to Wi-Fi, but websites don't open, and there's an exclamation mark next to the network icon, it's your fault. DNS servers or proxy.

    First, check DNS:

    • 🌐 In Windows, open Control Panel → Network → Change adapter settings → Wi-Fi Properties → Internet Protocol Version 4 (TCP/IPv4).
    • 🔧 Manually enter DNS:
      Preferred DNS: 8.8.8.8
      

      Alternative DNS: 8.8.4.4

    • 🔄 Restart your laptop.

    If this doesn't help, check your proxy settings:

    • 🔍 On Windows: Settings → Network & Internet → Proxy. Make sure the switch is on. Use a proxy server turned off.
    • 🍎 On macOS: System Preferences → Network → Advanced → ProxyAll checkboxes must be unchecked.

    If you use a VPN or antivirus with a network protection feature (Kaspersky, Avast, ESET), temporarily disable them - they may block the connection.

    6. Hardware faults: how to check the Wi-Fi module

    If none of the previous methods helped, the problem may be in physical malfunction Wi-Fi module. This is relevant for laptops that:

    • 💥 Fallen or were hit.
    • 🔥 Overheated (for example, when working on a soft surface).
    • 🛠️ Disassembled for cleaning or repair.

    How to diagnose:

    1. 🔍 Check if the adapter is detected in the system:
      • In Windows: Device Manager → Network AdaptersIf there's no Wi-Fi module or an exclamation mark is visible next to it, the problem lies with the driver or hardware.
      • On macOS: About This Mac → System Report → Network → Wi-Fi. If the status Disabled, perhaps the train has come loose.
  • 🔧 Try an external Wi-Fi adapter: Connect a USB receiver (costs from 300 rubles). If the internet works with it, the built-in module is to blame.
  • 🛠️ Disassemble the laptop (if you have experience): check if the Wi-Fi module fits tightly in the slot M.2 or miniPCIeOften the contacts oxidize or the antennas come loose.
  • Typical faults:

    Symptom Probable cause Solution
    Wi-Fi turns on, but doesn't find a network. The antennas have come loose or the cable is damaged. Disassemble the laptop and check the connections
    The network is visible, but the connection keeps dropping. Module overheating or microcircuit malfunction Replace the module or improve cooling
    The laptop only doesn't see 5 GHz networks. Legacy adapter (eg. Intel Wireless-N 7260) Use only 2.4 GHz or upgrade the module
    ⚠️ Attention: If your laptop is under warranty, do not disassemble it yourself—this will void the warranty. Contact the service center with a description of the problem.

    7. Features for different operating systems

    The diagnostic algorithm depends on the operating system. Let's look at the nuances for each.

    Windows 10/11:

    • 🔧 Network reset: Settings → Network & Internet → Status → Network resetThis will remove all network adapters and reinstall them.
    • 🛡️ Disable your firewall: temporarily turn off Windows Defender and third-party antiviruses.
    • 🔄 Update your driver through device Manager (right click on the adapter → Update driver).

    macOS (Ventura, Sonoma and later):

    • 🗑️ Delete network settings:
      1. Open File → System Preferences → Network.
      2. Select Wi-Fi → Advanced → Remove all networks.
      3. Restart your Mac.
  • 🔧 Reset SMC and NVRAM:
    1. Shut down your Mac.
    2. Clamp Shift + Control + Option + Power button for 10 seconds.
    3. Turn on your Mac and immediately hold down Command + Option + P + R for 20 seconds.
    4. Linux (Ubuntu, Mint, Fedora):

      • 🐧 Check the service status:
        sudo systemctl restart NetworkManager
      • 📡 Install proprietary drivers (for Broadcom, Realtek):
        sudo ubuntu-drivers autoinstall
      • 🔧 Check the configuration:
        sudo nano /etc/network/interfaces

        Make sure there are no conflicting settings.

      8. When to contact a specialist

      If you've tried all the above, but your laptop still won't connect to Wi-Fi, you may need professional help. Contact a service center if:

      • 🔌 The laptop doesn't see it not a single one Wi-Fi network (even public ones).
      • 🔥 The adapter gets hot or makes strange sounds (squeaking, crackling).
      • 💻 The problem appeared after a fall, liquid spill, or repair.
      • 🔧 In Device Manager The Wi-Fi module is displayed as Unknown device.

    Repair cost:

    Type of malfunction Estimated price (2026) Repair period
    Replacing the Wi-Fi module 1 500 — 4 000 ₽ 1–2 days
    Soldering work (antennas, contacts) 2 000 — 6 000 ₽ 2–5 days
    Diagnostics + BIOS reflashing 1 000 — 3 000 ₽ Day 1

    Before visiting the service:

    • 📝 Write down the model of your laptop and Wi-Fi adapter (you can find it in Device Manager).
    • 💾 Back up your data.
    • 🔧 Check if the service center has original spare parts for your model.
    • FAQ: Frequently Asked Questions

      ❓ My laptop connects to Wi-Fi, but it says "No internet access." What's wrong?

      This is a typical symptom. IP or DNS problems. First try:

      1. Execute ipconfig /release And ipconfig /renew in the command line (Windows).
      2. Register DNS from Google (8.8.8.8) manually.
      3. Reboot the router.

    If it doesn't help, check your router settings (section DHCP). Perhaps automatic IP assignment is disabled there.

    ❓ Why doesn't my laptop see my home network, but it can see other networks?

    Possible reasons:

    • 🔒 Your router is using hidden SSID (network name). Enable SSID display in settings.
    • 📡 The network is operating in the mode 802.11ac (5 GHz), and your adapter only supports 802.11n (2.4 GHz). Change your router settings.
    • 🔐 It's enabled in the router MAC filtering, and your laptop is blacklisted.
    ❓ My Wi-Fi stopped working after a Windows update. What should I do?

    Updates often reset drivers. Try:

    1. Roll back the driver: Device Manager → Network Adapters → Properties → Roll Back Network Adapters.
    2. Install the driver from the laptop manufacturer's website (not from Windows Update!).
    3. Restore the system to a restore point (Control Panel → Recovery).

    If the problem persists, check your adapter's compatibility with the new version of Windows on the Microsoft website.

    ❓ Can an antivirus block Wi-Fi?

    Yes! Many antiviruses (Kaspersky, Avast, ESET, Norton) have a built-in firewall, which may be blocking connections. To check:

    1. Temporarily disable your antivirus.
    2. Try connecting to Wi-Fi.
    3. If it works, add the network to the antivirus firewall exceptions.

    Also check the settings VPN - some programs (for example, ProtonVPN, NordVPN) can redirect all traffic through their servers.

    ❓ How do I know if my laptop supports 5GHz Wi-Fi?

    There are several ways:

    1. In Windows:
      1. Open Command line and enter:
        netsh wlan show drivers
      2. Find the line Types of radioIf there is. 802.11ac or 5 GHz - your adapter supports this range.
    2. On macOS: Click and hold the Wi-Fi icon Option — information about supported standards will appear.
    3. By adapter model: Find the name of your Wi-Fi module in Device Manager and check the specifications on the manufacturer's website.

    If 5 GHz is not supported, use only 2.4 GHz networks or upgrade your Wi-Fi module.