You are trying to connect to a wireless network, but the laptop stubbornly ignores your actions: either the network is not displayed in the list, the password is not accepted, or the connection is constantly disconnected. The situation is familiar to many - according to statistics, every third user at least once encountered problems connecting to Wi-Fi on a laptop. The reasons may lie either in the settings of the device itself or in problems with the router or provider.

In this article we will look at all possible scenarios: from a banal disabled adapter to complex driver conflicts. You will learn how to diagnose a problem in 2 minutes, what settings to check first, and what to do if your laptop sees the network, but does not connect even with the correct password. Instructions are suitable for Windows 10/11, macOS And Linux — taking into account the characteristics of each system.

1. Checking basic settings: what to do first

Before you dig deep into your system settings, make sure that the problem is not hidden on the surface. Start with the obvious:

  • 🔌 Check the physical connection: On some laptops (eg Lenovo ThinkPad or Dell Latitude) there is a hardware switch Wi-Fi on the body. Make sure it's turned on. Also look at the keyboard - perhaps a combination Fn + F2 (or another, depending on the model) disables the wireless network.
  • 📶 Make sure the router is working: indicator Wi-Fi on the router should light green or blue. If it blinks orange or does not light up at all, the problem is on the side of the router, not the laptop.
  • 🔄 Reboot your devices: Turn off the laptop and router for 30 seconds, then turn on the router first, and after a minute turn on the laptop. This will clear temporary connection errors.

If after these manipulations the network still does not appear, proceed to diagnostics at the operating system level. B Windows click Win + X and select Device Manager. In the section Network adapters find yours Wi-Fi module (usually in the title there is Wireless, Wi-Fi or 802.11). If there is an exclamation mark next to it, the driver is not working correctly.

📊 What laptop do you have?
  • ASUS
  • Lenovo
  • HP
  • Acer
  • Dell
  • Apple MacBook
  • Other

2. The laptop does not see the Wi-Fi network: reasons and solutions

A situation where the list of available networks is empty or only neighboring access points (except yours) are displayed indicates problems with network discovery. Here are the most common reasons:

  • 🚫 Adapter disabled: in Windows go to Settings → Network and Internet → Wi-Fi and make sure the slider is turned on. B macOS check the menu Wi-Fi in the status bar.
  • 🔧 Incompatible network standard: if your router is in mode 802.11ac (5 GHz), and the laptop adapter only supports 802.11n (2.4 GHz), the network will not be displayed. Check your router settings.
  • 📡 Hidden Network (SSID): If the display of the network name is disabled in the router settings, you can only connect manually. B Windows click Connect to a hidden network on the list Wi-Fi.

For diagnostics in Windows open Command line (Win + R → enter cmd) and do:

netsh wlan show drivers

In the results, find the line Supported radio types. If there's only 802.11n, your adapter will not see the network 5 GHz. The solution is to change the router settings to 2.4 GHz or update the adapter driver.

How to enable the display of hidden networks in macOS?

On macOS, go to System Settings → Network → Wi-Fi → Advanced. On the list Well-known networks click + and enter the hidden network name (SSID), then save.

⚠️ Attention: If the laptop stops seeing Wi-Fi after update Windows, there is a high probability that the system has installed an incompatible driver. In this case, rolling back the driver via Device Manager (right click on the adapter → Properties → Driver → Roll Back).

3. The laptop connects to Wi-Fi, but the Internet does not work

The situation when the network is connected, but the pages do not load, and next to the indicator Wi-Fi an exclamation point is on, indicating problems with IP addressing or DNS. Start by checking:

  1. Restart the TCP/IP stack:
    netsh int ip reset
    

    netsh winsock reset

    After running the commands, restart your laptop.

  2. Check your IP settings:

    B Windows open Settings → Network → Wi-Fi → Configure adapter settings, right-click on your connection and select Properties. Make sure the items are checked IP version 4 (TCP/IPv4) And Obtain an IP address automatically.

If the problem persists, try manually registering Google DNS:

  • In the same properties IPv4 select Use the following DNS server addresses.
  • Enter: 8.8.8.8 (preferred) and 8.8.4.4 (alternative).
Reason Symptoms Solution
Incorrect IP settings There is a connection, but no access to the Internet Reset TCP/IP or register DNS manually
Conflict with antivirus Websites won't open, but ping 8.8.8.8 works Disable the built-in antivirus firewall
Problems with the provider There is no Internet on other devices either Reboot the router or call support
💡

