You have turned on Wi-Fi on a laptop, but your favorite network does not appear in the list of available ones - or are all networks missing? The problem is familiar to many: from students trying to turn in work at the last minute to freelancers depending on a stable Internet connection. There may be a dozen reasons: from the banal disabled adapter to serious failures in the settings DHCP or router channel conflict.

In this article we will look at unique solutions for Windows 10/11, macOS and Linux, which work in 95% of cases - without contacting a service center. You'll learn how to diagnose a problem in 2 minutes, what router settings may be blocking your laptop, and why a simple reboot sometimes helps... but not always. Let's start with the most obvious - and get to the hidden parameters that are not written about in standard instructions.

1. Checking basic settings: what could go wrong

Before digging deep into network settings, eliminate basic errors. About 40% problems Lack of Wi-Fi is due to physical switches or software bugs that users forget to check.

Start with hardware:

  • 🔌 Wi-Fi button on the laptop body. On models Lenovo ThinkPad, HP EliteBook or Dell Latitude there is often a physical switch or key combination (such as Fn + F2). Press it - sometimes the indicator is on, but the module is disabled by software.
  • 📡 Airplane mode. On Windows, check the notification bar (airplane icon). On macOS - top panel or System Settings → Network.
  • 🔋 Energy Saving. Laptops Acer And ASUS They often turn off the Wi-Fi adapter when the battery is low. Connect the charger and check the power settings.

If everything is in order with the hardware, move on to the software part:

  • 🖥️ Device Manager. On Windows, click Win + X → Device Manager → Network Adapters. If near your Wi-Fi module (for example, Intel AX200 or Qualcomm Atheros) exclamation mark is on - the driver does not work.
  • 🔄 Reboot the router. Turn off the power to the router for 30 seconds. This will reset the cache DHCP-a server that might have “forgotten” your laptop.
📊 What laptop do you have?
  • Lenovo
  • HP
  • Dell
  • ASUS
  • Acer
  • Apple MacBook
  • Other

2. Network diagnostics in Windows: from simple to complex

Windows 10 and 11 have built-in network diagnostic tools, but they often miss critical points. We'll tell you how to use them effectively - and what to do if standard methods don't help.

First run troubleshooter:

  1. Open Settings → Network and Internet → Status.
  2. Click Network Troubleshooting.
  3. Follow the wizard's instructions. If a message appears "Wi-Fi is disabled" - go to the next step.

If the diagnostics are unsuccessful, check Windows services, on which the operation of Wi-Fi depends:

  • 🔧 Click Win + R, enter services.msc.
  • Find services:
    • WLAN AutoConfig (should be launched)
    • Network connections (startup type - automatically)
  • If the services are stopped, start them manually and set the startup type Automatically.

WLAN AutoConfig service started

The Network Connections service is active

Startup type - "Automatic"

There are no errors in the event log (eventvwr.msc)-->

If the laptop still does not see the network, try reset TCP/IP stack. This helps with IP address conflicts or corrupted network protocols. Open Command line as administrator and run sequentially:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After executing the commands restart your laptop. If the problem persists, go to the router settings.

3. Router settings: why it can ignore your laptop

Sometimes the problem lies not in the laptop, but in the router itself. Modern models (for example, TP-Link Archer AX6000, ASUS RT-AX88U or Keenetic Ultra) have security features that may block new devices from connecting.

Connect to the router via Ethernet cable or another device (smartphone/tablet) and check:

Parameter Where to look Recommended value
Wi-Fi operating mode Wireless Mode → Wi-Fi Settings 802.11n/ac/ax (mixed) or 802.11ac
Channel width Wireless mode → Channel Auto or 20/40 MHz (for 2.4 GHz)
Hiding SSID Wireless mode → Basic settings Disabled (if enabled, the laptop will not see the network)
MAC Address Filtering Wireless Mode → MAC Filter Disabled or add laptop MAC to whitelist
Client isolation mode (AP Isolation) Wireless mode → Advanced Disabled (may block new devices)

Pay special attention Wi-Fi channel. If the router works on the channel 12 or 13 (allowed in Europe, but not in the US), some laptops (especially with adapters Broadcom) may not see them. Switch to channels 1–11.

How to find out the MAC address of a laptop?

On Windows: open Command line and enter ipconfig /all. Look for the line Physical address in section Wireless network adapter.

