You turned on your laptop and are trying to connect to your usual Wi-Fi network, but instead of connecting you see the message "No internet connection" or "We couldn't connect to this network". The situation is familiar to many - according to statistics, every third user encounters Wi-Fi problems on laptops at least once a year. There can be dozens of reasons: from a simple router failure to hardware failures of the network adapter.

In this article we will look at all possible reasonswhy the laptop does not connect to Wi-Fi - from obvious to hidden. You will learn how to diagnose the problem on Windows 10/11, macOS And Linux, which settings to check first, and when to contact the service center. And so as not to waste time, we have compiled quick diagnostic checklist, which will help identify the problem in 5 minutes.

1. Checking the obvious: router, cables and power

Before delving into the laptop settings, make sure that the problem is not on the signal source side. In 40% of cases, the router is to blame - it is overheating, a firmware failure, or a simple power outage.

Start with a basic check:

  • 🔌 Router power supply: Make sure the power light is green/blue (on some models TP-Link And ASUS If there is a failure, it flashes orange). Try unplugging the power supply for 30 seconds and plugging it in again.
  • 📡 Antennas: if the router has removable antennas (like Keenetic or Zyxel), check if they are screwed in tightly. Sometimes the contact weakens after moving or cleaning.
  • 🔄 Reboot: click the button Reset on the back panel of the router (hold for 10 seconds) - this will reset the settings to factory settings. Attention: After the reset you will have to configure Wi-Fi again!
  • 📶 Signal: if the laptop does not see the network at all, check whether SSID broadcasting is enabled in the router settings (sometimes it is disabled for security reasons).

If other devices (smartphone, tablet) connect to Wi-Fi without problems, the problem is definitely in the laptop. If not, the router or provider is to blame. In the latter case, call support and check if there are any breakdowns on the line.

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

2. Diagnostics of the network adapter on a laptop

If the router works, but the laptop stubbornly does not connect to Wi-Fi, the next thing to check is: network adapter. This could be either a software failure (a disabled adapter or outdated drivers) or a hardware malfunction.

How to check the adapter:

On Windows 10/11:

  1. Click Win + X and select Device Manager.
  2. Expand the tab Network adapters.
  3. Find the device with names Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
  4. If there is an exclamation mark next to the adapter, the driver is not working correctly. If there is no adapter at all, it is disabled or faulty.

On macOS:

  • Open About This Mac → System Report → Networks → Wi-Fi.
  • Check the status: if written Disabled or Hardware not detected — the adapter does not work.

On Linux (Ubuntu/Debian):

lspci | grep -i network

iwconfig

If the commands do not show the network adapter, it is disabled or broken.

Make sure Wi-Fi is turned on on the laptop (Fn + F2/F12 key)

Check Device Manager for errors

Update adapter driver

Try connecting to a different network

Reset network settings (netsh int ip reset on Windows) -->

If the adapter does not appear even after a reboot, this could be:

  • 💻 Hardware fault: the Wi-Fi chip has burned out (often after overheating or falling).
  • 🔌 Disabled in BIOS: some laptops (Lenovo ThinkPad, Dell Latitude) allow you to disable Wi-Fi at the BIOS level.
  • 🔄 Driver conflict: for example, after updating Windows.
How to enable Wi-Fi in BIOS?

Go to the BIOS (usually the F2, Del or Esc when loading).

Look for the section Advanced → Onboard Devices Configuration or Wireless LAN.

Set value Enabled for parameter Wi-Fi or WLAN.

Save the settings (F10) and reboot.

3. Problems with drivers: updating and reinstalling

Outdated or damaged drivers are one of the most common reasons why a laptop won't connect to Wi-Fi. Especially relevant for Windows, where drivers often crash after major updates.

How to update the driver manually:

  1. Open Device Manager (Win + X → Device Manager).
  2. Find your Wi-Fi adapter (for example, Realtek RTL8821CE or Broadcom 802.11ac).
  3. Right click → Update driver → Automatic search.
  4. If Windows does not find updates, download the driver from the laptop manufacturer’s website (HP, Acer, ASUS etc.).

If the driver is completely gone:

  • 🔗 Download the driver to another computer and transfer it to a flash drive.
  • 🔄 B Device Manager remove the current driver (right click → Remove device).
  • 📥 Install the new driver and restart your laptop.

