It's impossible to imagine a modern computer without internet access. Most often, users encounter a situation where, after reinstalling the system or purchasing new hardware, the wireless connection doesn't work by default. The absence of a network icon in the lower right corner of the screen can catch you off guard, especially if you don't have a cable connection available. However, in most cases, the problem can be resolved with software in a few minutes.
First, you need to understand the nature of the connection failure. It could be as simple as a disabled button on the laptop, a disabled module in the BIOS, or a missing driver. Diagnostics It begins with a visual inspection and checking the indicators. If the desktop PC doesn't have a built-in module, activation is only possible after installing an external USB adapter. It's important not to panic, but to check all settings sequentially, from the physical button to system services.
In this article, we'll cover all possible ways to enable wireless networking on various operating systems. We'll cover standard Windows 10 and 11 tools, delve into Device Manager settings, and cover BIOS issues. You'll also learn how to check the status of network services, which often block the adapter after a power failure or improper system shutdown.
Physical switches and hotkeys
Many laptops, especially older models or business series, have a separate physical switch for controlling wireless modules. It may be located on the edge of the case, near the headphone jack, or on the front panel. If this switch is set to the Off position, software activation will be impossible. Visually inspect the perimeter of the device for sliders with the characteristic antenna symbol.
A more common method is to use the keyboard's function keys. The combination usually consists of the key Fn and one of the buttons in the row F1-F12, which features an antenna or an airplane. For example, on ASUS devices this is often F2, on HP - F12, and on Lenovo - F5 or F7Pressing this combination sends a hardware interrupt to the controller, which locks or unlocks the module's power supply.
- 🔍 Look closely at the row of F-keys for an antenna or airplane symbol.
- ✈️ Make sure that "Airplane Mode" is not activated on your device, as it software-based disables all radio modules.
- ⌨️ Try pressing the combination
Fn+ the corresponding key once and wait 2-3 seconds. - 🔌 On desktop PCs, check if the indicator on the external USB adapter is lit, if one is used.
Sometimes keyboard drivers can conflict with the manufacturer's system utilities, causing hotkeys to stop responding. In this case, it's worth checking whether the manufacturer's management utility is installed (for example, HP Wireless Button Driver or Lenovo Utility). Without this software, the operating system may simply not understand the signal from the special key, leaving the Wi-Fi module in sleep mode.
Setting up a wireless adapter in Windows
The Windows operating system provides several levels of network connection management. The fastest way to activate the module is through the Action Center. Click the network or message icon in the lower-right corner of the taskbar. If the "Wi-Fi" tile is gray, click it to turn it color. This action sends a command to turn on the adapter through the system interface.
More advanced settings are available through the Control Panel. Go to the "Network Connections" section, which displays all available interfaces. You'll find the "Wireless Network" or "Wi-Fi" icon here. If it's grayed out and says "Disabled," right-click it and select "Enable." This method works even if the Windows 10/11 Settings interface crashes.
There's also a command-line option, which is especially useful for system administrators or those without a graphical interface. To do this, launch the terminal as an administrator and enter the command to display the interface status. The name of the wireless interface in the command line is often different from the usual "Wi-Fi" and may be called "Wireless Network" or have an index, for example, "Wi-Fi 2".
netsh interface show interface
After receiving the interface name (usually "Wi-Fi" in the Russian version), it can be activated with the command:
netsh interface set interface "Wi-Fi" enable
If the system returns an error when executing the command, this may indicate a lack of administrator rights or a critical driver error. In this case, it's worth checking the status of the WLAN service, which will be discussed in the following sections. Also, make sure the adapter isn't marked with an exclamation mark in Device Manager.
☑️ Check Windows settings
Diagnostics via Device Manager
Device Manager is the primary tool for working with hardware in Windows. This is where you can see whether the system is detecting the physical presence of a wireless module. Open the Start menu, right-click the Windows logo, and select "Device Manager." In the window that opens, find the "Network Adapters" section and expand it.
If your adapter appears in the list but has a yellow triangle with an exclamation point, this indicates a driver issue. The device may be disabled by software. Double-clicking the adapter's name will open the properties window. On the "General" tab, the "Device Status" field will display an error code. Common errors include code 10 (device cannot start) or code 43 (handle request failed).
The Properties window also has a "Driver" tab. Here you can try updating the software, select "Uninstall device" (followed by rebooting for automatic reinstallation), or roll back the driver if the problem occurred after an update. If the adapter is displayed as "Unknown device" with the error code PCI\VEN_..., which means the driver is completely missing.
- 📀 Right-click on the adapter and select "Update driver" -> "Search automatically".
- 🗑️ Use the "Remove device" option, then select "Action" -> "Scan for hardware changes" from the menu.
- 🔍 Check for the presence of a device named "Unknown Device" in other branches of the task manager.
- ⚙️ In the adapter properties, on the "Power Management" tab, uncheck "Allow the computer to turn off...".
It's important to note that in some cases, the adapter may disappear from the list entirely. This often indicates that the module isn't detected at the bus level. Try performing a full reboot of the computer (not a shutdown, but a restart), as the Fast Startup feature in Windows 10/11 can save the state of drivers, including errors.
What should I do if the adapter disappears from the list?
If Device Manager doesn't show any unknown devices, try discharging static electricity. Turn off your laptop, unplug the charger, remove the battery (if removable), and hold the power button for 30-40 seconds. Then, plug it back in and turn it on. This often restores "missing" Wi-Fi and Bluetooth modules.
Checking system services and protocols
A special service is responsible for wireless networking in Windows. If it's stopped or its startup type is set to "Disabled," you won't be able to activate Wi-Fi using any buttons. To check, click Win + R, enter services.msc and press Enter. In the list, you need to find the service with the name WLAN AutoConfig (in some versions "Automatic WLAN configuration").
Double-click the service. Make sure the "Startup type" is set to "Automatic." If the service status is "Stopped," click "Start." If this service is missing from the list or cannot start, it often indicates corrupted Windows system files or a virus.
It's also worth checking whether the required protocol is active in the connection properties. Go to "Network Connections" (via ncpa.cpl), right-click "Wireless Network" and select "Properties." In the list of components, there should be a checkmark next to "Internet Protocol Version 4 (TCP/IPv4)." Without this protocol, the computer will not be able to obtain an IP address from the router, even if the connection is formally established.
⚠️ Attention: If the WLAN AutoConfig service keeps stopping on its own, check the Windows event log. Errors in the System section with the source Wlansvc may indicate a conflict with an antivirus or third-party firewall.
Sometimes resetting your network settings to factory defaults can solve the problem. In Windows 10 and 11, you can do this via Settings -> Network & Internet -> Advanced network settings -> Network reset. This will delete all saved Wi-Fi passwords and reinstall your network adapters, which often resolves software glitches.
Installing and updating drivers
The lack of the correct driver is the most common reason for Wi-Fi not working on new computers or after a clean Windows installation. The system may install a generic Microsoft driver, which provides basic functionality but doesn't allow you to control the adapter's power or specific modes. For full functionality, a driver from the chipset manufacturer is required: Intel, Realtek, Qualcomm Atheros or Broadcom.
You can find the required driver on the official website of your laptop or motherboard manufacturer. Enter the exact device model. If your laptop is older and there are no drivers for Windows 10/11, you can try the Windows 8 or 7 version in compatibility mode. However, it's better to use automatic update utilities, such as Driver Booster or the built-in Windows Update center, which often finds the necessary software via the Internet (if it is possible to connect a cable).
When installing a driver for an external USB adapter, it's important to install the software first and only then insert the device into the port, unless the instructions instruct you to do otherwise. You may need to disable your antivirus software during the installation process, as network card drivers have deep access to the system.
| Chip manufacturer | Typical name in the dispatcher | Where to look for the driver | Peculiarities |
|---|---|---|---|
| Intel | Intel(R) Wi-Fi 6 AX200 | Intel or laptop website | Often requires a separate Bluetooth package |
| Realtek | Realtek RTL8822CE | PC manufacturer website | Common stability issues with older drivers |
| Qualcomm Atheros | Qualcomm Atheros QCA61x4 | Laptop support site | Requires exact matching driver version |
| Broadcom | Broadcom 802.11ac | Dell/HP/Lenovo website | Microsoft Update is rarely updated. |
BIOS/UEFI settings and rare cases
In some cases, the Wi-Fi module may be disabled at the BIOS/UEFI level. This often occurs on corporate laptops or after a BIOS reset. To check, enter the BIOS during boot (press the [keys] F2, Del, F10). The interface may differ, but you need to look for sections Advanced, Security or Onboard Devices.
Inside the menu, look for items containing the words Wireless, WLAN, Network or Onboard LAN. Make sure the corresponding parameter is set to EnabledIf the module is blocked here, the operating system will not physically see the device, and no drivers will help.
It's also worth mentioning rare cases related to antivirus software. Some security suites (such as Kaspersky or ESET) have their own firewall, which can block new connections or hide the computer on the network. Try temporarily disabling the network protection in your antivirus to test.
⚠️ Attention: BIOS interfaces and item names may vary significantly depending on the motherboard model and firmware version. Be careful when changing non-network-related settings to avoid disrupting system boot.
If all else fails, there may be a hardware problem. The antenna wires inside the laptop may have become disconnected from the module, or the module itself may have failed. In such cases, the device must be disassembled and the antenna connections (usually the thin black and white wires leading to the module) checked.
Frequently Asked Questions (FAQ)
Why has the Wi-Fi button become gray and cannot be pressed?
This usually means a driver is not working or the WLAN service is stopped. Check Device Manager for errors. Airplane Mode may also be enabled or blocked by an antivirus program.
How do I turn on Wi-Fi if I don't have drivers or internet access?
You'll need another computer or smartphone. Download the network card (LAN) driver or the universal Wi-Fi driver for your model, transfer the file via USB, and install. Windows 10/11 often includes basic drivers in a folder. C:\Windows\System32\DriverStore, you can try to update the driver manually by specifying this path.
Can a virus disable Wi-Fi?
Yes, some malware blocks network services or changes DNS and proxy settings, making it impossible to connect to the internet. A full system scan with an antivirus is recommended.
What to do if Wi-Fi works, but networks are not found?
Check that airplane mode isn't enabled. Make sure your router isn't using MAC address filtering. Also, try changing the router's broadcast channel if there are too many in your home.
Will resetting the network help remove viruses?
No, resetting the network only restores protocol and adapter settings to factory defaults. It does not affect virus executables. Antivirus software is required for cleaning.