You are sitting with your laptop, trying to connect to Wi-Fi, but instead of the usual Internet access you see the message “No internet connection" or "Unable to connect to this network"There's a signal, other devices are working, but your laptop stubbornly ignores the network. Sound familiar? This problem affects one in three users—and the causes can lie in the laptop's settings, the router, drivers, or even physical damage.
In this article we will look at all possible reasons, why your laptop won't connect to Wi-Fi - from the trivial (a switched-off adapter) to the complex (a damaged antenna or IP conflict). You will receive step-by-step instructions For Windows 10/11, macOS And LinuxYou'll also learn how to check your router and when to contact a service center. We'll start with the simplest steps and gradually progress to a more in-depth diagnosis.
🔹 Important: If the problem appeared after updating Windows or changing the router, first check the sections about drivers And router settingsIn 70% of cases, the solution lies right there.
1. Checking the Obvious: 5 Things You Might Have Missed
Before digging deep into the settings, make sure the problem isn't something minor. These items may seem trivial, but they're the ones to blame. 40% of cases Wi-Fi problems.
- 🔌 Is Wi-Fi enabled on your laptop? On some models (Lenovo, HP, Dell) there is a physical switch or key combination (eg
Fn + F2orFn + F12). Check the wireless network indicator - if it is not lit, the adapter is disabled. - 📶 Does the laptop see other networks? If the list of available networks is empty or only displays neighboring access points, the problem is with the adapter or drivers. If networks are present, but the only one that won't connect is yours, the router or its settings are at fault.
- 🔄 Have you rebooted your router? Power off your router for 30 seconds, then power it back on. This will flush the DHCP cache and often resolve connection issues.
- 🔒 Is the password correct? Make sure you haven't mixed up the case of letters or symbols. macOS The password can be found in "
Keychain", on Windows - V "Network and Control Center». - 🖥️ Does Wi-Fi work on other devices? If your phone or tablet connects without a problem, the laptop is to blame. If not, the problem lies with your router or ISP.
If all points have been checked, but the laptop still does not connect, we move on.
2. Wi-Fi Adapter Problems: How to Check and Enable
A Wi-Fi adapter is the hardware responsible for wireless connections. If it's disconnected, damaged, or conflicting with the system, the laptop won't be able to connect to the network. Let's look at how to troubleshoot the adapter on different operating systems.
🖥️ Windows 10/11
Open "device Manager» (Win + X → Device Manager) and find the section "Network adapters" If next to the name of your Wi-Fi module (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4) If the exclamation mark is lit, the driver is not working properly. If the adapter is not present at all, it is disabled or not recognized by the system.
To enable the adapter:
- Right-click on the adapter → «Activate the device».
- If there is no item, check the physical switch on the laptop or in
BIOS(chapterAdvanced → Wireless LAN). - If the adapter is enabled but not working, update the driver (more on this in the next section).
🍎 macOS
On MacBook Check the Wi-Fi status in the menu bar (antenna icon). If it's crossed out or missing:
- Open "
System Preferences → Network». - Select Wi-Fi in the list on the left and click "Connect».
- If the network is not listed, restart your Mac while holding down
Shift + Control + Option + Power(resetSMC).
🐧 Linux (Ubuntu/Debian)
In the terminal, run the command:
ip a
Look for the interface with the name wlan0 or wlp3s0If it is not there or the status DOWN — the adapter is disabled. To enable:
sudo ip link set wlan0 up
If the command doesn't work, check if the adapter is blocked:
rfkill list
If the output contains Soft blocked: yes — unlock:
sudo rfkill unblock wifi
If the adapter is not detected at all, the problem is in the drivers or hardware.
☑️ Diagnostics of Wi-Fi adapter
3. Wi-Fi drivers: updating, rolling back, and reinstalling
In 60% of cases, the problem with connecting to Wi-Fi on Windows is resolved by updating or rolling back the adapter driver. Manufacturers regularly release patches to fix bugs, especially after major system updates (for example, Windows 11 23H2). Let's look at how to work with drivers correctly.
🔄 How to update the driver
Method 1: Through device Manager:
- Find your Wi-Fi adapter in the "Network adapters».
- RMB → «Update driver» → «Automatic search».
- If Windows does not find updates, download the driver from the laptop manufacturer's website (Lenovo, ASUS, HP) or chip (Intel, Qualcomm, Realtek).
Method 2: Through Driver Booster or Snappy Driver Installer (for automatic search).
How to roll back a driver
If the problem appeared after updating the driver:
- IN
Device Managerselect adapter → «Properties» → tab «Driver». - Click "Roll back» (if the button is active).
- Restart your laptop.
🔧 Reinstalling the driver
If updating and rolling back did not help:
- Download the latest driver from the official website (for example, for Intel Wi-Fi 6 - With
downloadcenter.intel.com). - IN
Device Manageruninstall the current driver (right-click → "Remove device»). - Install the downloaded driver and reboot.
For Linux Drivers are installed through packages (for example, firmware-iwlwifi For Intel). On macOS Drivers are updated via "Software update».
4. Router settings: what could go wrong
If your laptop won't connect to Wi-Fi, but other devices work fine, the problem may be with your router settings. The most common culprits are:
- 🔒 Incorrect security type (For example,
WEPinstead ofWPA2/WPA3). - 📡 Hidden network (SSID) — if the router does not broadcast the network name, the laptop will not see it.
- 🔄 MAC address filtering - if your laptop is not on the white list.
- 📶 Channel congestion - if too many devices are connected to one frequency (
2.4 GHzor5 GHz).
To check the settings:
- Connect to the router via cable or another device.
- Open your router's control panel (usually at
192.168.0.1or192.168.1.1). - Check:
| Parameter | Recommended value | What to do if not |
|---|---|---|
| Security mode | WPA2-PSK or WPA3-PSK |
Edit in section Wireless → Security |
| SSID broadcast | Enabled |
Turn on in Wireless → Basic Settings |
| MAC filtering | Disabled or your MAC is on the list |
Add MAC laptop to Wireless → MAC Filter |
| Wi-Fi channel | Auto or 1/6/11 (for 2.4 GHz) |
Change the channel in Wireless → Channel |
If you are not sure about the settings, reset the router to factory settings (button Reset on the back panel) and reconfigure.
How to find out the MAC address of a laptop?
In Windows: Open a command prompt and type ipconfig /all - look for the line "Physical address" on the Wi-Fi adapter. On macOS: "System Preferences → Network → Advanced → Ethernet" (yes, even for Wi-Fi). On Linux: ifconfig | grep ether.
5. IP and DNS conflicts: when the network is there, but there is no internet
Sometimes a laptop connects to Wi-Fi, but the internet connection isn't working—there's an exclamation point next to the network name. This means the device has received an IP address but can't access the network. This can cause:
- 🔢 IP address conflict — two devices on the network received the same IP.
- 🌐 DNS issues — servers are not responding or blocked.
- 🔌 Incorrect TCP/IP settings - static IP, which conflicts with DHCP.
How to fix:
🖥️ Windows
- Open
Command line(Win + R → cmd). - Perform in order:
ipconfig /releaseipconfig /renew
ipconfig /flushdns
If that doesn't help, install Google's DNS:
netsh interface ip set dns "Wi-Fi" static 8.8.8.8
netsh interface ip add dns "Wi-Fi" 8.8.4.4 index=2
🍎 macOS
- Open "
System Preferences → Network → Wi-Fi → Advanced». - Tab TCP/IP: click "Renew DHCP».
- Tab DNS: add
8.8.8.8And8.8.4.4.
🐧 Linux
sudo dhclient -r wlan0 # release IPsudo dhclient wlan0 # get a new IP
sudo systemd-resolve --flush-caches # flush DNS cache
If after these steps the Internet does not work, check the router settings (section DHCP). Make sure the IP range (eg. 192.168.0.100-192.168.0.200) does not overlap with static addresses.
6. Hardware problems: when the hardware is to blame
If none of the previous methods helped, the problem may be a physical malfunction:
- 📡 Damaged Wi-Fi antenna — If the laptop was dropped or exposed to vibration, the antenna contacts may have become disconnected from the adapter.
- 🔌 Faulty Wi-Fi module - if the adapter is not detected even after reinstalling the drivers.
- 🔋 Nutritional problems - on some laptops (ASUS, Acer) The Wi-Fi module may turn off when the battery is low.
How to diagnose:
- Check the antenna: Disassemble your laptop (or contact a service center) and make sure the antenna cables are securely connected to the Wi-Fi module. They look like two thin wires (black and white or gray).
- Test with external adapter: Buy or borrow USB Wi-Fi adapter (For example, TP-Link TL-WN725N). If the network works with it, the built-in module is to blame.
- Checking in BIOS: Make sure Wi-Fi is not disabled at the BIOS level (
Advanced → Wireless LAN → Enabled).
If the adapter is faulty, it can be replaced. The cost of a new module (for example, Intel AX200) — from 1,500 to 3,000 rubles, and replacement at a service center will cost 1,000–2,000 rubles.
7. Features of different operating systems
Depending on the OS, the methods for diagnosing and resolving Wi-Fi issues may differ. Let's look at the nuances for Windows, macOS And Linux.
🖥️ Windows 10/11: Network reset and diagnostics
If standard methods do not help:
- Open "
Settings → Network & Internet → Status → Network reset" This will remove all network adapters and reinstall them. - Run the built-in diagnostics: right-click on the Wi-Fi icon → "Troubleshooting».
- Check the service
WLAN AutoConfig:
sc query Wlansvc # check statussc config Wlansvc start= auto # enable autostart
net start Wlansvc # start the service
🍎 macOS: Reset NVRAM and create a new access point
On MacBook Wi-Fi problems are often solved by resetting NVRAM:
- Shut down your Mac.
- Turn on by pressing and holding immediately
Option + Command + P + Rfor 20 seconds. - Release the keys and your Mac will reboot with the reset settings.
If the network still doesn't work, remove it from the list and reconnect:
- «
System Preferences → Network → Wi-Fi → Advanced». - Select your network and click "–" (delete).
- Please reconnect by entering your password.
🐧 Linux: Checking Kernel Modules
If Wi-Fi is not working on Ubuntu or Debian:
- Check if the adapter module is loaded:
lsmod | grep iwlwifi # for Intel
lsmod | grep ath # for Atheros
- If the module is not there, download it:
sudo modprobe iwlwifi
- Check kernel logs for errors:
dmesg | grep iwlwifi
If there are errors of the type in the logs firmware: failed to load - download the firmware for your adapter (for example, firmware-iwlwifi For Intel).
8. When to contact a service center: signs of serious problems
Not all Wi-Fi issues can be resolved on your own. Contact a service center if:
- 🔧 The adapter is not detected in any OS (including LiveCD Linux).
- 🔥 The laptop is overheating when trying to connect to Wi-Fi (may indicate a short circuit in the module).
- ⚡ Wi-Fi only works when the charger is connected. (problem with module power supply).
- 📉 Connection speed drops to 0 a few minutes after connection.
The cost of diagnostics at the service center starts from 500 rubles. Repair or replacement of the Wi-Fi module will cost 1,500–4,000 rubles depending on the laptop model.
If your laptop is under warranty, do not disassemble it yourself! This may void your right to a free repair.
FAQ: Frequently asked questions about laptop Wi-Fi issues
🔹 My laptop connects to Wi-Fi, but pages won't open. What should I do?
This is a typical problem with DNS or gateway. Try:
- Flush DNS cache (
ipconfig /flushdnsfor Windows). - Set public DNS (8.8.8.8 or 1.1.1.1).
- Check if your antivirus (for example, Kaspersky or Avast) network access.
If it doesn't help, check your router settings (section DHCP) or contact your provider.
🔹 After updating Windows, my laptop stopped detecting Wi-Fi. How can I fix it?
Drivers or power saving settings are to blame. Try the following:
- Roll back your Wi-Fi driver
Device Manager. - Disable power saving for the adapter:
Control Panel → Power Options → Plan settings → Change advanced settings → Wireless adapter settings → Power saving mode: Maximum performance
- If that doesn't help, download the driver from the laptop manufacturer's website (not from Windows Update!).
🔹 My laptop only connects to 2.4 GHz, not 5 GHz. What's wrong?
The reasons may be different:
- Your Wi-Fi adapter does not support
5 GHz(check model specifications). - The router mode is disabled
802.11a/n/ac(enable in settings)Wireless → Mode). - Channel
5 GHzconflicts with radars (change channel to 36-48 or 149-165).
To check support 5 GHz on Windows, open Command line and enter:
netsh wlan show drivers
Look for the line "Supported radio types"If there is only 802.11b/g - your adapter only works on 2.4 GHz.
🔹 My macOS laptop keeps disconnecting from Wi-Fi. How can I fix this?
On MacBook A common problem is automatic power-off to save battery power. Solutions:
- Reset
SMC(as described in the section about macOS). - Turn off the "Automatic connection»:
System Preferences → Network → Wi-Fi → Advanced → Check "Ignore this network device"
- Update macOS to the latest version (new versions have fixed Wi-Fi bugs).
🔹 Can I use a USB Wi-Fi adapter if the built-in one is broken?
Yes, this is a temporary solution. Any adapter that supports it will work for your laptop. 802.11ac (For example, TP-Link Archer T2U or ASUS USB-AC56). Please note:
- The USB adapter will occupy the port.
- The speed may be lower than the built-in module (due to limitations
USB 2.0). - On Linux You may need to install drivers (for example, for chips) Realtek RTL88x2bu).
If you plan to use the adapter constantly, choose models with support Wi-Fi 6 and an external antenna.