On macOS: System Settings → Network → Advanced → Ethernet → Ethernet ID.

On Linux: run the command ifconfig | grep ether (package installation may be required net-tools).

If after the changes the laptop still does not see the network, try reset router to factory settings (button Reset on the rear panel). This will remove all user settings, including Wi-Fi password and IP address bindings.

4. Problems with drivers: how to update or roll back

Outdated or damaged drivers are one of the most common reasons why a laptop does not see Wi-Fi. Adapter manufacturers (Intel, Qualcomm, Realtek) regularly release updates that correct compatibility errors with new routers.

To check the driver version on Windows:

  1. Open Device Manager (Win + X → Device Manager).
  2. Expand section Network adapters.
  3. Find your Wi-Fi adapter (for example, Intel Wi-Fi 6 AX200), right click → Properties → Driver.
  4. Look Driver version And Development date.

If the driver is older than 2022, it will need to be updated. You can do this in three ways:

  • 🔄 Automatic update through Device Manager (right click on the adapter → Update driver).
  • 🌐 Download from the manufacturer's website. For laptops Dellsupport.dell.com, for HPsupport.hp.com. Enter your laptop model and download the latest network adapter driver.
  • ⏮️ Driver rollback. If problems started after updating Windows, go back to the previous version: in the adapter properties, click Rollback.
💡

If after updating the driver Wi-Fi disappears completely, try removing the adapter in Device Manager (right click → Remove device), then restart your laptop. Windows will install the driver automatically.

For users macOS Updating drivers is not relevant - they are built into the system. But if after updating macOS (for example, to Sonoma 14.0) Wi-Fi has disappeared, try:

  • Reset NVRAM: turn off your Mac, turn it on and immediately press Option + Command + P + R for 20 seconds.
  • Create new Network location in System Settings → Network.

5. Conflicts with antiviruses and firewalls

Aggressive antiviruses (Kaspersky Internet Security, ESET NOD32, Avast) and built-in Windows firewall may block network connections, considering them suspicious. This is especially true for public networks (in cafes, hotels) or when connecting to a new router for the first time.

To check if your antivirus is at fault:

  • 🛡️ Temporarily disable real-time protection (in Kaspersky: right click on the icon → Pause protection).
  • 🔥 Check if the network appears in the list of available ones. If yes, add it to your antivirus exceptions.
  • 🔍 B ESET go to Settings → Network → Firewall Rules and make sure your network is set to Trust.

For Windows Firewall:

  1. Open Control Panel → Windows Firewall → Allow application interaction.
  2. Make sure that for your network (Private or Public) are allowed Network discovery And File and Printer Sharing.
  3. If the laptop is connected to a domain network (for example, in an office), ask the administrator to check the group policies.
💡

If Wi-Fi works after disabling the antivirus, do not leave the protection turned off for a long time. Add the network to exceptions or update the antivirus database.

On macOS plays a similar role Firewall (System Preferences → Network → Firewall). If it is enabled, try disabling it temporarily and reconnecting to the network.

6. Alternative solutions: when all else fails

If you've tried all of the above and your laptop still doesn't see Wi-Fi, it's time for unconventional methods. They take a little more time, but often save in hopeless situations.

Method 1: Manually connect to a hidden network

If the router is configured to hide the SSID (the network name is not broadcast), the laptop will not show it in the list. But you can connect manually:

  • On Windows: Settings → Network and Internet → Wi-Fi → Manage known networks → Add new network. Enter the network name (SSID) and password.
  • On macOS: System Settings → Network → Wi-Fi → Other Networks.

Method 2: Using a USB Wi-Fi adapter

If the built-in adapter fails, connect an external USB module (for example, TP-Link TL-WN823N or ASUS USB-AC56). This will help:

  • 🔌 Bypass faulty internal adapter.
  • 📶 Connect to 5 GHz networks if your laptop does not support them.
  • 🛠️ Check whether the problem is in the laptop or the router (if the USB adapter also does not see the network, the router is to blame).

Method 3: Reset network settings to factory defaults

This method deletes all saved networks, IP configurations and DNS settings. On Windows:

  1. Open Settings → Network and Internet → Status.
  2. Scroll down and click Network reset.
  3. Confirm the action and restart your laptop.

On macOS:

  1. Delete the file /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist (make a backup copy first!).
  2. Restart your Mac.
