You accidentally removed your Wi-Fi adapter. Device Manager and lost access to wireless networks? Or tried to fix an internet issue, but after a reboot, the adapter disappeared from the list of devices? Don't panic—in 90% of cases, the device can be restored with a few clicks. Even if the Wi-Fi icon has disappeared from the taskbar and the network list is empty, the adapter isn't damaged: Windows simply "forgot" its drivers or disabled the device programmatically.
In this article we will analyze All ways to return a Wi-Fi adapter — from automatic driver search to manual installation via Equipment IDLet's describe typical errors (for example, Code 45 or Code 28) and we'll explain why the adapter may not appear even after reinstallation. The instructions are suitable for Windows 10/11, laptops (HP, Lenovo, Asus etc.) and stationary PCs with external USB adapters.
If you removed the adapter physically (for example, if you pulled the PCIe card out of the slot), this article won't help—please refer to the "Diagnosing Hardware Problems" section at the end. For all other cases, follow the step-by-step instructions below.
1. Quick recovery via Scan for hardware changes
The first and easiest way is to force Windows to rescan the system for devices. This method works if the adapter hasn't been removed. with the "Delete drivers" checkbox checked, but simply disappeared from the list after reboot.
Open device Manager in one of the following ways:
- 🔍 Click
Win + Xand select "Device Manager". - 🖱️ Right-click on “Start” → “Computer Management” → “Device Manager”.
- 🔎 Type in Windows search
devmgmt.mscand pressEnter.
In the top menu of the manager, click Action → Update hardware configurationWait 10-20 seconds – the system should automatically detect the Wi-Fi adapter and install the basic drivers. If the adapter appears in the Network adapters (usually with the type name Qualcomm Atheros, Intel Wireless or Realtek RTL8xxx), the problem is solved.
If nothing happens, proceed to the next section. Important: This method will not work if you manually removed the adapter drivers when uninstalling it.
2. Automatic driver installation via Windows Update
If the adapter does not appear after updating the configuration, try installing the drivers via Windows UpdateThis method is suitable for most built-in adapters in laptops (for example, Intel AX200, Broadcom 43228).
Do the following:
- Open
Settings → Update & Security → Windows Update. - Click
Checking for updatesand wait for the process to complete. - Go to
Advanced options → Optional updates. - Expand the section
Driver updatesand find your Wi-Fi adapter there (it may be named by model or manufacturer). - Check the box next to the driver you need and click
Download and install.
After installation, restart your computer. If the adapter still doesn't appear, check the section Other devices in the device manager - an unknown device with a yellow exclamation mark may be displayed there (this is your Wi-Fi module without drivers).
Why doesn't Windows find drivers automatically?
Sometimes Windows Update doesn't offer drivers for Wi-Fi adapters if:
- The device is too new (for example, Wi-Fi 6E adapters 2023–2026).
- The laptop manufacturer blocks the installation of universal drivers (often happens with Dell or HP).
- The service is disabled in the system. Windows Update or access to Microsoft servers is blocked via Group Policy.
3. Manual installation of drivers by hardware ID
If the automatic installation doesn't work, you'll have to manually find and install the driver. To do this, you'll need Equipment ID adapter - a unique identifier that can be used to select a compatible driver.
How to find ID:
- Open device Manager and expand the section
Other devices. - Look for an unknown device there (possibly with the name
Network controllerorPCI Device). Right-click on it →Properties. - Go to the tab
Intelligenceand select from the drop-down listEquipment ID. - Copy the first line from the list (it looks like this
PCI\VEN_168C&DEV_0042orUSB\VID_0BDA&PID_8179).
Now find the driver by ID:
- 🌍 Go to the website DevID.info (or similar) and enter the copied ID in the search bar.
- 📥 Download the driver from the manufacturer's official website (for example, for Realtek - With realtek.com, For Intel - With intel.ru).
- 🔧 Install the driver manually through Device Manager: right-click on the unknown device →
Update driver → Browse my computer for driver software → Select a driver from the list.
If the manufacturer's website does not offer a driver for your version of Windows, try installing it in compatibility mode (right-click on the installation file → Properties → Compatibility).
Make sure the downloaded driver is compatible with your Windows bit version (x64 or x86)|Disable your antivirus (it may block the installation)|Create a system restore point in case of an error|Check that the adapter is not disabled in BIOS/UEFI-->
4. Recovery via command line (if the adapter is not detected)
If the Wi-Fi adapter is not displayed even in the section Other devices, it could have been disabled by power management software or a registry glitch. In this case, the command line will help.
Open CMD as administrator (Win + X → Command Prompt (Administrator)) and execute the commands in order:
netsh winsock resetnetsh int ip reset
set devmgr_show_nonpresent_devices=1
start devmgmt.msc
After running the last command, the Device Manager will open. In the menu, click View → Show hidden devicesCheck if your adapter is grayed out (meaning it's disabled). Right-click on it and select Activate the device.
If the adapter still doesn't appear, run another command to reset network settings:
netcfg -d
⚠️ Attention: This command will reset all network settings, including configured VPNs, proxies, and static IPs. After a reboot, they will need to be reconfigured.
5. Checking BIOS/UEFI and hardware switches
On some laptops, the Wi-Fi adapter may be disabled at the BIOS level or by a hardware switch. This applies to models Lenovo, HP And Dell, where there is a physical button or key combination to control wireless modules.
What to check:
- 🔄 Locate the Wi-Fi switch on your laptop (often near the USB ports or on the front panel). Turn it to the on position.
ON. - 🔑 Find the combination to turn on Wi-Fi on your keyboard (usually
Fn + F2,Fn + F12(or the button with the antenna). Press it 1-2 times. - 🖥️ Go to BIOS/UEFI (press during boot)
F2,DelorEsc, depending on the model) and check if the option is enabledWireless LANorWi-Fi Adapter(usually in the sectionAdvanced → Onboard Devices).
If the adapter is disabled in BIOS, enable it, save the settings (F10) and reboot. After that, it should appear in the Device Manager.
⚠️ Attention: on some laptops (for example, HP EliteBook) The Wi-Fi adapter may be blocked by HP BIOS Configuration Utility or similar manufacturer software. In this case, you will need to reset the BIOS settings to factory defaults.
6. Troubleshooting error codes 45, 28, or 10
If the Wi-Fi adapter appears in the task manager, but there is a yellow triangle with an exclamation mark next to it, right-click on it → Properties. On the tab General you will see error codeLet's look at the most common ones:
| Error code | Cause | Solution |
|---|---|---|
Code 10 |
The device cannot start (corrupt drivers or conflict) | Uninstall the driver and reinstall it (see section 3). Check for conflicts in the Device Manager (tab Resources). |
Code 28 |
There are no drivers for this device. | Install the driver manually using the hardware ID or through the manufacturer's official website. |
Code 45 |
The device was disabled manually or by another program. | Enable it through the device manager (Activate the device). Check your energy management software (e.g. Intel PROSet). |
Code 43 |
Windows has stopped the device due to errors. | Disable the adapter in Device Manager, then enable it again. If that doesn't help, update the BIOS. |
For mistakes Code 43 And Code 10 resetting will also help power management:
- Open
Control Panel → Power Options → Change plan settings → Change advanced power settings. - Find the section
Wireless Network Adapter Settings → Power Saving Mode. - Set value
Maximum performancefor both states (battery and mains).
7. Diagnostics of hardware faults
If none of the methods helped, the problem might be physical malfunction adapter. This is relevant for:
- 💻 Laptops after a fall or impact (the antenna contact may come loose).
- 🖥️ PCs with PCIe Wi-Fi cards (e.g. TP-Link Archer TX3000E), which are not detected even after reinstalling Windows.
- 🔌 USB adapters (for example, Tenda U3), which do not have an indicator light when connected.
How to check hardware health:
- For laptops: Disassemble the case (if you have experience) and check that the antenna wires are connected to the Wi-Fi module. They often come loose when cleaning or replacing the cooler.
- For PCIe adapters: Remove the card from the slot and reinsert it (after disconnecting the PC from the power supply). Check for bent contacts.
- For USB adapters: Connect it to a different port or computer. If it doesn't work, the adapter is burned out.
If the adapter is external (USB or PCIe), try connecting it to another device. If it's not detected there, the module itself is faulty. If the laptop has a built-in adapter, the module may need to be replaced (costing between 1,500 and 5,000 rubles, depending on the model).
Frequently Asked Questions
Is it possible to restore the adapter without reinstalling Windows?
Yes, in 99% of cases, the adapter can be restored without reinstalling the system. Simply install the driver manually (see Section 3) or reset the network settings (Section 4). Reinstalling Windows is only required in the case of serious registry errors, which is extremely rare.
Why is there no internet access after restoring the adapter?
This may be due to:
- No IP address (check in
Settings → Network & Internet → Wi-Fi → Configure adapter settings). - Blocking by antivirus (disable Kaspersky, Avast or built-in Windows Defender for 10 minutes).
- Incorrect DNS settings (try manually entering Google's DNS:
8.8.8.8And8.8.4.4).
How can I find out the model of my Wi-Fi adapter if it's not detected?
There are several ways:
- Look at the sticker on the laptop case (sometimes the Wi-Fi module model is indicated there).
- Remove the back cover of the laptop - there is usually a marking on the adapter itself (for example, Intel AX201NGW).
- Use AIDA64 or HWiNFO - these programs can identify the model even without drivers.
What should I do if the adapter disappears again after updating the drivers?
This is a typical problem for laptops with Realtek adapters. Solutions:
- Roll back the driver to the previous version (in the device manager:
Properties → Driver → Roll Back Driver). - Install the driver from the official website of the laptop manufacturer (not from the website Realtek!).
- Disable automatic driver updates via Windows Update (in
Settings → Update & Security → Advanced options → Show optional updatesuncheck the drivers).
Can you use your smartphone as a Wi-Fi adapter for your PC?
Yes, this is a temporary solution if the main adapter is not working. Connect your smartphone via USB, turn it on. Modem mode (on Android) or Access point mode (on iPhone), and on PC, select connection via USB-ethernetThe speed will be lower than regular Wi-Fi, but it will be enough for basic tasks.