Why Your Laptop Won't Connect to Wi-Fi: A Complete Diagnosis and Solution

It's a familiar situation: you turn on your laptop, try to connect to your usual Wi-Fi network, and suddenly nothing works. Either the network doesn't show up in the list, the password isn't accepted, or the connection keeps dropping. Wi-Fi problems on a laptop There are dozens of possible causes, ranging from a simple disconnected adapter to serious problems with the router or operating system.

In this article we will look at all possible scenariosWhy your laptop can't connect to Wi-Fi—from simple to complex. You'll learn how to diagnose the problem yourself, which settings to check first, and when to call a specialist. No water: only specific instructions with explanations for Windows, macOS and Linux.

Important: If you have Wi-Fi doesn't work on only one device (for example, the phone connects, but the laptop does not), the problem is most likely in the laptop itself. If no device has a network connection, the router or the provider is to blame.

📊 What OS are you using to experience Wi-Fi issues?
Windows 10/11
macOS
Linux
I don't know/Other

1. Checking basic settings: what to do first

Before digging deep into network settings or drivers, make sure the problem isn't resolved within 30 seconds. In 40% of cases Problems with Wi-Fi on a laptop are related to trivial things:

  • 🔌 Airplane mode is on - check the key Fn + F2 (or another, depending on the laptop model). On some devices (ASUS, Lenovo) there is a separate physical Wi-Fi switch on the case.
  • 📡 The Wi-Fi adapter is disabled by software. - in Windows, look in Settings → Network and Internet → Wi-FiOn . macOS Check the Wi-Fi menu in the top bar.
  • 🔄 The router is overloaded — Unplug it for 10 seconds and then plug it back in. This clears the DHCP cache and often resolves connection issues.
  • 🔒 Incorrect password - even if you are sure that you are entering it correctly, try typing it again (it may be enabled Caps Lock or the layout has changed to English).

If after these manipulations the network still does not appear, proceed to the next step. Special attention: on laptops HP Pavilion and some models Acer Wi-Fi may turn off when the battery level is low (less than 10%) - connect the device to the network.

2. Diagnosing the Wi-Fi adapter: is it working at all?

If the network does not appear in the list of available networks, it may be The Wi-Fi module is disabled or faulty.You can check this in several ways:

In Device Manager (Windows):

  1. Click Win + X → select device Manager.
  2. Expand the tab Network adapters.
  3. Find the device with the names Wireless, Wi-Fi, 802.11 or chip model (Intel AX200, Qualcomm Atheros, Broadcom).
  4. If an exclamation mark appears next to the adapter, the driver isn't working properly. If the adapter isn't present at all, it's disabled or not recognized by the system.

Via Terminal (macOS/Linux):

# For macOS

networksetup -listallhardwareports

For Linux

lspci | grep -i network

iwconfig

If there is no mention in the output wlan0 or en0 (on macOS), the adapter is inactive.

How to enable Wi-Fi adapter via BIOS?

On some laptops (Dell Latitude, old Sony Vaio) Wi-Fi can be disabled in the BIOS. To check:

1. Restart your laptop and enter BIOS (F2, Del or Esc when loading).

2. Find the section Advanced → Wireless or Onboard Devices.

3. Make sure the parameter Wireless LAN installed in Enabled.

4. Save the settings (F10) and reboot.

⚠️ Attention: If the adapter is missing from the Device Manager and is not detected by the system, this may indicate hardware failure (For example, a loose contact on the motherboard). In this case, only a service center can help.

3. Driver issues: updating and reinstalling

Outdated or corrupted drivers — one of the most common reasons why a laptop won't connect to Wi-Fi. Symptoms:

  • The network appears and disappears.
  • The laptop sees Wi-Fi, but does not connect (it says "Failed to connect").
  • The internet speed is extremely slow despite a good signal.

🔧 How to update a driver manually (Windows):

  1. Open device Manager (Win + X → Device Manager).
  2. Find your Wi-Fi adapter in the section Network adapters.
  3. Right click → Update driverAutomatic search.
  4. If Windows does not find updates, download the driver from the laptop manufacturer's website (Lenovo Support, HP Drivers, Dell Drivers) or chip (Intel Download Center, Qualcomm).

🍎 For macOS:

Wi-Fi drivers are updated along with the system. If the problem occurred after upgrading macOS, try the following:

  1. Delete network configuration file: sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
  2. Restart the laptop.

🐧 For Linux:

