A situation where a laptop or desktop PC refuses to detect a wireless network can be frustrating even for an experienced user. It seems that digital life It stops, because without the internet, it's impossible to work or have fun. Often, the problem lies not in a hardware failure, but in a software glitch or incorrect system configuration.
The first thing to do is not panic and run a basic diagnostic. Check whether the wireless indicator on the device is lit and whether the WiFi icon in the Windows system tray is active. Sometimes the solution is as simple as accidentally pressing a key combination, disabling the module and causing the system to stop scanning the air.
In this article, we'll cover all possible scenarios, from simple user errors to complex driver conflicts. You'll learn how to troubleshoot problems yourself, saving you the time of calling a technician. Understanding the operating principles network interfaces will help you respond more quickly to similar failures in the future.
Hardware switches and physical access
The most common reason for a lack of connection is a simple module disconnect. On many laptops, especially business series, HP, Lenovo, and DellThere's a physical slider on the end of the case. If it's in the "Off" position, the operating system won't receive a signal about the adapter's presence.
In addition to mechanical switches, there are also soft keys. These are usually a combination of buttons Fn and one of the function keys F1-F12, which has an antenna drawn on it. Pressing this combination blocks power to the network card.
⚠️ Attention: On some laptop models, the WiFi indicator may not light immediately after turning on the device using the keys. Wait 10-15 seconds for the operating system to fully initialize the device.
For desktop computers with USB adapters, the problem may lie with the port. Try switching the device to a different port, preferably USB 2.0, as older models may not work correctly with 3.0 ports without additional drivers.
Diagnostics via Device Manager
If the physical switches are OK, you need to check whether the operating system sees the adapter itself. To do this, open device ManagerIn Windows 10 and 11, this can be done by right-clicking on the Start menu and selecting the appropriate option.
In the window that opens, find the "Network Adapters" section. If your device isn't listed there, and instead appears as "Unknown Device" with a yellow exclamation mark, the driver isn't installed or isn't working properly. Resource conflict may also cause the adapter to disappear from the list.
Try right-clicking the device and selecting "Enable." If that doesn't help, select "Uninstall device," then click "Action" -> "Scan for hardware changes" in the top menu. The system will attempt to reinstall the driver automatically.
Driver problems and solutions
Outdated or corrupted drivers are the main enemy of a stable connection. Windows Update often installs a generic driver that doesn't work reliably with a specific chipset model. Realtek, Intel or Broadcom.
The best way to resolve the issue is to download the latest software from the official website of the laptop or motherboard manufacturer. Avoid using third-party auto-installers, as they often contain advertising junk.
When installing a new driver version, it is recommended to first completely uninstall the old one. This can be done through the Control Panel or using specialized utilities for a complete cleanup. After rebooting, install the new driver package.
| Symptom in the dispatcher | Probable cause | Action |
|---|---|---|
| Code 10 (Device not running) | Initialization failure or conflict | Complete uninstall and reboot |
| Code 43 (Request Failed) | Hardware or driver failure | Checking the power supply and reinstalling the software |
| The device is missing | Disabled in BIOS or physically | Checking BIOS settings and switches |
☑️ Checking drivers
Adapter power settings
Windows' power management system often disables the WiFi adapter to conserve battery power, after which it fails to re-enable it. This results in the computer failing to connect to WiFi through the adapter, even though the device is technically on.
To fix this, go to the network adapter properties in Device Manager. On the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."
It's also worth checking the power plan in Control Panel. Select "High Performance" mode to avoid forced reduction of transmitter power. This is especially true for older laptops, where battery wear affects component performance.
⚠️ Attention: Disabling power saving may slightly increase battery drain on laptops, but will ensure a stable connection.
Windows services and system crashes
A special service is responsible for wireless networking in Windows. If it's stopped or running in automatic mode with a delay, connecting is impossible. You can check this using the command services.msc.
Find the "WLAN AutoConfig" service (or "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.
Sometimes resetting network settings via the command line helps. Launch Terminal as administrator and enter the command netsh winsock reset, then restart your computer. This will clear the network protocol cache.
Hidden commands for network reset
netsh int ip reset — resets TCP/IP settings | ipconfig /flushdns — clears the DNS cache | netsh interface set interface name="Wireless Network" admin=disabled — disables the adapter (instead of name, specify the exact name of your connection) | netsh interface set interface name="Wireless Network" admin=enabled — re-enables the adapter
IP and DNS conflicts
A common cause of connection failure is an IP address conflict on the local network. If two devices attempt to use the same address, the router blocks the connection. Static DNS servers may also be configured and unresponsive.
Check your IPv4 settings in the connection properties. Make sure "Obtain an IP address automatically" and "Obtain DNS server address automatically" are checked. If you're using a static IP address, make sure it's not already in use by another device.
For diagnostics use the command ipconfig /all in the command line. Pay attention to the IPv4 address and DNS servers lines. If the address begins with 169.254.xx, then the computer hasn't received an address from the router.
The impact of antiviruses and firewalls
Third-party antiviruses and firewalls may block connections to new networks, considering them public or dangerous. If you recently installed security software, try temporarily disabling it and testing your internet access.
The built-in Windows firewall may also have strict rules. Check if it's blocking access to private networks. Sometimes, deleting the network profile in Windows settings and reconnecting after confirming detection helps.
Keep in mind that some system "optimizers" can modify the registry, disabling certain types of connections. In this case, restoring the system to a point when WiFi was working reliably may help.
Frequently Asked Questions (FAQ)
Why can my computer see other networks but not mine?
The problem is most likely a frequency band issue. If your router only broadcasts Wi-Fi at 5 GHz, and your computer's adapter only supports 2.4 GHz, it won't see the network. Check your hardware specifications or enable 2.4 GHz broadcasting on your router.
Can a virus block WiFi?
Yes, some types of malware change proxy or DNS settings, blocking network access. Run a full system scan with an antivirus and check your browser and system proxy settings.
What should I do if the adapter disappeared after a Windows update?
Windows updates sometimes break compatibility with older drivers. Visit the adapter manufacturer's website, find the driver for your version of Windows (or the previous one if there's no newer version), and install it in compatibility mode.
How to check the adapter signal strength?
In the command line, enter netsh wlan show interfacesThe "Signal" line will display the current connection strength percentage. If it's below 40-50%, stability issues may occur.