The modern desktop computer has long ceased to be a bulky box tied to the wall with a thick network cable. Wireless technologies Networks have become standard, and having a built-in or external communication module is essential for comfortable work. However, users often encounter a situation where, after reinstalling the operating system or upgrading the hardware, the network icon disappears and internet access is blocked.
In most cases, the problem can be solved using software, but sometimes it requires intervention in hardware settings or physical inspection of components. Windows 10 And Windows 11 have advanced diagnostic mechanisms that don't always work automatically. Understanding the principles of operation network interfaces will help you quickly restore the connection without calling a technician.
In this guide, we'll cover all activation steps: from simple system switches to complex registry and BIOS manipulations. Don't panic if the taskbar indicator shows a crossed-out globe. Most often, the module is simply disabled in Device Manager or doesn't have the correct settings installed. drivers.
Diagnostics and visual inspection of equipment
Before delving into the intricacies of operating system settings, it's important to rule out trivial physical causes for the lack of signal. If you're using an external USB adapter, try connecting it to a different port. Often, the front ports of the system unit don't provide sufficient power or have poor contact.
Pay attention to the LED indicators. Many motherboards with integrated modules or PCIe expansion cards have activity LEDs. If the LED doesn't light even after connecting the antennas, this may indicate a power failure or a physical component failure. Internal modules Mini PCIe or M.2 also require a secure fit in the slot.
- 📡 Check the tightness of the antenna connections to the rear panel of the PC (if any).
- 🔌 Try changing the USB port from 2.0 to 3.0 or connecting directly to the motherboard.
- 💡 Pay attention to the presence of physical switches on laptop keyboards (relevant for all-in-one PCs).
- 🔍 Inspect the device in Device Manager for yellow exclamation marks.
⚠️ Caution: If you use a USB extension cable for the external adapter, make sure its length does not exceed 3-5 meters. Excessive cable length will cause voltage drop and unstable operation of the module, which may cause it to constantly disconnect.
For embedded solutions, it's important to check whether the module is disabled at the BIOS/UEFI level. When booting the computer, enter the settings menu (usually the key Del or F2) and find the section related to peripherals. The parameter may be called Onboard WLAN, Wireless Controller or have a brand name, such as Intel Wireless. Make sure the value is set to Enabled.
Activation via Control Panel and Windows Settings
The most common scenario is that the adapter is disabled programmatically in the Windows interface. The operating system allows you to manage the status of network cards through the classic Control Panel, which often contains more comprehensive settings than the new Settings menu. To get started, open the Run dialog box by pressing the following key combination: Win + R.
Enter the command ncpa.cpl and press Enter. A list of all network connections will open. Find the "Wireless Network" or "Wi-Fi" icon. If it's grayed out and labeled "Disabled," right-click it and select "Enable." The system will attempt to activate the driver and connect to known networks.
In some cases, the icon may be missing entirely, but this doesn't mean the device isn't detected. Windows sometimes hides disabled devices. In the Network Connections window menu, click "View" and make sure "Show hidden devices" is checked. This often helps identify "lost" adapters that were previously removed or aren't working correctly.
If the icon remains grayed out after turning it on or the error "This device cannot be turned on" appears, the problem lies deeper. It could be a driver conflict, where the system is attempting to use a generic Microsoft driver instead of the manufacturer's specific software. In this case, you need to manage your drivers.
Managing drivers in Device Manager
Device Manager is the system administrator's primary tool for managing hardware. To access it, right-click the Start button and select the appropriate option. Find the "Network Adapters" section in the list. Expand it to see a list of installed hardware.
Here you can see your module by name, which usually contains marks Realtek, Intel, Qualcomm Atheros or TP-LinkIf a device is displayed with a yellow triangle, it indicates a driver error. Right-click it and select "Properties." The "General" tab will display the error code, for example, Code 10 or Code 43.
To resolve this, try uninstalling the device. Select "Uninstall device" from the context menu. If prompted to uninstall the driver software, only select the checkbox if you plan to install the latest version manually. After uninstalling, click "Action" → "Scan for hardware changes" in the task manager menu. The system will attempt to find and install the driver again.
☑️ Driver update checklist
An alternative method is manual installation via the "Update Driver" menu. Select "Browse my computer for driver software" and specify the folder where you unzipped the files downloaded from the motherboard or adapter manufacturer's website. The automatic search via Windows Update often finds outdated versions that don't support all features. 802.11ac protocol or ax.
⚠️ Note: Driver interfaces and installation methods may vary depending on the Windows version and hardware manufacturer. If standard methods don't work, check the exact chipset model on the manufacturer's official website before downloading the files.
Setting up the adapter power plan
One common cause of Wi-Fi disconnects is Windows' aggressive power saving policy. The system may cut off power to the USB port or PCIe slot to conserve power, which causes the connection to drop. To prevent this, return to Device Manager and open the properties of your adapter.
Go to the "Power Management" tab. Here you'll see the option "Allow the computer to turn off this device to save power." Uncheck this option. This will force the system to keep the module active at all times, even when idle.
It's also worth checking your global power plan settings. Search for "Choose a power plan" and select "Change advanced power settings." In the window that opens, find "Wireless adapter settings" → "Power saving mode." Set it to "Maximum performance."
This setting is especially important for users who use their PC for gaming or high-definition streaming. Economy mode can cause micro-lag and reduced response speeds, as the adapter requires time to "wake up" after a sleep period. After applying these settings, it is recommended to completely restart the computer.
Why does Windows disable devices?
Modern energy efficiency standards require minimizing power consumption. The operating system automatically puts unused components into sleep mode. However, the implementation of these mechanisms in low-end adapter drivers often contains bugs that lead to unstable operation.
Windows Services and Network Reset
Wireless connections in Windows are managed by system services. If the Connection Manager (WlanSvc) service is stopped or not running correctly, you won't be able to turn on Wi-Fi. Click Win + R, enter services.msc and find "WLAN AutoConfig Service" in the list.
Double-click the service. The startup type should be set to "Automatic." If the service is stopped, click "Start." Also, check for dependencies on other services in the "Dependencies" tab—if the parent service isn't running, Wi-Fi won't work either.
If manipulating services doesn't help, use the built-in network reset mechanism. In Windows 10 and 11, this can be done via Settings → Network & Internet → Advanced network settings → Network reset. This will delete all saved Wi-Fi profiles, reset TCP/IP settings, and reinstall network adapters.
For a more thorough reset, you can use the command line. Launch Terminal as administrator and run the following commands to clear the DNS cache and reset the TCP/IP stack. This helps if the adapter is enabled but doesn't receive an IP address or see any available networks.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After executing these commands, the system will require a reboot. This is a critical step, as changes to the registry and network stack only take effect after the operating system kernel restarts.
Table of common errors and solutions
Below is a summary table that will help you quickly identify the problem by symptoms and error code. This will speed up the diagnostic process and avoid unnecessary steps.
| Symptom / Code | Probable cause | Solution method |
|---|---|---|
| Code 10 (Failed to start) | Driver conflict or power failure | Remove the device, turn off the PC, turn it on again |
| Code 43 (Request Failed) | Hardware error or driver corruption | Reinstalling the driver from the manufacturer's website |
| The adapter is not in the list | Disabled in BIOS or physical break | Checking the BIOS, checking the antenna connection |
| Gray "Disabled" icon | Software shutdown | Command ncpa.cpl -> Enable device |
| No networks available | WLAN service stopped | Starting the services.msc (WlanSvc) service |
Frequently Asked Questions (FAQ)
Why can't my computer see 5 GHz Wi-Fi, even though my router is broadcasting it?
Most likely, your adapter only supports the 2.4 GHz band. Old standards 802.11n often work only in this frequency range. Check the specifications of your adapter model: if there is no mention 802.11ac or dual-band, he physically won't be able to see 5 GHz networks.
Is it possible to turn on Wi-Fi on a PC without an antenna?
Technically, it's possible to launch the module, but the range will be limited to a few centimeters or meters in a direct line of sight. An antenna is necessary for impedance matching and efficient signal transmission. Operating without an antenna can also lead to overheating and failure of the module's power amplifier.
How to check if the adapter supports monitor mode?
In Windows, this can be done via the command line with the command netsh wlan show driversLook for the line "Supported network types" or "Hosted network support." However, to fully utilize the monitor mode, specialized drivers and utilities are often required, as standard Windows drivers block this feature.
Does installing a PCIe Wi-Fi card affect SSD speed?
If you're using cheap PCIe adapters, they may take up PCIe lanes that would otherwise be used by M.2 drives. On some motherboards, installing a Wi-Fi module in a specific slot may disable one of the SATA ports or reduce the speed of the second M.2 slot. Check your motherboard manual.