You turned on your laptop, and instead of the usual internet connection, you see the message "No network access" or no networks at all in the list? Wi-Fi on a laptop can occur suddenly, and the causes range from a simple disconnected adapter to serious hardware failures. This article will help you understand the situation systematically: we'll analyze 12 most common reasons, why your laptop isn't getting Wi-Fi, and we'll give you clear instructions on how to fix each of them.
It's important to understand that the troubleshooting algorithm depends on the symptoms. For example, if the laptop doesn't see the network at allThis is one set of problems. If the network is available but the connection fails, that's another. And if the connection is available but the internet isn't working, that's a third. We'll cover all scenarios, including rare cases like driver conflicts after a Windows update or a MAC address being blocked by the router. For your convenience, there's a link at the end of the article. FAQ block with answers to frequently asked questions.
Before you begin troubleshooting, check the obvious: is Wi-Fi working on other devices (smartphone, tablet)? If so, the problem is definitely with the laptop. If not, the router or ISP is to blame. This simple test will save you hours of time.
1. A hardware button or key combination has disabled Wi-Fi
Many laptops (especially models Lenovo, HP, Dell And Asus (up to 2020) are equipped with a physical button or switch for wireless modules. Users often accidentally press them without even realizing it. For example, on a keyboard Lenovo IdeaPad it could be a combination Fn + F5, and on HP Pavilion - a separate button with an antenna on the side panel.
How to check:
- 🔍 Inspect the laptop case for mechanical switches (usually marked with an antenna or airplane symbol).
- 🎹 Try clicking
Fn + [antenna key](most often F2, F5 or F12 - depends on the model). - 💡 On some laptops (for example, Acer Swift) there is an LED next to the power button - if it is not lit, Wi-Fi is disabled by hardware.
If the network doesn't appear after pressing the button, proceed to the next step. But first, make sure you haven't mixed up the keys: on some models MSI And Gigabyte responsible for Wi-Fi Fn + Del — not an obvious solution, but it happens.
2. The Wi-Fi adapter is disabled in the system or the drivers have crashed.
One of the most common reasons is software disabling of the adapter or a driver failure. This can occur after a Windows update, a virus attack, or even a simple system freeze. Trouble signals:
- 🖥️ In the tray (lower right corner), the Wi-Fi icon is crossed out with a red cross.
- 🔌 In "Networks" it says "No connections available".
- 🔄 The problem does not go away after rebooting.
How to fix:
- Open
device Manager(Win + X → Device Manager). - Expand the tab
Network adapters. - Find the device with the words
Wireless,Wi-Fior802.11(For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4). - If there is a yellow triangle next to the adapter, right-click and select
Update driver. - If the adapter is disabled (gray icon) - select
Engage.
If there are no drivers at all (the adapter is marked as “Unknown device”), download them from the laptop manufacturer’s website. Never use driver packs like DriverPack Solution - they often install outdated or malicious versions. For Windows 11 It's better to get drivers from the official website. Microsoft Update Catalog, specifying the adapter model.
Make sure the adapter is enabled in Device Manager|
Update driver via context menu|
Download the driver from the laptop manufacturer's website|
Restart your laptop after installing the drivers-->
3. IP address conflict or incorrect network settings
Sometimes the laptop connects to Wi-Fi, but the internet doesn't work, and there's an exclamation mark next to the network name. This is a sign IP conflict or incorrect network settings. This is especially common in office networks or if the router is configured to distribute IP addresses over DHCP, but the laptop tries to use a static address.
How to diagnose:
- Open
Command line(Win + R → cmd → Enter). - Enter
ipconfig /alland find the lineIPv4 addressfor your adapter. - If the address starts with
169.254.x.x- this is a sign thatDHCPdidn't work.
Solutions:
- 🔄 Reboot your router (pull the plug for 30 seconds).
- 📝 Manually set the IP address:
- Open
Control Panel → Network Connections. - Right-click on your Wi-Fi connection →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties. - Check the box
Obtain an IP address automatically.
- Open
- 🔧 If the problem persists, try manually entering the IP (for example,
192.168.1.100), mask255.255.255.0and the gateway192.168.1.1, and DNS -8.8.8.8And8.8.4.4(Google DNS). - Connect your laptop to the router via cable (if the Internet works, the router's Wi-Fi module is to blame).
- Check if the mode is enabled
AP Isolation(client isolation) - it blocks data exchange between devices on the same network. - Update your router firmware (download from the manufacturer's website, for example, TP-Link or ASUS).
- 🦠 A virus that changes network settings (for example, Trojan.Win32.NetFilter).
- 🔥 Windows Firewall or a third-party firewall (e.g. Kaspersky Internet Security).
- 🌍 A VPN service that "forgot" to disconnect and reroutes all traffic through itself.
- Open
Control Panel → Windows Firewalland temporarily disable it. - Check the list of installed programs for the presence of VPN (for example, NordVPN, ProtonVPN). Turn them off.
- Run a virus scan (Malwarebytes or Dr.Web CureIt!).
- Open
Windows Firewall → Advanced settings. - Go to
Rules for incoming connections. - Create a new rule for the program
svchost.exe(responsible for network connections). - 📡 Damage to the antenna (often after the laptop has been dropped or the case has been disassembled).
- 🔌 The Wi-Fi module is disconnected from the motherboard (poor contact or oxidation).
- 🔥 Burnt-out adapter chip (for example, after a power surge).
- 🖥️ Southbridge failure on the motherboard (rare, but it happens on older laptops).
- If a laptop doesn't see the network at all, but in
Device ManagerThe adapter is displayed without errors - most likely the problem is with the antenna. Try connecting an external USB Wi-Fi adapter (for example, TP-Link TL-WN725N). If it works, the internal antenna is to blame. - If the adapter is in
Device ManagerIf the light disappears and reappears, this is a sign of poor contact. In this case, opening the laptop and checking the module's mounting will help. - If the laptop stopped seeing Wi-Fi after liquid ingress or impact—the motherboard is most likely damaged. Only a service center can help.
- 💰 Antenna replacement: 1,500–3,000 ₽ (depending on the model).
- 💰 Wi-Fi module re-soldering: 2,000–5,000 ₽.
- 💰 Motherboard repair: from 5,000 ₽ (not cost-effective for laptops older than 5 years).
- 🍏 After updating the system (for example, on Sonoma 14.4) Wi-Fi may disappear due to resetting network settings. Solution: open
System Preferences → Network, delete the current connection and add it again. - 🔄 If your MacBook doesn't see 5 GHz networks, check your router settings - some models Apple do not support the standard
802.11acin mode160 MHz. - 🛠️ To reset network settings, follow these steps:
Terminal:sudo ifconfig en0 downsudo ifconfig en0 up(replace
en0on your interface, you can find out with the commandnetworksetup -listallhardwareports). - 🐧 If networks are not displayed, check if the driver module is loaded:
lsmod | grep -i wifiIf the list is empty, the driver is not loaded. Install it via
apt install firmware repository(For example,firmware-iwlwifiFor Intel). - 📶 For diagnostics, use the command:
sudo dmesg | grep -i firmwareIf you see errors like
firmware: failed to load iwlwifi-9000-pu-b0-jf-b0-XX.ucode, download the missing file from official repository. - Make sure you enter the correct password (case sensitive!).
- In the router settings (
192.168.1.1) change the encryption type fromWPA3onWPA2-PSK(some older laptops do not support WPA3). - Disable the function in the router
WPS- It sometimes conflicts with the connection. - Open
Command lineand enter:ping 8.8.8.8If you can ping but websites won't open, there's a DNS issue. Enter it manually.
8.8.8.8And8.8.4.4. - If the ping doesn't work, check your gateway settings (it should match the router's IP, usually
192.168.1.1). - Restart your router and laptop.
- Roll back the adapter driver:
Device ManagerRight-click on the adapter →Properties → Driver → Roll Back Driver. - If rolling back is not available, download the driver from the laptop manufacturer's website (not from the Microsoft website!).
- Disable automatic driver updates:
Control Panel → System → Advanced system settings → Hardware → Device installation settings → No (the device may not work properly) - Check if your Wi-Fi adapter supports 5 GHz (check the specifications on the manufacturer's website). Older adapters (e.g., Intel Centrino Wireless-N 1000) work only at 2.4 GHz.
- Enable the mode in your router settings.
802.11a/n/ac(sometimes it is disabled by default). - Make sure that there is no range limitation in the adapter drivers (in
Device Manager → Adapter Properties → Advancedcheck the parameterWireless ModeorBand). - Use USB-Wi-Fi adapter (For example, TP-Link TL-WN722N or ASUS USB-AC56). It connects like a flash drive and does not require opening the laptop.
- Share the Internet from your phone
USB(modem mode) or viaBluetooth. - Connect via cable (if the router is nearby).
What should I do if the connection is completely lost after changing the IP?
If your laptop can't see the network after manually setting the IP address, reset the settings to automatic and reboot. Your router may be using a different address range (for example, 10.0.0.x instead of 192.168.1.x). Check the correct gateway in your router settings (usually 192.168.0.1 or 192.168.1.1).
4. Router problems: from overheating to MAC address blocking
If Wi-Fi doesn't work only on one laptopIf your router is not working properly, but other devices connect normally, the router may be to blame. Here are the most common scenarios:
| Problem | Signs | Solution |
|---|---|---|
| MAC address blocking | The laptop "sees" the network, but doesn't connect. Other devices have internet access. | Go to the router settings (192.168.1.1) → MAC Filter → remove the laptop from the blacklist. |
| Router overheating | Wi-Fi drops after 10-30 minutes of use. The router case is hot. | Turn off the router for 15 minutes, provide ventilation, and clean it from dust. |
| Incompatible Wi-Fi standard | The laptop does not see the 5 GHz network, although other devices do. | Enable the mode in the router settings 802.11b/g/n mixed or turn off 802.11ac (Wi-Fi 5). |
| Limit on the number of devices | The laptop connects, but the internet isn't working. The router's overload indicator is on. | Increase the device limit in the settings or disable unnecessary gadgets. |
To rule out problems with the router:
5. Viruses, a firewall, or a VPN are blocking the connection
An unlikely but possible scenario is software blocking connections. This could be:
How to check:
If Wi-Fi works after disabling the firewall, add an exception for your network:
6. Hardware faults: from antenna to motherboard
If you have tried all software methods and Wi-Fi still does not work, the problem may be ironHere are typical breakdowns:
How to diagnose:
Repair cost:
7. macOS and Linux Features: Why Wi-Fi Doesn't Work on MacBooks and Ubuntu
On laptops Apple and devices under Linux Wi-Fi issues have their own nuances. Let's look at them separately.
For macOS (MacBook Air/Pro):
For Linux (Ubuntu, Mint, Fedora):
What should I do if Wi-Fi stops working after updating the Linux kernel?
Most likely, the new kernel is not compatible with your Wi-Fi adapter. Solutions:
1. Roll back to the previous kernel version via GRUB.
2. Install the proprietary driver (eg. broadcom-sta-dkms for Broadcom chips).
3. Buy an external USB adapter with Linux support (for example, on a chip Ralink RT5370).
FAQ: Frequently asked questions about laptop Wi-Fi issues
🔹 My laptop sees the network but won't connect—it says "Unable to connect." What should I do?
This error is often related to an incorrect password or router security settings. Try:
If that doesn't help, delete the network in your laptop settings and reconnect.
🔹 The Wi-Fi is working, but there's no internet (exclamation point). What's wrong?
This is a typical symptom of a problem with DNS or gateway. Do the following:
🔹 My Wi-Fi stopped working after updating Windows 11. How can I fix it?
Windows updates often break drivers. Try this:
🔹 My laptop can't see 5 GHz networks, only 2.4 GHz. How can I fix this?
This could be a limitation from either the laptop or the router:
🔹 Is it possible to connect to Wi-Fi without drivers (for example, via a USB modem)?
Yes, if your Wi-Fi adapter is completely broken, you can:
USB adapters cost from 500 ₽ and support all modern standards (up to Wi-Fi 6).