Use the command to install proprietary drivers (for example, for Broadcom):

sudo apt install firmware-b43-installer # For Debian/Ubuntu

sudo dnf install broadcom-wl # For Fedora

Adapter manufacturer Website for downloading drivers Typical chip models
Intel Intel Download Center AX200, AX210, 8265, 7265
Qualcomm Atheros Qualcomm Wi-Fi QCA6174, QCA9377
Broadcom Broadcom Support BCM4352, BCM4360
Realtek Realtek RTL8821CE, RTL8723DE

4. IP address conflicts and router settings

Sometimes the laptop does not connect to Wi-Fi due to IP address conflict or incorrect settings on the router. Here's what to check:

🔄 Reset network settings (Windows):

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

After executing the commands, restart your laptop.

📡 Router settings:

  • 🔒 Security type: Make sure your router is set to WPA2-PSK (AES) or WPA3. Obsolete WEP or WPA-TKIP may not be supported by modern adapters.
  • 📶 Wi-Fi channel: If the router is operating on the channel 13 or 14, some laptops (especially with adapters Realtek) they won't see it. Switch channels. 1-11.
  • 🔄 DHCPIf DHCP is disabled in your router, your laptop won't automatically receive an IP address. Enable it or manually configure a static IP address.

⚠️ Attention: If you have changed the router settings and do not remember the password to enter the admin panel, reset it to factory settings (button Reset on the back panel). After the reset, all devices will be disconnected from the network, and you will have to set up Wi-Fi again!

🔍 How to check if your router is issuing an IP address:

  1. Connect your laptop to the router via cable (if possible).
  2. Open Command line and enter:
    ipconfig /all
  3. If in the line IPv4 address costs 169.254.x.xThe router isn't assigning an address. Check your DHCP settings.

5. Operating system issues: network reset and clean boot

If the drivers are OK, the adapter is working, and the router is configured correctly, the problem may lie in OS system filesHere's what to do:

🔄 Reset network settings (Windows 10/11):

  1. Go to Settings → Network & Internet → Advanced network settings → Network reset.
  2. Click Reset now and confirm.
  3. The laptop will reboot and all network settings will be reset to factory defaults.

🍎 For macOS:

  1. Delete the network configuration file:
    sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
  2. Restart your Mac.

🐧 For Linux (Ubuntu/Debian):

sudo systemctl restart NetworkManager

sudo nmcli networking off && sudo nmcli networking on

🛠 Clean boot Windows (if programs conflict):

  1. Click Win + R, enter msconfig.
  2. Go to the tab Services, mark Hide Microsoft services and press Disable all.
  3. Go to the tab AutoloadOpen Task Manager and disable all programs.
  4. Restart your laptop and check your Wi-Fi.

Are VPN clients (NordVPN, OpenVPN) disabled?

Are torrent clients (uTorrent, qBittorrent) closed?

Are antiviruses (Kaspersky, Avast, ESET) disabled?

Are Windows updated to the latest version?-->

6. Hardware malfunctions: when repairs are essential

If all software methods have been tried and Wi-Fi still does not work, the problem may be hardwareCommon causes:

  • 🔌 The antenna cable has become disconnected — Inside the laptop, two thin cables (often black and white) are connected to the Wi-Fi module. If they become disconnected, the signal will be weak or absent altogether.
  • 🔥 Adapter overheating — If the laptop gets very hot, the Wi-Fi module may be turned off for protection. Check the temperature using HWMonitor or Core Temp.
  • Nutritional problems - on some laptops (HP EliteBook, Dell Latitude) The Wi-Fi adapter may disconnect when running on battery power. Connect the charger.
  • 💥 Module failure If the adapter isn't detected even in the BIOS, it's burned out. In this case, the only solution is a replacement.

🔧 How to test Wi-Fi antennas:

  1. Remove the back cover of the laptop (if it is not under warranty).
  2. Find the Wi-Fi module (usually a small board with markings Intel, Broadcom or Qualcomm).
  3. Make sure the two cables (often labeled MAIN And AUX) are tightly connected to the connectors.

⚠️ AttentionIf you are not confident in your laptop disassembly skills, it is better to contact a service center. Incorrect connection of antennas may damage the adapter!

💰 Cost of repairs:

Replacing the Wi-Fi module at a service center will cost 1,500–4,000 rubles (Depending on the laptop model and adapter type). If the problem is with the antennas, the price may be lower (from 800 rubles).

