You try to connect your laptop to Wi-Fi, but instead of the usual Internet access you see the error “No Internet connection”, a network icon with an exclamation point, or no available networks in the list at all. The situation is familiar to many - according to statistics, every third user At least once I encountered problems connecting to a wireless network. The reasons may lie in the settings of the laptop itself, in the settings of the router, or even in external interference.

In this article we will look at all possible reasons, through which the laptop does not connect to Wi-Fi - from a banal disconnected adapter to complex IP address conflicts. You will receive step by step instructions for Windows 10/11 And macOS, and learn how to diagnose the problem using the built-in tools. We will pay special attention hidden router settings that 90% of users do not check when problems occur.

1. Checking basic settings: what to do first

Before you dig deep into the system or router settings, make sure that the problem cannot be solved by simple steps. Often, users miss the obvious, spending hours searching for complex solutions.

Step 1: Make sure Wi-Fi is turned on on your laptop. Most models have a physical button or key combination to enable/disable the wireless adapter. For example, on Lenovo this is often Fn + F5 or Fn + F7, on HPFn + F12, and on ASUS There may be a separate switch on the case. If the Wi-Fi indicator (usually blue or orange) is off, the adapter is disabled.

Step 2: Reboot your router. Turn off the router's power for 30 seconds, then turn it back on. This will clear temporary DHCP errors and clear the cache of connected devices. TP-Link, Keenetic And ASUS are especially sensitive to long-term operation without rebooting.

  • 🔄 Reboot the router solves 40% of connection problems.
  • 💡 Check the indicators on the router: if the Wi-Fi light does not blink, the module is faulty.
  • 📶 Make sure your laptop is within coverage: Even 1-2 meters closer to the router can solve the problem.
  • 🔌 Check the router's power supply: If the indicators do not light up at all, there is a problem with the power supply or outlet.
📊 How often do you reboot your router?
  • Once a week
  • Once a month
  • Only when problems arise
  • Never

Step 3: Check if the network is visible on other devices. If a smartphone or tablet connects to the same Wi-Fi without problems, then the problem is with the laptop. If no device sees the network, the problem is with the router or provider.

💡

If the laptop does not see any network, but other devices do, most likely the Wi-Fi adapter in the system is disabled or the drivers are not installed.

2. Diagnostics of the network adapter in Windows

If basic checks don't help, it's time to dig deeper. B Windows 10/11 There are built-in tools for diagnosing network problems, but they don't always show the full picture.

How to run network diagnostics:

  1. Right-click on the Wi-Fi icon in the tray (bottom right).
  2. Select Diagnose network problems.
  3. Follow the wizard's instructions. It will automatically check the status of the adapter, the presence of an IP address and the connection to the gateway.

Manually checking the adapter status:

  1. Open Control Panel → Network Connections (or click Win + R, enter ncpa.cpl).
  2. Find a connection Wireless network (Wireless Network Connection).
  3. If it is marked in gray, the adapter is disabled. Right click and select Enable.
Adapter Status What does this mean Actions
Disabled (gray) The adapter is software or physically disabled Turn on ncpa.cpl or check the Wi-Fi button on the case
Connected but without internet access Problems with IP, DNS or router Check your IP settings (see section 4) or reboot your router
Limited (yellow triangle) IP conflict or authentication error Reset TCP/IP (command netsh int ip reset)
No connections available The driver is not installed or the adapter is faulty Update your driver or check Device Manager

Checking in Device Manager:

  1. Click Win + X, select Device Manager.
  2. Expand the section Network adapters.
  3. Find a device with words Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377).
  4. If there is a yellow triangle next to it, the driver is not working correctly. Right click and select Update driver.
💡

If there is no "Network Adapters" section in Device Manager or the adapter is marked as "Unknown Device", this means that the driver is not installed or the adapter is physically damaged.

3. Problems with drivers: how to update or reinstall

Incorrect or outdated drivers are one of the most common reasons why a laptop won't connect to Wi-Fi. Manufacturers regularly release updates to fix compatibility issues, especially after major updates Windows.

How to update the driver manually:

  1. Open Device Manager (as in the previous section).
  2. Find your Wi-Fi adapter, right-click and select Update driver.
  3. Select Automatic search. If the system finds an update, install it and restart the laptop.

If automatic updating does not help:

  1. Download the driver from the official website of the laptop manufacturer (section Support or Drivers). For Dell, HP, Lenovo And ASUS There are special utilities for automatically searching for drivers (for example, Dell SupportAssist or Lenovo Vantage).
  2. Uninstall the current driver: in Device Manager, right-click on the adapter → Remove device → check the box Remove driver programs for this device.
  3. Install the downloaded driver and restart your laptop.

Make sure that the adapter is visible in Device Manager|Check for the presence of a yellow triangle (driver error)|Update the driver via Windows Update|Download the driver from the laptop manufacturer's website|Remove the old driver before installing the new one-->

