Have you turned on Wi-Fi on your laptop, but the network does not connect - or does not appear in the list of available ones at all? This problem is familiar to every second user, and there can be dozens of reasons for it: from a banal disabled adapter to complex conflicts in the router settings. In this article we will look at all possible scenarioswhy the laptop doesn’t pick up Wi-Fi, and we’ll give step by step instructions for Windows 10/11, macOS and Linux. It doesn't matter Lenovo, HP, Asus or MacBook your solutions are universal.

First, decide on the symptoms: laptop sees the network, but does not connect to it (prompts for a password endlessly or gives an error), or the network is not listed at all. These are fundamentally different problems. Also check whether Wi-Fi works on other devices (smartphone, tablet) - if so, the problem is definitely in the laptop. If not, the router or provider is to blame.

Don’t rush to reset settings or reinstall drivers - in 60% of cases simple steps that take less than a minute help. Let's start with them.

1. Basic checks: 5 steps before deep diagnostics

Before digging through the system or router settings, follow these basic steps. They solve the problem half the time:

  • Make sure Wi-Fi is turned on on your laptop. On your keyboard, find the key with the antenna icon (usually F2, F12 or combination with Fn). On MacBook check the control panel in the top right corner.
  • 🔄 Reboot your router. Unplug it for 30 seconds, then plug it back in. Wait until the download is complete (all indicators should be lit steadily).
  • 📶 Check Airplane Mode. On Windows: Start → Settings → Network and Internet → Airplane mode. On macOS: open Control Center (swipe up on the trackpad).
  • 🔌 Connect to the router via cable. If the Internet works via Ethernet, the problem is definitely in the laptop's wireless adapter.
  • 🔍 See if the network is visible on other devices. If yes, the problem is in the laptop. If not, call your provider.

If after these manipulations Wi-Fi works, great! If not, move on to the next section. By the way, many users forget about the banal: check your account balance with your provider. Sometimes the Internet is disconnected for non-payment, and the laptop may show that the network is “connected without access to the Internet.”

📊 What laptop do you have?
  • Windows (10/11)
  • macOS
  • Linux
  • I don't know

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

If the list of available networks is empty or your network is missing, the problem lies in one of three components:

  1. Laptop Wi-Fi adapter (disabled, broken or without drivers).
  2. Router settings (hidden network, incompatible standard, out of range channel).
  3. Software conflicts (antivirus, VPN, Windows services).

Let's start with the adapter. On Windows, open Device Manager (Win + X → Device Manager) and find the section Network adapters. If next to the name of your Wi-Fi module (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros) exclamation mark is on - the driver is not working correctly. If there is no adapter at all, it is disabled or faulty.

Open Device Manager (Win + X)

Find the "Network adapters" section

Check the status of the Wi-Fi module (is there an exclamation mark)

Enable the adapter (right click → "Enable")

Update driver (right click → "Update driver")-->

On macOS check the adapter via About This Mac → System Report → Network → Wi-Fi. If the status Disabled, turn it on via System Settings → Network. On Linux use the command:

ip a | grep wlan

If the interface wlan0 missing - the adapter is not recognized by the system.

⚠️ Attention: On some laptops (eg Dell XPS or HP Spectre) The Wi-Fi module may be turned off to save energy. Check the power settings in Control Panel → Power Options → Advanced Settings and disable the option Allow this device to turn off to save power.

3. The laptop sees the network, but does not connect: authentication errors

The network is in the list, but when you try to connect you see messages like "Unable to connect to the network", "Check your password" or "Limited access"? These are typical authentication errors. Reasons:

  • 🔑 Invalid password (yes, this is the most common reason). Make sure the letters are in the same case.
  • 🔄 Incompatible security settings (for example, the router uses WPA3, and the laptop only supports WPA2).
  • 📡 MAC filtering on the router (your laptop is blocked by MAC address).
  • DHCP does not provide an IP address (the laptop receives an APIPA address like 169.254.x.x).

Try it first forget the network and connect again:

  • B Windows: Settings → Network and Internet → Wi-Fi → Manage known networks → select network → Forget.
  • On macOS: System settings → Network → Wi-Fi → Advanced → Delete network.

