You turned on your laptop and tried to connect to the internet, but the list of available networks was empty. Or even worse: the computer didn't respond to the Wi-Fi button at all, as if there was no adapter. Sound familiar? Are there any reasons why? The computer does not find Wi-FiThere could be dozens of them, ranging from a simple disconnected adapter to serious hardware failures. In this article, we'll cover all possible scenarios, from simple to complex, with step-by-step instructions. Windows 10 And Windows 11, as well as universal tips for any device.
It's important to understand: the problem could be rooted in the computer itself (drivers, settings, hardware) or external factors—the router, interference, or even the ISP. We'll start with the most obvious checks and gradually move on to a more in-depth diagnosis. If you're not a techie, don't worry: each step is accompanied by screenshots (interface descriptions) and easy-to-follow explanations. For experienced users, we've included commands for CMD And PowerShell, as well as equipment compatibility tables.
Before you rush to reinstall the system or take your computer to a service center, make sure you haven't missed any small details. For example, on some laptops Lenovo And HP The Wi-Fi adapter is physically disabled by pressing the key Fn + F2 - and it's not always obviousOr the router may be configured for a hidden network (SSID), which the computer simply doesn't see in the list. Let's look at this step by step.
1. Check the obvious: router, cables, and physical switches
Start with the basics—often the problem is solved in 30 seconds. First, make sure that the router is turned on and it's working correctly. Look at the indicators on the front panel:
- 🟢 Nutrition: is the light on?
PowerIf not, check the socket and power supply. - 🔵 Wi-Fi: Is the wireless indicator (usually indicated by wavy lines or an antenna) active?
- 🟡 Internet: is the light blinking?
WAN/InternetIf not, the problem is with your provider or cable.
If the router is ok, check physical switches on a computer:
- 💻 On laptops Dell, Acer or Asus Look for the hardware Wi-Fi switch on the side panel (sometimes it's hidden under a cover).
- ⌨️ Keyboard shortcuts: press
Fn + F2(orF12, depends on the model) - this can turn the adapter on/off. - 🖥️ On desktop PCs, check if the Wi-Fi antenna is connected to the motherboard (if the adapter is external).
It's also worth making sure the problem is with your computer and not the network. Try connecting to Wi-Fi from your phone or tablet. If other devices see the network but your computer doesn't, proceed to the next section. If your phone also can't find Wi-Fi, the problem is with your router or ISP.
2. Diagnosing a Wi-Fi adapter in Windows
If everything is physically in order, but the computer still does not see the network, check the status of the adapter in the system. Open device Manager:
- Click
Win + Xand select "Device Manager". - Expand the tab
Network adapters. - Find the device with the words
Wireless,Wi-Fior802.11(For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
What could be wrong:
- ❌ Adapter is missingIf there is no wireless device in the list, there is a problem with the drivers or hardware failure.
- ⚠️ Yellow triangle: the adapter is there, but it doesn't work properly (usually due to drivers).
- 🔄 The adapter is disabled: Right click and select "Enable".
If you have an adapter, but the networks are still not displayed, try turning it on through Network parameters:
- Open
Settings → Network and Internet → Wi-Fi. - Make sure the Wi-Fi slider is turned on.
- Click "Manage known networks" - your network may be hidden or blocked.
☑️Checking the adapter in Windows
3. Driver issues: updating, rolling back, and reinstalling
In 70% of cases when a computer doesn't see Wi-Fi, it's the fault of network adapter driversThey could have crashed after a Windows update, conflicted with other software, or simply become outdated. Here's how to fix it:
Method 1: Automatic update
- In Device Manager, right-click on the Wi-Fi adapter.
- Select "Update driver" → "Search automatically".
- If Windows finds an update, install it and restart your PC.
Method 2: Manual installation from the manufacturer's website
Automatic search doesn't always find the latest drivers. It's best to download them from the official website:
- 🖥️ For laptops: look for drivers on the website Lenovo, HP, Dell (enter device model).
- 🔧 For individual Wi-Fi adapters: download from websites Intel, Qualcomm, Realtek or Broadcom.
- 📥 Example: for an adapter Intel Wi-Fi 6 AX201 The driver is being downloaded Here (link to official source).
Method 3: Roll back the driver
If problems started after an update, revert to the old version:
- In Device Manager, right-click on the adapter.
- Select "Properties" → "Driver" tab.
- Click "Roll back" (if the button is active).
Method 4: Complete reinstallation
If nothing helps, uninstall the driver completely and install it again:
- In Device Manager, remove the Wi-Fi adapter (right-click → "Uninstall device").
- Check the box "Delete the driver software for this device".
- Restart your computer - Windows will try to install the driver automatically.
- If this does not help, install the driver manually (see Method 2).
4. Router settings: hidden network, channel, and Wi-Fi standard
If the drivers are OK, but the computer still doesn't see the network, the problem may be in the settings router. Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1>) and check the following parameters:
| Parameter | What to check | Recommended value |
|---|---|---|
| Wi-Fi mode | Network standard (802.11) | 802.11 b/g/n/ac (or ax for Wi-Fi 6) |
| Channel | Channel number (may conflict with neighboring networks) | Auto or 1/6/11 (for 2.4 GHz) |
| Channel width | Bandwidth | 20/40 MHz (for 2.4 GHz) or 80 MHz (for 5 GHz) |
| SSID visibility | Is the network hidden (Broadcast SSID) | Included (if disabled, the network is not displayed) |
Please pay special attention to Wi-Fi standardIf the router is configured only for 802.11ac (Wi-Fi 5), and your adapter only supports 802.11n (Wi-Fi 4), the network won't be listed. Check the adapter's specifications in Device Manager (Properties → "Advanced" tab).
Also try change the channel manually. In densely populated areas, 2.4 GHz channels are often congested. Use apps like Wi-Fi Analyzer (for Android) or inSSIDer (for PC) to find the least congested channel.
How can I find out the specifications of my Wi-Fi adapter?
Open Device Manager → Adapter Properties → Advanced tab. Look for lines mentioning standards (e.g., "Wireless Mode" or "802.11n/ac"). You can also view the adapter model in the Details tab (see "Hardware ID" or "Description" property).
5. Conflicts between Windows programs and services
Sometimes Wi-Fi doesn't work because software conflicts. For example:
- 🛡️ Antiviruses (especially Kaspersky, Avast, ESET) may block network connections.
- 🔧 VPN clients (For example, NordVPN or OpenVPN) sometimes the network settings get lost.
- 🖥️ Windows Services, responsible for Wi-Fi, may be disabled.
What to do:
- Temporarily disable your antivirus and check if the network appears.
- Start Wi-Fi services manually:
net start WlanSvcnet start Dnscache
net start Dhcp - Reset network settings via command line:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
If the problem appeared after installing new software, try restore the system to the previous point:
- Click
Win + R, enterrstruiand press Enter. - Select a restore point before Wi-Fi worked.
6. Hardware problems: adapter or antenna failure
If all software methods have been tried, but the computer still does not see Wi-Fi, it is possible hardware failureSymptoms:
- ❌ The adapter is not displayed in Device Manager.
- ⚡ The Wi-Fi indicator on the laptop does not light up when turned on.
- 🔌 Ethernet connection works, but Wi-Fi doesn't.
What to check:
- Disconnecting antennasOn laptops, the Wi-Fi antennas are connected to the adapter with thin cables. If these become detached (for example, after a fall), the connection will be lost.
- Adapter failure: most often fails after power surges or physical damage.
- Problems with the motherboard: On desktop PCs, check that the Wi-Fi module is correctly inserted into the slot.
M.2orPCIe.
How to diagnose:
- 🔧 Connect external USB Wi-Fi adapter (costs from 300 rubles). If it works, the problem is in the internal adapter.
- 🔍 Check it out Windows Event Log for errors related to network devices (
Control Panel → Administrative Tools → Event Viewer). - 💻 On your laptop, disassemble the bottom cover and check if the antenna cables have come loose from the Wi-Fi module (usually located next to the cooler).
If the adapter is broken, it can be replaced. Laptops are compatible with the following form factor modules: M.2 2230 (For example, Intel AX200 or Broadcom BCM4352). For PC - PCIe cards like TP-Link Archer T6ECost: from 1,500 to 5,000 rubles.
7. Problems with the provider or external interference
It's rare, but it happens that the problem is not in the computer or the router, but in external factors:
- 📡 Interference from other devices: microwaves, cordless phones, neighboring Wi-Fi networks on the same channel.
- 🌩️ Weather conditions: Heavy rain or thunderstorms may degrade the signal (relevant for rural areas).
- 📉 Problems with the provider: Sometimes the operator blocks access to the network due to debt or technical work.
How to check:
- Call your provider and check if there is breaks or planned work.
- Try connecting to Wi-Fi in another place (for example, at a cafe or at a friend's place).
- If you have 3G/4G router (for example, from MTS or Megaphone), check your balance and tariff - you may have run out of traffic.
To diagnose interference, use applications like NetSpot or Acrylic Wi-FiThey will show which channels are busy and how strong your network's signal is compared to neighboring ones.
8. Specific cases: Windows 11, Linux, and macOS
In most cases, the instructions above are universal, but there are nuances for different operating systems.
Windows 11:
- In the new OS, settings sometimes get lost WLAN autoconfiguration servicesTo fix:
sc config Wlansvc start=autosc start Wlansvc - If Wi-Fi is lost after the update, try roll back the build (
Settings → System → Recovery).
Linux (Ubuntu, Mint, Fedora):
- Check if the adapter is recognized with the command:
lspci | grep -i network - If the adapter is present, but the networks are not visible, install proprietary drivers:
sudo ubuntu-drivers autoinstall
macOS:
- Reset network settings:
System Preferences → Network → Manage Networks → Reset. - If the adapter is not detected, reset it SMC (for Intel Mac) or NVRAM.
For Linux And macOS Also relevant are the router and physical connection checks described above.
How to reset SMC on MacBook?
1. Turn off your MacBook. 2. Hold down Shift + Control + Option + the power button for 10 seconds. 3. Release and turn on the laptop.
FAQ: Frequently Asked Questions about Wi-Fi Problems
🔍 Why can't my computer see my network, but it can see others?
Most likely your network is configured as hidden (The SSID isn't broadcast.) Go to your router settings and enable network visibility. Also, check if "Connect automatically" is checked for this network in Windows settings—sometimes the system ignores hidden networks without a manual connection.
💻 My laptop stopped detecting Wi-Fi after a Windows update. What should I do?
This is a classic driver incompatibility issue. Try:
- Roll back the adapter driver (Device Manager → Properties → Driver → Roll Back).
- Install the driver from the laptop manufacturer's website (not from Windows Update!).
- If that doesn't help, roll back Windows itself to the previous build (
Settings → System → Recovery).
📶 The router is working, but the computer can't see the network. What should I check first?
Start with this checklist:
- Make sure Wi-Fi is enabled on your router (the corresponding indicator is on).
- Check if the adapter is disabled in Windows (network icon in the tray → Airplane mode).
- Restart your router and computer.
- Try connecting to the network from your phone - if it doesn't see it either, the problem is with the router.
🔌 Could the USB Wi-Fi adapter be to blame if it doesn't heat up and the indicator light is on?
Yes, even if the adapter appears to be working (the light is on), it may be faulty. Check:
- Connect the adapter to a different USB port (preferably
USB 3.0). - Try the adapter on another computer.
- Make sure the drivers are installed correctly (there should be no exclamation marks in Device Manager).
If the adapter is not detected on any device, it is broken.
⚡ After a thunderstorm, my computer can't detect Wi-Fi. Is this a malfunction?
Most likely, yes. Power surges often damage network adapters (especially if the computer wasn't connected through a surge protector). You can check this as follows:
- Connect an external USB Wi-Fi adapter - if it works, the internal one is broken.
- Check if the adapter is detected in Device Manager. If it's not listed, there's a hardware problem.
In this case, you will need to replace the Wi-Fi module or adapter.
If none of these tips help, contact a service center—the problem may be deeper than it seems. For example, on some laptops Lenovo ThinkPad The Wi-Fi adapter is connected via USB interface on the motherboard, and its failure may be disguised as a software error. In such cases, professional diagnostics are required.
Remember: 90% of Wi-Fi problems are solved by reinstalling drivers or resetting the router settings.Don't rush to take your computer in for repair—go over the instructions again; you might have missed something.