Laptop won't connect to Wi-Fi router: all causes and solutions

You turned on your laptop, and instead of the usual internet connection, you see the message "No network access" or no available networks at all? This situation is familiar to many: yesterday everything worked, and today The laptop does not connect to the Wi-Fi router., although other devices (smartphones, tablets) continue to connect to the network normally. The problem could lie in the laptop's settings, the router's parameters, or even physical malfunctions.

In this article we will discuss all possible reasons — from the mundane (a disabled Wi-Fi adapter) to the complex (a damaged antenna or an IP address conflict). You'll learn how to diagnose the problem. Windows 10/11, macOS And Linux, which router settings should be checked first, and when it's time to take your device in for service. To save time, let's start with the simplest thing—a basic hardware check.

1. Check the obvious: router, cables, and Wi-Fi adapter

Before digging deep into the settings, make sure the problem isn't hidden on the surface. In 30% of cases The problem can be resolved in literally a minute—just reboot the router or turn on the Wi-Fi adapter on your laptop.

Start with the router:

  • 🔌 Nutrition: Check that the router is plugged in and the power indicator is lit (usually green or blue). If it's blinking red, the device is faulty or the power supply is damaged.
  • 🌐 Internet: Check the WAN (Internet) indicator. If it's off or blinking orange, the problem is with your ISP. Try connecting the cable directly to your laptop—is the internet working?
  • 📶 Wi-Fi: The wireless network indicator should be on steadily. If it is off, press the button Wi-Fi or WPS on the router body (sometimes it is combined with the reset button).

Now let's move on to the laptop:

  • ✈️ Airplane mode: on Windows check if the Airplane mode is enabled (the icon in the tray or in Settings → Network & Internet). On macOS - in the menu bar or in System Preferences → Network.
  • 🔄 Wi-Fi adapter: click Win + Xdevice Manager → expand the section Network adaptersIf there is a downward arrow next to the name of your Wi-Fi adapter, right-click and select Activate the device.
  • 🔋 Function keys: on some laptops (for example, Lenovo, HP) Wi-Fi is disabled by pressing Fn + F2 (or another button with an antenna icon). Press it—the adapter may have been accidentally deactivated.
⚠️ Attention: If after rebooting the router, the indicators don't light up or flash abnormally (for example, all are red), this may indicate a hardware failure. In this case, try resetting the router to factory settings using the button. Reset (hold for 10-15 seconds).
📊 What kind of router do you have?
TP-Link
ASUS
Xiaomi
Keenetic
D-Link
Another

2. Laptop-side diagnostics: drivers and network settings

If the router is working (other devices are connecting), but the laptop stubbornly does not see the network or cannot connect, the problem is most likely in Wi-Fi adapter drivers or network settingsLet's look at both options.

Checking and updating drivers

Outdated or corrupted drivers are one of the most common causes of Wi-Fi issues. To check their status:

  1. Open device Manager (Win + Xdevice Manager).
  2. Expand the section Network adapters and find your Wi-Fi module (usually it has a name Wireless, Wi-Fi or a model, for example, Intel AX200, Qualcomm Atheros).
  3. Right click → Properties → tab DriverCheck the driver date and version. If it's older than 2023, the driver is out of date.

How to update the driver:

  • 🔄 Automatically: In the same properties window, click Update driverAutomatic search. Windows will try to find the current version.
  • 🖥️ Manually: Download the driver from the official website of the laptop manufacturer (section Support) or a Wi-Fi chip (for example, Intel, Broadcom). Install it and restart your laptop.
  • 🗑️ Uninstall and reinstall: If the update did not help, remove the driver (Remove device V Dispatcher), then restart your laptop - the system will install it again.

Reset network settings

Sometimes IP address conflicts or incorrect DNS settings can interfere with your connection. To reset your settings:

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

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

  3. Restart your laptop.
⚠️ Attention: If your laptop still won't connect after resetting, check if you've manually set a static IP address. To do this, go to Settings → Network & Internet → Wi-Fi → Manage known networks, select your network → Properties → scroll to IP settingsIf the IP is indicated there, like 192.168.1.100, switch to Automatic (DHCP).

Check the name of your Wi-Fi adapter in Device Manager.

Update your driver automatically or manually

Uninstall the driver and restart your laptop.

Reset network settings via command line

Check your IP settings (must be DHCP) -->

3. Router settings: what could go wrong

If your laptop sees the network but doesn't connect (or connects without internet access), the problem may lie in your router settings. For example, the password has changed, MAC address filtering has been enabled or DHCP parameters are corruptedLet's look at the main points.

Checking basic parameters

Connect your laptop to the router via cable (or use another device that connects to Wi-Fi) and access the router's web interface. The login address is usually located on a sticker on the bottom of the device (e.g., 192.168.0.1 or 192.168.1.1). The default login and password are often admin/admin.