7. Alternative connection methods if Wi-Fi doesn't work

While you're looking for a solution, you can temporarily use other internet connection options:

  • 🔌 Ethernet cable — the most reliable solution. If your laptop doesn't have an RJ-45 port, use USB-Ethernet adapter (costs from 500 rubles).
  • 📱 Mobile Internet (USB tethering):
    1. Connect your smartphone to your laptop via USB.
    2. Turn on your phone Modem mode (Settings → Network & Internet → Hotspot & Tethering).
    3. On your laptop, select Connection via USB in network settings.
  • 🔄 Powerline adapters — If the router is far away, you can transmit the Internet via electrical wiring (a set of two adapters costs ~3,000 rubles).
  • 📡 External Wi-Fi adapter — USB device (for example, TP-Link TL-WN823N) connects to a laptop and catches the network instead of the built-in module (price from 600 rubles).
  • 📌 Advice: If you often encounter Wi-Fi problems in public places (hotels, cafes), carry a compact USB Wi-Fi adapterIt will help you connect even if your laptop's built-in module is not compatible with the network.

    FAQ: Frequently asked questions about laptop Wi-Fi issues

    ❓ My laptop detects Wi-Fi but won't connect—it says "Unable to connect to the network." What should I do?

    This is a symptom of problems with authentication or IP conflict. Try:

    1. Delete the network in your Wi-Fi settings and reconnect.
    2. Check if you entered the password correctly (sometimes changing the keyboard layout helps).
    3. In your router, change the security type from WPA2/WPA3 on WPA2-PSK (AES).
    4. Run in command line:
      netsh wlan delete profile name="NETWORK_NAME"

    If that doesn't help, update your Wi-Fi adapter driver.

    ❓ After a Windows update, my Wi-Fi stopped working. How can I get it back?

    They are most likely to blame incompatible driversSolutions:

    1. Roll back the driver: Device Manager → Network Adapters → Right-click the adapter → Properties → Roll Back Network Adapter.
    2. Uninstall the current driver and install the version from the laptop manufacturer's website.
    3. Restore your system to a point before the update: Start → Settings → Update & Security → Recovery.

    For Windows 11 Sometimes disabling the function helps automatic control of radio modules:

    reg add"HKLM\SOFTWARE\Microsoft\WcmSvc\wifinetworkmanager\config" /v AutoConnectAllowedOEM /t REG_DWORD /d 0 /f

    ❓ The laptop connects to Wi-Fi, but the internet does not work (no network access).

    The problem is usually related to IP settings or DNS. Check:

    1. Open Command line and enter:
      ping 8.8.8.8

      If you have a ping but can't access websites, the problem is DNS. If there's no ping, the problem is with your router connection.

    2. Flush DNS cache:
      ipconfig /flushdns
    3. Try manually entering DNS (for example, Google DNS):
      8.8.8.8
      

      8.8.4.4

    4. Check if your antivirus or VPN is blocking the Internet.

    If nothing helps, reboot your router.

    ❓ My laptop's Wi-Fi signal is weak, even though the router is nearby. How can I improve it?

    A weak signal may be due to:

    • Interference — if there are many nearby networks on the same channel. Use the app Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS) to find a free channel.
    • Faulty antennas — check the cable connections to the Wi-Fi module (see the section on hardware faults).
    • Outdated standard - if the router is operating in mode 802.11n, and the adapter supports 802.11ac/ax, the speed will be limited. In the router settings, set the mode 802.11a/n/ac/ax.

    🔹 Quick solution: buy USB Wi-Fi adapter with an external antenna (for example, TP-Link Archer T4U). It will provide a more stable signal than the built-in module.

    ❓ Is it possible to connect a laptop to Wi-Fi without a password if it's saved on my phone?

    Yes, there are several ways:

    1. QR code (Android 10+):
      1. Open it on your phone Settings → Wi-Fi → select a network → Share.
      2. A QR code will be generated. Scan it with your laptop's camera (Windows 11 has a built-in scanner in the Wi-Fi menu).
    2. WPS (if supported by the router):
      1. Click the button WPS on the router.
      2. On your laptop, select the network and click Connect via WPS.
    3. Export password (root/jailbreak):
      1. On a rooted phone, use the app WiFi Password Viewer.
      2. On iPhone with jailbreak - WiFi Passwords.

    ⚠️ Attention: Transferring a password via QR code or WPS is secure, but exporting from system files may violate security policy (e.g. on corporate networks).