No Wi-Fi connection on laptop with Windows 10 — one of the most common problems faced by users. Most often, the culprit is a disabled or incorrectly functioning wireless adapter driverMoreover, the situation can arise both after a system update and for no apparent reason: one day the internet was working, but the next day the network icon is crossed out with a red X, and the list of available networks is empty.
In this article we will look at All possible ways to enable the Wi-Fi driver — from basic (via Device Manager) to advanced (manually installing drivers from the manufacturer's website). We'll pay special attention to common errors that can cause the adapter to not be detected by the system, and provide a checklist for diagnosing the problem. If your laptop suddenly loses Wi-Fi, don't panic: in 90% of cases, the solution takes no more than 5 minutes.
Before you begin adjusting the settings, make sure the problem is with the driver and not a hardware issue. To do this, check the following:
- 🔹 Physical Wi-Fi button on the laptop case (on some models Lenovo, HP or Asus there is a separate switch).
- 🔹 Keyboard shortcut to enable wireless modules (usually
Fn + F2,Fn + F12or similar). - 🔹 Router performance — try connecting to the network from another device (smartphone, tablet).
1. Check the driver status in Device Manager
The first and most obvious step is to check if the wireless adapter driver is enabled in Device ManagerThis method works even if there is no Wi-Fi icon in the tray or it is displayed with an exclamation mark.
To open Device Manager:
- Click
Win + Xand select the item "Device Manager". - Expand the section Network adapters.
- Look for devices with names like Wireless, Wi-Fi, 802.11 or adapter model (for example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA9377).
If a yellow triangle with an exclamation point appears next to the adapter, the driver is not working correctly. If the adapter is not present at all, it is disabled or not installed. In both cases:
- 🔄 Right-click on the adapter and select "Activate device" (if the option is active).
- 🔄 If the adapter is disabled, select "Turn on device".
- 🔄 If there is a driver error (code 10, 28, 43), update it (more on that below).
⚠️ Attention: If there are no devices with Wi-Fi mentioned in the list of network adapters, but there are "Unknown device" or Other devices — this indicates a missing driver. Proceed to the section on manual installation.
☑️ Checklist before updating the driver
2. Automatic driver update via Windows
If the adapter is detected by the system but is not working correctly, try updating the driver automatically. This method works for most standard adapters (Intel, Realtek, Broadcom).
Instructions:
- IN Device Manager Right-click on the Wi-Fi adapter and select Update Driver.
- Click Automatically search for updated drivers.
- Wait for the process to complete. If the system finds an update, install it and restart your laptop.
If the automatic search does not yield any results, try the second option:
- In the same menu, select Perform a rollback (if the button is active). This will revert to the previous driver version, which may have worked more reliably.
- If rollback is not available, remove the driver ("Remove device") and restart your laptop. Windows will attempt to reinstall it the next time you turn it on.
⚠️ Attention: After uninstalling the driver, do not connect your laptop to the internet via Ethernet until you restart it! Otherwise, Windows may install the wrong driver version from its repository.
3. Manual driver installation from the manufacturer's website
Automatic updates don't always work: Windows may not find the latest driver version or install a generic one. Microsoft Wi-Fi Direct Virtual Adapter, which does not provide full functionality. In such cases, it helps manual installation from the website of the laptop or adapter manufacturer.
How to determine the adapter model:
- Open device Manager → Network adapters.
- Right-click on the Wi-Fi device and select "Properties" → tab "Intelligence".
- From the drop-down menu, select Equipment IDCopy the first line from the section
VEN_XXXXAndDEV_XXXX.
Next:
- 🔍 Go to the laptop manufacturer's website (ASUS, HP, Dell etc.) or adapter (Intel, Qualcomm).
- 🔍 Enter your laptop model or hardware ID in the driver search.
- 🔍 Download the latest driver for Windows 10 x64 (or x86 if you have a 32-bit system).
- 🔍 Install the driver and restart your laptop.
| Manufacturer | Link to drivers | Peculiarities |
|---|---|---|
| Intel | Intel support page | Drivers for adapters AX200, AX210, 8265 etc. Often require pre-installation Intel PROSet/Wireless Software. |
| Realtek | Realtek official website | Drivers for RTL8188EE, RTL8723DE, RTL8821CEYou may need to disable digital signatures for drivers. |
| Qualcomm Atheros | Qualcomm support page | Adapters QCA9377, QCA61x4Drivers are often included in packages from laptop manufacturers. |
⚠️ Attention: If you download a driver from third-party (non-official) websites, you risk getting a virus or an incompatible version. Always check the file hash (MD5/SHA-1) after downloading.
What to do if the manufacturer does not support Windows 10?
Some older adapters (eg. Broadcom 4313) don't officially support Windows 10. In this case, you can try:
1. Install the driver in Windows 8.1 compatibility mode.
2. Use a universal driver from Microsoft (via Device Manager → "Update driver" → "Select driver from the list").
3. Buy an external USB Wi-Fi adapter (for example, TP-Link TL-WN725N).
4. Enabling Wi-Fi via the command line
If the Windows graphical interface is not responding or the driver is stuck in an undefined state, you can try enabling it through command line (CMD) This method is useful when the adapter is detected by the system but is not activated.
Open CMD as administrator:
- Click
Win + X→ Command Prompt (Administrator) or "Windows PowerShell (Administrator)". - Enter the command to enable the adapter:
netsh interface set interface "Wireless Network" enableIf the interface name is different, check it with the command:
netsh interface show interface - Restart your laptop.
If the adapter is disabled at the driver level, try resetting its state:
netsh winsock resetnetsh int ip reset
shutdown /r /t 0
These commands will reset your network settings and reboot your system. Once enabled, check if Wi-Fi is working.
5. Check BIOS settings and power management
Sometimes the Wi-Fi adapter turns off at level BIOS or due to aggressive settings power managementThis is relevant for laptops, where the manufacturer is trying to save battery power.
How to check BIOS:
- Restart your laptop and enter the BIOS (usually the key
F2,DelorEscwhen turned on). - Find the section Advanced → Onboard Devices Configuration (or similar).
- Make sure the parameter Wireless LAN or Wi-Fi installed in Enabled.
- Save settings (
F10) and reboot.
Power management settings in Windows:
- Open device Manager → right-click on the Wi-Fi adapter → "Properties".
- Go to the tab Power Management.
- Uncheck the box "Allow the computer to turn off this device to save power".
⚠️ Attention: On some laptops Lenovo And Dell There is a separate option in the BIOS "Airplane Mode" (Airplane mode). If enabled, Wi-Fi and Bluetooth will be disabled at the hardware level.
6. Diagnose problems using built-in Windows tools
Windows 10 has built-in network diagnostic tools. These don't always solve the driver issue, but they can help isolate it.
How to run diagnostics:
- Right-click on the network icon in the tray → Troubleshooting.
- Follow the wizard's instructions. It may automatically enable the adapter or offer solutions.
If the diagnostics did not help, check event logs:
- Click
Win + X→ Event Viewer. - Go to "Windows Logs" → "System".
- Filter events by source "Netwtw04" (for Intel adapters) or similar for your device.
Error codes 10 (the device is not running), 43 (Windows has stopped the device) or 28 (No drivers) directly indicate a driver problem. In this case, return to the sections on updating or manually installing the driver.
-->net stop wlansvc
net start wlansvc
7. Alternative methods: system restore and network reset
If none of these methods work, the problem may lie in system files or a driver conflict. In this case, the following may help:
- 🔄 System Restore to the point where Wi-Fi worked. To do this:
- Click
Win + R, enterrstruiand press Enter. - Select a restore point 1-3 days before the problem occurred.
- Open Parameters → Network and Internet → "State".
- Click Network Reset → "Reset now".
If resetting the network didn't help, and there is no restore point, the only reliable way to restore Wi-Fi is to reinstall Windows 10 while keeping your files (the "Refresh this PC" option in the recovery menu).
FAQ: Frequently asked questions about Wi-Fi drivers in Windows 10
Why did Wi-Fi disappear after updating Windows 10?
Most often, this is due to an automatically installed incompatible driver. Windows 10 sometimes replaces the manufacturer's driver with a generic one. Microsoft Wi-Fi Direct Virtual Adapter, which does not support all the adapter's features. Solution:
- Roll back the driver in Device Manager.
- Install the original driver from the manufacturer's website.
- Turn off automatic driver updates for this device (via gpedit.msc →
Computer Configuration → Administrative Templates → System → Device Installation → Device Installation Restrictions).
How do I find out which Wi-Fi adapter is installed in my laptop?
There are several ways:
- Through device Manager (section "Network adapters").
- Through command line:
wmic nic get name, manufacturer - Through AIDA64 or HWiNFO (they will show the exact model and even the supported Wi-Fi standards).
If the adapter is not detected, look for its markings under the laptop cover (usually a sticker with the model number next to the antenna wires).
Is it possible to use Wi-Fi without drivers?
No, the driver is required for the adapter to work. However, in a pinch, you can:
- Connect to the Internet via Ethernet or USB modem.
- Use external Wi-Fi adapter (For example, TP-Link TL-WN722N).
- Turn on modem mode on your smartphone and connect via USB.
But for the built-in adapter to work properly, a driver is required.
Why is there no Wi-Fi driver after reinstalling Windows 10?
Windows 10 doesn't always automatically install drivers for Wi-Fi adapters, especially if:
- Adapter older than 2015 (eg. Broadcom 4313, Atheros AR9285).
- The laptop is a rare model or is intended for corporate use.
- Do you have it installed? Windows 10 LTSC (without update center).
Solution: Download the driver in advance on another device and transfer it to your laptop via a flash drive.
How to disable automatic driver updates in Windows 10?
Automatic driver updates can interfere with Wi-Fi. To disable them:
- Click
Win + R, entergpedit.msc(For Windows 10 Pro/Enterprise). - Go to
Computer Configuration → Administrative Templates → System → Device Installation → Device Installation Restrictions. - Activate the parameter "Prevent installation of devices using drivers that match these device installation classes" and specify the class Network adapters.
For Windows 10 Home you can use the utility WPD (Windows Driver Blocker) or disable the update service via services.msc (but this is not recommended due to security risks).