If after resetting TCP/IP the Internet works, but after a while the problem returns, check your laptop for viruses - some malware modifies network settings.

4. Problems with Wi-Fi adapter drivers

A driver is a software intermediary between the hardware and the system. If it is damaged or out of date, Wi-Fi will not work correctly. Symptoms:

  • 🔄 The network switches off periodically.
  • 🐢 Internet speed drops sharply.
  • 🚫 The laptop does not see the network after waking up from sleep.

To update the driver in Windows:

  1. Open Device Manager (Win + X → Device Manager).
  2. Expand section Network adapters, find yours Wi-Fi module (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
  3. Right click → Update driver → Automatic search.

If automatic updating does not help, download the driver from the laptop manufacturer’s website (section Support) or directly from the adapter manufacturer's website (Intel, Qualcomm, Broadcom). For macOS Drivers are updated via Software update (menu Apple → About This Mac → Software Update).

Make sure the adapter shows up in Device Manager without errors|

Update driver via automatic search|

Download the driver from the manufacturer's official website |

Reboot the laptop after installing the driver -->

⚠️ Attention: On laptops with Linux (especially on new models with Wi-Fi 6) it is often necessary to install proprietary drivers. For example, for adapters Broadcom run in terminal:
sudo apt install firmware-b43-installer

For Intel may need a package firmware-iwlwifi.

5. Conflicts with antivirus or firewall

Many antivirus programs (for example, Kaspersky, Avast, ESET NOD32) have built-in firewalls that can block connections to Wi-Fi. Symptoms:

  • 🔒 The connection is established, but the pages do not open.
  • 🔄 When diagnosing a network Windows writes: "The network settings saved on this computer do not meet the requirements of this network".
  • 🛡️ In the antivirus tray there is a notification about blocking network activity.

Solutions:

  1. Temporarily disable your antivirus firewall and check if Internet access is restored.
  2. If the problem goes away, add your network to Exceptions (in your antivirus settings, find the section Network or Firewall).
  3. For Windows Defender open Windows Security → Firewall and Network Protection and disable it temporarily.

If after disabling the antivirus Wi-Fi worked, but you don't want to leave the system unprotected, try:

  • Update your antivirus to the latest version.
  • Install another antivirus (for example, Bitdefender or Dr.Web often less aggressive to network connections).
  • Manually configure firewall rules to allow traffic on your network.
💡

If the problem appeared after installing an antivirus, there is a high probability that it is blocking DHCP requests (necessary to obtain an IP address). In this case, add the process to the exceptions svchost.exe (responsible for Windows network services).

6. Problems on the router side

If the laptop does not connect to Wi-Fi, and other devices (smartphone, tablet) work fine, the problem is most likely in the router settings. Let's look at typical scenarios:

  • 🔒 Wrong password: even if you are sure that you are entering it correctly, try resetting the password on the router (via the web interface or the button Reset on the body).
  • 📜 MAC Address Restriction: in the router settings, filtering by MAC, and your laptop is blacklisted. Open the router's web interface (usually at 192.168.1.1 or 192.168.0.1) and check the section Wireless → MAC Filter.
  • 🔄 Channel congestion: If you have many devices connected to your router, it may block new connections. Try turning off some gadgets.

To eliminate router problems:

  1. Connect the laptop to the router via cable (Ethernet). If the Internet is working, the problem is definitely in Wi-Fi-router module.
  2. Reset the router to factory settings (button Reset for 10 seconds) and set it again.
  3. Update the router firmware via the web interface (section Administration → Firmware Upgrade).

If after resetting the router the laptop connects, but the speed is low, try changing the channel Wi-Fi in the settings. For example, in densely populated areas, canals 1, 6 And 11 (for 2.4 GHz) are often overloaded. Select the channel manually (for example, 3 or 9) and check the speed.

7. Hardware faults: when it’s time for service

If none of the above methods help, it is possible hardware failure. Signs:

  • 💥 Wi-Fi-the module is not displayed in Device Manager or marked as Unknown device.
  • 🔌 The laptop does not connect to Wi-Fi not on any network (at home, in a cafe, at work).
  • 🔥 Stopped working after falling or getting liquid Wi-Fi.

In these cases you will need:

  1. Check antenna connections: On some laptops (eg HP Pavilion or Acer Aspire) antennas Wi-Fi connected to the module with thin cables that can come loose. If you are technically savvy, you can carefully open the lid and check the connection.
  2. Replace Wi-Fi-module: cost of a new module (for example, Intel AX200) - from 1,500 to 3,000 rubles. It is better to entrust the replacement to a service center.
  3. Use an external adapter: if the laptop is old and repair is impractical, buy USB Wi-Fi adapter (For example, TP-Link TL-WN823N). It connects to the port USB and works like normal Wi-Fi-module
⚠️ Attention: On laptops Apple MacBook (especially models 2018 and newer) Wi-Fi-The module is often soldered to the motherboard. Replacing it yourself without special equipment may damage the logic board. In this case, contact only authorized service centers.

8. Specific problems for different OS

Each operating system has its own nuances of working with Wi-Fi. Let's look at the features for Windows, macOS And Linux.

OS Typical problem Solution
Windows 10/11 Wi-Fi disappeared after update Roll back the driver or install it manually from the manufacturer's website
macOS Laptop does not connect to 5 GHz network Update macOS or reset network settings (System Settings → Network → Management → Delete Service)
Linux (Ubuntu, Fedora) Wi-Fi adapter is not detected Install proprietary drivers (sudo ubuntu-drivers autoinstall)

For Windows 11 There is a specific problem: after updating to a new version, the system may reset the power saving settings for Wi-Fi-adapter. To fix:

  1. Open Device Manager.
  2. Find yours Wi-Fi adapter, right click → Properties → Power Management.
  3. Uncheck Allow this device to turn off to save power.

B macOS Monterey and newer sometimes an error occurs "Failed to join the network" due to conflict with iCloud Keychain. Solution:

  1. Open System Preferences → Apple ID → iCloud.
  2. Disable Keychain (Bundle of keys).
  3. Restart your laptop and try connecting again.
💡

On Linux, to diagnose Wi-Fi, use the command dmesg | grep -i wifi. It will show errors related to loading the adapter driver.

FAQ: Frequently asked questions about connecting to Wi-Fi

The laptop says "Unable to connect to this network." What to do?

This error often occurs due to incorrect network security settings. Try:

  1. Remove network from saved ones: in Windows open Settings → Network → Wi-Fi → Manage known networks, select your network and click Forget.
  2. Reboot your laptop and router.
  3. Connect again by entering the password manually (not through a saved profile).

If that doesn't help, check your router settings: the security type should be WPA2-PSK (not WPA3, if the adapter is old).

Wi-Fi works, but the speed is very low. What's the matter?

Reasons for low speed:

  • 📶 Weak signal: Check the signal level in the tray. If there are 1-2 bars, move closer to the router or use a repeater.
  • 🔄 Channel congestion: change the channel in the router settings Wi-Fi to a less busy one (use apps like Wi-Fi Analyzer for analysis).
  • 🖥️ Restriction from the provider: Call support and check if you have the low-speed tariff option activated.

Also check if another device on your network is downloading anything (such as updates or torrents).

The laptop connects to Wi-Fi, but the sites do not open. How to fix it?

This is a typical problem with DNS or gateway. Do the following:

  1. Open Command line and do:
    ping 8.8.8.8

    If the ping passes, but the sites do not open, the problem is in the DNS.

  2. Register Google DNS manually (as described in section 3).
  3. If ping fails, do:
    ipconfig /release
    

    ipconfig /renew

    This will update your IP address.

If all else fails, check your proxy settings: Windows open Settings → Network → Proxy and disable all options.

After sleep, the laptop does not connect to Wi-Fi. How to fix this?

The problem is related to adapter power management. B Windows:

  1. Open Device Manager.
  2. Find yours Wi-Fi adapter, right click → Properties → Power Management.
  3. Uncheck Allow this device to turn off to save power.

For macOS try disabling the feature Wake for Wi-Fi network access in System Settings → Energy Saving.

Is it possible to connect to Wi-Fi without a password if it is saved on another device?

Yes, there are several ways:

  • 📱 QR code scanner: on Android-on your smartphone, open settings Wi-Fi, select your network and click Share — a QR code will appear. Scan it with a laptop (for example, through a camera in Windows 11).
  • 🖥️ Export settings: in Windows You can export a network profile with the command:
    netsh wlan export profile name="ИМЯ_СЕТИ" folder="C:\"

    Then transfer the file to another laptop and import it:

    netsh wlan add profile filename="C:\ИМЯ_ФАЙЛА.xml"

B macOS passwords are stored in Keychain (Programs → Utilities → Keychainchain). Find your network there and copy the password.