You turned on your laptop, and instead of the usual Internet connection you see the message “No network access” or the Wi-Fi icon is crossed out with a red cross? The problem is familiar to millions of users - according to statistics Kaspersky 2023, 42% of calls to technical support are related specifically to the lack of network connection. The reasons may lie in both software failures and hardware failures.
In this article we will look at all possible reasons, due to which the laptop does not connect to Wi-Fi - from a banal disconnected adapter to complex driver conflicts. You will learn how to diagnose a problem in 5 minutes, which settings to check first, and when it is really worth taking the device to a service center. Let's look separately at the features for different operating systems: Windows 10/11, macOS And Linux.
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 basic checks, which take no more than a minute, but solve the problem in 30% of cases.
Step 1: Make sure Wi-Fi is physically turned on. Most laptops have a hardware button or key combination to turn off wireless modules. For example, on Lenovo this is often Fn + F5, on HP — Fn + F12, and on Asus There may be a separate switch on the case. Check the indicators: if the Wi-Fi light is off or blinking orange, the module is disabled.
Step 2: Reboot your router and laptop. It's trivial, but it works: 15% of connection problems are solved by simply rebooting the equipment. Disconnect the router from power for 30 seconds, then turn it back on. Reboot your laptop at the same time - this will reset temporary network settings.
- 🔄 Reboot the router: Unplug the power cable, wait 30 seconds, plug it back in. Wait until the download is complete (all indicators should be lit steadily).
- 💻 Rebooting the laptop: Use the Start menu → Restart, not the power button. This guarantees the correct completion of network processes.
- 📶 Check on other devices: try connecting to the same Wi-Fi from your phone or tablet. If it doesn’t work, the problem is in the router, if it works, it’s in the laptop.
- Once a week or more often
- Once a month
- Rarely, several times a year
- Never had a problem
2. Diagnostics of the network adapter in Windows
If basic checks don't help, it's time to look into the operating system settings. B Windows 10/11 Most Wi-Fi problems are related to drivers or incorrect adapter settings.
How to open Device Manager:
- Click
Win + Xand select "Device Manager". - Expand the Network Adapters tab.
- Find a device with words
Wireless,Wi-Fior802.11in the title (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
Note the icon next to the adapter:
- ⚠️ Yellow triangle: driver problem. Right-click → "Update Driver".
- ↓ Down arrow: adapter is disabled. Right-click → "Engage".
- 🔴 Red Cross: the device is disabled at the hardware level (see point 1).
Check if the adapter is enabled in Device Manager
Update the driver via the context menu
Remove the device and restart the laptop (the driver will install automatically)
Check the adapter power settings-->
Important nuance: If after updating the driver Wi-Fi disappears completely, roll back to the previous version. To do this, in the adapter properties, go to the "Driver" → "Roll Back" tab.
⚠️ Attention: Never download drivers for a Wi-Fi adapter from third-party sites! Use only official sources: laptop manufacturer website (Dell, HP, Lenovo) or the chip manufacturer's website (Intel, Qualcomm, Broadcom). Drivers from random resources often contain viruses or are incompatible with your model.
3. Router settings: why the laptop doesn’t see the network
If the laptop does not detect your Wi-Fi network at all (does not appear in the list of available ones), the problem may lie in the router settings. Here are the most common reasons:
| Problem | How it manifests itself | Solution |
|---|---|---|
| Hidden network (SSID hidden) | The network does not appear in the list, but other devices connect | Enter the network name manually in the Wi-Fi settings or enable SSID broadcasting in the router |
| Incompatible Wi-Fi standard | The laptop sees the network, but does not connect (“Could not connect”) | In the router, change the mode from 802.11ax (Wi-Fi 6) on 802.11n/ac |
| Filtering by MAC address | The laptop does not connect, although the password is correct | Add the laptop's MAC address to the router's whitelist or disable filtering |
| Channel congestion | The network appears and disappears; low speed | In the router, change the Wi-Fi channel to a less busy one (use 1, 6 or 11 for 2.4 GHz) |
How to enter the router settings:
- Find out the router's IP address (usually found on a sticker:
192.168.0.1or192.168.1.1). - Enter this address into your browser's address bar.
- Log in (default logins/passwords:
admin/adminoradmin/password). - Go to section
WirelessorWi-Fi.
How to find out the MAC address of a laptop?
Open command prompt (Win + R → enter cmd → Enter).
Enter the command ipconfig /all and find the "Physical Address" line for the wireless adapter.
The MAC address will be in the format XX-XX-XX-XX-XX-XX (For example, 00-1A-2B-3C-4D-5E).
Useful advice for owners of dual-band routers: if your laptop does not support 5 GHz (relevant for older models), in the router settings, disable division into two bands or come up with different names for the networks 2.4 GHz And 5 GHz.
4. Problems with IP addressing: DHCP and static settings
One of the common reasons why a laptop connects to Wi-Fi, but the Internet does not work is incorrect IP settings. This usually shows up as "No Network Access" or "Restricted" next to the connection name.
How to check current settings:
- Open command prompt (
Win + R→cmd). - Enter
ipconfig /alland find the "Wireless Network Adapter" block. - Check the fields:
IPv4 address: must be within the range of your local network (e.g.192.168.1.X).Main gateway: must match the router's IP.DHCP enabled: if "No", then the IP is registered manually.
If in the command output you see an IP address like 169.254.X.X, this means that the laptop was unable to obtain the address from the router automatically. This is solved like this:
Open "Network Settings" → "Change adapter settings"
Right click on your Wi-Fi connection → "Properties"
Select "IP version 4 (TCP/IPv4)" → "Properties"
Check the boxes for "Obtain an IP address automatically" and "Obtain a DNS server address automatically"
Reboot your laptop -->
Critical information: if after resetting the IP settings the connection is not restored, try manually registering DNS from Google (8.8.8.8 And 8.8.4.4) or Cloudflare (1.1.1.1). This often helps when the problem lies in the ISP's DNS servers.
5. Conflicts between Windows programs and services
Sometimes the laptop does not connect to Wi-Fi due to third-party programs or glitches in system services. Most common culprits:
- 🛡️ Antiviruses and firewalls: Kaspersky, Avast, ESET may block network connections. Try temporarily disabling protection or adding an exception for the Wi-Fi adapter.
- ⚙️ WLAN AutoConfig Service: if it is disabled, Windows will not be able to manage wireless connections. Check its status via
services.msc. - 🔄 VPN clients: programs like OpenVPN or NordVPN can redirect all traffic through their servers, blocking local connections.
- 🖥️ Virtual machines: if you have it installed VirtualBox or VMware, their virtual adapters may conflict with physical Wi-Fi.
How to check the WLAN AutoConfig service:
- Click
Win + R, enterservices.msc. - Find the WLAN Auto Config service (WLAN AutoConfig).
- Make sure the Status column is "Running" and the "Startup Type" is "Automatic".
- If the service is disabled, right-click → "Run".
If the problem appears after installing Windows updates, try uninstalling the latest updates. To do this, go to "Settings" → "Update and security" → "View update history" → "Uninstall updates."
6. Hardware faults: when to take it to service
If all software methods have been tried, but the laptop still does not connect to Wi-Fi, the reason may lie in hardware failure. Here are the signs that it’s time to contact a service center:
- 🔌 Wi-Fi adapter is not detected: There is no "Network adapters" section in the device manager or your Wi-Fi module is marked as "Unknown device".
- 🔥 The laptop is overheating: If, when you try to connect to Wi-Fi, the cooler starts to make noise and the case heats up, there may be a problem with the south bridge of the motherboard.
- 📉 Problems after a fall/impact: physical damage often damages the mini-PCIe connector to which the Wi-Fi module is connected.
- 🔄 Wi-Fi works, but is extremely unstable: Constant connection breaks may indicate damage to the antenna or cable.
What you can do yourself before visiting the service:
- Try connecting external USB Wi-Fi adapter (costs from 500 rubles). If everything works with it, the problem is in the built-in module.
- Remove the back cover of the laptop and check whether the Wi-Fi module is firmly seated in the slot. Sometimes it helps to simply reconnect it.
- Check the BIOS settings: go to the BIOS (usually the
F2orDelat boot) and make sure that the wireless adapter is not disabled at the hardware level.
⚠️ Attention: If you do not have experience disassembling laptops, do not try to remove the Wi-Fi module yourself! On many models (for example, MacBook or Dell XPS) it is integrated into the motherboard, and careless actions can lead to complete failure of the device. In such cases, immediately contact an authorized service.
If the laptop does not connect to Wi-Fi, but works fine with a cable connection (Ethernet), the problem is almost certainly in the Wi-Fi module or its antennas. This is one of the few cases when the diagnosis 100% indicates a hardware failure.
7. Features of macOS and Linux
Users MacBook and laptops with Linux face their own nuances when connecting to Wi-Fi. Let's consider them separately.
For macOS (Catalina, Big Sur, Ventura, Sonoma):
- 🍎 Reset NVRAM: turn off your mac, then turn it on and immediately press
Option + Command + P + Rfor 20 seconds. This will reset your network settings. - 📡 Creating a new network configuration: Go to "System Preferences" → "Network", highlight Wi-Fi, press "–" to delete, then "+" to create a new connection.
- 🔒 Security key problems: If macOS persistently asks for a password despite entering it correctly, remove the network from the list of known ones (
System Preferences → Network → Advanced → Uninstall).
For Linux (Ubuntu, Mint, Fedora, etc.):
- 🐧 Driver check: in the terminal enter
lspci -knn | grep Net -A3to see the Wi-Fi adapter model and driver used. - 📦 Installing proprietary drivers: for adapters Broadcom Often you need to install drivers via
sudo apt install firmware-b43-installer(for Debian/Ubuntu). - 🔄 Restarting NetworkManager: run the commands:
sudo systemctl restart NetworkManagersudo nmcli radio wifi on
General advice for Linux: if your Wi-Fi adapter is new (for example, Intel AX210), check the kernel version - you may need to update to the latest stable version.
FAQ: Frequently asked questions about problems with Wi-Fi on a laptop
The laptop connects to Wi-Fi, but the pages do not open. What to do?
This is a typical DNS or gateway issue. Try:
- Open command prompt and enter
ping 8.8.8.8. If there is a ping, the problem is in the DNS. Manually register DNS from Google (8.8.8.8And8.8.4.4). - If there is no ping, check your gateway settings. It must match the router's IP (usually
192.168.1.1or192.168.0.1). - Disable VPN or proxy if they are enabled.
After updating Windows, the laptop stopped seeing Wi-Fi. How can I get my connection back?
Updates often reset or corrupt drivers. Follow the steps:
- Roll back the Wi-Fi adapter driver via Device Manager (device properties → Driver tab → Roll Back).
- If a rollback is not possible, remove the device and restart the laptop. Windows should install the driver automatically.
- Download the latest driver from the laptop manufacturer's website (not Microsoft's website!).
- If all else fails, uninstall the latest Windows update via “Settings” → “Update and Security” → “View update history.”
The laptop only connects to certain networks. What's the matter?
This may be due to:
- Security type: if the router uses
WPA3, and your laptop does not support it, try changing the security type toWPA2-PSK. - Wi-Fi range: Old laptops may not see the network
5 GHz. Switch the router to mode2.4 GHzor give the networks different names. - Limitation by MAC address: Check your router settings to see if MAC filtering is enabled.
- Signal strength: if the network is weak, the laptop may “see” it, but not connect. Try moving closer to the router.
The Wi-Fi icon on the laptop is lit, but the Internet does not work. What to check?
Most likely, the problem is on the ISP side or in the router settings. Procedure:
- Reboot the router (unplug the plug for 30 seconds).
- Check if the Internet works on other devices. If not, call your provider.
- If other devices have Internet, check the IP settings on your laptop (it should be “Receive automatically”).
- Disable your antivirus or firewall - they may be blocking traffic.
- On the command line run
ipconfig /flushdnsto reset the DNS cache.
Is it possible to fix the Wi-Fi module yourself?
It depends on the nature of the breakdown and your skills:
- Software glitches: Yes, you can almost always fix it yourself (updating drivers, resetting settings).
- Poor module contact: If you have experience disassembling laptops, you can carefully remove the module and insert it back.
- Damage to the antenna or cable: You can replace the antenna yourself, but you need a soldering iron and precision.
- Chip failure: in this case, it’s easier and cheaper to buy an external USB adapter or take the laptop to a service center.
For most users, the best option is to purchase an external Wi-Fi adapter (from 500 rubles) or contact a service (repair cost is usually 1000–3000 rubles).