Modern personal computers are increasingly less equipped with bulky external antennas, giving way to compact integrated wireless modules. However, after purchasing a new system unit or reinstalling the operating system, users often encounter a missing network icon in the lower right corner of the screen. This doesn't indicate hardware failure; most likely, the software simply didn't receive the activation command or the driver was installed incorrectly.
Turning on built-in adapter This requires a holistic approach, from checking the physical switches to delving into the BIOS settings. Ignoring any of these steps can lead to the false conclusion that the motherboard or module is faulty. In this article, we'll detail all possible scenarios to ensure you can connect to the network without disassembling your computer.
Before attempting any complex manipulations, it's worth making sure the module isn't physically disabled at the hardware level. Some PC motherboards, especially those in the Mini-ITX form factor or pre-built builds, may have a physical switch or jumper that blocks power to the module. Wireless controllerCheck the back panel of the system unit and the technical documentation for your model.
Checking the physical condition and indicators
The first step in diagnostics is always a visual inspection. Unlike laptops, where Wi-Fi indicators are often located on the front panel, on desktop PCs they may be located on the back panel next to the USB ports or absent altogether. If your motherboard has an LED labeled WLAN or Wireless, its blinking or lit status indicates power is being supplied to the module.
It's important to check the integrity of the antennas if they are exposed. Users often forget to screw the antennas to the connectors on the rear panel, resulting in an extremely weak signal or no signal at all. Even if the adapter is enabled in software, without the antenna, it may not detect any networks, creating the illusion that it's not working.
⚠️ Attention: Never attempt to attach antennas to a running computer unless you are sure it is properly grounded. Static electricity can damage the sensitive electronics of the Wi-Fi module.
If a visual inspection yields no results, you should check whether the system even recognizes the device. To do this, open Device Manager. Right-click the Start button and select the appropriate item from the menu. In the window that opens, find the "Network Adapters" section.
Activation via Windows Device Manager
The Windows operating system has powerful hardware management tools that allow you to force a specific component to start or stop. If you find a device with a name containing the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm, but it is marked with a down arrow, which means the module is disabled by software.
To enable it, right-click the adapter name and select "Enable device." The system may prompt you to confirm this action using User Account Control. After confirmation, the driver should restart, and after a few seconds, an icon for available networks will appear in the system tray.
In some cases, a device may be hidden. To display hidden components, click the "View" tab in the Device Manager menu and select "Show Hidden Devices." This will reveal previously connected but now missing adapters, which is useful for clearing out old conflicts.
- 🔹 Right-click on "Start" and select "Device Manager".
- 🔹 Double-click to expand the "Network adapters" branch.
- 🔹 Find the device labeled Wi-Fi or Wireless.
- 🔹 If the icon has a downward arrow, right-click and select "Enable."
If the device immediately disappears after being turned on or displays an error code (such as code 10 or 43), this indicates a more serious driver issue or resource conflict. In this situation, simply switching the device's state won't help; a complete software reinstallation will be required.
☑️ Adapter diagnostics
Configuring adapter power settings
Windows strives for maximum energy efficiency, which sometimes leads to incorrect operation of peripherals. The system may automatically turn off network controller to save power, after which it won't be able to wake up correctly. This is a common problem with desktop PCs, where power-saving modes are configured like those found on laptops.
To eliminate this factor, you need to change your power plan. In Device Manager, double-click your Wi-Fi adapter to open its properties. Go to the "Power Management" tab.
Here you'll see a checkbox labeled "Allow the computer to turn off this device to save power." Uncheck it. This will prevent the operating system from interrupting the module's power supply, ensuring its stable operation even in the background.
⚠️ Attention: Disabling power saving may slightly increase the overall power consumption of the computer, but for desktop PCs this is not a critical parameter compared to the stability of the connection.
After making changes, be sure to click "OK" and restart your computer. Connection stability should be tested after a reboot, as some driver settings are only applied at system startup.
Why does the adapter turn off by itself?
Modern USB and PCIe standards allow ports to be completely de-energized. Wi-Fi module drivers often incorrectly process the wake-up signal, causing the device to become stuck in sleep mode and stop responding to OS requests.
Updating and reinstalling drivers
The most common reason for a lack of Wi-Fi is missing, corrupted, or out-of-date drivers. After a clean installation, Windows often uses Microsoft's default drivers, which provide minimal functionality but don't enable specific features. wireless module.
To find the latest software, it's best to use the official website of your motherboard or laptop manufacturer. Using third-party driver auto-installers can result in the installation of incorrect versions, which can cause system conflicts.
If you don't have internet access on this PC, download the driver on another device and transfer it via USB. Please note the operating system version and its bit depth (x64 or x86), as the drivers are not universal.
The installation process is usually standard: run the executable file and follow the wizard's instructions. After installation is complete, the system will require a reboot. If automatic installation fails, you can try updating the driver manually through Device Manager, specifying the path to the folder containing the unzipped files.
| Driver type | Source | Reliability | Recommendation |
|---|---|---|---|
| Basic (Microsoft) | Windows Update | Low | For diagnostic purposes only |
| From the PC manufacturer's website | Official website of the brand | High | Recommended for most |
| From the chipset website | Intel / Realtek / Qualcomm | Maximum | For advanced users |
| Third-party utilities | DriverPack and similar programs | Doubtful | Not recommended |
Diagnostics via command line
For users who prefer precise control over the system, the command line provides advanced diagnostic capabilities. Using the utility netsh You can reset all network settings to factory defaults, which often solves problems with frozen services.
Launch the Command Prompt as administrator. To do this, type "cmd" in the search bar, right-click "Command Prompt," and select the appropriate option. In the window that opens, enter the command to reset Winsock and TCP/IP settings.
netsh winsock reset
netsh int ip reset
After executing the commands, you must restart the computer. This method is especially effective when the Windows interface is working correctly, but an actual network connection fails due to protocol stack errors.
- 🔹 Open Command Prompt with administrator rights.
- 🔹 Enter
netsh wlan show driversto check the driver status. - 🔹 If the status is "No", then the driver is not working or the device is disabled.
- 🔹 Use
ipconfig /releaseAndipconfig /renewto renew the IP address.
The command line also allows you to check whether your adapter supports creating an access point, which indirectly confirms the functionality of the module. The command netsh wlan show drivers will display detailed information about supported technologies and their current status.
Setting up the BIOS/UEFI of the motherboard
Sometimes the integrated Wi-Fi module can be disabled at the BIOS/UEFI level. This often happens after resetting the motherboard or updating the firmware. If the device is not detected by the operating system at all, checking the BIOS is a must.
To enter the BIOS, press the Del or F2 key immediately after turning on the computer. The interface may differ depending on the manufacturer (AMI, Award, Phoenix), but the search logic remains the same. You need to find the section related to peripherals or integrated devices.
Look for subsections named "Onboard Devices," "Integrated Peripherals," or "Advanced." Inside, find the section responsible for wireless communications. It may be called Wireless LAN, Wi-Fi Controller or have the name of the chipset brand.
⚠️ Attention: Be careful when changing BIOS settings. Changing other parameters may cause system instability. Only change Wi-Fi-related values.
Make sure the parameter value is set to EnabledIf it's worth it Disabled, change it, and save the settings before exiting (usually the F10 key). After rebooting, the system should detect the new hardware and attempt to install drivers for it.
What should I do if there is no Wi-Fi option in the BIOS?
The absence of this option in the BIOS may mean that your motherboard doesn't have the integrated module, or it's soldered in a way that's not controlled by this interface. In this case, focus on the Windows drivers.
Wireless network service and system crashes
A dedicated system service manages wireless connections in Windows. If it's stopped or its startup type is set to "Disabled," enabling Wi-Fi through the interface won't work, even if the drivers are working properly.
Click Win + R, enter services.msc and press Enter. In the list of services, find "WLAN AutoConfig." Make sure its status is "Running" and its startup type is "Automatic."
If the service is stopped, start it manually. If it starts and then immediately stops, check the Windows event log for critical errors related to this service. This may indicate a conflict with antivirus software or other network utilities.
In rare cases, a full network reset can help. Windows 10 and 11 have a built-in "Network Reset" feature that removes all network adapters and reinstalls them, as well as resets network components. You can find this option in the "Network & Internet" section of the system settings.
Why did the Wi-Fi icon disappear after a Windows update?
Windows updates often replace drivers with newer ones that may be incompatible with your hardware or reset registry settings. In this case, rolling back the driver through Device Manager or uninstalling updates via Settings -> Update & Security -> Update History -> Uninstall Updates can help.
Can an antivirus block a Wi-Fi adapter?
Yes, some security features in third-party antiviruses (such as network control or firewall) may block the adapter if they detect suspicious behavior. Try temporarily disabling your antivirus for diagnostic purposes.
How to check if the Wi-Fi module is burned out?
If the module isn't visible in either the BIOS or Device Manager (even as an unknown device), and resetting the BIOS doesn't help, there's a high probability of a physical problem. For a precise diagnosis, you'll need to install a known-good module or test it with a multimeter (for specialists).
Do I need to remove the driver before installing a new one?
This is recommended, but not always required. If you're simply updating the version, the installer will automatically replace the files. However, when upgrading from one driver version to another (or if errors occur), completely uninstalling the old one via Add or Remove Programs and Device Manager ensures a clean system.
Does the location of the PC affect the performance of the built-in Wi-Fi?
Yes, it does. A metal PC case and its proximity to the floor or wall can shield the signal, especially if the antennas are located at the back. Use a USB antenna extender to extend it to a desk, or make sure the antennas aren't blocked by the monitor.