If that doesn't help, check your router settings. Go to its web interface (usually at 192.168.0.1 or 192.168.1.1>, login/password - admin/admin or indicated on the sticker). In the section Wireless or Wi-Fi make sure that:

  • Safety Standard - WPA2-PSK (most compatible).
  • Encryption - AES (not TKIP).
  • MAC filtering is disabled (or your MAC address has been whitelisted).
💡

To find out the MAC address of a Wi-Fi adapter in Windows, run the command ipconfig /all and find the line Physical address in section Wireless network adapter.

4. Problems with Wi-Fi drivers: how to update or reinstall

If the adapter is marked with an exclamation mark in Device Manager or the laptop does not see the network after updating Windows, the drivers are to blame. Here's how to update them correctly:

Method 1: Automatic update via Windows

  1. Open Device Manager (Win + X).
  2. Expand Network adapters, find your Wi-Fi module.
  3. Right click → Update driver → Automatic search.

Method 2: Manual installation from the manufacturer's website

Automatic updates don't always work. It is better to download the driver from the official website:

Laptop brand Driver link How to find the adapter model
Lenovo pcsupport.lenovo.com Enter the serial number on the sticker
HP support.hp.com Use HP Support Assistant
Asus asus.com/support Model listed in MyAsus or on the box
Dell dell.com/support Serial number under the battery
Acer acer.com/support Model on a sticker (for example, Aspire 5)

If Wi-Fi does not work after updating the drivers, try roll back the driver to the previous version (in Device Manager → Properties → Driver → Roll Back). Sometimes new drivers contain bugs.

⚠️ Attention: On laptops with Realtek Wi-Fi adapters (especially models RTL8821CE, RTL8852AE) installing a driver often helps from the chip manufacturer, not from the laptop brand. Download it from the site Realtek.

5. Conflicts with antivirus, VPN and Windows services

Sometimes Wi-Fi does not connect due to programs that block the network. Most often the culprits are:

  • 🛡️ Antiviruses (Kaspersky, Avast, ESET) - can block suspicious networks.
  • 🌐 VPN clients (NordVPN, ProtonVPN) - change network routes.
  • ⚙️ Windows Services (WLAN AutoConfig, Network Location Awareness).

How to check:

  1. Temporarily disable your antivirus and VPN.
  2. Restart your laptop.
  3. Try connecting to Wi-Fi.

If the network works, the problem is in the software. Add your network to your antivirus exclusions or configure your VPN so that it does not conflict with Wi-Fi. B Kaspersky, for example, this is done in the section Settings → Network → Trusted networks.

If the antivirus is not the problem, check the Windows services:

  1. Click Win + R, enter services.msc.
  2. Find services WLAN auto-configuration And Network List Service.
  3. Make sure they Working and startup type - Automatically.
How to reset network settings in Windows

Open Settings → Network and Internet → Status → Network reset.

Click Reset now and confirm.

The laptop will reboot and all network settings will return to factory settings.

Attention: After the reset, you will have to re-enter passwords for all Wi-Fi networks.

6. Problems with the router: settings that interfere with the connection

If your laptop won't connect to Wi-Fi but other devices work fine, the problem may be with your router settings. Here's what to check:

  • 📡 Wi-Fi standard. If the router is configured to 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6), and the laptop is old (for example, with an adapter Intel Centrino Wireless-N 1000), he may not see the network. Switch the router to mode 802.11n (Wi-Fi 4).
  • 🔄 Channel and channel width. Channels 12-14 prohibited in some countries. Channel width 40 MHz may conflict with older devices - try it 20 MHz.
  • 🔒 Hidden Network (SSID). If the option is enabled in the router settings Hide SSID, the laptop will not see the network. Disable it or connect manually.
  • 📶 Signal strength. If the router is in mode Low Power, the signal may not reach the laptop. Increase power in settings.

To change these settings, go to the router's web interface (usually 192.168.0.1 or 192.168.1.1). The default login and password are indicated on the device sticker. Look for sections Wireless, Wi-Fi or Wireless network.

If you are not sure about the settings, reset the router to factory settings (button Reset on the rear panel). After resetting, configure it again using the Quick Setup Wizard.

💡

The most common cause of Wi-Fi connection problems is incompatible security standards. If the router uses WPA3, and the laptop only supports WPA2, the network will be visible, but you will not be able to connect. Solution: in the router settings, select WPA2-PSK [AES].

7. Hardware faults: how to check the Wi-Fi module

