How to Check if Your Computer Can Connect to WiFi: A Complete Diagnostic

Modern life is unthinkable without stable internet access, and when a laptop or desktop PC refuses to connect to the wireless network, it's understandably frustrating. Users often immediately blame the router or ISP, forgetting that the problem could lie in the network adapter itself or its software. Before calling a technician or resetting the router, it's important to run a basic diagnostic of the equipment.

Checking connectivity is not just a matter of clicking the "update" button, but rather a sequential analysis of the system's hardware and software. Network adapter It may be physically functional but disabled by software, or its drivers may conflict with the operating system. Understanding how the system sees wireless networks can save you hours of troubleshooting.

In this article, we'll cover all the steps involved in checking, from the physical presence of the module to complex security protocol settings. You'll learn to distinguish software glitches from hardware malfunctions and understand why your computer may "not notice" the router, even if it's in the next room.

Checking the physical presence and condition of the adapter

The first step should always be to verify that the computer actually has a device for receiving a radio signal. In laptops Wi-Fi module It's most often built into the motherboard, but can be disabled with a physical switch or key combination. On desktop PCs, the wireless module is often missing by default and requires the installation of a separate card or USB dongle.

You can check the presence of the hardware through the Device Manager. Click Win + R, enter devmgmt.msc and press Enter. In the window that opens, find the "Network adapters" section. If you see a device named Wireless, 802.11 or Wi-Fi, then the module is physically present. If the adapter is marked with a yellow exclamation mark or is listed in the "Other devices" section as "Unknown device," this indicates a driver issue.

  • 🔍 Check the physical switches on the laptop case (often marked with an antenna icon).
  • 🔍 Make sure the USB adapter is firmly inserted into the port and the indicator light is on.
  • 🔍 In the Device Manager, the adapter should not have any error icons.
  • 🔍 Try reconnecting the device to a different USB port to rule out power issues.
⚠️ Attention: If the adapter is not present in the Device Manager at all (even as unknown), it may be faulty or disabled in the motherboard BIOS/UEFI.
How to find Wi-Fi settings in BIOS?

Enter the BIOS during boot (press Del, F2, or F10). Look for the Advanced, Peripherals, or Onboard Devices Configuration sections. Find the WLAN, Wireless LAN, or Wi-Fi Controller option and make sure it's set to Enabled.

Diagnostics of drivers and software

Even if the equipment is detected by the system, this does not guarantee stable operation. Drivers These are intermediaries between the hardware and the operating system, and their incorrect operation is the cause of 70% of connection problems. Windows often automatically installs a generic driver, which may be unstable or fail to support certain encryption standards.

For a thorough check, open the network adapter's properties in Device Manager (double-click the device). Go to the "Driver" tab. Note the development date and version. If the driver is too old or marked as "beta," it may malfunction. The best solution is to download the latest version from the official website of the laptop or chipset manufacturer (Intel, Realtek, Qualcomm Atheros).

It's also worth checking your power settings. The system may be turning off the adapter to save power, which can cause connection drops or an inability to connect after sleep mode. In the adapter properties, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power."

☑️ Checking drivers

Completed: 0 / 1

Analysis of supported frequencies and standards

One of the most common reasons why a computer can't see the network is frequency band incompatibility. Modern routers operate in two bands: 2.4 GHz And 5 GHzOlder network cards (802.11b/g/n) may not support the 5 GHz frequency (ac/ax standards), so they will not be able to physically detect the network if the router is configured only for this range.

You can find out the supported standards of your adapter via the command line. Click Win + R, enter cmd and press Enter. In the black window, enter the command:

netsh wlan show drivers

In the command output, look for the line "Supported radio types". If it only lists 802.11b, 802.11g or 802.11nIf your router only broadcasts 5 GHz, you won't be able to connect. Also, check the "Supported Authentication Types" line. If your adapter is old, it may not support modern security protocols. WPA3, which are now implemented by default in many routers.

Wi-Fi standard Year of adoption Max. speed (theoret.) Frequency range Compatibility
802.11b 1999 11 Mbps 2.4 GHz Outdated
802.11g 2003 54 Mbps 2.4 GHz Standard
802.11n (Wi-Fi 4) 2009 600 Mbps 2.4 / 5 GHz Wide
802.11ac (Wi-Fi 5) 2014 6.9 Gbps 5 GHz Modern
802.11ax (Wi-Fi 6) 2019 9.6 Gbps 2.4 / 5 / 6 GHz Newest