In the interface, check:

  • 🔒 Wi-Fi Password: go to the section Wireless network (Wireless) → Security settingsMake sure the password hasn't changed (sometimes routers reset it after a firmware update).
  • 📡 Network Name (SSID): if it is hidden (Hide SSID or Hide network), the laptop will not be able to detect it. Disable this option.
  • 🔄 Opening hours: The Wi-Fi mode must be selected in the Wi-Fi settings 802.11 b/g/n/ac/ax (or Mixed). If it's worth it only 802.11n, some devices may not connect.
  • 🔢 Channel and width: try setting the channel manually (for example, 6 or 11 for 2.4 GHz) and width 20 MHz (sometimes width 40 MHz causes conflicts).

MAC and DHCP filtering

Some routers are configured so that only devices with authorized MAC addresses can connect to the network. To check this:

  1. In the router's web interface, find the section MAC filtering (MAC Filtering).
  2. If filtering is enabled, add your laptop's MAC address to the list of allowed addresses. You can find it in Command line command:
    ipconfig /all

    Look for the line Physical address next to Wireless network adapter.

Also check the settings DHCP:

  • 🔄 IP range: in the section LAN or DHCP Check if the DHCP server is enabled and what IP range it is distributing (for example, 192.168.1.100–192.168.1.200). If the laptop is assigned an IP outside this range, it will not be able to access the network.
  • Rental period: If it is too short (for example, 1 minute), devices may lose connection. Set the value to at least 24 hours.
Router parameter Recommended value What happens if it's not like this?
Wireless network mode 802.11 b/g/n/ac (mixed) Devices with outdated standards (eg 802.11b) won't connect
Channel width (2.4 GHz) 20 MHz Interference and connection breaks when 40 MHz in busy networks
MAC address filtering Disabled or MAC laptop in the list of allowed The laptop will not be able to connect even if the password is correct.
DHCP server On, the IP range is not exhausted The laptop will not receive an IP address and will not connect to the network.
How to reset a router to factory settings?

To reset your router, find the small button on its body. Reset (usually recessed into the housing). Take a paperclip or toothpick, press and hold the button for 10-15 seconds until the lights start flashing. After the reset, the router will return to factory settings: the network name and password will be listed on the sticker on the bottom. Attention: All user settings (including Wi-Fi password) will be deleted!

4. IP Conflicts and DNS Issues: How to Fix

If your laptop connects to Wi-Fi, but the internet doesn't work (the "No network access" or "Limited" icon appears), the problem is IP address conflicts or Incorrect DNS settingsLet's look at both cases.

IP address conflict

This occurs when two devices on the network receive the same IP address. Symptoms:

  • The laptop connects to Wi-Fi, but the internet doesn't work.
  • IN Network and Control Center status "Limited" or "No Internet access".
  • IN ipconfig IP address starts with 169.254.x.x (this means that DHCP did not work).

How to fix:

  1. Open Command line and run:
    ipconfig /release
    

    ipconfig /renew

  2. If this doesn't help, assign the IP manually:
    1. Go to Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Select your network → Properties → scroll to IP settings.
    3. Turn on Manually and indicate:
      • IP address: 192.168.1.100 (if the router 192.168.1.1)
      • Subnet mask: 255.255.255.0
      • Gateway: 192.168.1.1 (router address)
      • DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)

DNS issues

If the sites do not open, but ping 8.8.8.8 It works in the command line, but the problem is with DNS. To change the DNS server:

  1. Open Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.
  2. Right click on Wireless networkPropertiesInternet Protocol version 4 (TCP/IPv4)Properties.
  3. Select Use the following DNS addresses and indicate:
    • 8.8.8.8 (Google)
    • 1.1.1.1 (Cloudflare)
⚠️ Attention: If your internet connection works after changing your DNS, but some websites (such as banking websites) are blocked, reset your DNS settings to automatic. Your provider may be using its own DNS for security reasons.

5. Hardware problems: when the laptop or router is to blame

If you have tried all software methods and your laptop still won't connect to Wi-Fi, it might be because hardware failureThis could be:

  • 🔌 Damaged Wi-Fi module in a laptop (for example, after a fall or exposure to liquid).
  • 📡 Faulty router antenna (especially if the problem appeared after a thunderstorm or power surge).
  • 🔋 Problems with the router power supply (unstable voltage leads to Wi-Fi failures).

How to check your laptop's Wi-Fi module

First, make sure that the problem is in the module:

  • Connect your laptop to a different Wi-Fi network (for example, at a cafe or via your phone). If it doesn't connect, the laptop is at fault.
  • Try connecting to the router via cable. If the internet works, the problem is with the wireless adapter.
  • Check if the Wi-Fi module is detected in Device ManagerIf it's missing or there's an exclamation mark next to it, the adapter is faulty or disconnected.