For macOS And Linux Drivers are updated via system updates:

  • 🍎 On Mac: System settings → Software update.
  • 🐧 On Linux: sudo apt update && sudo apt upgrade (for Debian/Ubuntu).
💡

If after updating the driver Wi-Fi disappears completely, roll back to the previous version in Device Manager (right click → Properties → Rollback).

If your laptop still won't connect to Wi-Fi, try universal driver from the chip manufacturer (for example, for IntelIntel Driver & Support Assistant).

4. Network settings: IP, DNS and protocols

Sometimes the laptop connects to Wi-Fi, but the Internet does not work - there is an exclamation mark next to the network name. This means that the problem is at the network protocol level: incorrect IP address, failure DNS or a conflict with the router.

How to reset network settings:

On Windows:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After each command press Enter.

On macOS:

sudo ifconfig en0 down

sudo ifconfig en0 up

sudo networksetup -setdhcp Wi-Fi

On Linux:

sudo systemctl restart NetworkManager

sudo dhclient -r

sudo dhclient

If resetting doesn't help, check your settings IP and DNS:

  1. Open Control Panel → Network and Sharing Center → Change adapter settings.
  2. Right click on Wi-FiProperties.
  3. Highlight IP version 4 (TCP/IPv4)Properties.
  4. Make sure the checkboxes are checked Obtain an IP address automatically And Obtain DNS server address automatically.

If automatic settings do not work, try setting Google DNS:

  • 📌 Preferred DNS: 8.8.8.8
  • 📌 Alternative DNS: 8.8.4.4
💡

If after resetting Wi-Fi still does not work, the problem may be an IP address conflict. Try manually setting the laptop to an IP from a different range (for example, 192.168.1.100 instead of 192.168.1.2).

5. Program conflicts and antiviruses

Few people know, but some programs can block Wi-Fi connections. Most often the culprits are:

  • 🛡️ Antiviruses: Kaspersky, Avast, ESET NOD32 Sometimes they block network connections, considering them suspicious.
  • 🔒 Firewalls: built-in Windows Firewall or third parties (for example, Comodo Firewall).
  • 🎮 Game clients: Steam, Origin, Epic Games sometimes conflict with network drivers.
  • 🔄 VPN services: NordVPN, ProtonVPN can redirect traffic and break the connection.

How to check:

  1. Temporarily disable the antivirus (right click on the tray icon → Pause protection).
  2. Disable VPN (if you are using it).
  3. Check your firewall settings: Control Panel → Windows Firewall → Allow interaction with an application.
  4. Start the laptop in Safe Mode with Networking (while loading, hold F8 or Shift + Reboot in Windows 10/11). If Wi-Fi works in safe mode, the software is to blame.

If the problem disappears after disabling the program, add it to the exceptions or remove it.

💡

To check which program is blocking the network, open Task Manager (Ctrl+Shift+Esc), sort processes by network and see what is consuming traffic.

6. Hardware faults: when you need service

If you've tried all the software methods and your laptop still won't connect to Wi-Fi, it could be a hardware issue. Here are the signs that it’s time to take your device to service:

Symptom Possible reason Solution
Wi-Fi adapter does not appear in Device Manager Contacts on the motherboard have fallen off or the chip has burned out Diagnostics in the service, soldering/replacement of adapter
The laptop sees networks, but does not connect to any Damage to antenna cables (especially after falling) Replacing Antennas or Cables
Wi-Fi only works near the router Weak signal due to faulty amplifier Replacing the Wi-Fi module
The laptop disconnects from Wi-Fi on its own after 5-10 minutes Overheating of the network chip or motherboard Cleaning dust, replacing thermal paste

The cost of repair depends on the laptop model:

  • 💰 Replacement of Wi-Fi module: from 1,500 to 5,000 rubles (depending on the chip model).
  • 🔧 Soldering contacts: from 2,000 to 8,000 rubles.
  • 🧹 Dust cleaning: 1,000–2,500 rubles.

If the laptop is under warranty - don't take it apart yourself! This will void the warranty. Contact an official service center (Apple, HP, Lenovo etc.).

💡

Before visiting the service, make a backup copy of your data - during repairs, you may need to reset the BIOS or reinstall Windows.

7. Specific problems for different OS

Each operating system has its own nuances with Wi-Fi. Let's look at the most common ones.