Router settings and network visibility

The problem may not be with the computer, but with the access point configuration. If the router is hidden SSID (network ID), your computer won't display it in the list of available connections until you manually enter the network name. This is a common practice for increased security, but it complicates the initial connection.

It's also worth paying attention to the broadcast channel. In the 2.4 GHz band, some older adapters don't recognize channels above 11 (this applies to US devices) or, conversely, require a specific channel width. If the router is configured for automatic channel selection, it may switch to a frequency your PC can't receive.

  • 📡 Check if the network name (SSID Broadcast) is hidden in the router settings.
  • 📡 Make sure the security type (WPA2/WPA3) is supported by the adapter.
  • 📡 Try changing the broadcast channel to 1, 6 or 11 for the 2.4 GHz band.
  • 📡 Check your MAC address filter: your PC may be blocked at the router level.
⚠️ Note: Router interfaces are constantly being updated. The location of SSID and security settings may vary depending on the model (TP-Link, ASUS, Keenetic, MikroTik). Always consult the official manual for your device.
📊 What is your Wi-Fi problem?
The computer doesn't see any networks: It sees the network, but doesn't connect: It connects, but there's no internet: The speed is very slow

Using built-in Windows diagnostic tools

The Windows operating system has powerful built-in self-diagnostic tools. Don't ignore the standard "Troubleshooting" tool, as it can reset the TCP/IP stack and restart network services, which often resolves the issue of a frozen adapter.

For more advanced diagnostics, use the command prompt with administrator privileges. Resetting network settings can be accomplished with a series of commands that clear the DNS cache and reset IP settings. Enter the following commands one by one, confirming with Enter:

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release

ipconfig /renew

netsh winsock reset

After executing the last command reboot required computer. This action resets network settings to factory defaults, eliminating conflicts caused by third-party software or viruses. If the computer still can't connect after this, the problem is likely deeper.

Checking services and system restrictions

A dedicated service is responsible for wireless networking in Windows. If it's manually disabled or crashes due to a system error, connecting will be impossible. Checking the service's status is an important diagnostic step that's often overlooked.

Click Win + R, enter services.mscFind the "WLAN AutoConfig" service in the list. Make sure its startup type is set to "Automatic" and its status is "Running." If the service is stopped, click the "Start" button.

It's also worth checking that Airplane Mode isn't enabled. Sometimes a software glitch blocks all wireless interfaces at the system level, and no adapter settings will help while this mode is active. You can check this in the notification center (the message icon in the system tray) or in the network settings.

External factors and signal interference

Don't forget about the physics of radio waves. Even a functioning computer with the correct drivers may fail to connect to WiFi due to strong interference. Microwave ovens operating at 2.4 GHz, Bluetooth devices, dense concrete walls with rebar, and mirrors can create "dead zones."

To check the signal level, you can use special utilities, for example, inSSIDer or built-in Windows reporting tools. In the command line, enter netsh wlan show interfaces And look at the "Signal Quality" parameter. If it's below 40-50%, a stable connection is impossible.

⚠️ Note: Wi-Fi router antennas are often directional. If the antennas are removable, try repositioning them (upright or at an angle) for better reception.

Frequently Asked Questions (FAQ)

Why can my computer see my neighbors' networks but not mine?

The problem is most likely with the frequency band or channel. Your network may operate on 5 GHz, but the adapter only supports 2.4 GHz. Or, the router may be using a channel that the adapter doesn't scan (for example, higher than 11 in the US). Try changing your router settings.

What should I do if the yellow triangle on the WiFi icon is lit?

This means you're connected to the router, but there's no internet access. The issue could be with your provider, DNS settings, or an expired plan. Try setting a static DNS (8.8.8.8) or rebooting the router.

Can a virus block a WiFi connection?

Yes, some malware changes proxy or DNS settings to redirect traffic. They can also block access to antivirus websites. Run a full system scan.

How to check the speed of a WiFi adapter?

In the command line, enter netsh wlan show interfacesFind the "Receive rate" and "Transmit rate" lines. The actual speed will be approximately 2-3 times lower than the stated theoretical speed due to protocol overhead.