If the module does not work:

  • 🔧 Reinstall it physically: on some laptops (for example, Lenovo ThinkPad, Dell Latitude) The Wi-Fi module is removable. Open the back cover, remove the module (usually connected to the connector) M.2 or mini-PCIe) and insert it back.
  • 💻 Use an external adapter: buy a USB Wi-Fi adapter (for example, TP-Link TL-WN725N) and connect it to the laptop. If it works, the internal module is faulty.

How to check a router

If your laptop won't connect to your router, but other devices are working fine, try:

  • 🔄 Reset the router to factory settings (button) Reset).
  • 📦 Connect the router to a different power source (sometimes the power supply does not provide enough voltage).
  • 📡 Change the Wi-Fi channel in the router settings (the current channel may be occupied by interference).
  • 🛠️ Check the antennas: If your router has external antennas, try reconnecting or replacing them.
⚠️ Attention: If your router overheats, reboots spontaneously, or makes unusual noises (squeaking, crackling), take it to a service center. This could indicate faulty capacitors or other components.

6. Features for macOS and Linux

Problems with Wi-Fi on MacBook or laptops with Linux are solved a little differently than on WindowsLet's look at the key points for each system.

macOS: Reset and Diagnostics

If MacBook won't connect to Wi-Fi:

  1. 🔄 Reset network settings:
    1. Open System Preferences → Network.
    2. Select Wi-Fi → click (minus) to remove it.
    3. Click + → select Wi-Fi → create a new connection.
  2. 📱 Remove known networks:
    1. Open System Preferences → Network → Advanced.
    2. Tab Wi-Fi → remove all networks from the list Preferred networks.
  3. 🛠️ Reset SMC and NVRAM:
    • Turn it off MacBook.
    • Press and hold Control + Option (Alt) + Shift + power button for 10 seconds → release.
    • Turn on the laptop.

If the problem persists, check monolithic Wi-Fi/Bluetooth chip (in the new ones MacBook it often breaks down). For diagnostics:

  • Open Wireless Diagnostics Utility (click Option (Alt) + Wi-Fi icon in the menu bar → Open Wi-Fi diagnostics).
  • Follow the utility's instructions—it will check the connection and offer solutions.

Linux: Drivers and Configurations

On Linux (For example, Ubuntu, Debian) Wi-Fi problems are often related to missing proprietary drivers. To check:

  1. Open terminal and run:
    lspci | grep -i network

    This will show the model of your Wi-Fi adapter.

  2. Check if the driver is loaded:
    lsmod | grep iwlwifi

    (for adapters Intel) or

    lsmod | grep ath

    (For Qualcomm Atheros).

  3. If the driver is not loaded, install it:
    sudo apt update
    

    sudo apt install firmware-iwlwifi

    (For Intel) or find a package for your model.

If the driver is installed, but Wi-Fi does not work:

  • 🔄 Restart the network service:
    sudo systemctl restart NetworkManager
  • 📝 Check the configuration: edit the file /etc/network/interfaces or use nmtui to set up the connection.
⚠️ Attention: On some distributions (for example, Arch Linux) manual configuration may be required wpa_supplicantIf you are unsure of what to do, it is better to seek help on community forums (for example, Ask Ubuntu or Arch Wiki).

7. When to contact service

If you've tried everything and your laptop still won't connect to Wi-Fi, the problem may require professional attention. Contact the service center, If:

  • 🔧 The Wi-Fi module is not detected V Device Manager or lsusb/lspci (Linux/macOS), although physically connected.
  • 🔥 The router is heating up and emitting a burning smell. or turns off spontaneously.
  • 💻 The laptop does not connect to any Wi-Fi networks., even after reinstalling the system.
  • 📡 The router antennas are damaged (visible cracks, cable breaks).

The cost of repair depends on the problem:

Problem Estimated cost of repairs (2026) Deadlines
Replacing the Wi-Fi module in a laptop 1 500–4 000 ₽ 1–2 days
Router antenna repair 800–2 500 ₽ Day 1
Replacing the router's power supply 500–1 500 ₽ Day 1
Router diagnostics and firmware update 1 000–3 000 ₽ 1–3 days

Before visiting the service:

  • 📋 Write down your laptop/router model and serial number (usually on a sticker).
  • 💾 Back up your data (if the laptop has to be repaired).
  • 📸 Take a photo of your router settings (if it will be reset).

FAQ: Frequently Asked Questions

My laptop can't see Wi-Fi, but other devices can. What's wrong?

The problem is most likely with the laptop's Wi-Fi adapter drivers or the adapter itself. Try:

  1. Update driver via device Manager.
  2. Remove adapter in Dispatcher and restart the laptop (the system will reinstall the driver).
  3. Check if the adapter is disabled by a function key (e.g. Fn + F2).
  4. If nothing helps, try connecting an external USB Wi-Fi adapter.
My laptop connects to Wi-Fi, but the internet isn't working. What should I do?

This is a typical IP or DNS issue. Try:

  1. Execute in Command line:
    ipconfig /release