You turned on your laptop, but the list of available networks is empty. Or you only see neighboring access points, but not your own. This situation is familiar to many: The laptop doesn't see Wi-Fi., although other devices connect without problems. There could be a dozen reasons, from a simple disconnected adapter to a serious hardware failure.
In this article we will analyze all possible scenarios: software glitches, router issues, hardware malfunctions, and even rare cases like channel conflicts or MAC address blocking. For each cause, we'll provide step-by-step instructions with pictures (where necessary), terminal commands, and diagnostic tips. We'll also cover the nuances for Windows 10/11, macOS And Linux — the verification algorithms there are different.
Spoiler: in 60% of cases, the problem can be resolved in 5 minutes using standard system tools. But if you've already tried everything, we'll tell you how to tell the difference at the end of the article. software failure due to hardware failure and when it's time to take your laptop to a service center.
1. Checking basic settings: router and laptop
Before digging deeper, make sure the problem isn't just on the surface. Start with the router:
- 🔌 Router power supply: Check if the power indicator is on. If it's blinking red or completely off, the problem is with the power supply or the device itself.
- 📡 Wi-Fi mode: Some routers have a physical button to turn on the wireless network (often labeled
Wi-FiorWLAN). Click it. - 🔄 RebootUnplug the router for 30 seconds, then plug it back in. Wait 2-3 minutes for the network to restore.
Now let's move on to the laptop:
- ✈️ Airplane mode: V Windows click
Win + Aand check if it is disabled. macOS - openControl Center(icon in the upper right corner). - 🔧 Hardware switch: on some laptops (eg. Lenovo ThinkPad or old ones HP) There's a physical Wi-Fi switch on the case. It can be accidentally turned off.
- 🔍 List of networks: V Windows Click on the Wi-Fi icon in the tray macOS — by the icon in the menu bar. If the list is empty, but other devices see the networks, the problem is with the laptop.
If the network does not appear after these manipulations, we move on. Pay special attention to the Wi-Fi indicator on your laptop: if it is not lit or is blinking orange, this is a sign of a hardware problem (more on this in section 6).
2. Diagnosing the network adapter in Windows
IN Windows 10/11 Most Wi-Fi issues are related to drivers or adapter settings. Let's go over the key points:
2.1. Checking the adapter status
Open device Manager (Win + X → Device Manager) and expand the branch Network adaptersLook for the device with the words Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
- ❌ The device is missing: If the adapter is not in the list, it is disabled in the BIOS or physically damaged.
- ⚠️ Yellow triangle: The driver is not working properly. Right-click →
Update driver. - ↗️ Down arrow: The adapter is disabled. Right-click →
Activate the device.
2.2. Resetting network settings
Launch Command line as administrator (Win + X → Terminal (Admin)) and execute the commands in order:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Afterwards, restart your laptop. These commands reset the DNS cache, network protocols, and IP settings—often helps with frozen connections.
2.3. Checking Wi-Fi services
Click Win + R, enter services.msc and find services:
WLAN AutoConfig(WLAN auto-configuration) - should beIn progress.Network connections— launch typeAutomatically.
If the service is stopped, right-click → Launch.
☑️ Wi-Fi Diagnostics in Windows
3. Driver issues: how to update or reinstall
Incorrect or outdated drivers are the number one reason why a laptop can't connect to Wi-Fi. Let's look at how to check and fix them.
3.1 Automatic driver update
IN Device Manager Right-click on the network adapter → Update driver → Automatic searchIf the system finds an update, install it and restart the laptop.
⚠️ Attention: sometimes Windows installs Microsoft Universal Driver instead of the manufacturer's original driver. This may impair Wi-Fi performance. If problems persist after updating, uninstall the driver and install it manually from the laptop manufacturer's website.
3.2. Manual driver installation
Find out the exact model of the adapter (in Device Manager → Properties → Details → Hardware ID) and download the driver:
- 🖥️ For Intel: Intel's official website (search by model, for example AX201).
- 🖥️ For Qualcomm Atheros or Broadcom: Drivers are usually available on the laptop manufacturer's website (HP, Dell, Lenovo etc.).
- 🖥️ For Realtek: realtek.com (chapter
Wireless).
After installation, restart your laptop. If the driver doesn't install, try remove old software through Control Panel → Programs and Features, then reinstall.
3.3. Driver Rollback
If problems started after updating the driver, revert to the older version:
- Open
device Manager→ right-click on the adapter →Properties. - Go to the tab
Driver→Roll back(if the button is active). - Restart your laptop.
4. Problems on the router side: channels, settings, blockages
If other devices can't see your network or connect intermittently, the problem is with your router. Let's look at some common scenarios.
4.1. Incorrect Wi-Fi channel
Modern routers operate at frequencies 2.4 GHz And 5 GHzIf the laptop does not see the network:
- 📶 Check if the mode is enabled
802.11n/ac/ax(in the router settings, sectionWirelessorWi-Fi). - 🔢 Try changing the channel with
Autoto a fixed one (for example,6or11For2.4 GHz). - 🚫 Turn off the mode
802.11r(Fast Transition), if it is enabled - some laptops do not support it.
To change the settings, go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1>, login/password - on the sticker on the back).
4.2. Hidden Network (SSID)
If the mode is enabled in the router settings Hide SSID (Hide SSID), the laptop won't see the network in the list. To connect:
- IN Windows:
Settings → Network & Internet → Wi-Fi → Manage known networks → Add new network. - IN macOS:
System Preferences → Network → Wi-Fi → Advanced → Add network. - Enter the network name (
SSID) and password manually.
4.3. Blocking by MAC address
Some routers are configured so that only devices with permitted permissions can connect. MAC addresses. Check:
- Go to your router settings → section
MAC FilterorAccess control. - If filtering is enabled, add
MAC addressyour laptop (you can find it out inCommand lineteamipconfig /all— look for the linePhysical addressfor the adapterWireless).
| Problem | Signs | Solution |
|---|---|---|
| Wrong channel | The laptop doesn't see the network, but the phone does. | Change the channel in the router settings to 1-11 (2.4 GHz) or 36-165 (5 GHz) |
| Hidden SSID | The network is not showing up, but connecting manually works. | Disable Hide SSID or add the network manually |
| MAC blocking | The laptop does not connect, but other devices do. | Add the laptop's MAC address to the router's whitelist |
| Outdated Wi-Fi standard | The laptop sees the network, but does not connect (authentication error) | Change security mode from WEP on WPA2/WPA3 |
⚠️ Attention: if after changing the channel or disconnectingHide SSIDThe network is still not visible, try resetting the router to factory settings (buttonReseton the back panel). This will delete all user settings, including the Wi-Fi password!
5. Wi-Fi Problems on macOS and Linux
Diagnostic algorithm on macOS And Linux differs from WindowsLet's look at the key points.
5.1. macOS: Reset Network Settings
If a laptop MacBook doesn't see Wi-Fi:
- Open
Terminal(Programs → Utilities → Terminal) and run the commands:sudo ifconfig en0 downsudo ifconfig en0 up(replace
en0on your interface, you can find out with the commandnetworksetup -listallhardwareports). - Reset network settings:
sudo networksetup -removepreferredwirelessnetwork en0 "network_name" - Remove configuration files:
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plistsudo rm /Library/Preferences/SystemConfiguration/preferences.plistThen restart your MacBook.
5.2. Linux: Checking Kernel Modules
IN Linux (For example, Ubuntu, Debian) Wi-Fi problems are often related to missing drivers. Check:
- Run in terminal:
lspci -knn | grep Net -A3This will show the model of your Wi-Fi adapter and the driver it is using.
- If the driver is not loaded (for example, for adapters Broadcom), install it:
sudo apt updatesudo apt install firmware-b43-installer(for other adapters the packages may differ, for example
firmware-iwlwifiFor Intel). - Reboot the system:
sudo reboot
If the adapter is detected but the network is not visible, check the interface status:
ip a
sudo ip link set wlan0 up
(replace wlan0 to your interface).
What to do if the adapter is not detected at all in Linux?
If the team lspci If the Wi-Fi adapter isn't showing up, the problem may be a disabled PCI device. Check the command output. lspci -v - if there is a sign next to the adapter Kernel driver in use: none, try loading the kernel module manually (for example, sudo modprobe iwlwifi for Intel).
6. Hardware malfunctions: how to recognize and what to do
If all software methods have been tried, and the laptop still does not see Wi-Fi, it is possible hardware failureLet's look at the signs and solutions.
6.1 Signs of a hardware problem
- 💡 Wi-Fi indicator does not light up or flashes orange (on some models) Asus, HP).
- 🔌 The adapter is missing V
Device Managereven after reboot. - 🔧 The laptop does not see the network in any OS (if you tried to download Linux from a flash drive).
- 💥 Problems arose after the fall or liquid ingress.
6.2 Possible reasons
| Cause | How to check | Solution |
|---|---|---|
| The antenna cable has become disconnected | Disassemble the laptop and check the cable connections to the Wi-Fi module. | Reconnect the cables or replace the module. |
| The Wi-Fi module burned out. | Test the module's power supply circuit with a multimeter | Module replacement (cost ~1500-4000₽) |
| Problems with the southbridge | The laptop does not detect other USB devices, and the touchpad does not work. | Motherboard repair (expensive, often impractical) |
| The adapter is disabled in BIOS. | Enter BIOS (F2/Del when loading) and check the settings Wireless |
Enable the adapter in BIOS |
If you're not experienced in electronics repair, it's best to contact a service center. The average cost of diagnostics is 500-1000₽, replacing the Wi-Fi module — 1500-3000₽ (excluding spare parts).
⚠️ Attention: Before disassembling the laptop, disconnect the battery! On some models (MacBook, Dell XPS) The Wi-Fi module is hidden under the screen or soldered to the motherboard - self-repair may lead to damage.
7. Rare causes: from conflicts to viruses
Sometimes the problem lies in less obvious things. Let's look at some rare but possible scenarios.
7.1. Conflict with antivirus or VPN
Some antiviruses (Kaspersky, Avast) and VPN clients (NordVPN, ProtonVPN) block network connections. To check:
- 🛡️ Temporarily disable your antivirus and try connecting to Wi-Fi.
- 🌐 Disable VPN or change protocol (for example, from
OpenVPNonWireGuard). - 🔄 Restart your laptop after disabling the software.
7.2. Viruses and malware
Some viruses modify network settings or block Wi-Fi access. Check:
- Download Kaspersky Virus Removal Tool or Dr.Web CureIt! from another device.
- Run the scan on your laptop (preferably in
Safe mode). - Remove the detected threats and reboot the system.
7.3 IP address conflict
If two devices on the network have the same IP address, this may cause connection problems. To check:
- IN Windows open
Command lineand run:arp -aLook for duplicate IPs in your subnet (eg.
192.168.1.100). - If you find a conflict, assign a static IP to the laptop:
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings → Properties → Internet Protocol Version 4 (TCP/IPv4)Specify an IP outside the DHCP range (e.g.
192.168.1.200, if the router distributes addresses up to192.168.1.199).
8. When to call for service: a checklist before your visit
If you've tried everything in this article and your laptop still can't connect to Wi-Fi, you may need professional help. Before visiting a service center:
☑️ Preparing for a service visit
The service may offer you:
- 🔧 Diagnostics (500-1500₽) — checking the adapter, cables, motherboard.
- 🔄 Replacement of the Wi-Fi module (1500-4000₽ + cost of spare part).
- 🔌 Soldering work (if contacts have fallen off or tracks on the board have burned out).
Average repair prices (in Moscow, 2026):
- Replacing the Wi-Fi module: 2500-5000₽ (including spare part).
- Antenna connector repair: 1000-2000₽.
- Diagnostics + dust cleaning: 1000-1500₽.
⚠️ AttentionIf your laptop is under warranty, do not disassemble it yourself! This will void the warranty. Contact the manufacturer's authorized service center.
FAQ: Frequently Asked Questions
My laptop can't see Wi-Fi, but it can see other devices via Bluetooth. What's wrong?
Wi-Fi and Bluetooth in laptops typically share the same chip but operate independently. If Bluetooth works but Wi-Fi doesn't, the problem may be:
- Disabled Wi-Fi adapter (check
device Manager). - Damaged antennas (they are separate for Wi-Fi and Bluetooth).
- Driver failure (try reinstalling it).
Start by checking your adapter drivers and settings.
After updating Windows, my laptop stopped detecting Wi-Fi. What should I do?
Windows updates often break drivers. Try this:
- Roll back the driver (in
Device Manager→Adapter properties→Driver→Roll back). - Install the driver from the laptop manufacturer's website (not from Windows Update!).
- Roll back the Windows update itself:
Settings → Update & Security → Windows Update → View update history → Uninstall updates.
The laptop sees networks, but doesn’t connect – it says “Failed to connect.”
This error is usually related to:
- Incorrect password (check case and symbols!).
- Incompatible security standard (change in router)
WEPonWPA2-PSK). - Blocking the MAC address (add the laptop's address to the router settings).
- IP failure (reset according to the instructions in section 2.2).
Also try “forgetting” the network in your laptop settings and reconnecting.
Is it possible to connect an external Wi-Fi adapter if the built-in one is broken?
Yes, this is a temporary solution. Buy a USB Wi-Fi adapter (from 500₽, for example, TP-Link TL-WN725N or ASUS USB-AC53 Nano). Connect it to your laptop—the system will detect it as a new network device. Cons:
- Takes up a USB port.
- May stick out from the case (inconvenient for laptops).
- The speed may be lower than that of the built-in adapter (especially on cheaper models).
For continuous use, it is better to repair the built-in module.
The laptop only doesn't see the 5 GHz network, but it does see the 2.4 GHz one. Why?
Possible reasons:
- Your Wi-Fi adapter does not support
5 GHz(check model specifications). - The router mode is disabled
802.11ac/ax(enable it in settings). - The adapter driver is out of date (please update it).
- In some countries (for example, in Russia until 2026) some channels
5 GHzwas prohibited. Check that an allowed channel (36-64 or 149-165) is selected in the router.
To check support 5 GHz, look at the adapter specifications in Device Manager or on the manufacturer's website.