The situation when you unpack the long-awaited new laptop Or if you're building a powerful desktop PC, and it completely refuses to recognize wireless networks, this can be frustrating for any user. Instead of the usual list of available connections, the lower right corner of the screen displays only a globe icon with a red cross, or there's no sign of it at all. This is especially frustrating, as drivers should be preinstalled and the hardware should be working properly.
The reasons for this behavior can range from a simple disabled software button to serious conflicts in the operating system registry. Often, the problem lies not with the device itself, but with power-saving settings or a lack of up-to-date software for a specific model. Wi-Fi moduleIn this article, we'll cover all possible scenarios so you can quickly restore access to the global network.
Don't panic and take your equipment to a service center at the first sign of a problem. In most cases, about 80% of such incidents can be resolved within 10-15 minutes of proper diagnostics. We'll cover everything from simple checks to complex system service interventions.
Primary hardware diagnostics
Before diving into the depths of system settings, you need to make sure that hardware It functions correctly. On new laptops, manufacturers often implement physical switches or key combinations that completely disable the radio module to save power. If the module is physically disabled, the operating system simply won't know it exists.
Carefully inspect the device's body. On the side edges of some models Dell or HP You can still find sliding switches. On your keyboard, look for an antenna or airplane icon. This is usually the key combination Fn and one of the function keys in the row F1-F12Pressing should activate the indicator signaling the operation of the wireless module.
- ✈️ Check if Airplane mode is activated through the Windows Action Center.
- 🔌 Make sure that the antennas (if this is a desktop PC with an external module) are securely screwed to the connectors.
- 💡 Pay attention to the wireless LED indicators on the laptop case.
- 🔄 Try performing a full reboot of your device, rather than just waking it from sleep mode.
It is important to understand that the new motherboards have a standard Wi-Fi 6E or Wi-Fi 7 This may require specific drivers, which aren't always included with the Windows installation disc. If the physical switch is enabled but no networks are found, we move on to the software part.
⚠️ Note: On some gaming laptops, the Wi-Fi disable function may be tied to proprietary software (for example, Armoury Crate or MSI Center). Check the settings inside these switches, as system switches may be ignored by the manufacturer's priority.
Analyzing the adapter status in Device Manager
The next step is to check how the operating system Windows 10/11 Sees your network equipment. Device Manager is the administrator's primary tool, displaying the status of all connected components. If the system doesn't see the adapter even here, the problem may be critical.
To access the menu, right-click on the Start icon and select device ManagerIn the window that opens, find the section Network adapters and open it. You should be interested in the section containing the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm.
If there is no such option at all, the device may be hidden. In the device manager menu, select View → Show hidden devicesIf the adapter appears but has a translucent icon, it's disabled or physically missing. If there's a yellow triangle with an exclamation point next to its name, it indicates driver conflict or an error in the device's operation.
Double-click the device to open its properties. On the General tab, the Device Status field will display an error code, if any. Code 10 means the device cannot start, code 43 indicates a handle request failure, and code 45 indicates the device is disabled. These codes critically important to search for a specific solution in Microsoft knowledge bases.
Installing and updating wireless network drivers
The most common reason why a new computer does not see the network is the absence or incorrect operation of driversEven if Windows says the drivers are installed, they may be basic and not support all the features of your network controllerThis is especially true for newer models released after your OS version was released.
The ideal option is to download the latest driver from the official website of your laptop or motherboard manufacturer. Since the affected PC may not have internet access, use a smartphone or another computer. Find your device model in the Support section and download the file for your version of Windows.
☑️ Driver update algorithm
During installation, select the "Custom installation" option if available, and ensure all components are checked, including wireless network management utilities. Be sure to reboot after installation. Windows Update can sometimes find a suitable driver on its own, but don't rely on this, as the versions in the Microsoft database are often out of date.
If the official website is unavailable, you can try updating the driver automatically through Device Manager. Right-click the adapter → Update driver → Automatic searchHowever, this method does not always work, especially if the underlying driver is damaged.
Setting up power options
Modern operating systems aggressively optimize energy consumption, which sometimes leads to paradoxical results. Power supply diagram The Wi-Fi adapter may turn off to save battery power, after which the device stops responding to power-on commands. This is a common issue with laptops, but can also occur on PCs.
To prevent the system from disabling the adapter, go back to device Manager, open the properties of your wireless adapter and go to the tab Power managementUncheck the box. Allow the computer to turn off this device to save powerThis action will force the module to run in active mode.
It's also worth checking your global power plan settings. Go to Control Panel → Power Options → Change advanced power settingsIn the list that opens, find the section Wireless Network Adapter Settings → Power saving modeSet both battery and plugged in operation to "Maximum performance".
- 🔋 Disabling power saving eliminates spontaneous connection breaks.
- ⚡ High performance mode may slightly increase battery consumption.
- 🛠 The changes take effect immediately, but to be on the safe side, it's best to reboot.
Why does Windows disable the adapter?
The system attempts to extend battery life by reducing the voltage on the USB or PCIe bus to which the Wi-Fi module is connected. On newer laptops with powerful screens and processors, this feature is very aggressive.
Resetting network settings and working with services
If the drivers are OK, but power settings don't help, the operating system may have accumulated junk software or there may be a network service failure. Windows has a built-in tool for completely resetting network settings, which often solves the problem of "invisible" networks.
To perform a reset, go to Parameters (gear in the Start menu) → Network and InternetFind the link at the bottom of the window. Network reset (in Windows 10) or button Advanced network settings → Network reset (in Windows 11) Click Reset now and confirm the action. The computer will restart in 5 minutes.
At the same time, it is worth checking the status of the critical service WLAN AutoConfig. Click Win + R, enter services.msc and press Enter. Find the service in the list. WLAN AutoConfigMake sure the startup type is set to Automatically, and the service itself is running. If it is stopped, click the "Start" button.
| Parameter | Normal condition | Problematic condition | Action |
|---|---|---|---|
| WLAN service | Works | Stopped | Start manually |
| Launch type | Automatically | Manual/Disabled | Change properties |
| Network reset | Completed | Not conducted | Perform a reset |
| TCP/IP protocol | Active | With an error | Reset via cmd |
Band and router compatibility issues
Sometimes a computer is working properly but can't see the network due to frequency band incompatibility. Modern routers often operate in two bands: 2.4 GHz And 5 GHzIf your new computer only has a 5 GHz module, it won't physically see networks broadcasting in the 2.4 GHz range, and vice versa, although the latter is extremely rare in new devices.
A more complex situation arises with the data transmission channel. In the 5 GHz band, the router may use channels not supported by the regional settings of your Wi-Fi adapter. For example, if channel 165 is selected in the router settings, but the adapter driver is configured for the "Russia" region (where not all channels are allowed), the network may not be displayed.
Try to enter the router settings (usually through the address 192.168.0.1 or 192.168.1.1) and change the wireless network channel to "Auto" or select a specific static channel (e.g. 36, 40, 44 for 5 GHz). It's also worth checking if filtering is enabled. MAC addresses, which blocks new devices.
⚠️ Note: Router interfaces vary from manufacturer to manufacturer (Keenetic, TP-Link, Asus). Specific menu item names may change depending on the firmware version. Consult the official documentation for your router model to find channel settings.
Frequently Asked Questions (FAQ)
Why is there no Wi-Fi icon on my new laptop, even though the drivers are installed?
Most often, this means the WLAN AutoConfig service is stopped or the adapter is disabled in Device Manager. It's also possible that an antivirus or third-party firewall is blocking the network interface.
Can antivirus software hide Wi-Fi networks?
Yes, some security features in antivirus software (such as Home Network Protection or Wi-Fi Safe) can hijack the adapter. Try temporarily disabling your antivirus to check.
What to do if the Device Manager shows error code 43?
Code 43 indicates a device failure. Try completely powering off the laptop (remove the battery if it's removable and unplug it for 5 minutes). For a PC with a non-removable battery, performing a static discharge test (if available in the BIOS) or disconnecting the power cord for an extended period may help.
Does the distance to the router affect the network display?
Yes, if the signal is too weak, the network may not appear in the list of available networks. Move closer to the router. Also, the new Wi-Fi 6 standards are less able to penetrate walls at long distances compared to 2.4 GHz.