If none of the previous methods helped, it is possible hardware failure Wi-Fi module. This is true for laptops that have fallen, flooded or overheated. Signs of malfunction:

  • The adapter does not appear in Device Manager.
  • The laptop does not see not a single one Wi-Fi network (even public ones).
  • The Wi-Fi indicator on the case does not light up (if any).

How to diagnose:

  1. Connect external USB Wi-Fi adapter (costs from 300 rubles). If it works, the internal module is broken.
  2. Check if the adapter is detected in BIOS. Restart your laptop, click F2/Del/Esc (depending on the model) and find the section Network or Wireless.
  3. If the adapter is in the BIOS, but not in Windows, the problem is in the drivers or operating system.

If the module is truly broken, it can be replaced. Most laptops (except MacBook and some ultrabooks) the Wi-Fi adapter is removable. The price of a new module is from 1,000 to 5,000 rubles, depending on the model. To replace, contact a service center or do it yourself (there are many guides on YouTube for specific models).

8. Specific problems: Windows 11, macOS and Linux

Different operating systems have their own nuances with Wi-Fi. Let's sort them out.

Windows 11:

  • 🔄 Fast switching between networks may cause errors. Disable the feature in Settings → Network and Internet → Wi-Fi → Manage known networks → uncheck Connect automatically for unnecessary networks.
  • 🛡️ Windows Defender sometimes blocks networks. Add your network to firewall exceptions.

macOS (Ventura/Sonoma):

  • 📡 Automatic connection to the “best” network may interfere. Disable in System Settings → Network → Wi-Fi → Advanced → uncheck Automatically join this network.
  • 🔄 Reset NVRAM helps with strange errors. Turn off your Mac, turn it on and immediately press Option + Command + P + R for 20 seconds.

Linux (Ubuntu, Mint, Fedora):

  • 🐧 No proprietary drivers for some adapters (eg Broadcom). Install them via Additional drivers or the command:
sudo ubuntu-drivers autoinstall
  • 📶 Problems with NetworkManager. Restart the service:
sudo systemctl restart NetworkManager

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

The laptop says "Connected, without access to the Internet." What to do?

This means that the laptop has connected to the router, but it does not provide Internet access. Check:

  1. Does the Internet work on other devices?
  2. Is the provider cable connected to the router (indicator WAN/Internet should light green).
  3. IP Settings: Open a command prompt and type ipconfig /all. If the IP address starts with 169.254, the router does not provide the correct address. Reboot it.
Wi-Fi works, but the speed is very low. What's the matter?

Reasons for slow Wi-Fi:

  • 📶 Weak signal (check the level in Control Panel → Network and Internet → Network and Sharing Center).
  • 🔄 Overloaded channel (use the program Wi-Fi Analyzerto find a free channel).
  • 🛡️ Restriction from the provider (check the tariff).
  • 🖥️ Background updates (on Windows, disable updates via Settings → Windows Update → Advanced options → Delivery Optimization).
Laptop won't connect to Wi-Fi after Windows update. How can I get everything back?

Windows updates often break drivers. Solutions:

  1. Roll back the driver: Device Manager → Network Adapters → your Wi-Fi → Properties → Driver → Roll Back.
  2. Roll back the system to the restore point: Start → Settings → Update & Security → Recovery → Return to previous version.
  3. Uninstall the latest update: Settings → Update & security → View update history → Uninstall updates.
Is it possible to connect to Wi-Fi without a password if the laptop has been connected before?

Yes, if the laptop saved the password. On Windows:

  1. Open Settings → Network and Internet → Wi-Fi → Manage known networks.
  2. Select the desired network → Properties.
  3. Scroll down to Network password and press Show symbols.

On macOS, the password can be seen in System Settings → Network → Wi-Fi → Advanced → Passwords (You will need to enter your Mac account password).

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

This is a DNS or routing issue. Try in order:

  1. Change DNS on Google (8.8.8.8, 8.8.4.4) or Cloudflare (1.1.1.1). On Windows: Settings → Network and Internet → Wi-Fi → Configure adapter settings → right click on the network → Properties → IP version 4 → Specify DNS manually.
  2. Clear DNS cache: At the command line, enter ipconfig /flushdns.
  3. Check the proxy: Settings → Network and Internet → Proxy → turn off everything.
  4. Disable VPN, if it is enabled.