Has your laptop suddenly stopped connecting to Wi-Fi, even though other devices are working fine? Or is the network detected, but there's no internet? This problem is familiar to millions of users, according to statistics. NetSpot, 37% of support requests are related to wireless connections. The causes can be rooted in the laptop itself (from outdated drivers to hardware malfunctions) or external factors, such as router settings, interference, or ISP restrictions.
In this article we will look at all possible scenarios, why your laptop isn't working on Wi-Fi - from basic checks to in-depth diagnostics. You'll get step-by-step instructions For Windows 10/11, macOS And Linux, as well as a table of symptoms with probable causes. We will pay special attention to cases where the network visible, but not connected, or when there is a connection, but pages don't loadLet's start with the simplest and gradually move on to more complex solutions.
1. Basic check: router, cable and other devices
Before digging into your laptop's settings, make sure the problem isn't with the signal source. Start with the basics:
- 🔌 Reboot your routerUnplug it for 30 seconds, then plug it back in. This clears the DHCP cache and often resolves temporary issues.
- 📱 Check other devicesDoes your smartphone, tablet, or second laptop connect to the same network? If not, the problem lies with your router or ISP.
- 🌐 Test via cableConnect your laptop to the router via
Ethernet-cable. If the internet works, the problem is definitely with the Wi-Fi module. - 📡 Indicators on the routerAre the lights on?
Wi-FiAndInternetIs the activity indicator blinking? No light indicates a hardware failure.
If other devices connect normally, but the laptop doesn't, proceed to the next section. If the problem affects all devices:
- 📞 Call your provider. There may be a line problem or a MAC address block.
- 🔧 Reset your router to factory settings (button
Reseton the back panel). Attention: After the reset, you will have to set up the network again!
2. Problems with Wi-Fi adapter drivers
In 60% of cases, non-working Wi-Fi on a laptop is due to network adapter driversThey may be outdated, damaged, or missing entirely (for example, after reinstalling Windows). This can be easily verified:
- Click
Win + Xand select device Manager. - Expand the tab Network adapters.
- Find the device with the names Wireless, Wi-Fi, 802.11 or adapter model (for example, Intel AX200, Qualcomm Atheros).
- If a yellow exclamation mark is lit next to the adapter, the driver is not working properly.
Solutions:
- 🔄 Update your driverRight-click on the adapter →
Update driver→Automatic searchIf Windows doesn't find updates, download them from the laptop manufacturer's website (Lenovo, HP, Dell etc.). - 🗑️ Uninstall and reinstall the driver. IN
Device ManagerRemove the adapter, then restart your laptop - Windows will try to install the driver automatically. - 🔙 Driver rollbackIf problems started after an update, revert to the previous version: right-click →
Properties→ tabDriver→Roll back.
Make sure the adapter is visible in Device Manager.
Check for an exclamation mark
Update the driver via Windows Update
Download the latest version from the laptop manufacturer's website
Restart your laptop after installation-->
⚠️ Attention: On some laptops (eg. HP Pavilion or Lenovo IdeaPad) after updating the BIOS, the settings may be resetWireless Radio Control. Check in BIOS (F2/Delwhen loading), whether the Wi-Fi module is enabled.
3. Network settings in Windows: reset and diagnostics
Windows 10 and 11 have built-in tools for diagnosing network problems. Start with these:
- Click on the Wi-Fi icon in the tray →
Network troubleshooting. - Follow the wizard's instructions. It often fixes errors automatically.
DNSorIP conflicts.
If this does not help, please do reset network settings:
- Open
Parameters→Network and Internet→State→Network reset. - Click
Reset nowand confirm the action. The laptop will restart.
After the reset, you'll need to reconnect to all saved networks. If the issue persists:
- 🔧 Check your IP settings. Open
Command line(Win + R→cmd) and enter:ipconfig /allMake sure your adapter has
IPv4 address(usually192.168.x.xor10.0.x.x). If the address starts with169.254- this is a DHCP error. - 🔄 Set DNS manuallySometimes providers block standard DNS. Try using
8.8.8.8(Google) or1.1.1.1(Cloudflare):- Open
Control Panel→Network and Internet→Network and Sharing Center→Changing adapter settings. - Right-click on your Wi-Fi →
Properties→Internet Protocol version 4 (TCP/IPv4)→Properties. - Select
Use the following DNS server addressesand enter8.8.8.8And8.8.4.4.
- Open
4. Hardware problems: how to test the Wi-Fi module
If software methods do not help, the problem may be in physical damage Wi-Fi module. This is especially true for laptops that have been dropped, overheated, or used in high-humidity conditions. Signs of hardware failure:
- 🚫Wi-Fi adapter not displayed V
Device Manager. - 🔥Laptop gets very hot in the area above the keyboard (the Wi-Fi module is usually located there).
- ⚡The network only works when the laptop is in a certain position (for example, if the screen is tilted).
- 🔌The Wi-Fi indicator on the laptop body does not light up (if there is one).
- Check the antenna connectionsIn most laptops, the Wi-Fi module is connected to the motherboard via
M.2orPCIeslot, and two thin antennas connect to it. If they come loose or are damaged, there will be no signal. Leave laptop disassembly to a specialist! - Test with external adapterBuy an inexpensive one. USB Wi-Fi adapter (For example, TP-Link TL-WN725N). If the network works with it, the problem is in the built-in module.
- Check your BIOS. On some models (ASUS ROG, MSI) Wi-Fi can be disabled in the BIOS settings. Go to the BIOS (
F2/Delwhen loading) and find the optionWireless LAN SupportorOnboard Wi-Fi- she must be in positionEnabled.
What to do:
⚠️ AttentionIf your laptop has been spilled or subjected to impact, do not attempt to disassemble it yourself. Corrosion on the Wi-Fi module contacts may cause a short circuit when turned on!
What does a Wi-Fi module look like in a laptop?
It is usually a small, coin-sized board connected to the motherboard via a connector. M.2 2230 (key A+E) or PCIeThe module has a manufacturer's marking (for example, Intel 7265NGW, Broadcom BCM4352) and two connectors for antennas (marked MAIN And AUX).
5. Conflicts between programs and services
Sometimes Wi-Fi stops working because third-party software, which blocks the network. Common culprits:
- 🛡️ Antiviruses and firewalls (Kaspersky, Avast, ESET). They may block connections, considering them suspicious.
- 🔄 VPN clients (NordVPN, ProtonVPN). Some of them change network settings and do not restore them after disconnection.
- 🎮 Gaming utilities (Razer Cortex, MSI Dragon Center). They optimize traffic and can "cut off" Wi-Fi.
- 🔧 Download managers (Internet Download Manager, uTorrent). Sometimes they conflict with network drivers.
- Boot your laptop into Safe Mode with Networking:
- Click
Win + R, entermsconfig. - Go to the tab
Loading, markSafe modeAndNet. - Reboot. If Wi-Fi works again, third-party software is to blame.
- Click
- Check it out Windows services:
sc query WlanSvcsc query DhcpIf the status is not
RUNNING, start the services with the command:net start WlanSvcnet start Dhcp - 📶 Wi-Fi operating modeIf the router is configured to
802.11ac(5 GHz), and your laptop only supports802.11n(2.4 GHz), connection will be impossible. Select mixed mode802.11b/g/n/ac. - 🔢 Wi-Fi channel. Channels
12-14Wireless networks in the 2.4 GHz band are banned in some countries. If your laptop is manufactured for the US, it won't see networks on these channels. - 🔒 MAC address filtering. It may be enabled in the router settings.
MAC Filter, which blocks unknown devices. Add your laptop's MAC address to the list of allowed devices. - 🔄 Encryption. Obsolete protocol
WEPorTKIPmay not be supported by modern adapters. Please useWPA2-AESorWPA3. - Transmission powerIn some routers (for example, ASUS RT-AX88U) You can manually reduce the signal strength. If it's too low, the laptop won't be able to connect.
- Guest networkIf you're connecting to a guest network, check to see if it restricts access to local resources.
- 🍎 Resetting SMC and NVRAMOn . MacBook with a processor Intel:
- Shut down your Mac.
- Clamp
Shift + Control + Option(left side of the keyboard) + power button for 10 seconds. - Turn on your Mac.
- 🔍 Wireless network diagnostics. Press
Optionand click on the Wi-Fi icon in the menu bar →Open wireless network diagnostics. - 🔄 Clearing network settingsGo to .
System Preferences → Network, select Wi-Fi, press–(delete), then add the network again.
How to diagnose:
If a conflict is confirmed, uninstall or update the problematic software. For antivirus software, try add the network to exceptions or temporarily disable the firewall.
| Symptom | Probable cause | Solution |
|---|---|---|
| Wi-Fi connects, but pages don't load. | The provider's DNS servers are not responding. | Set DNS manually (8.8.8.8) |
| The network keeps disconnecting | Power saving turns off the adapter | Turn it off Allow power off to save power in the adapter properties |
| The laptop doesn't see any networks. | The adapter driver is not installed. | Install the driver from the manufacturer's website |
| Connection "without internet access" | IP address not assigned (DHCP issue) | Set a static IP or reboot your router |
| Wi-Fi only works near the router. | Weak signal or interference | Change the Wi-Fi channel in your router settings. |
6. Router settings: channels, standards, and filtering
If other devices connect fine but your laptop doesn't, the problem may be incompatibility of router settings with your adapter. Check the following parameters (access the router's web interface at 192.168.0.1 or 192.168.1.1>):
Also note:
⚠️ Attention: Router settings may reset after a firmware update. If you recently updated your router firmware, check to see if your personal settings (e.g.MAC filterorstatic DHCP).
7. Features of macOS and Linux
On laptops MacBook and devices under Linux Wi-Fi problems have their own nuances.
For macOS (Monterey, Ventura, Sonoma):
To reset NVRAM hold while loading Command + Option + P + R 20 seconds.
For Linux (Ubuntu, Fedora, Debian):
- 🐧 Checking the kernel moduleIn the terminal, enter:
lspci -knn | grep -iA3 netMake sure your Wi-Fi adapter is recognized by the system. If not, the firmware may be missing.
- 📦 Installing proprietary driversFor adapters Broadcom or Realtek Manual installation of drivers may be required:
sudo apt install firmware-b43-installer # For Broadcomsudo apt install rtl8821ce-dkms # For Realtek RTL8821CE - 🔧 Setting up
NetworkManager. Restart the service:sudo systemctl restart NetworkManager
8. When to contact the service center
If you have tried all the methods and your laptop still does not work on Wi-Fi, you may need professional repairPlease contact our service center in the following cases:
- 💥 The laptop was dropped or spilled with liquid — oxidation of the Wi-Fi module contacts may have occurred.
- 🔥 The adapter is overheating - this is a sign of a faulty chip or antennas.
- 🚫 Wi-Fi doesn't work even after replacing the module - the problem may be in the motherboard (damaged)
PCIe-slot). - ⚡ The laptop turns off when connected to Wi-Fi — a power conflict or short circuit is possible.
Repair cost:
- Replacing the Wi-Fi module: 1 500–4 000 ₽ (depending on the laptop model and module type).
- Diagnostics + soldering of contacts: 2 000–5 000 ₽.
- Motherboard repair: from 5,000 ₽.
- Make a backup copy of your data.
- Check if the service center has original spare parts for your model.
- Check if the warranty period has expired (if the laptop is new).
- Set DNS manually:
8.8.8.8(Google) or1.1.1.1(Cloudflare). - Check your proxy settings:
Settings → Network → Proxy(should beAutomatic detection). - Disable your VPN or antivirus firewall.
- Run in command line:
ipconfig /flushdnsnetsh winsock reset - 📶 Congested channel. Use the utility Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS) to find a free channel and change it in the router settings.
- 🔄 Obsolete standardIf the router is operating in mode
802.11g(max 54 Mbps), switch to802.11n(up to 300 Mbps) or802.11ac(up to 1 Gbit/s). - 🏠 Weak signalCheck the signal level in
Task Manager(tabPerformance → Wi-Fi). If below 3/5, move the router closer or use a repeater. - 🛡️ Provider limitationSome plans have a Wi-Fi speed limit. Check with your provider.
- 📡 Your Wi-Fi adapter does not support 5 GHz (relevant for older laptops before 2015).
- 🔧 The 5 GHz band is disabled in the router settings (check the section
Wireless → 5GHz Settings). - 🇬🇧 In some countries (for example, in Russia) 5 GHz channels are higher
149require registration. The router may hide them. - 🔄 5 GHz support is disabled in Windows. Check in
Device Manager→ adapter properties → tabAdditionally→ parameterPreferred Band(should beAutoor5GHz first). - Roll back the driver:
Device ManagerRight-click on the adapter →Properties→Driver→Roll back. - Uninstall the latest update:
Settings → Update & Security → View update history → Uninstall updates. - Download the driver from the laptop manufacturer's website (do not use drivers from the website Intel or Qualcomm - they may be incompatible!).
- If nothing helps, perform a system restore to a point before the update.
- 🔌 Connection type:
USB 2.0(up to 300 Mbps) orUSB 3.0(up to 1 Gbit/s). - 📶 Standard:
802.11ac(5 GHz) or802.11ax(Wi-Fi 6). - 🛡️ Driver supportFor macOS, choose chip-based adapters. Broadcom (For example, TP-Link TL-WDN4800). For Linux - with open firmware (Atheros or Ralink).
- TP-Link Archer T4U (USB 3.0, 1200 Mbps)
- ASUS USB-AC68 (dual antenna, MU-MIMO support)
- Edimax EW-7811Un (compact, for Linux/macOS)
Before visiting the service:
⚠️ AttentionSome service centers offer to "flash" the Wi-Fi module instead of replacing it. This is a temporary solution—if the chip is damaged, flashing won't help long-term. Insist on replacing the module.
FAQ: Frequently Asked Questions
My laptop connects to Wi-Fi, but pages won't load. What should I do?
This is a typical problem with DNS or gateway. Try:
If that doesn't help, the problem is on your provider's side (call support).
The Wi-Fi works, but the speed is very slow. What's wrong?
Reasons for low speed:
My laptop can't see the 5 GHz network, only the 2.4 GHz one. Why?
Possible reasons:
My Wi-Fi stopped working after a Windows update. How do I fix it?
Windows updates often break drivers. Try this:
Is it possible to use a USB Wi-Fi adapter instead of the built-in one?
Yes, this is a working solution if the built-in module is broken. When choosing an adapter, please consider the following:
Popular models: