The situation when the built-in Wi-Fi adapter A computer suddenly becoming unresponsive or completely undetectable can catch any user off guard. A lack of network access can render a modern computer useless, blocking work, entertainment, and access to important data. Most often, the problem stems not from physical failure, but from software glitches, incorrect power settings, or driver conflicts.
Before rushing to the store for an external USB dongle, it's important to thoroughly diagnose the original hardware. In most cases, the wireless module is working properly, but the operating system can't find the correct path to it. Windows 10 And Windows 11 They have powerful diagnostic tools that are often ignored, and manually reinstalling drivers solves 90% of all connection problems that arise.
Diagnostics and equipment condition check
The first step should always be checking the physical status and how the device appears in the system. Users often forget about simple switches on the laptop case or hotkeys that block the signal. If the indicator light on the case is off and the list of available networks is empty, ensure that the module isn't disabled by hardware or software via the BIOS.
Open the Device Manager by pressing the key combination Win + X and selecting the appropriate menu item. Find the "Network Adapters" section and expand it. If you see a device with a yellow exclamation point or the message "Unknown Device," this is a clear sign of a driver issue. If the adapter is not listed, it may be disabled in the BIOS or physically damaged.
- 🔍 Check the adapter in the Device Manager under the names Wireless, WiFi, 802.11, or the brands Intel, Realtek, or Atheros.
- ✈️ Make sure that "Airplane Mode" is not activated on your keyboard, which blocks all wireless interfaces.
- 🔌 On desktop PCs, check that the antennas are securely screwed to the back panel of the motherboard, if they are provided by the design.
It is important to understand that the built-in controller The adapter may be working properly, but the system may be saving power by forcibly shutting it down. In the device properties, under the "Power Management" tab, uncheck the box next to "Allow shutdown." This is a common cause of unstable operation, where the adapter "falls asleep" and doesn't wake up.
Installing and updating drivers manually
The most common cause of non-operation is an outdated or corrupted driver. Automatic update via Windows Update often offers universal solutions that work unstable. For full functionality and support of the Wi-Fi 6 standard, you need a driver from the website of the motherboard or laptop manufacturer.
If there's no internet connection on the affected PC, use another computer or smartphone to download the installation file. Find your exact device model on the manufacturer's official website. Download the driver archive for your operating system version and save it to a flash drive.
devmgmt.msc
Run the downloaded file installation as an administrator. If the installer fails to launch or returns an error, try manual installation through Device Manager. Right-click the problematic device, select "Update Driver," and navigate to the folder containing the unzipped driver files.
- 📥 Download drivers only from the official websites of manufacturers (Dell, HP, Lenovo, ASUS) or chipsets (Intel).
- 🗑️ Before installing the new version, remove the old driver by using "Uninstall devices" in the device manager and checking the "Delete driver software" box.
- 🔄 After installation, be sure to perform a full restart of your computer, and not just log out.
Sometimes the system aggressively caches old configurations. In this case, using DDU (Display Driver Uninstaller) or similar tools to clean network drivers can help, although this requires greater caution.
Configuring network settings and protocols
Even with proper hardware and drivers, the built-in Wi-Fi adapter may conflict with the router's settings. Modern security standards and frequency ranges require correct configuration in the network connection properties. Often, the problem stems from attempting to use an outdated encryption protocol or the wrong channel.
Go to "Control Panel" → "Network and Internet" → "Network and Sharing Center." Click "Change adapter settings," find your wireless connection, and open its properties. In the list of components, make sure the following items are checked: Internet Protocol version 4 (TCP/IPv4) And Internet Protocol version 6 (TCP/IPv6).
Pay special attention to roaming settings and network priority. If your laptop is constantly losing connection or switching between access points, you might want to change the "Roaming Aggressiveness" setting in the driver's advanced properties. Setting the value to "1. Lowest" often stabilizes the connection at home.
| Parameter | Recommended value | Impact on work |
|---|---|---|
| 802.11n/ac/ax mode | Enabled / Auto | Provides maximum speed |
| Channel width | Auto or 20/40/80 MHz | Affects throughput |
| Roaming Aggressiveness | Lowest (1) | Reduces the frequency of network searches |
| Energy Saving | Maximum Performance | Prevents the adapter from disconnecting |
Don't ignore DNS settings. Using automatic addresses isn't always effective. Manually enter reliable servers, such as those from Google (8.8.8.8) or Cloudflare (1.1.1.1) to avoid problems with domain name resolution.
☑️ Check adapter settings
Reset Windows network settings
When manual intervention fails, a complete reset of the operating system's network stack is the best way to restore the built-in Wi-Fi adapter to life. This procedure deletes all saved Wi-Fi profiles, resets TCP/IP settings, and reinstalls the network adapters.
IN Windows 10 And Windows 11 This can be done through the graphical interface. Go to "Settings" → "Network & Internet" → "Advanced network settings" (or "Advanced network settings") → "Network reset." Click "Reset now" and confirm the action.
⚠️ Note: After resetting the network, your computer will restart after 5 minutes. All saved Wi-Fi passwords will be deleted, and you will have to re-enter them to connect.
For a more thorough cleanup, you can use the command line. Launch Terminal as administrator and run the following commands to reset Winsock and TCP/IP. This will resolve deep registry errors related to network protocols.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running these commands, the system will be completely cleared of junk entries and IP address conflicts. If this doesn't help, the problem likely lies deeper—in a service conflict or corrupted system files.
What to do if resetting doesn't help?
If resetting the network doesn't resolve the issue, try opening the Command Prompt and entering sfc /scannow to check the integrity of Windows system files. Corrupted system libraries can block network services.
Working with services and the registry
A number of specialized services are responsible for the operation of wireless networks in Windows. If a service WLAN AutoConfig stopped or its startup type changed, the integrated adapter will physically be unable to function, regardless of the state of the drivers.
Open the services menu by typing in the search services.mscFind the "WLAN AutoConfig" service. Make sure the startup type is set to "Automatic" and the service status is "Running." If it is stopped, click the "Start" button.
In some cases, editing the registry is required to force activation of certain adapter features. However, editing the registry is a dangerous operation. Always create a system restore point before making any changes.
- 🛑 Check the Connection Manager service, it should also be active.
- 🔧 Make sure that the registry path is
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvcThe Start parameter has a value of 2. - ⚡ Restart the service after any changes to settings or registry for the settings to take effect.
Antivirus software or third-party firewalls may be blocking the adapter. Try temporarily disabling your third-party antivirus and checking if the network connection is restored. If the issue resolves, add the network service to your security software's exceptions.
Hardware problems and BIOS
If software solutions have failed, it's worth looking at the hardware. The integrated Wi-Fi adapter may be disabled in the motherboard's BIOS/UEFI. This often happens after resetting the BIOS settings or updating the firmware.
When your computer boots, press the BIOS entry key (usually Del, F2 or F10). Find the section related to peripherals (Advanced, Peripherals, Onboard Devices). Make sure that the parameter Wireless LAN, WiFi Controller or WLAN Device has status Enabled.
⚠️ Note: The BIOS interface varies depending on the motherboard manufacturer. If you're unsure about what you're doing, it's best to consult your motherboard's manual to avoid changing critical settings.
It's also worth checking the physical antenna connection inside the laptop or PC. Drops or vibrations can cause the antenna connectors (usually the thin black and white wires that connect to the module) to come loose. This inspection will require disassembling the device, which may void the warranty.
In rare cases, the module could be physically damaged. If a device appears in Device Manager with error code 43 ("A device was requested, but it did not respond"), this often indicates a hardware failure in the chip itself or its hardware.
Frequently Asked Questions (FAQ)
Why does the built-in adapter see 2.4 GHz networks, but not 5 GHz?
Most likely, your adapter doesn't support the 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6) standard, which operate in the 5 GHz band. Check the specifications of your laptop model or motherboard. The issue could also be with the driver: install the full version from the manufacturer's website, not the basic version from Microsoft.
Is it possible to replace the built-in Wi-Fi adapter on a laptop?
In most modern laptops, the WiFi module is soldered to the motherboard and is not replaceable. However, many business and gaming laptops use a standard M.2 connector (Key A or E), allowing you to replace the module with a more powerful alternative, such as the Intel AX200/AX210.
How do I know which driver I need if I don't have internet access?
Use your smartphone. Connect your phone to your PC via a USB cable and enable "USB tethering" in your phone's settings. Your computer will connect to the internet through your phone, and you can run automatic driver updates or download the necessary files from the manufacturer's website.
Does antivirus software affect the operation of the built-in adapter?
Yes, some "Network Protection" features in third-party antiviruses may conflict with WiFi drivers. Try temporarily disabling your antivirus. If the network reappears, add your network location to the trusted zones or consider switching to a different antivirus.
What is error code 10 or 43 in device manager?
Code 10 means the device cannot start (often resolved by discharging the static voltage: remove the battery and hold the power button for 30 seconds). Code 43 indicates that the device has reported a failure (often requiring a driver reinstallation or indicating physical damage).