How to check if WiFi is working on a laptop: step-by-step instructions

It is almost impossible to imagine a modern laptop without the ability to wirelessly connect to the global network, because it is Wi-Fi module A wireless adapter provides mobility and freedom of action for the user anywhere. Opening the device, expecting instant access to your favorite websites or work documents in the cloud, only to discover there's no connection, is understandably frustrating and requires immediate action. A basic check of the adapter's status often allows you to quickly identify the cause of the failure, whether it's an accidental disconnection by a physical button or a software glitch in the operating system.

Diagnostics begin with a visual inspection of the operating system interface, where the wireless network icon in the notification area indicates the current connection status. If, instead of the usual arcs indicating signal strength, you see a crossed-out globe or an airplane icon, this is a clear sign that radio module is inactive or faulty. It's important not to panic, as in most cases the problem can be resolved with simple software settings or a hardware reboot, rather than requiring complex repairs at a service center.

There are many factors that can affect the stability of a wireless connection, from outdated drivers to physical damage to the antenna inside the case. Understanding how to properly check Wi-Fi performance, will save you time and stress, allowing you to quickly return to productive work or entertainment. In this article, we'll cover every diagnostic step in detail, from simple steps to using specialized command-line tools.

Visual inspection of indicators and switches

The first step in the diagnostic process is to carefully inspect the case of your laptop, as many models, especially business-class or older versions, are equipped with physical switches. These Hardware switches These switches can be located on the edge of the case, near the USB ports, or even on the front panel. Accidentally dislodging them often completely disables the wireless module. If such a switch is in the "Off" position, no software settings will restore the connection until you manually reset it.

It's also worth paying attention to the indicator light, which is usually located near the power button or on the function row keys. A blinking or solid orange light often indicates that the module is in sleep mode or disabled, while a green or blue light indicates normal operation. On some models Laptop The status of wireless interfaces is duplicated by a special icon on the keyboard, which may require simultaneous key presses Fn and the corresponding function key (often F2, F5 or F12) to activate.

Don't ignore software indicators in the operating system, which can provide more detailed information about the current network status. If you notice that the Wi-Fi icon in the system tray is completely missing or replaced with a wired connection symbol with a red cross, this may mean the system isn't detecting the physical device. In such cases, it's helpful to check whether Airplane Mode is activated. Airplane Mode, which forcibly disables all wireless interfaces to comply with airline regulations, can be accidentally enabled under normal conditions.

  • 🔍 Inspect the sides of the case for slide switches.
  • 💡 Check the color and blinking pattern of the wireless LED indicators.
  • ⌨️ Try the keyboard shortcut Fn + F-key with an image of an antenna.
  • 📶 Make sure that Airplane mode is disabled in your system.
📊 Which indicator is lit on your laptop?
Green/Blue (All is well)
Orange/Blinking
It doesn't burn at all
I don't know where to look

Diagnostics via Windows Network and Sharing Center

The Windows operating system provides users with a powerful built-in tool for managing network connections, which is called Network and Sharing CenterTo get there, you need to right-click on the network icon in the lower right corner of the screen and select the appropriate menu item, or enter the command ncpa.cpl in the Run window, called by the keyboard shortcut Win + RIn the window that opens, you will see a list of all network adapters installed on your computer and their current status.

If your wireless network adapter is grayed out and labeled "Disabled," it means it's been software-disabled and requires a simple action to activate. Simply right-click the adapter icon and select "Enable," after which the system will attempt to activate it. device driver and find available access points. If activated successfully, the icon will change color and the network search will begin, which is a good sign that the hardware is working properly.