Windows 10/11:

  • 🔄 "Limited" or "No Internet access": reset the TCP/IP stack (commands are given in section 4).
  • 📡 The laptop does not see 5 GHz: update the driver or enable 5 GHz support in the router settings.
  • 🔒 Error "The network settings saved on this computer do not meet the requirements of this network": delete the network in Settings → Networks → Wi-Fi → Manage known networks and connect again.

macOS (Montery, Ventura, Sonoma):

  • 🚫 Wi-Fi turns off by itself: reset NVRAM (turn off your Mac, turn it on and immediately press Option + Command + P + R for 20 seconds).
  • 🔍 Can't see the network: delete the file /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist and reboot.
  • 📱 Doesn't connect to some networks: check your security settings System Preferences → Network → Advanced → Security.

Linux (Ubuntu, Mint, Fedora):

  • 🐧 Adapter not detected: check if the kernel module is loaded (lsmod | grep iwlwifi for Intel).
  • 🔌 Connects, but no internet: check resolv.conf (cat /etc/resolv.conf).
  • 📦 Problems after update: try rolling back the kernel or installing proprietary drivers (sudo ubuntu-drivers autoinstall).

If you are using dual loading (Windows + Linux), sometimes Wi-Fi breaks after switching between systems. In this case, it helps to completely turn off the laptop (not reboot!) before changing the OS.

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

🔹 Why doesn’t the laptop see Wi-Fi, but the phone does?

This means that the problem is definitely on the laptop side. Reasons:

  • Wi-Fi adapter is disabled (key Fn + F2/F12 or in BIOS).
  • Drivers have crashed (check Device Manager).
  • Hardware malfunction (chip burnt out or antennas came off).
  • The laptop does not support the Wi-Fi router standard (for example, the router broadcasts at 5 GHz, but the adapter only works at 2.4 GHz).

Start by checking the adapter and drivers.

🔹 The laptop connects to Wi-Fi, but the Internet does not work - what to do?

Possible causes and solutions:

  1. Problems with IP/DNS: reset network settings (commands ipconfig /flushdns And netsh int ip reset).
  2. Blocking by antivirus: temporarily disable protection and check the connection.
  3. Router limitations: check if it is turned on Parental Controls or MAC Address Filtering.
  4. Problems with the provider: Call support and check if there is a break.
🔹 How to turn on Wi-Fi on a laptop if there is no button?

Ways to turn on Wi-Fi without a physical button:

  • 🔧 Keyboard shortcut: usually Fn + F2, Fn + F12 or Fn + F5 (depending on the model).
  • 🖱️ Via Windows: Settings → Network and Internet → Wi-Fi (switch to "On" position).
  • 🔄 Via BIOS: if Wi-Fi is disabled at the BIOS level, go to settings (usually F2 or Del at boot) and turn it on Wireless LAN.
  • 🔌 Hardware switch: on some laptops (Lenovo, HP) there is a small slider on the side of the case.
🔹 Is it possible to connect to Wi-Fi without an adapter?

If the Wi-Fi adapter is broken, there are workarounds:

  • 📱 USB modem: use your smartphone in modem mode or buy a 4G/5G USB modem.
  • 🔌 Ethernet adapter: connect the laptop to the router via cable (if there is an RJ-45 port) or via USB-LAN adapter.
  • 🔄 Wi-Fi via USB: you can buy an external Wi-Fi adapter (for example, TP-Link TL-WN725N for 500–1000 rubles).
  • 💻 Bluetooth tethering: distribute the Internet from your smartphone via Bluetooth (slower, but it works).

If the laptop is old and the USB port is working on USB 2.0, the speed will be limited to ~20–30 Mbit/s.

🔹 Why is Wi-Fi slow on a laptop but fine on a phone?

Reasons for slow Wi-Fi only on a laptop:

  • 📶 Weak signal: The laptop may be further from the router than the phone. Check the signal level in Control Panel → Network and Sharing Center.
  • 🔄 Outdated drivers: update the Wi-Fi adapter driver.
  • 📡 Channel overload: if the router operates on 2.4 GHz, switch to 5 GHz (less interference).
  • 💻 Background processes: check if anything is downloading in the background (torrents, updates).
  • 🛡️ Antivirus/VPN: Some programs limit the speed.

Also try changing DNS on 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).