You turned on your laptop, and instead of the usual list of networks, you see nothing or the message "No available connections"? Or the device sees the network, but stubbornly refuses to connect, returning an error. "Unable to connect to this network"Wi-Fi problems on laptops arise suddenly, but in 90% of cases, they can be resolved independently without calling a service center. The key is to correctly diagnose the cause.
In this article we will look at all possible scenariosFrom simple driver glitches to adapter hardware malfunctions, you'll learn how to distinguish software errors from physical failures, which router settings can block a connection, and what to do if your laptop only "sees" one specific network. These instructions are suitable for Windows 10/11, macOS and most laptop models (Lenovo, HP, Asus, Acer, Dell and others).
Before starting repairs, check the obvious: does Wi-Fi work on other devices (smartphone, tablet)? If so, the problem is with the laptop. If not, the router or ISP is to blame. In 60% of cases, the problem lies in a disconnected adapter or an outdated driver, rather than in a "burned out" piece of hardware.
1. Checking physical switches and hotkeys
Many laptops are equipped with hardware Wi-Fi switches or key combinations to turn the adapter on/off. Accidental key presses are one of the most common causes of network loss. Here's where to look:
- 🔄 Mechanical switch: on the side or front panel of the case (often found on models Lenovo ThinkPad, HP EliteBook). It can be highlighted in orange/blue.
- 💻 Hotkeys: usually it's a combination
Fn + F2...F12(Depends on the manufacturer). There should be an antenna icon (📶) on the key. Asus - oftenFn + F2, on HP —Fn + F12. - 🖱️ Program button in the tray: In the lower right corner of the screen (next to the clock) there may be a network icon with a cross - click on it and select "Turn on Wi-Fi".
If you found the switch but Wi-Fi still won't turn on, try restart the laptop - sometimes the system "forgets" the state of the hardware buttons. macOS Check the Wi-Fi menu in the top panel: if it is grayed out, the adapter is disabled either programmatically or physically.
⚠️ Attention: On some laptops (eg. Dell Latitude) A hardware switch may block the adapter even if it is enabled in the BIOS. If the Wi-Fi indicator is not lit at all, check the BIOS settings (section Advanced → Wireless).
2. Diagnosing the Wi-Fi adapter in the system
If the physical switches don't help, check, does the system recognize the adapter? in general. For this:
- On Windows: click
Win + X→ Select "Device Manager." Find the "Network Adapters" section in the list and expand it. - Look for devices with names
Wireless,Wi-Fi,802.11or chip model (for example, Intel AX200, Qualcomm Atheros, Broadcom). - If a yellow triangle ⚠️ is lit next to the adapter, the driver is not working properly. If the adapter is not present at all, it is disabled or faulty.
On macOS Open About This Mac → System Report → Network → Wi-Fi. If the status says "Disabled" or there is no information about the adapter, the problem is in the driver or hardware.
| Symptom | Probable cause | Solution |
|---|---|---|
| The adapter is listed, but with an exclamation mark. | The driver is not installed correctly or is in conflict. | Update/reinstall the driver (see section 3) |
| The adapter is not listed in Device Manager. | Disabled in BIOS or physically damaged | Check the BIOS, reboot the laptop, inspect the adapter |
| The adapter is present, but the networks are not displayed. | Software failure or router blocking | Restart the WLAN service (section 4) or reset the router |
3. Update or reinstall the Wi-Fi driver
Outdated or corrupted drivers are the number one cause of Wi-Fi problems. Here's how to update them:
For Windows:
- Open Device Manager → find your Wi-Fi adapter → right-click → Update driver.
- Select "Search Automatically." If the system doesn't find updates, download the driver from the laptop manufacturer's website (see the "Support" or "Drivers" section).
- For a complete reinstallation: uninstall the current driver (right-click → “Uninstall device”), then restart the laptop - Windows will install the driver automatically.
For macOS:
Drivers are updated along with the system. Go to "Settings" → "Software Update" and install all available updates. If the problem persists, reset NVRAM:
1. Shut down your Mac.2. Turn on and immediately press Command + Option + P + R.
3. Hold for 20 seconds (on a Mac with a T2 chip, until you hear the second startup sound).
For laptops with Intel or Qualcomm You can use the manufacturer's utilities with adapters:
- 🔧 Intel Driver & Support Assistant (automatically finds updates for Intel chips).
- 🔧 Qualcomm Atheros Client Installation Program (for Qualcomm adapters).
⚠️ Attention: Never download drivers from third-party websites (like driverpack.io)—they often contain viruses or outdated versions. Use only official sources: the website of the laptop or chip manufacturer (Intel, Broadcom, etc.).
☑️ Checking the Wi-Fi driver
4. Restart the WLAN service and reset network settings
If the adapter is OK but networks are still not showing up, the problem may be Windows network servicesTheir failure often occurs after system updates or software conflicts (for example, VPN or antivirus software).
To restart the service WLAN AutoConfig:
- Click
Win + R, enterservices.mscand press Enter. - Find the WLAN AutoConfig service (WLAN AutoConfig).
- Right-click → "Restart." If the service is disabled, enable it ("Startup type" → "Automatic").
If this doesn't help, reset your network settings to factory defaults:
- Go to Settings → Network & Internet → Status → Network reset.
- Click "Reset Now" and confirm. The laptop will restart.
On macOS resetting network settings is done as follows:
1. Open Terminal (via Spotlight: Command + Space → type Terminal).2. Enter the command:
sudo ifconfig en0 down && sudo ifconfig en0 up
(replace en0 with your interface, if it is different, look in the "System Report").
3. Restart your Mac.
What to do if resetting the network didn't help?
If the problem persists after resetting the network, check:
- Is your antivirus blocking the connection (disable it temporarily).
- Are there any viruses in the system (scan with Malwarebytes utility).
- Are there any VPN or proxy servers installed (they may conflict with Wi-Fi).
- Is Airplane mode turned on (on some laptops it turns off Wi-Fi even if the icon is not lit).
5. Checking the router and changing the Wi-Fi channel
Sometimes the problem is not in the laptop, but in router settingsIf other devices also fail to connect or the connection is unstable, follow these steps:
- 🔄 Reboot your routerUnplug it for 30 seconds, then plug it back in. This solves 30% of connection problems.
- 📡 Change the Wi-Fi channelIf you have multiple networks in your home, they may interfere with each other. Go to your router settings (usually at
192.168.0.1or192.168.1.1) and in the sectionWirelessselect a channel1,6or11(they intersect the least). - 🔒 Change the security type: if you have
WEP- change toWPA2-PSK(orWPA3, if the router supports it).WEPNot only is it unsafe, but it also often causes compatibility issues. - 📶 Disable MAC address filtering: If it's enabled, the router may block the laptop. Find the section
MAC Filterand turn it off.
If you don’t know how to access your router settings, look at the sticker on the bottom panel – it contains the login address, username, and password (usually admin/admin or admin/password). For routers TP-Link, Asus, Keenetic And MikroTik The interfaces are different, but the setup principles are the same.
⚠️ Attention: If your laptop can't see the network at all after changing the Wi-Fi channel, restore the previous settings. Some older adapters (for example, those in laptops made before 2015) don't support channels higher than 11 in the 2.4 GHz band.
6. Diagnostics of hardware faults
If none of the previous methods helped, the problem may be in physical malfunction Wi-Fi module. Here's how to check:
- 🔍 External examination: Open the laptop lid (if you have access to the adapter) and check if the antenna wires (thin black and white cables connected to the Wi-Fi module) are disconnected.
- 🔄 Test with Live USBBoot your laptop from a bootable Linux USB drive (e.g., Ubuntu). If Wi-Fi works, the problem is with Windows. If not, the adapter is faulty.
- 🛠️ Connecting an external adapterBuy a USB Wi-Fi dongle (starts at 300 rubles) and check if it works. If it does, the internal module is broken.
Typical signs of hardware failure:
- The adapter appears in the system and then disappears.
- Wi-Fi only works near the router (weak signal even at a short distance).
- The laptop "sees" the networks, but does not connect to any of them, returning an authentication error.
If the adapter is faulty, you can replace it yourself (modules are sold on AliExpress or at service centers for 500-2000 rubles) or take the laptop in for repair. For most models (Lenovo IdeaPad, HP Pavilion, Asus Vivobook) replacement takes 10-15 minutes.
7. Features for Apple laptops (macOS)
On MacBook Wi-Fi problems are often related to system failures or incorrect power saving settings. Here's what to do:
- 🍏 Reset SMC (for MacBooks before 2018 with removable battery):
- Turn off your MacBook.
- Disconnect the charger.
- Remove the battery (if possible).
- Press and hold the power button for 5 seconds.
- Put the battery back in, connect the charger and turn on the laptop.
- 🔋 Disabling power saving for Wi-Fi:
- Open System Preferences → Energy Saver.
- Uncheck "Slightly dim the display when on battery" (this sometimes affects Wi-Fi).
- Under Energy Saver, select Never for Turn off the display when idle.
- Open System Preferences → Network.
- Select the current Wi-Fi connection and press “–” (delete).
- Click "+" → select interface
Wi-Fi→ create a new connection.
If Wi-Fi stops working after updating macOS, try rolling back to the previous version of the system (via Time Machine) or wait for a patch from Apple. Adapter issues Broadcom (installed in MacBooks from 2016 to 2019) after updates is a known bug.
FAQ: Frequently asked questions about restoring Wi-Fi on a laptop
My laptop sees the network but won't connect—it says "Unable to connect." What should I do?
This error occurs for three reasons:
- Incorrect password: Delete the network in Wi-Fi settings and reconnect by entering the password manually (sometimes autofill saves old data).
- IP address conflict: Enable DHCP in your router settings or manually enter the IP address on your laptop (for example,
192.168.1.100). - MAC address blocking: check the section in the router settings
MAC Filter— your laptop may be blacklisted.
Also try disabling IPv6 in the connection properties (on Windows).
The Wi-Fi works, but it keeps dropping out. How do I fix it?
An unstable connection is usually caused by:
- 📶 Channel overload: change the channel on the router (for example, from
6on11). - 🔋 Energy saving: In the Device Manager, open the adapter properties → the Power Management tab → uncheck the box next to "Allow the computer to turn off this device to save power".
- 🔄 Interference from other devices: Turn off your microwave, wireless headphones, or cameras (they operate on a 2.4 GHz frequency).
If the problem persists, try connecting to a 5 GHz network (if your router is dual-band) - it is less susceptible to interference.
The laptop only doesn't see one network, but it does see the others. What's wrong?
This is a typical situation when:
- The router is configured to hidden SSID (The network name is not broadcast.) Solution: In the Wi-Fi settings on your laptop, select "Hidden network" and enter the name manually.
- The network is running on unsupported standard (for example, only Wi-Fi 6, and your adapter is old). Solution: enable compatibility mode in the router settings (
802.11a/b/g/n/ac). - Included MAC filtering or client isolation (AP Isolation). Solution: Disable these features on your router.
My Wi-Fi stopped working after a Windows update. How do I fix it?
Updates often break drivers. Try this:
- Roll back the driver: in the Device Manager, right-click on the adapter → Properties → Driver → Roll Back Driver.
- Install the older version of the driver from the manufacturer's website (section "Archive" or "Previous versions").
- Disable automatic driver updates: “Settings” → “Update & Security” → “Advanced options” → “Updates for other Microsoft products” → disable.
If nothing helps, use a system restore point (Start → Recovery → Open System Restore).
Is it possible to fix the Wi-Fi on a laptop yourself if the adapter burns out?
Yes, but you need skills and tools:
- Buy a new Wi-Fi module that is compatible with your laptop model (check the connector:
M.2 2230,miniPCIeetc.). - Unscrew the bottom cover of the laptop (you will need a screwdriver)
PH00orT5). - Disconnect the antennas from the old module and connect them to the new one (be careful not to break the cables!).
- Place the new adapter into the slot and secure with the screw.
Module cost: from 500 rubles (used) to 3000 rubles (new Wi-Fi 6). For MacBook It's best to contact a service center—they often require adapter calibration via Apple software.