You are trying to connect your laptop to your home or office Wi-Fi, but instead of stable Internet you see the message “Failed to connect to the network“or don’t find your network in the list at all? This problem is familiar to millions of users - from owners of budget Lenovo IdeaPad up to bonus MacBook Pro. The reasons may lie either in the laptop settings or in a faulty router, and sometimes even the Internet provider is to blame.

In this article we will look at all possible scenarios, why the laptop does not connect to the router - from a banal disabled Wi-Fi adapter to complex IP address conflicts. You will receive step by step instructions for Windows 10/11, macOS And Linux, and also learn how to diagnose the problem in 2 minutes. It doesn’t matter whether the network indicator on the laptop is blinking or the router does not respond to connection attempts at all - there is a solution.

Before you rush to reflash your router or take your laptop to a service center, check 5 basic points:

  • 🔌 The router is turned on connected to the network and the indicators are lit steadily (not blinking randomly)?
  • 📶 Wi-Fi enabled on a laptop - check the key Fn + F2/F12 (depending on model)
  • 🔄 Rebooted both laptop and router? This solves 30% of problems.
  • 🔒 Password entered correctly? Sometimes the case of letters or the space at the end makes a difference.
  • 📱 Other devices (phone, tablet) connect to this router?
📊 What laptop do you have?
  • Windows (10/11)
  • macOS (Apple)
  • Linux (Ubuntu/Fedora, etc.)
  • Chromebook
  • I don't know

1. The laptop does not see the Wi-Fi network: the router does not appear in the list

If your laptop does not detect your home network at all, the problem may be on both the device and the router side. Let's start with diagnostics Wi-Fi adapter.

B Windows check the adapter status:

  1. Click Win + X → select "Device Manager».
  2. Expand the tab "Network adapters».
  3. Find a device with words Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200).
  4. If there is a light next to the adapter exclamation point or it is disabled (gray color) - right-click → "Engage device».

On MacBook The problem is often related to system settings:

  • 🍎 Open "System Settings» → «Network».
  • 🔍 In the left menu, select “Wi-Fi" → check the status "Connected».
  • ⚙️ Click "Additionally" → make sure your network is in the list "Preferred networks».

If the adapter is enabled but there is still no network, try:

☑️ What to do if the laptop does not see Wi-Fi

Done: 0 / 5
⚠️ Attention: On some laptops (eg HP Pavilion or Dell XPS) Wi-Fi is turned off by a hardware button or combination Fn + antenna key. Check the top row of keys - the wireless indicator should be lit blue or white, not orange.

2. The laptop connects to the router, but there is no Internet (limited)

The situation when the laptop is “connected” to Wi-Fi, but next to the network name there is an exclamation mark or the inscription “Without internet access", one of the most common. The reasons are divided into 3 categories:

Reason How it manifests itself Solution
Problems with the provider There is no Internet on all devices, but the router works Reboot the router, call your provider's support
Incorrect IP/DNS settings Only there is no Internet on the laptop, other devices work Reset TCP/IP or register DNS manually
Conflict with antivirus/VPN There is Internet, but sites do not open or partially load Disable network protection in antivirus, change VPN server
Router malfunction Wi-Fi works, but the cable (LAN) does not distribute the Internet Check router ports, reset settings

First check does the internet work on other devices?. If yes, the problem is in the laptop. If not, call your provider or reboot your router.

For Windows reset your network settings:

netsh int ip reset

netsh winsock reset

ipconfig /flushdns

Then restart your laptop. If that doesn't help, enter Google's DNS:

  1. Open "Network settings» → «Configuring adapter settings».
  2. Right click on "Wireless network» → «Properties».
  3. Select "IP version 4 (TCP/IPv4)» → «Properties».
  4. Check the box "Use the following DNS addresses" and enter: 8.8.8.8 And 8.8.4.4.
💡

If after resetting the settings the Internet is working, but the speed is low, check the Wi-Fi channel in the router settings. Channels 12-14 are often overloaded - choose 1, 6 or 11 for stability.

