You turned on your laptop, but the internet isn't working—does this sound familiar? Before blaming your ISP or router, it's worth making sure the problem isn't with the device itself. Wi-Fi adapter It may disconnect due to a software glitch, corrupted drivers, or even a physical malfunction. In this article, we'll discuss how to accurately determine if your laptop's Wi-Fi module is working without the help of a professional.
We'll cover all possible scenarios: from basic checks (whether the adapter is enabled in the system) to in-depth diagnostics using the command line and third-party utilities. We'll pay special attention to laptops with Windows 10/11, macOS And Linux, as the verification algorithms differ in these operating systems. If you're unsure where to start, follow the steps, starting with the simplest.
Important: Some methods require administrator privileges. If you're using a work laptop with limited privileges, some instructions may not be available.
1. Visual inspection: indicators and physical switches
Start with the most obvious: check if Wi-Fi is disabled at the hardware level. Many laptops (especially models Lenovo, HP And Dell (up to 2020) are equipped with physical switches or key combinations to control wireless modules.
Where to look:
- 🔹 Side switches: on the end of the case (usually on the left) there may be a slider or a button with an antenna. On some ASUS And Acer This is a separate key next to the connectors.
- 🔹 Keyboard shortcuts: usually
Fn + F2...F12(antenna or airplane icon). For example, on Lenovo ThinkPad ThisFn + F5, on HP Pavilion —Fn + F12. - 🔹 IndicatorsOn some models, a blue/orange LED near the touchpad or on the front panel lights up. If it's off or flashing red, the module is disabled.
On laptops Apple MacBook (2015 and newer) there are no hardware Wi-Fi switches - control is only software via the menu or Control Center.
⚠️ Note: If you recently updated your BIOS or performed a factory reset, the hardware switch may have been triggered automatically. Check its position even if everything worked correctly before.
How do I find the keyboard shortcut for my model?
If you don't know the exact combination, look at the function keys (F1–F12)—the one you need will have an antenna or signal icon. On newer laptops (for example, Dell XPS 2022+) may need to be held Fn longer than 2 seconds.
2. Check in the system: is the adapter enabled in the OS?
If the hardware switches are OK, check your operating system settings. Windows, macOS And Linux The Wi-Fi adapter may be disabled by software, for example, after an update or due to a driver conflict.
For Windows 10/11:
- Open
Settings → Network and Internet → Wi-Fi. - Make sure the slider is Wireless Network included.
- If there is no slider or it is gray, go to
device Manager(keysWin + X), find the section Network adapters and check if there is a down arrow next to your Wi-Fi module (meaning it is disabled).
For macOS:
Click on the Wi-Fi icon in the upper right corner → Turn on Wi-FiIf the item is missing or inactive, check System Preferences → Network - adapter AirPort (or Wi-Fi in new versions) should be in the status "Connected" or "Not connected" (but not "Disabled").
For Linux (Ubuntu/Debian):
In the terminal, run the command:
ip a | grep wlan
If the response contains a string wlan0 or wlp3s0 (name may vary) - the adapter has been detected. To enable it:
sudo ip link set wlan0 up
⚠️ Note: In Linux, the interface name may change after a kernel update. If the command doesn't work, check the full list of interfaces with iwconfig.
Make sure the adapter is enabled in the OS settings.
Check Device Manager (Windows) for errors
Run the ip a or iwconfig command (Linux)
Restart your laptop after changes
-->
3. Diagnostics via the command line
Command line (or Terminal (in macOS/Linux) allows you to obtain detailed information about the Wi-Fi adapter's status, which graphical interfaces won't show. These commands can help determine whether the system even recognizes the adapter and whether there are any critical errors.
Windows (CMD or PowerShell):
Open Command Prompt as administrator and run:
netsh wlan show drivers
Please pay attention to the lines:
- 🔹 Radio Type: should be
802.11n/ac/ax(depending on the adapter model). - 🔹 Hosted Network Support:
Yes(IfNo- there may be problems with drivers).
Then check the list of available networks:
netsh wlan show networks mode=bssid
If the list is empty, but other devices see the networks, the problem is with the adapter or its settings.
macOS (Terminal):
Perform:
networksetup -listallhardwareports
Find the section Wi-Fi or AirPort. If there is a status next to it Device: en0 (or similar) - the adapter has been detected. To check its operation:
airport -s
If the command is not found, enable it first:
ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/local/bin/airport
Linux:
Universal command to check the status:
iwlist wlan0 scanning | grep ESSID
If the response lists networks, the adapter is working. If the command returns "Interface doesn't support scanning" — the adapter may be disconnected or faulty.
| OS | Team | What should be in the answer? | What does the error mean? |
|---|---|---|---|
| Windows | netsh wlan show interfaces |
Line "State": Connected or Ready |
If "Disabled" — the adapter is disabled by software |
| macOS | ifconfig en0 |
Line "status: active" |
"status: inactive" - adapter is inactive |
| Linux | dmesg | grep wlan |
Driver loading messages (eg. "iwlwifi") |
Error messages (eg. "firmware failed to load") |
4. Checking drivers and updates
About 40% of Wi-Fi issues on laptops are related to drivers—they can be outdated, corrupted, or even missing after an OS update. Let's look at how to diagnose and fix this.
Windows:
Open device Manager (Win + X → Device Manager) and expand the section Network adaptersFind a device with names like:
- 🔹 Intel Wireless-AC (For example, Intel Wi-Fi 6 AX200)
- 🔹 Qualcomm Atheros or Killer Wireless (found in gaming laptops MSI, Alienware)
- 🔹 Realtek RTL8xxx (often in budget models Acer, Asus)
If there is a yellow exclamation mark next to the adapter:
- Right click on it → Update Driver → Automatic search.
- If that doesn't help, download the driver from the laptop manufacturer's website (not from the Intel/Realtek website!), specifying the exact model.
- Uninstall the current driver (right click → "Remove device"), then restart your laptop - Windows will try to install the driver automatically.
macOS:
Wi-Fi drivers in macOS are updated along with the system. If the adapter isn't working:
- Check for updates in
System Settings → Software Update. - Reset NVRAM (This will reset your network settings): Shut down your Mac, then turn it on while holding down
Option + Command + P + R(hold for 20 seconds). - If the problem persists, the adapter may be faulty (in a MacBook, it is soldered to the motherboard).
Linux:
In Linux, Wi-Fi drivers often require manual installation. Check the loaded modules:
lsmod | grep iwlwifi
If there is no answer, install the driver (for example, for Intel):
sudo apt install firmware-iwlwifi
For Realtek You may need to download the firmware from GitHub (Please indicate the exact adapter model).
⚠️ Note: On Linux, some adapters (e.g. Broadcom BCM43xx) require proprietary drivers. They can be installed viaAdditional drivers(Ubuntu) ordkms.
5. Hardware diagnostics: how to check physical health
If software solutions don't help, the problem may be with the adapter itself. Here's how to check without disassembling the laptop:
Method 1: Connect an external Wi-Fi adapter
Buy or borrow a USB Wi-Fi adapter (starts at 300 rubles). If the internet works, your built-in module is faulty. Popular models for testing:
- 🔹 TP-Link TL-WN725N (compact, supports 2.4 GHz)
- 🔹 ASUS USB-AC53 Nano (dual-band, for 5 GHz test)
Method 2: Test the adapter in another OS
Create a bootable USB flash drive with Linux Live CD (For example, Ubuntu) and boot from it. If Wi-Fi works in Live mode, the problem is with your underlying OS (drivers, settings). If not, the adapter is faulty.
Method 3: Diagnostics via BIOS
Some laptops (eg. Lenovo ThinkPad, Dell Latitude) allow you to check hardware components through built-in BIOS utilities:
- Restart your laptop and enter BIOS (usually
F2,DelorEsc). - Find the section "Diagnostics" or "Hardware Test".
- Run the test Wireless or Network.
⚠️ Attention: If the laptop has been dropped or hit, check whether the Wi-Fi adapter cable has come loose (especially relevant for HP Pavilion And Acer Aspire with removable modules). In this case, only disassembly will help.
6. Common mistakes and their meaning
If you see specific diagnostic errors, here's what they might mean:
| Error / Message | Possible cause | Solution |
|---|---|---|
"Wi-Fi does not have a valid IP configuration." (Windows) |
DHCP issue (router not assigning IP) | Reboot your router or assign the IP manually in the adapter settings. |
"The Wi-Fi adapter is disabled or missing." |
The driver is not loaded or the adapter is disabled in the BIOS. | Check Device Manager and BIOS settings (Advanced → Wireless LAN). |
"No Wi-Fi Adapter Found" (macOS) |
Hardware failure or NVRAM reset | Reset NVRAM (see section 4) or contact service. |
"firmware missing" (Linux) |
There is no firmware for the adapter | Install the package firmware-* for your model (for example, firmware-realtek). |
| The network is visible but cannot be connected ("Unable to connect") | Incorrect password, router channel conflict, or MAC address blocking | Check your password, change the channel on your router (from 13 to 11), or reset the network settings on your laptop. |
If your error is not in the table, look for its code on the support website of your OS or laptop manufacturer.
7. When to contact service
Not all problems can be resolved independently. Contact a service center if:
- 🔹 The laptop doesn't see it not a single one network, even after reinstalling the OS and updating the drivers.
- 🔹 The adapter is missing
Device Managerand is not detected in the Linux Live CD. - 🔹 There is visible physical damage to the laptop case (for example, after a fall).
- 🔹 Wi-Fi works, but the speed is below 1 Mbps with a stable signal (the antenna may be damaged).
Repair cost:
- 🔹 Wi-Fi module replacement: from 1,500 to 4,000 rubles (depending on the laptop model).
- 🔹 Adapter resoldering (if it is soldered): from 3,000 rubles.
- 🔹 Diagnostics: usually free if you do the repairs on site.
⚠️ Note: For laptops Apple MacBook (2018 and newer) Wi-Fi module is integrated into the chip T2, and its replacement requires specialized equipment. Self-repair will void the warranty.
FAQ: Frequently Asked Questions
My laptop sees networks but won't connect. What's wrong?
There are several reasons:
- 🔹 Incorrect password: Even if you are sure that you are entering the password correctly, try resetting the password on the router.
- 🔹 IP conflict: in the adapter settings (
Control Panel → Network → Change adapter settings) set automatic IP acquisition. - 🔹 MAC address blocking: check your router settings (section
MAC Filter). - 🔹 Incompatible standard: if the router only works in mode
802.11n, and the adapter only supports802.11ac, there will be no connection. Update your router firmware.
The Wi-Fi works, but it keeps dropping out. What should I do?
The problem may be:
- 🔹 Channel congestion: change the channel on your router from automatic to fixed (for example, 6 or 11 for 2.4 GHz).
- 🔹 Energy saving: In Windows, disable the option
Allow the computer to turn off this device to save powerin the adapter properties. - 🔹 Interference: If there is a microwave or other routers nearby, switch to the 5 GHz frequency (if the adapter supports it).
- 🔹 Drivers: Roll back to an older version (sometimes new drivers contain bugs).
How do I find out the model of my Wi-Fi adapter?
Methods for different OS:
- 🔹 Windows:
Device Manager → Network Adapters(the title will contain Wireless or Wi-Fi). - 🔹 macOS:
About This Mac → System Report → Network → Wi-Fi. - 🔹 Linux: team
lspci | grep -i networkorlsusb(for USB adapters).
If the adapter is not detected, its model can be found by the marking on the module itself (this will require disassembling the laptop).
Can I use a laptop without a Wi-Fi adapter?
Yes, there are several alternatives:
- 🔹 USB Wi-Fi adapter: connects to any USB port, costs from 300 rubles.
- 🔹 Ethernet: If there is an RJ-45 port, connect the cable from the router.
- 🔹 Distribution from a phone: turn it on on your smartphone Modem mode and connect your laptop via USB or Bluetooth.
- 🔹 PCIe adapter: for desktop PCs or laptops with a free slot M.2 (requires disassembly).
If you only need internet for your browser, you can use mobile 4G/5G modem (For example, Huawei E3372).
My Wi-Fi stopped working after a Windows update. How do I fix it?
Windows updates often break drivers. Try this:
- Roll back the driver:
Device Managerclick on the adapter → Properties → Driver → Roll Back Driver. - Remove the adapter: in
Device ManagerRemove the device, then restart your laptop - Windows will try to install the driver automatically. - Install the driver manually: download it from the laptop manufacturer's website (not from the Intel/Realtek website!), selecting the exact model.
- Roll back the update:
Settings → Update & Security → View update history → Uninstall updates.
If nothing helps, create a system restore point to a date before the update.