What to do if the driver is installed, but Wi-Fi does not work:

  • 🔄 Roll back the driver: In Device Manager, select Properties → Driver → Roll Back (if the button is active).
  • 🛠️ Install generic driver: Sometimes manufacturer's drivers conflict with Windows. Try the standard driver from Microsoft (in Device Manager → Update driver → Search this computer → Select from list → Compatible hardware).
  • 🔍 Check the hardware ID: in the adapter properties, go to the tab Information, select Equipment ID. Copy the first line and search for the driver using this code via Google.
⚠️ Attention: Never download drivers from third party sites (such as driverpack.io or similar). They often contain malware or outdated versions. Use only official sources: website of the laptop or chipset manufacturer (Intel, Qualcomm, Broadcom).

4. IP and DNS settings: why the laptop connects to Wi-Fi, but the Internet does not work

The situation when a laptop connects to Wi-Fi, but pages do not open, and there is an exclamation mark next to the network, is usually associated with incorrect IP or DNS settings. This can happen after a change in provider, a router reset, or an address conflict on the local network.

How to reset IP and DNS settings:

  1. Open Command line on behalf of the administrator (Win + X → Command Prompt (Administrator)).
  2. Enter the commands one by one:
    netsh winsock reset
    

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

  3. Restart your laptop.

Manual IP setup (if automatic acquisition does not work):

  1. Open Control Panel → Network Connections.
  2. Right click on Wireless network → Properties.
  3. Select IP version 4 (TCP/IPv4) → Properties.
  4. Install:
    • Obtain an IP address automatically
    • Obtain DNS server address automatically

If this doesn't help, try manually specifying Google's DNS: 8.8.8.8 And 8.8.4.4.

Error Reason Solution
"Connected, no internet access" No IP address received from router Execute ipconfig /release And ipconfig /renew
"DNS server is not responding" Problems with DNS provider Set up Google or Cloudflare DNS (1.1.1.1)
"Limited connection" IP Address Conflict Reset TCP/IP (netsh int ip reset)
"Invalid password" The network security key has changed Forget the network and connect again

Checking IP conflicts:

If you have multiple devices on your network, two of them may have received the same IP address. To check:

  1. Open Command line and enter ipconfig.
  2. Remember your IPv4 address (For example, 192.168.1.100).
  3. From another device (for example, a smartphone), connect to the same Wi-Fi and check its IP through an application like Fing or in the router settings. If the addresses match, this is a conflict.
⚠️ Attention: If you manually set a static IP on your laptop (for example, for port forwarding), but forgot about it, and the router tries to issue a different address, the connection will be impossible. Always return settings to Automatic modeif you are not sure of your actions.

5. Problems on the router side: settings that interfere with the connection

If your laptop won't connect to Wi-Fi but other devices are working fine, the problem may lie in router settings. Modern routers have many security features that sometimes block new devices.

What to check in the router settings:

  1. Open the router's web interface. Usually the address 192.168.1.1 or 192.168.0.1 (indicated on the sticker below). Default login and password - admin/admin or admin/password.
  2. Check the following sections:
    • Wireless → Wireless Security: Make sure the security type is WPA2-PSK (not WPA3, if the laptop is old).
    • Wireless → MAC Filter: If the MAC address filter is enabled, add the MAC of your laptop (you can find it through ipconfig /all on the command line).
    • DHCP → DHCP Settings: Make sure the DHCP server is enabled, otherwise the laptop will not get an IP address.
    • Advanced → Wireless Mode: if it's worth it 802.11n only or 802.11ac only, change to Mixed or 802.11b/g/n for compatibility.

Resetting the router to factory settings:

If you are unsure of your current settings or have forgotten your control panel password, perform a reset:

  1. Press and hold the button Reset (usually hidden in a small hole) for 10–15 seconds.
  2. After rebooting the router, connect to the network with the default name (indicated on the sticker) and configure again.
How to find out the MAC address of a laptop?

Open Command line and enter ipconfig /all. Find the line Physical address in section Wireless LAN Adapter. This is the MAC address (example: 00-1A-2B-3C-4D-5E).

Problems with Wi-Fi channel:

If the router is running on an overloaded channel, the laptop may lose connection. To change the channel:

  1. In the router web interface, find the section Wireless → Channel.
  2. Change channel from Auto to a fixed one (for example, 6 or 11 for 2.4 GHz).
  3. For 5 GHz select channels 36–48 or 149–165 (they are less busy).
  • 📡 2.4 GHz vs 5 GHz: If the laptop does not see the 5 GHz network, check whether its adapter supports this range (older models may only have 2.4 GHz).
  • 🔒 Hidden SSID: If broadcast SSID is disabled in the router, the laptop will not see the network. Turn on display or connect manually.
  • 🛡️ Router firewall: on some models (eg ASUS RT-AX88U) has a built-in firewall that can block new devices. Disable it temporarily in the section Firewall.

6. Specific problems on macOS

Users MacBook also encounter problems connecting to Wi-Fi, but the reasons are often different from Windows. For example, macOS update may reset network settings or cause a conflict with adapter drivers.

Basic steps for macOS:

  1. Open System Settings → Network.
  2. Select Wi-Fi in the list on the left and click Minus (-)to delete the current connection.
  3. Click Plus (+), add a new connection Wi-Fi and reconnect.