3. The router does not provide an IP address ("Obtaining IP" error)

If the laptop constantly "gets an IP address", but it still doesn’t connect, it’s my fault DHCP server router. This service automatically assigns IP to devices, but sometimes fails. Here's how to fix it:

Method 1: Restart DHCP on the router

  • 🌐 Log in to your router control panel (usually at 192.168.0.1 or 192.168.1.1).
  • 🔑 Login/password look on the router sticker (most often admin/admin).
  • 🔄 Find the section "DHCP" or "Local network» → Disable and re-enable the server.

Method 2: Register IP manually (if DHCP is not working)

  1. B Windows: Settings → Network → Configure adapter settings.
  2. Select "Wireless network» → «Properties» → «IP version 4».
  3. Enter:
    • IP address: 192.168.0.100 (last digit from 10 to 254)
    • Subnet mask: 255.255.255.0
    • Main gateway: 192.168.0.1 (or 192.168.1.1)
    • DNS: 8.8.8.8 And 1.1.1.1

On macOS:

  1. «System Settings» → «Network» → «Wi-Fi» → «Additionally».
  2. Tab "TCP/IP" → select "Manually» and enter the same parameters.
⚠️ Attention: If, after manually setting the IP, the laptop stops connecting at all, return the settings to “Automatically" and reboot the router. The DHCP server may be disabled - check your settings!

4. Problems with Wi-Fi adapter drivers (error code 10, 43, etc.)

Driver errors are a common reason why a laptop does not connect to the router. B Device Manager An exclamation mark with the code may light next to the adapter:

  • 🔧 Code 10 — the device does not start.
  • 🔌 Code 43 — the adapter is disabled by the system (often after updating Windows).
  • Code 45 — the device is turned off manually.

How to update the driver:

  1. Go to Device Manager → «Network adapters».
  2. Right-click on the adapter → “Update driver» → «Automatic search».
  3. If that doesn't help, download the driver from the manufacturer's website:

For Linux (Ubuntu/Debian) update the driver via terminal:

sudo apt update

sudo apt install --reinstall firmware-iwlwifi # для Intel Wi-Fi

sudo modprobe -r iwlwifi && modprobe iwlwifi

Critical information: If, after updating Windows 11, your laptop no longer sees Wi-Fi, roll back the system to a previous version or install the driver manually. Automatic updates often install incompatible generic drivers instead of native ones.

5. Router settings that block the connection

Sometimes the router “does not allow” the laptop due to internal restrictions. Check these settings in your router control panel (192.168.0.1 or 192.168.1.1):

1. Filtering by MAC address

  • 🔒 If enabled, the router allows only authorized devices.
  • 📋 Look at the list of allowed MACs in the "Wireless mode» → «MAC filter».
  • 🆔 Add the MAC address of your laptop (you can find it out with the command ipconfig /all in Windows or ifconfig in Linux/macOS).

2. Wrong Wi-Fi mode

  • 📡 In the router settings (Wireless → Wireless Settings) check the parameter "Mode" or "802.11 standard».
  • ⚠️ If it costs "802.11n only" or "802.11ac only", old laptops will not connect. Select "Mixed mode» (Mixed).

3. Limit of connected devices

  • 📱 Some routers (for example, TP-Link or Keenetic) limit the number of devices.
  • 🔢 Check in the section "DHCP" or "Local network» parameter «Max. number of clients».
How to reset a router to factory settings

Press and hold the button Reset (usually it is recessed into the case) on the back panel of the router for 10-15 seconds until the indicators blink simultaneously. After resetting, Wi-Fi settings will return to standard (admin/admin), and all restrictions will be reset.

6. Hardware faults: when to take it to service

If none of the methods help, the problem may be hardware. Here are the signs that you can’t do without a service center:

  • 💻 Wi-Fi adapter is not detected in the system (not in Device Manager).
  • 🔥 Laptop overheats and turns off Wi-Fi (check the temperature with the program HWMonitor).
  • Wi-Fi indicator is off even after reboot.
  • 🔌 Router won't turn on or flashing orange (power supply problem).