💡

After resetting the network, you will have to re-enter passwords for all Wi-Fi networks. Store them in a safe place in advance (for example, iCloud passkeys or Google Password Manager).

Method 4: Check for viruses and malware

Some viruses (for example, Trojan.Win32.NetFilter) modify network settings, blocking connections to certain networks. Scan the system:

  • On Windows: use Malwarebytes or AdwCleaner.
  • On macOS: launch CleanMyMac X or Avast Security.

7. Hardware faults: when you can’t do without service

If none of the software methods help, the problem may lie in physical malfunction Wi-Fi module or antennas. This is true for laptops that:

  • 💥 They fell from a height.
  • 🌊 Contacted with liquid.
  • 🔥 Overheated (for example, when playing without a cooling pad).

Signs of hardware failure:

  • 🚫 Wi-Fi adapter does not appear in Device Manager.
  • 🔌 The Wi-Fi indicator on the laptop body does not light up (even when the module is turned on).
  • 🔊 Extraneous sounds (crackling) when you press the case next to the Wi-Fi module.

In this case:

  1. If the laptop is under warranty, contact the manufacturer's service center.
  2. If the warranty is over, find a workshop with good reviews. Replacing the Wi-Fi module (for example, Intel AX210) will cost 1,500–3,000 rubles.
  3. For a temporary solution use USB Wi-Fi adapter or Ethernet connection (via adapter USB-to-Ethernet, if there is no RJ-45 port).
💡

Do not try to disassemble a laptop to replace the Wi-Fi module yourself if you do not have experience. Modern devices (eg MacBook Pro or Dell XPS) have fragile cables that are easy to damage.

If you suspect a problem with the antennas (for example, after a fall), check their integrity:

  1. Remove the back cover of the laptop (you may need a plastic spatula to do this).
  2. Locate the Wi-Fi module (usually located near the USB ports).
  3. Make sure the antenna wires (thin black and white cables) are firmly connected to the connectors MHF4.

If the antennas are torn off or damaged, they can be replaced (cost: from 500 rubles per set). However, this will require a soldering iron and experience with microelectronics.

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

❓ The laptop does not see only one network, but shows the rest. What's the matter?

Most likely the problem is in the router settings:

  • 🔒 Included filtering by MAC address — add your laptop address to the white list.
  • 📡 The router operates in 802.11r (Fast Roaming), which is not supported by your adapter. Turn it off.
  • 🔄 Enabled on the router client isolation mode (AP Isolation) - turn it off.

Also check if it is hidden SSID this network (connect manually).

❓ After updating Windows, Wi-Fi disappeared. How to return?

Windows updates often break drivers. Try:

  1. Roll back driver: Device Manager → Network Adapters → [your adapter] → Properties → Driver → Roll Back.
  2. Install the driver from the laptop manufacturer's website (not from Windows Update!).
  3. If all else fails, roll back the system to a restore point (Control Panel → Recovery → Run System Restore).
❓ The laptop sees the network, but does not connect (writes “Failed to connect”). What to do?

This is another problem unrelated to network discovery. Reasons:

  • 🔑 Incorrect password (check your keyboard layout!).
  • 🔢 IP address conflict. Set a static IP manually (Settings → Network → Wi-Fi → Manage known networks → [your network] → Properties).
  • 🔄 Outdated security protocol. In the router settings, change Security type with WPA3 on WPA2-PSK.
❓ On macOS, the laptop does not see the 5 GHz network, but only 2.4 GHz. Why?

Possible reasons:

  • 📱 Your Mac is older than 2013 (for example, MacBook Air mid-2012) and does not support 5 GHz.
  • 📡 The mode is turned on in the router 802.11ac, but disabled 802.11n (both need to be enabled).
  • 🇷🇺 In some countries (for example, Russia) 5 GHz channels are higher 140 prohibited. Check your router settings.
❓ Can a virus block Wi-Fi?

Yes, some viruses (for example, Trojan.Win32.NetFilter or DNSChanger) modify network settings to:

  • 🕵️ Redirect traffic through proxy servers.
  • 🚫 Block access to certain sites (for example, antivirus sites).
  • 📡 Disable Wi-Fi so that the user connects to a malicious access point.

Scan the system Malwarebytes or Kaspersky Virus Removal Tool.