However, if the adapter is missing from the list entirely or is marked with a red cross and a message about a missing cable (this isn't relevant for Wi-Fi, but can happen during network outages), the problem may be deeper. Sometimes the system marks the connection as "Unidentified Network" or "No Internet Access," which requires using the built-in troubleshooter. This automatic diagnostic tool can reset the TCP/IP stack, renew the IP address, and check for DNS conflicts.

☑️ Check in the Network and Sharing Center

Completed: 0 / 4

It's important to note that in the new versions of Windows 10 and 11, the settings interface has been partially moved to the modern Settings app, where Wi-Fi management has become more intuitive. There, you can not only turn the module on and off, but also manage known networks, adjust data usage parameters, and view the properties of the current connection. If the Wi-Fi slider in this interface is inactive (grayed out and not toggleable), this often indicates a driver conflict or hardware lock.

⚠️ Attention: If error code 10 or 43 appears in Device Manager after turning on the adapter, this almost always indicates a driver failure or a physical malfunction of the module.

Analyzing the status of drivers in Device Manager

The most in-depth technical information about the status of the wireless adapter can be obtained through device Manager, which is the main tool for administering the computer's hardware. To access it, right-click the Start button and select the appropriate option, or enter devmgmt.msc in the search bar. In the list that opens, find the "Network Adapters" section and expand it to see the name of your Wi-Fi module, which usually contains the words "Wireless," "Wi-Fi," "802.11," or brand names like Intel, Realtek, or Qualcomm.

If you see a yellow triangle with an exclamation point next to a device name, this means the operating system has detected the device but is unable to work with it correctly due to software issues. Double-clicking on such a device will open its properties window, where the "General" tab in the "Device Status" field will display an error code and a brief description of the problem. Common errors include failure to start the device (code 10) or resource conflicts, which require reinstalling or rolling back the driver.

In some cases, the adapter may appear in the "Other devices" section as "Unknown device," indicating a complete lack of installed drivers. To restore functionality in this situation, you'll need to download the latest driver from the laptop or chipset manufacturer's official website using another device with internet access and install it manually. It's also a good idea to check the "Power Management" tab in the adapter's properties and uncheck "Allow the computer to turn off this device to save power," as this is a common cause of connection drops.

  • 🛠 Find the "Network adapters" section in Device Manager.
  • ⚠️ Look out for yellow triangles or unknown devices.
  • 🔄 Try updating the driver through the device's context menu.
  • 🔌 Check your adapter's power management settings.
What to do if the driver is not installed?

If the standard driver installation doesn't help, try completely uninstalling the device from Device Manager (right-click -> Uninstall device), then select "Action" -> "Scan for hardware changes" from the menu. This will force Windows to rescan the buses and attempt to install the driver from scratch.

Using the command line for a deep scan

For users who prefer a text-based interface or need detailed information, the Windows command line is an indispensable tool. Launch the terminal with administrator rights and enter the command ipconfig /all, which will display detailed information about all network interfaces. In the list, find the block corresponding to the wireless adapter and check for the IP address: if the address begins with 169.254.x.x, this means that the device was unable to obtain an address from the router's DHCP server, which indicates a communication problem.

An even more powerful tool is the utility netsh, which allows you to manage network settings at a low level. The command netsh wlan show interfaces Displays the current state of the Wi-Fi interface, including signal strength, data transfer rate, and security type. If the output of this command indicates that the interface status is "Disabled" or the adapter is not found, this confirms that the problem is driver-related or that the device is physically inaccessible to the operating system.

netsh wlan show drivers

Executing a command netsh wlan show drivers Provides information about supported network types and, most importantly, about the status of hosted network support, which is useful when trying to share Wi-Fi. Additionally, using these commands, you can reset the network settings to factory defaults, which often helps with strange connection issues. This is done using a sequence of TCP/IP and DNS reset commands, followed by a mandatory computer reboot.

Team Description of action Result of execution
ipconfig /all Full configuration information List of all adapters and their IP addresses
netsh wlan show interfaces Wi-Fi interface status Signal strength, SSID, status
netsh winsock reset Resetting the Winsock catalog Restoring network libraries
netsh int ip reset Resetting the TCP/IP protocol Reset network settings to

Checking operating system services

The functioning of wireless networks in Windows directly depends on the operation of system services that manage the relevant processes in the background. The key service is WLAN AutoConfig (in some versions of Windows, it may be called Wireless Zero Configuration), which is responsible for discovering networks, connecting to them, and managing security profiles. If this service is stopped or its startup type is set to "Disabled," the laptop will physically be unable to search for Wi-Fi networks, even with a working driver.

You can check the service status through the "Services" window, which is called by the command services.mscFind "WLAN AutoConfig Service" in the list, double-click it, and ensure the startup type is set to "Automatic" and the status is "Running." If the service is stopped, click "Start." If this was the issue, the Wi-Fi icon should appear in the system tray almost immediately.

Sometimes a service starts but immediately stops due to conflicts with other programs or corrupted system files. In such cases, you may need to verify the integrity of Windows system files using a utility. sfc /scannow, running as an administrator. It's also worth paying attention to the Network Connection Manager service, which also impacts connection stability, especially on corporate networks or when using a VPN.

⚠️ Caution: Changing system service settings may affect other Windows components. Don't disable services whose purpose you don't understand, and restore the original settings before making any changes.

Diagnostics using third-party utilities

When built-in Windows tools aren't enough to identify the cause of a problem, specialized programs from hardware manufacturers and independent developers come to the rescue. Utilities like Intel PROSet/Wireless Software or Realtek WLAN Utility Provide more detailed statistics on signal strength, noise, and connection quality than the standard OS interface. These programs often have built-in diagnostic wizards that automatically check adapter settings, drivers, and security parameters.

There are also universal tools such as WiFi Analyzer (available in Microsoft Store) or AirPort Utility, which allow you to visualize the airwaves and see which channels neighboring networks are using. This helps identify issues with spectrum congestion, such as when your laptop is technically sound but can't break through the clutter of neighboring signals. These utilities display the actual signal strength in dBm, which is a more accurate indicator than the conventional "bars" in Windows.

For advanced users, monitoring programs like AIDA64 or HWiNFO, which can display the temperature of the wireless module and its current link speed. Overheating of the Wi-Fi chip, whether integrated into the motherboard or implemented as a mini-card, can lead to unstable operation and sudden shutdowns under load. If the utility shows critical temperatures or errors when scanning the PCIe/USB bus (depending on the module's connection interface), it's time to consider cleaning the laptop of dust or replacing the thermal paste.

  • 📊 Use WiFi Analyzer to assess the noise level in your network.
  • 💻 Use proprietary Intel or Realtek utilities for in-depth diagnostics.
  • 🌡 Monitor module temperature via HWiNFO under high load.
  • 🔍 Check your link speed and packet loss rate in real time.

Frequently Asked Questions (FAQ)

Why does my laptop see my neighbors' networks but not mine?

This may indicate that your router operates in the 5 GHz band, while your laptop only supports 2.4 GHz, or vice versa. It's also possible that the router's SSID (network name) is hidden and you need to add the network manually, or that the channel the router operates on isn't supported by the region set in the Wi-Fi module driver.

Can a virus disable Wi-Fi on a laptop?

Yes, some types of malware can block network access, change DNS settings, or disable network services to prevent antivirus database updates. In such cases, scanning your antivirus and resetting your network settings may help restore functionality.

What to do if Wi-Fi disappears after a Windows update?

Often, a new OS update contains an incorrect driver or conflicts with the current version. Try rolling back the driver in Device Manager or uninstalling the latest Windows update through Control Panel. Manually installing the driver from the manufacturer's website also helps.

How to check if the Wi-Fi module is burned out?

Only replacing the module with a known-good one can provide an accurate diagnosis. However, if the device isn't detected in either the BIOS or Device Manager (even as unknown) and doesn't respond to driver reinstallation or a BIOS reset, the likelihood of a hardware failure (a burned-out chip or loose contacts) is very high.