What you can do yourself:

  • 🔧 Reinstall Windows/macOS (if the problem appeared after the update).
  • 🔄 Connect an external USB Wi-Fi adapter (costs from 500 ₽, for example, TP-Link TL-WN725N).
  • 📡 Try a different router (get it from your neighbors or office).

If the laptop is under warranty, don't take it apart yourself - this will void the warranty service. The service will check:

  • Integrity of Wi-Fi antennas (they may come off the motherboard).
  • The performance of the south bridge (chipset), which is responsible for wireless modules.
  • The presence of swollen capacitors on the board (a common problem with older Asus And Acer).
💡

If a laptop connects to Wi-Fi in public places (cafes, airports), but not at home, the problem is definitely in the router or home network settings, and not in the laptop.

7. Specific problems for different OS

Each operating system has unique “diseases” that interfere with Wi-Fi connections. Let's sort them out.

Windows 10/11:

  • 🪟 WLAN AutoConfig Service is disabled:
    1. Click Win + R → enter services.msc.
    2. Find "WLAN AutoConfig Service» → click «Launch».
  • 🔄 Conflict after update: Roll back the system 1-2 days ago via "System Restore».
  • macOS (Monterey, Ventura, Sonoma):

    • 🍎 Reset NVRAM/PRAM:
      1. Turn off MacBook.
      2. Turn it on by immediately pressing Option + Command + P + R for 20 seconds.
    • 📁 Removing network settings:
      1. Delete the file /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist.
      2. Restart your laptop.

    Linux (Ubuntu, Fedora, Mint):

    • 🐧 There is no firmware for the adapter:
      sudo apt install firmware-имя_вашего_адаптера
    • 🔌 The network is disabled in NetworkManager:
      sudo systemctl restart NetworkManager
    • FAQ: Frequently asked questions about connecting a laptop to a router

      The laptop connects to the router, but the sites do not open. What to do?

      The problem may be in DNS. Try:

      1. Open command prompt (Win + Rcmd).
      2. Enter ping 8.8.8.8. If there is a ping, but the sites do not load, register the Google DNS (8.8.8.8 And 8.8.4.4) manually.
      3. If there is no ping, check the proxy settings in "Network settings» → «Proxy».
      The router distributes Wi-Fi, but the laptop does not connect, but the phone does. What's the matter?

      Most likely the problem is in the laptop settings:

      • 🔄 Reboot your laptop.
      • 🔧 Update your Wi-Fi adapter driver.
      • 📡 Check if your router has a MAC address restriction (your laptop may be blacklisted).
      After resetting the router, the laptop does not connect. What to do?

      A reset returns the router to factory settings, so:

      1. Check the network name (SSID) and password - they have returned to the standard ones (usually indicated on the router sticker).
      2. If you use PPPoE (like Rostelecom or Beeline), re-enter your provider login/password in the router settings.
      3. Make sure Wi-Fi is turned on in your router settings (sometimes it turns off after a reset).
      The laptop connects to the router, but the Internet speed is very low. How to speed it up?

      Try these steps:

      • 📡 Change the Wi-Fi channel in the router settings (select 1, 6 or 11 for 2.4 GHz).
      • 🔄 Switch to the 5 GHz band (if your laptop supports it).
      • 📵 Turn off devices that may cause interference (microwaves, cordless phones).
      • 🔌 Connect your laptop to the router with a cable and check the speed - if it is high, the problem is Wi-Fi.
      Is it possible to connect a laptop to a router without a password?

      Yes, but it's not safe. Options:

      • 🔓 Temporarily disable the password in the router settings (“Wireless mode» → «Protection" → select "Open network»).
      • 🔑 Use the button WPS on the router (press it, then connect to the network without a password within 2 minutes).
      • ⚠️ Warning: An open network allows anyone to connect to your router and intercept traffic!