Resetting Wi-Fi services:

  1. Open Terminal (via Spotlight or Programs → Utilities).
  2. Enter the commands one by one:
    sudo ifconfig en0 down
    

    sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

    sudo rm /Library/Preferences/SystemConfiguration/preferences.plist

    sudo ifconfig en0 up

    (instead of en0 maybe en1 — check through ifconfig)

  3. Restart your MacBook.

Problems after updating macOS:

If Wi-Fi stops working after an update (for example, to Sonoma or Ventura), try:

  • 🔄 Reset NVRAM: Turn off your Mac, then turn it on and immediately press Option + Command + P + R for 20 seconds.
  • 🛠️ Create a new network location:
    1. Open System Settings → Network.
    2. In the drop down menu Location select Change locations....
    3. Click +, add a new location (for example, Home 2) and connect again.
  • 🔍 Check your security settings: in System Settings → Security and Safety → Firewall temporarily disable the firewall and check the connection.
  • ⚠️ Attention: On a MacBook with a chip Apple M1/M2 Problems with Wi-Fi may be due to bugs in the firmware. Check for updates via System settings → Software update. If there are no updates, but the problem remains, contact Apple support: it may be a hardware defect.

    7. Hardware faults: when it’s time to take your laptop to service

    If none of the software methods help, the problem may be hardware. It could be:

    • 🔌 Damaged Wi-Fi module (for example, after a laptop falls).
    • 🔋 Antenna problems (contacts often come off after disassembling the case).
    • 🔥 Chipset overheating (Wi-Fi module may turn off at high temperatures).
    • Motherboard failure (less common, but found on older laptops).
    • How to check hardware health:

      1. Connect an external Wi-Fi adapter (via USB). If it works, the problem is in the internal module.
      2. Test your laptop on another router (for example, in a cafe or with friends). If the problem persists, the problem is with the laptop.
      3. Look at the Windows event log:
        1. Click Win + X → Event Viewer.
        2. Go to Windows Logs → System.
        3. Filter events by keyword WLAN or Wi-Fi. Errors with the code 10000 or 10100 often indicate hardware problems.

      Typical symptoms of hardware problems:

      Symptom Probable Cause Solution
      Wi-Fi disconnects periodically, especially under load Module or antenna overheating Clean the laptop from dust, replace the thermal paste
      The laptop does not see any network, although the adapter is turned on Malfunction of the Wi-Fi module or antennas Replacing the module at the service center
      Wi-Fi only works near the router Damaged antenna or weak module Checking antenna contacts or replacing the module
      After the laptop fell, Wi-Fi stopped working Mechanical damage to the module or connectors Diagnostics in the service

      Repair cost:

      • 💰 Replacement of Wi-Fi module: from 1,500 to 5,000 rubles (depending on the laptop model).
      • 💰 Soldering work (if the antennas have fallen off): from 2,000 rubles.
      • 💰 Diagnostics: usually free or up to 1,000 rubles.
      ⚠️ Attention: If you decide to replace the Wi-Fi module yourself, make sure that the new module is compatible with your laptop model. For example, in Lenovo ThinkPad modules with a whitelist are often used, and non-original adapters will not work.

      8. External interference and rare causes

      Sometimes the problem lies not in the laptop or router, but in external factors. They are often overlooked, although they can completely block the connection.

      Sources of Wi-Fi interference:

      • 📡 Neighboring routers on the same channel: if your neighbors router works on the channel 6and so do you 6 - there will be interference. Use apps like Wi-Fi Analyzer (Android) or NetSpot (macOS/Windows) for broadcast analysis.
      • 🔌 Microwaves and cordless phones: operate at 2.4 GHz and can jam Wi-Fi. Switch to 5 GHz if your router supports it.
      • 🚗 Automotive radars and weather stations: Some devices (for example, traffic police radars) operate in the 5 GHz range and may cause interference.
      • 🌲 Obstacles: Concrete walls, metal structures and even aquariums weaken the signal. Try moving the router closer to the laptop.

      Rare reasons:

      • 🛡️ VPN or antivirus is blocking the network: temporarily disable Kaspersky, Avast or the built-in Windows firewall (Win + R → firewall.cpl).
      • Your provider's traffic limit has expired: Some tariffs limit the speed after exceeding the limit. Check your personal account with your provider.
      • 🔄 Double NAT: If you have two routers connected in series, there may be routing problems. Set up one of them in mode Bridge.
      • 📱 Conflict with mobile Internet: If the laptop is connected to the smartphone via USB tethering, it may block Wi-Fi. Disable tethering.
      How to check the congestion of a Wi-Fi channel?

      Download the app Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS). Start scanning - the program will show which channels are occupied by neighboring networks. Select the least busy channel in your router settings.

      Problems with the provider:

      If no device connects to the Internet, the problem may be on the ISP side:

      1. Check if the indicators are on Internet or WAN on the router. If not, the problem is in the line.
      2. Connect the provider cable directly to the laptop (e