Are you trying to connect your laptop to Wi-Fi, but instead of the usual internet connection, you see a "No network access" message, a spinning indicator, or no networks listed at all? This problem is familiar to millions of users—and there can be dozens of causes, from a simple disabled adapter to complex conflicts in the router settings. In this article, we'll explore all possible scenarios, why the laptop does not connect to Wi-Fi - from obvious to hidden - and we will give step-by-step instructions for Windows and macOS.
Important: If your laptop previously connected to this network, and now it has stopped, the problem is most likely in the router or temporary failures. If never connected (for example, after purchasing or reinstalling the system), check the adapter drivers and settings. We've structured this material so you can quickly find a solution for your situation.
Don't rush to reset the settings or call a technician: in 80% of cases, the problem can be resolved independently in 5-10 minutes. Let's start with the simplest steps and gradually move on to more complex settings.
1. Checking basic parameters: router, adapter, power
Before you dig deep into the settings, make sure the problem isn't something basic. Here's three key points, which are often missed:
- 🔌 The router is turned on and distributing Wi-Fi.Check the indicators on the router (the wireless network icon should be lit). If the indicator is blinking red or not lit at all, reboot the router (unplug it for 30 seconds).
- ⚡ The laptop is not in Airplane mode.: on Windows click
Win + Aand make sure the mode is disabled. macOS - check the top panel. - 📡 The Wi-Fi adapter is physically turned on: on some laptops (eg. Lenovo ThinkPad or Dell Latitude) There's a hardware button or switch to turn off Wi-Fi. Look for it on the side panel or next to the key.
F2–F12(usually with an antenna icon).
If everything is fine with this, but there is still no network, proceed to the next step. By the way, On laptops with hybrid network cards (Wi-Fi + Bluetooth), sometimes disabling Bluetooth helps—it can conflict with the wireless network..
2. The laptop does not detect Wi-Fi networks: causes and solutions
Situation: The list of available networks is empty, or only neighboring networks are displayed, but not yours. This is one of the most common problems, and it has 5 main reasons:
- Disabled Wi-Fi adapter in the system.
- Outdated or missing drivers adapter.
- The router hides the SSID (network name).
- Incompatibility of standards (for example, the router only works in
5 GHz, and the laptop only supports2.4 GHz). - Hardware failure adapter (less often).
Let's start with the simplest thing - checking the adapter:
Is the adapter enabled in Device Manager? | Checking through Network Connections | Updating Drivers | Resetting Network Settings-->
How to enable a Wi-Fi adapter in Windows:
- Click
Win + X→ select "device Manager». - Expand the "Network adapters».
- Find the device with the names Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200).
- If there is a down arrow next to it, right-click and select "Engage».
On macOS check this: go to "System Preferences → Network" and make sure the Wi-Fi status is "Connected" or at least "Not connected" (and not "Disabled»).
3. Wi-Fi drivers: how to update or reinstall
Outdated, corrupted, or missing drivers are the number one reason why a laptop won't connect to Wi-Fi after reinstalling Windows or updating the system. Symptoms:
- 🖥️ In the Device Manager there is an exclamation mark next to the adapter.
- 🔄 The laptop "sees" the network, but does not connect (it says "Failed to connect").
- 🐢 Internet speed is extremely slow despite a good signal.
How to update the driver manually:
- Open "device Manager» (
Win + X). - Find your Wi-Fi adapter (see previous section).
- Right click → «Update driver» → «Automatic search».
- If Windows says that the driver is up to date, download it from the laptop manufacturer’s website (section “Support" or "Drivers»).
For macOS Drivers are updated via "Software update" (chapter "System Preferences"). If the problem occurred after updating macOS, try rolling back the system via "Recovery» (Cmd + R when loading).
| Laptop manufacturer | Link to drivers | Section on the website |
|---|---|---|
| HP | support.hp.com | «Software and Drivers» |
| Lenovo | pcsupport.lenovo.com | «Drivers & Software» |
| ASUS | www.asus.com/support | «Driver & Tools» |
| Dell | www.dell.com/support | «Drivers & Downloads» |
What to do if the driver is not installed?
If you receive the error "Device not found" or "Incompatible version" when installing the driver, try:
1. Remove the old driver via Device Manager (right-click → Uninstall device).
2. Disable your antivirus (it may block the installation).
3. Install the driver in “Compatibility mode” (right-click on the installation file → “Properties” → “Compatibility” tab → select Windows 10).
4. Use utilities to automatically update drivers (for example, Driver Booster or Snappy Driver Installer).
⚠️ Warning: Never download drivers from third-party websites (for example, driverpack.io (or similar). They often contain malware. Use only official resources from the laptop or adapter manufacturer.
4. Router settings: why the laptop won't connect to a specific network
If other devices (phone, tablet) connect to Wi-Fi without problems, but the laptop does not, the router settings are to blame. Here 4 key parameters, which need to be checked:
- 🔒 Security type: the router must use
WPA2-PSKorWPA3-PSK. OutdatedWEPor open network (No Security) can be blocked by modern operating systems. - 📡 Opening hours: if the router is configured to only
5 GHz, and the laptop only supports2.4 GHz(or vice versa), there will be no connection. Try turning it on dual mode (2.4 + 5 GHz). - 🔄 Channel and channel width: Some laptops (especially older ones) do not support higher channels
11in the range2.4 GHzor channel width80 MHzV5 GHz. - 🔍 MAC address filtering: If MAC binding is enabled in the router and the laptop's address is not added to the list, access will be blocked.
How to access router settings:
- Connect your laptop to the router via cable (or use another device that connects via Wi-Fi).
- Open your browser and enter in the address bar
192.168.0.1or192.168.1.1(the exact address is indicated on the router sticker). - Enter your login and password (usually
admin/adminoradmin/password). - Go to the section
Wireless(or "Wireless network") and check the parameters.
⚠️ Attention: If you change the router settings, write down the current parameters (especially the network name and password) on paper. After saving the changes, the router will reboot and all devices will be disconnected.
For TP-Link routers path to security settings: Advanced → Wireless → Wireless Security.
For ASUS: Wireless → General (mode) and Wireless → Professional (channel).
5. IP and DNS Conflicts: How to Fix Them
If your laptop connects to Wi-Fi, but the internet doesn't work (exclamation mark icon), the problem may be:
- 🔢 IP address conflict (two devices on the network received the same IP).
- 🌐 Incorrect DNS settings (for example, the router provides incorrect DNS servers).
- 🔄 Network cache failure (especially after Windows update).
How to reset network settings in Windows:
- Open
Command lineas administrator (Win + X→ «Terminal (Administrator)»). - Enter the commands one by one (press after each one)
Enter):netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns - Restart your laptop.
For macOS execute:
- Open "Terminal» (via Spotlight or
Programs → Utilities). - Enter:
sudo ifconfig en0 downsudo ifconfig en0 up(replace
en0to your interface if you use a different one). - Flush DNS:
sudo dscacheutil -flushcachesudo killall -HUP mDNSResponder
If the problem is with DNS, try manually entering public DNS from Google or Cloudflare:
- In Windows: "Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings».
- Right click on your Wi-Fi → «Properties» → «Internet Protocol version 4 (TCP/IPv4)» → «Properties».
- Select "Use the following DNS server addresses» and enter:
8.8.8.88.8.4.4(or
1.1.1.1for Cloudflare).
6. Viruses, antiviruses and firewalls: hidden blockers
Sometimes Wi-Fi doesn't work because of programs that block network traffic. These can include:
- 🛡️ Antiviruses (especially Avast, Kaspersky, ESET).
- 🔥 Malicious software, which changes network settings.
- 🧱 Windows Firewall or third-party firewalls (for example, Comodo Firewall).
How to check:
- Temporarily disable your antivirus (via the tray icon or in the program settings).
- Check your firewall:
Control Panel → System and Security → Windows Firewall → Turn firewall on or offTurn it off for 5 minutes and try connecting to Wi-Fi.
- Run a virus scan (eg. Malwarebytes or Dr.Web CureIt!).
If Wi-Fi works after disabling the antivirus, add your network to the program's exceptions. Kaspersky it's done like this: "Settings → Advanced → Network → Packet Rules».
⚠️ Attention: If you suspect a virus, do not enter passwords from banks or mail until you check the system. Some viruses steal data through holes in network settings.
7. Hardware problems: when should you take your laptop to a service center?
If none of the above helps, the problem may be in iron:
- 📱 Wi-Fi adapter failure (for example, after the laptop has fallen or been exposed to moisture).
- 🔌 Problems with antenna cables (often on laptops HP Pavilion or Acer Aspire).
- 🔋 Motherboard failure (less often, but it happens during power surges).
How to diagnose:
- Connect to laptop external Wi-Fi adapter (USB). If it works, the problem is in the internal adapter.
- Check if the Wi-Fi indicator on the laptop case is lit (if applicable). If it's not lit, the device may be faulty.
- Launch Live CD with Linux (for example, Ubuntu). If there is no Wi-Fi there either, the problem is serious.
Repair cost:
- 💰 Wi-Fi adapter replacement: from 1,500 to 4,000 rubles (depending on the model).
- 💰 Soldering work (antennas, contacts): from 3,000 rubles.
If your laptop is under warranty, don't disassemble it yourself! Contact the manufacturer's service center.
8. Specific cases: macOS, Linux, corporate networks
Some problems are specific to certain systems or conditions:
- 🍎 macOS: after updating to a new version (for example, Sonoma or Ventura) the setting " may fly offRemember the networks" Solution: Delete the network in "System Preferences → Wi-Fi" and reconnect.
- 🐧 Linux: some distributions (for example, Ubuntu 22.04+) require manual installation of drivers for adapters Broadcom or Realtek. Use the command:
sudo apt install firmware-b43-installer(For Broadcom).
- 🏢 Corporate networks: If you are connecting to Wi-Fi at an office or university, you may need a security certificate or setup
802.1XPlease contact your network administrator.
For Linux The following commands are also useful:
sudo lshw -C network # Shows the Wi-Fi adapter model
sudo dmesg | grep wifi # Displays error logs
⚠️ Attention: it is often used in corporate networks MAC filtering or proxy serversYou won't be able to connect without the correct settings—check with your IT department.
FAQ: Frequently asked questions about connecting a laptop to Wi-Fi
My laptop connects to Wi-Fi, but the page won't open. What should I do?
This is a typical DNS or gateway issue. Try:
- Reset DNS (
ipconfig /flushdnsin Windows). - Register Google DNS (
8.8.8.8) manually. - Check if your antivirus or VPN is blocking your traffic.
If that doesn't help, reboot your router.
My laptop won't connect to Wi-Fi after sleep/hibernation. How can I fix this?
The power settings are to blame:
- In Windows: "Device Manager → Network Adapters → [your adapter] → Properties → Power Management» → uncheck «Allow the computer to turn off this device to save power».
- On macOS: «System Preferences → Energy Saver» → disable «Dim the display slightly when running on battery power" (sometimes this affects the network).
The laptop sees Wi-Fi, but doesn’t connect – it says “Failed to connect.”
Reasons:
- Incorrect password (check your keyboard layout!).
- The router blocks the device by MAC address.
- Too many devices connected (router limitation).
Solution: Restart your router, check your password, and try connecting from another device.
The Wi-Fi works, but the speed is very slow. What's wrong?
Possible reasons:
- The laptop is connected to
2.4 GHz, and not to5 GHz(the last one is faster). - The router is overloaded (many devices or torrents).
- The adapter driver is out of date or running in compatibility mode.
- Neighboring networks are interfering (change the channel in the router to
1,6or11V2.4 GHz).
My laptop doesn't have a Wi-Fi button and it can't detect any networks. What should I do?
The adapter is likely disabled at the BIOS level or the driver is missing. Check:
- Go to BIOS (
F2/Delwhen loading) and find the optionWireless LAN- she must beEnabled. - If the adapter is not displayed in the Device Manager, it may be physically disabled (for example, on some Lenovo you need to press
Fn + F5). - Check if the antenna wires are disconnected (requires disassembling the laptop).