A laptop suddenly losing wireless connectivity or connection to the router can catch you off guard at the most inopportune moment. Before panicking or taking your device to a service center, it's worth performing some self-diagnostics. WiFi adapter — is a key component that ensures wireless communication, and its correct operation depends on many factors: from physical integrity to software failures.
In this article, we'll take a detailed look at the algorithms for checking the wireless module's status in the Windows operating system. You'll learn how to distinguish a software failure from a hardware malfunction, and also discover which system tools can help you identify the cause of your internet connection failure. Device drivers often become a source of problems, so we will pay special attention to checking them.
Understanding how your network interface functions will allow you to quickly isolate problems. We'll cover both standard visual diagnostic tools and more in-depth analysis methods using system utilities. This knowledge will save you time and money.
Primary visual diagnostics and indicators
The first step should always be a visual inspection and checking for obvious indicators. Most laptops, especially business-class or gaming models, have LEDs on their case that indicate the status of the wireless modules. If the indicator WiFi If the light is off or dim and intermittent, this may indicate that the adapter is physically disconnected or in sleep mode.
It's also worth paying attention to the keyboard. Many manufacturers include a function key for quickly turning the wireless module on and off. This is usually a key combination. Fn and one of the function keys F1-F12, which depicts an antenna or an airplane. Pressing this combination can programmatically block the card, causing the system to report no available networks.
⚠️ Attention: Some laptop models (such as HP or Dell) have a hardware switch on the edge of the case. If it's in the "Off" position, software-based power-on methods won't work until you physically change the switch's position.
Also check the status in the Windows system tray. Click the network icon in the lower right corner of the screen. If, instead of a list of available networks, you see the message "No connections available" or a red globe icon, this is a clear sign that radio module Inactive. In some cases, the operating system may erroneously determine the adapter's status, so a visual inspection is only the first step, not the only one.
Checking the adapter status in Device Manager
The most reliable information about the technical condition of your hardware is provided by the "Device Manager" system utility. To access it, right-click the "Start" button and select the appropriate item from the menu, or enter the command devmgmt.msc in the Run window. This displays all components connected to the motherboard.
In the window that opens, find the "Network Adapters" section and expand it. You need to find the line containing the words Wireless, WiFi, 802.11 or brand names like Intel, Realtek, Qualcomm AtherosIf the adapter is working properly and is working properly, there will be no warning signs next to its name.
However, the system can report various types of errors through special markers:
- 🔴 Red cross: The device has been turned off. This could be done programmatically by the user or by the power saving system.
- ⚠️ Yellow triangle: The device is not working properly. This most often indicates a driver conflict, missing software, or hardware failure.
- ❓ Unknown device: The system sees it, but can't identify it. It's likely the drivers are completely missing.
If you find an adapter with a yellow icon, double-click it to open its properties. The "Device Status" field will display an error code, such as "Code 10" or "Code 43." Code 43 often indicates that the device has reported a problem, which in 80% of cases can be resolved by completely reinstalling the driver and removing the old software.
Diagnostics via the command line and PowerShell
For a more in-depth analysis beyond the graphical interface, it's advisable to use the command line. This method provides a detailed report on the status of all network interfaces, including those that may be hidden in the standard menu. Open the command prompt as administrator by entering cmd in search.
Enter the command netsh wlan show interfacesThis command will display detailed information about the current status of the WiFi adapter. In the resulting report, look at the "State" line. If it says "connected" or "disconnected" (disconnected but the adapter is active), then the device is functioning. If you see a message stating that the wireless interface is not enabled, the problem is software-related.
Additionally, you can use the command ipconfig /allIt will display a list of all network adapters. Find the "Wireless Network" section. If the adapter is physically present but disconnected, this section may show "Media: Network cable not connected" or the media status will be missing. This helps differentiate a software failure from a complete hardware outage.
There is also a useful command to reset the TCP/IP stack if the problem lies deeper than a simple driver:
netsh int ip reset
netsh winsock reset
These commands require a computer restart. They clear the network settings cache, which may have become corrupted due to a system crash or improper antivirus removal.
⚠️ Attention: The command line interface is syntax-sensitive. Make sure you enter commands precisely, without extra spaces at the beginning of lines. Otherwise, the system will return a runtime error, which can confuse diagnostics.
Analyzing and updating wireless network drivers
A driver is an intermediary between the operating system and a hardware component. If WiFi driver If the driver is outdated, damaged, or incompatible with the current version of Windows, stable operation is impossible. Automatic Windows updates often install generic drivers that are unstable.
To check the driver version, return to Device Manager, open the adapter properties, and go to the "Driver" tab. Compare the development date and version with those listed on the official website of your laptop or chipset manufacturer (for example, on Intel or Realtek). If the driver date in the system is significantly older, it needs to be updated.
It is better to perform the update process manually:
- 📥 Download the latest installer from the official website.
- 🗑️ In Device Manager, click "Uninstall device" and check the "Delete driver software" box.
- 🔄 Restart your laptop and install the downloaded driver.
Rolling back the driver can sometimes help. If the problem appeared after a recent system update, the "Roll Back" button may be active on the "Driver" tab. This will restore the previous, more stable version of the software that worked correctly.
What to do if the driver is not installed?
If the installation is interrupted or the driver fails to install, try running the installer in compatibility mode for the previous version of Windows (right-click the installer -> Properties -> Compatibility). You should also temporarily disable your antivirus software, which may be blocking the installation of system files.
Table of common errors and codes
When diagnosing, you may encounter various error codes in the device properties. Understanding their meaning allows you to immediately determine the solution to the problem without trying every possible method at random.
| Error code | Description of the problem | A probable solution |
|---|---|---|
| Code 10 | The device cannot be started. | Updating or rolling back the driver, checking for IRQ conflicts |
| Code 43 | Windows has stopped your device due to problems. | Complete driver removal, power check, adapter replacement |
| Code 12 | Lack of resources | Disabling unused devices in BIOS or Device Manager |
| Code 28 | Drivers not installed | Installing drivers from a disk or the manufacturer's website |
This table covers the most common scenarios that users encounter when checking network cardHowever, it is worth remembering that the codes may vary depending on the operating system version.
Power settings and energy saving management
One hidden but common cause of unstable WiFi is Windows' aggressive power saving policy. The system may disable the adapter to conserve battery power, after which it is unable to wake it up correctly. This leads to intermittent connection drops or the network disappearing entirely.
To check and change these settings, open Device Manager, go to the properties of your WiFi adapter, and find the "Power Management" tab. Here you'll find the option "Allow the computer to turn off this device to save power." Unchecking this option prevents the system from turning off the module.
It's also worth checking the power plan in the Control Panel:
- Go to
Control Panel → Power Options. - Select your active plan and click "Change plan settings".
- Go to "Change advanced power settings".
- In the "Wireless Network Adapter Settings" section, set the power saving mode to "Maximum Performance".
These actions ensure that radio module will receive sufficient power even when running on battery power, which is especially important for older laptop models where the battery has already lost some of its capacity.
☑️ Quick diagnostic checklist
Using the built-in troubleshooter
Windows 10 and 11 have a powerful automated diagnostic tool built into them. While it doesn't always resolve complex hardware issues, it does a great job of resetting services and re-registering network components. To run it, go to Settings → System → Diagnostics (or Update & Security → Troubleshooting in older versions).
Select "Advanced troubleshooting" and find "Network Adapter." Run the tool. The system will attempt to detect problems, reset the adapter, renew the IP address, and check for known driver issues. During the process, you may be asked to select a specific adapter to test if there are multiple adapters.
The utility may report that no problems were found, or the system may automatically apply fixes. In any case, this step is useful for eliminating simple software glitches before deeper intervention.
⚠️ Note: The settings interface and menu location may vary depending on your Windows version (Home, Pro, Enterprise) and installed updates. If you can't find the item, search for it in the system settings.
Hardware testing and testing on other devices
If software solutions fail, it's important to rule out a physical problem. The easiest way is to test your laptop on a different network. Try sharing internet from your smartphone (modem mode) and connecting to it. If your laptop sees your phone's network but not your home router, the issue is most likely with the router settings or frequency range (2.4 GHz vs. 5 GHz).
If the laptop can't detect any network at all, even a phone network, there's a high probability that the module itself is faulty. In modern Ultrabooks, the WiFi module is often soldered onto the motherboard, requiring repair at a service center. In larger models, it may be a removable card. Mini PCIe or M.2.
For advanced users, testing is available via a LiveCD (a bootable USB flash drive with Linux). If the adapter is also not detected or does not work under another operating system, this almost certainly indicates hardware defectIn this case, a rational solution would be to use an external USB WiFi adapter, which will bypass the faulty built-in module.
Frequently Asked Questions (FAQ)
Why does my laptop see my neighbors' networks but not mine?
Most likely, the issue is with your router's channel or frequency range. Try rebooting the router. It's also possible that the router's SSID (network name) is hidden, requiring you to connect manually by entering the network name.
Can an antivirus block a WiFi adapter?
Yes, some firewall features in antivirus software can block the connection. Try temporarily disabling your antivirus to check. A recently installed VPN client may also cause a conflict.
What should I do if the "Network Adapters" section in the Task Manager has disappeared?
This is a sign that the system doesn't detect the device at all. Check if the adapter is disabled in the BIOS/UEFI. Also, try removing the battery (if it's removable), turning off the power, and holding the power button for 15 seconds to discharge any static electricity.
How to check the speed of a WiFi adapter?
The connection properties (in the "Status" window of your wireless network) show your current connection speed. To check your actual internet speed, use services like Speedtest, but keep in mind that your speed is limited by your ISP plan.