You turned on your laptop and are trying to connect to your home or office Wi-Fi, but instead of the usual Internet access you see the message “No internet connection" or "Failed to connect to the network"? This problem is familiar to millions of users - according to statistics NetSpot, every third person contacts support specifically with complaints about the lack of a Wi-Fi connection. There can be dozens of reasons: from a banal disabled adapter to complex IP address conflicts or hardware faults of the router.

In this article we will look at all possible scenarioswhy the laptop does not connect to Wi-Fi - from simple ones (which can be solved in 2 minutes) to complex ones (requiring intervention in the settings of the router or system). We will pay special attention Windows 10/11, macOS And Linux, as well as the specifics of working with routers of popular brands: TP-Link, ASUS, Keenetic And MikroTik. If you have already tried rebooting your devices and it did not help, read on: here you will find solutions that are not in the standard instructions.

1. Checking basic settings: what to do first

Before digging deep into the system or router settings, make sure that the problem is not hidden on the surface. In 60% of cases Wi-Fi problems can be solved with simple steps that users overlook.

Start with the most obvious:

  • 🔌 Check the router's power supply: the indicators on the case should be lit steadily (not flashing red). If the LED Wi-Fi goes out - press the wireless network button on the rear panel.
  • 📶 Make sure Wi-Fi is turned on on your laptop: The keyboard may have a single button or combination (for example, Fn + F2 for Lenovo or HP). On macOS check the Wi-Fi icon in the top right corner.
  • 🔄 Reboot both devices: Unplug the router for 30 seconds, then turn it back on. Reboot the laptop through the menu Start (not through the power button!).
  • 🔍 Check network visibility: If the laptop does not see Wi-Fi at all (there is no list of networks), the problem may be in the driver or antenna of the router.

If after these steps the connection does not appear, proceed to the next step. Pay special attention to the router indicators: if the LED Internet blinking orange - the problem is on the side of the provider, not your equipment.

📊 What router do you have?
  • TP-Link
  • ASUS
  • Keenetic
  • MikroTik
  • D-Link
  • Zyxel
  • Other

2. Diagnosis of problems on the laptop side

If the router is working (other devices are connected), but the laptop stubbornly ignores Wi-Fi, the operating system or hardware is to blame. Let's look at step-by-step diagnostics for different operating systems.

For Windows 10/11

Open Device Manager (Win + X → Device Manager) and check the section "Network adapters" If next to the name of your Wi-Fi adapter (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros) exclamation mark is on - the driver is not working correctly.

What to do:

  • 🔧 Update your driver: Right-click on the adapter → “Update driver” → “Automatic search”. If Windows does not find updates, download the driver from the laptop manufacturer's website (for example, support.lenovo.com for Lenovo).
  • 🔄 Driver rollback: If the problem appeared after the update, select "Roll back driver".
  • 🛠️ Remove and reinstall the adapter: Right click → “Uninstall device”, then restart the laptop - Windows will install the driver automatically.

For macOS

On MacBook Wi-Fi problems are often related to network settings or cache. Open System Settings → Network and check:

  • 📡 Connection status: If it says "Self-configuring IP address", try manually specifying the DNS (for example, 8.8.8.8 from Google).
  • 🗑️ Reset network settings: Delete the current connection (button "") and add it again.
  • 🔄 Reset SMC and NVRAM: for MacBook with chip Apple Silicon (M1/M2) - Turn off the laptop for 30 seconds, then turn on. For Intel Mac - reset via Command + Option + P + R when loading.

☑️ Checking the Wi-Fi adapter on a laptop

Done: 0 / 4

For Linux (Ubuntu/Debian)

On Linux, Wi-Fi problems are often resolved through the terminal. Run the commands:

sudo lshw -C network  # проверка распознанных адаптеров

sudo dmesg | grep wifi # логи ошибок Wi-Fi

sudo service network-manager restart # перезапуск сети

If the adapter is not detected, you may need to install a proprietary driver (for example, Broadcom):

sudo apt install firmware-b43-installer
What to do if Linux does not see the Wi-Fi adapter?

If the team lspci or lsusb doesn't show your adapter, try:

1. Connect your laptop to the Internet via cable and install the package firmware-misc-nonfree.

2. Check if the adapter is blocked in rfkill team rfkill list.

3. For adapters Realtek You may need to manually compile the driver from GitHub.

3. Router settings: what could go wrong

If the laptop sees the network, but does not connect (writes “Failed to obtain IP address" or "Authentication failed"), the problem lies in the router settings. Most often the culprits are:

  • 🔒 Wrong security type: if the router is configured to WPA3, and the laptop only supports WPA2.
  • 📡 Hidden Network (SSID): if network name broadcast is disabled in the router settings.
  • 🔄 IP Address Conflict: if the router distributes addresses in the range 192.168.1.100-200, and the laptop is assigned static 192.168.1.50.
  • 🛡️ MAC filtering: if the router has a white list of devices enabled and the MAC address of the laptop has not been added.

How to check:

  1. Connect to the router via cable or from another device (for example, a phone).
  2. Open your router control panel (usually at 192.168.1.1 or 192.168.0.1).
  3. Check section Wireless or Wi-Fi:
    • Security Type: Install WPA2-PSK (AES).
    • Channel: if available Auto, try manually selecting 6 or 11 (less busy).
    • Operating Mode: For older laptops, select 802.11n instead of 802.11ac/ax.
Problem Symptom Solution
Wrong security type "Authentication failed" Edit WPA3 on WPA2 in the router settings
Hidden Network (SSID) The laptop does not see the network, but other devices connect Enable broadcast SSID or manually add a network on your laptop
IP conflict "Failed to obtain an IP address" Configure DHCP or assign a static IP manually
MAC filtering Connection is blocked for no reason Add the laptop's MAC address to the allowed list
Channel congestion Wi-Fi is slow or cuts out Change channel to 6 or 11 at 2.4 GHz
💡

If you have a dual-band router (2.4 GHz + 5 GHz), try connecting to a network with the suffix _5G. Often problems arise in the 2.4 GHz band due to interference from neighboring networks.

4. IP and DNS conflicts: how to fix

Errors like "Without internet access" or "Limited» are often associated with incorrect network settings. Even if the laptop is connected to the router, it may not be able to access the Internet due to:

  • 🔢 IP Address Conflict: Two devices on the network have the same IP.
  • 🌐 Down DNS servers: The router or ISP is using unstable DNS.
  • 🔌 Wrong gateway: The laptop is trying to use a non-existent router address.

How to diagnose and fix:

For Windows

  1. Open Command line (Win + R → cmd).
  2. Run:
    ipconfig /release
    

    ipconfig /renew

    ipconfig /flushdns

  3. If that doesn't help, assign DNS manually:
    1. Open Control Panel → Network and Internet → Network and Sharing Center.
    2. Select your Wi-Fi connection → “Properties” → “IP version 4 (TCP/IPv4)” → “Properties”.
    3. Check the box "Use the following DNS addresses" and enter:
      8.8.8.8
      

      8.8.4.4

      (DNS from Google).

For macOS/Linux

In the terminal run:

# Для macOS

networksetup -setdnsservers Wi-Fi 8.8.8.8 8.8.4.4

# Для Linux (Ubuntu)

sudo nano /etc/resolv.conf

# Добавьте строки:

nameserver 8.8.8.8

nameserver 8.8.4.4

💡

If after changing the DNS the Internet worked, the problem was on the side of the provider or router. In this case, you should contact technical support and find out if they are blocking third-party DNS.

5. Hardware problems: when the hardware is to blame

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

  • 📡 Damaged Wi-Fi adapter: physical failure of the antenna or chip (often after dropping the laptop).
  • 🔌 Faulty router: overheated chip, burnt out port or antenna.
  • 🔋 Eating problems: if the router does not receive enough current (for example, through an extension cord).

How to check:

  • 🔧 Laptop:
    • Connect USB Wi-Fi adapter (costs ~500₽). If it works, the built-in adapter is faulty.
    • Check to see if the antenna is coming off (on some models, e.g. Dell Latitude, it is connected to the motherboard with a separate cable).
  • 📡 Router:
    • Try connecting to it from another device. If none of them connect, the router is faulty.
    • Check the temperature: if the case is hot, let it cool for 10-15 minutes.
    • Reset settings to factory defaults (button Reset on the rear panel).
⚠️ Attention: If the laptop has been dropped or exposed to moisture, do not attempt to disassemble it yourself as this may cause a short circuit. Contact the service center.

6. Specific cases: rare but possible causes

Sometimes the problem lies in non-obvious issues that users are not aware of. Let's consider several such cases:

🔐 Blocking by MAC address

Some routers (especially corporate ones, for example, MikroTik) are configured so that only devices from the “white list” can connect. To check:

  1. Find out the laptop's MAC address:
    • Windows: ipconfig /all (look for the line “Physical Address”).
    • macOS/Linux: ifconfig | grep ether.
  • Add this MAC to the router settings (section MAC Filter or Access Control).
  • 📶 Interference from neighboring networks

    If you live in an apartment building, your Wi-Fi may conflict with your neighbors' networks. Check channel load using the utility Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS). If your channel is overloaded, change it in the router settings.

    ⚡ Energy saving turns off Wi-Fi

    In Windows, power saving mode for the Wi-Fi adapter may be enabled by default. To disable:

    1. Open Device Manager → find your Wi-Fi adapter.
    2. Right click → “Properties” → “Power Management” tab.
    3. Uncheck "Allow this device to turn off to save power».

    🛡️ Antivirus or firewall is blocking the network

    Programs like Kaspersky, Avast or built-in Windows Defender may block the connection. Try temporarily disabling protection or adding the network to exceptions.

    How to check if your antivirus is at fault?

    Disable your antivirus for 5 minutes and try connecting to Wi-Fi. If it works, add the network to exceptions or configure firewall rules for the program svchost.exe (responsible for network connections in Windows).

    7. What to do if nothing helps

    If you have tried all the methods and the laptop still does not connect to Wi-Fi, the last steps remain:

    1. 🔄 Reset network settings to factory defaults:
      • Windows: Settings → Network and Internet → Network reset.
      • macOS: Delete the file /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist and reboot.
      • Linux: Delete files in /etc/NetworkManager/system-connections/.
    2. 📡 Flash the router: Update the firmware to the latest version (download from the manufacturer’s website).
    3. 🛠️ Contact service:
      • If the laptop is under warranty, take it to an official service center.
      • If the router is rented from a provider, call support and ask for a replacement.
    ⚠️ Attention: Before resetting the network on Windows, save all Wi-Fi passwords - they will be deleted! To restore them, use the command netsh wlan show profiles.

    FAQ: Frequently asked questions about problems with Wi-Fi on a laptop

    The laptop connects to Wi-Fi, but there is no Internet. What to do?

    This is a typical problem with DNS or IP. Try:

    1. Run on the command line:
      ipconfig /flushdns
      

      nbtstat -R

    2. Assign DNS from Google (8.8.8.8) manually.
    3. Check if your Internet provider is blocking it (try connecting via VPN).
    The laptop does not see only one network, but sees the rest. What's the matter?

    Most likely this network:

    • Hidden (broadcast SSID disabled).
    • Operates in range 5 GHz, and your laptop only supports 2.4 GHz.
    • Uses an incompatible security type (for example, WPA3).

    Solution: Connect manually using the network name (SSID) and password.

    After updating Windows, the laptop stopped connecting to Wi-Fi. How can I get everything back?

    The driver or a conflict with the update is to blame. Try:

    1. Roll back Wi-Fi driver via Device Manager.
    2. Uninstall the latest Windows update (Settings → Update and security → Update history → Uninstall updates).
    3. Download the driver from the laptop manufacturer's website (not from Windows Update!).
    The router distributes Wi-Fi, but the laptop connects only via cable. Why?

    Probable reasons:

    • The Wi-Fi adapter in the laptop is disabled or broken.
    • The wireless mode is disabled in the router (check the button Wi-Fi On/Off).
    • On the laptop Airplane mode (even if the Wi-Fi indicator is on).

    Solution: check Device Manager and router settings.

    Can a virus block your Wi-Fi connection?

    Yes, some viruses (for example, Trojans) change network settings or block access to the Internet. Signs:

    • The antivirus issues warnings about network activity.
    • B hosts (file C:\Windows\System32\drivers\etc\hosts) strange IPs are registered.
    • Unfamiliar network connections appear in ipconfig /all.

    Solution: Scan the system Malwarebytes or Dr.Web CureIt.