Have you ever experienced a situation where an icon suddenly appears in the Windows notification area? Safely Remove Hardware, and yours is displayed in the list Wi-Fi adapter or network cardThis isn't just annoying—the constant notifications interfere with your work, and accidentally removing it can lead to a broken internet connection. In most cases, the problem is caused by incorrect drivers, USB device conflicts, or Windows power-saving features.
In this article we will look at 5 proven methodsHow to remove a Wi-Fi adapter from the "Eject device" list—from simple settings in the Windows interface to editing the registry and the command line. All methods work on Windows 10 And Windows 11, and also fits most adapters: TP-Link, ASUS, D-Link, Realtek, Intel and built-in modules in laptops. We will pay special attention hidden devices that are not displayed in the Task Manager but continue to "hang" in the eject list.
Why does my Wi-Fi adapter appear in the "Eject device" list?
The problem stems from how Windows handles Hot-pluggable USB devices. Even if your adapter is connected via PCI-e or soldered to the motherboard, the system may mistakenly classify it as removable deviceThis happens because:
- 🔌 Incorrect drivers — especially if you installed them manually or used universal packages from the manufacturer's websites.
- ⚡ Energy saving settings — Windows may "forget" the device when it goes into sleep mode, and then detect it as new after waking up.
- 🖥️ Conflicts with USB hubs — if the adapter is connected via a hub or docking station, the system confuses it with a flash drive.
- 📛 Registry errors — residual records from old devices or incorrect parameters
USBSTOR.
Interestingly, the problem occurs more often on laptops with hybrid network cards (for example, Intel AX200 or Killer Wi-Fi), where one module is responsible for both Wi-Fi and Bluetooth. Windows can recognize such a device as composite and offer to extract its individual components.
⚠️ Attention: If your adapter is connected via USB 3.0/3.1 ports (blue connectors), the problem may be related to the controller Intel xHCI or ASMediaIn this case, update your motherboard chipset drivers before using the methods in this article.
Method 1: Disable Safely Remove for Network Devices
The fastest method is simple hide unnecessary devices from the extraction list. This won't solve the root of the problem, but it will remove the annoying notifications:
- Open
Control Panel → Hardware and Sound → Autoplay Settings. - Uncheck the box Show notifications when devices are connected.
- Go to
device Manager(keysWin + X), find your Wi-Fi adapter in the section Network Adapters. - Right click → "Properties" → tab "Policy".
- Select "Quick delete (default)" and press «OK».
If tabs "Policy" No, your adapter isn't recognized as removable, and this method won't help. Proceed to the next method.
☑️ Preparing to edit the registry
Method 2: Editing the Windows Registry (for advanced users)
If the adapter continues to appear in the removal list despite the policy settings, you will have to manually remove it from the registryThis method requires precision, but gives 100% results.
First, determine device identifier:
- Open
device Manager→ find the adapter in Network adapters. - Right click → "Properties" → tab "Intelligence".
- From the drop-down menu, select Equipment ID - copy the first line (for example,
PCI\VEN_8086&DEV_2723).
Now remove the device from the eject list:
- Click
Win + R, enterregeditand confirm running as administrator. - Follow the path:
Note: instead ofHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nv_agp\Device0nv_agpMay beUSBSTORormsiscsi— look for branches with the name of your adapter. - Find the parameter «ShowInSafeRemove» and set its value to
0If the parameter does not exist, create it (RMB → New → DWORD Value). - Restart your computer.
⚠️ Attention: Incorrectly editing the registry may result in loss of network connection or Windows boot errors. If the adapter stops working after making changes, restore the registry from a backup or revert to a restore point.
What should I do if I can't find the device in the registry?
If your adapter isn't listed in the default branches, try searching for it by hardware ID (Ctrl+F in regedit). Also check the branch HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices - sometimes devices are duplicated there.
Method 3: Remove hidden devices via Device Manager
Often the extraction list remains "ghost" devices — those that are physically disconnected, but their records remain in the system. To delete them:
- Open
device Manager(keysWin + X). - In the menu, select View → Show Hidden Devices.
- Expand the section Network Adapters and look for gray (inactive) devices with the name of your adapter.
- Right click → "Remove device". Confirm deletion.
- Restart your computer - Windows will reinstall the drivers for the active adapter.
If after rebooting the adapter appears in the removal list again, try update drivers manually:
- 🔄 Download the latest driver from the manufacturer's website (do not use Windows Update!).
- 🗑️ Uninstall the current driver through the Device Manager (check mark "Delete the driver software for this device").
- 💾 Install the downloaded driver and restart your PC.
| Adapter manufacturer | Link to drivers | Peculiarities |
|---|---|---|
| Intel | Download Center on intel.com | Use Driver & Support Assistant for automatic search |
| Realtek | Official website realtek.com | Select the driver by the exact model name (for example, RTL8821CE) |
| TP-Link | Support at tp-link.com | For USB adapters, download Utility + driver |
| Broadcom | Through the laptop manufacturer's website | Often integrated into model-specific driver packages |
Method 4: Using the command line (for USB adapters)
If your Wi-Fi adapter is connected via USB port (For example, TP-Link TL-WN725N or ASUS USB-AC56), Can force it to be disabled from the eject function using commands:
set devmgr_show_nonpresent_devices=1
start devmgmt.msc
After executing these commands, the following will appear in the Device Manager: all USB devices ever connected, including hidden ones. Find your adapter (it may be called Remote NDIS Compatible Device or similar), delete it and reboot your PC.
To completely reset the USB ports, run the following command in the command line (cmd as administrator):
net stop winnatnet start winnat
netsh winsock reset
netsh int ip reset
These commands reset network settings and reboot the service Windows NAT Driver, which often helps with conflicts with USB adapters.
Method 5: Disable power saving for USB controllers
One of the little known factors is USB port power saving settingsIf the system disables the port to save power, the adapter may be detected as removable. To fix this:
- Open
device Manager→ expand USB Controllers. - Find devices with names Generic USB Hub, USB Root Hub or Intel(R) USB 3.0.
- Right click → "Properties" → tab Power Management.
- Uncheck the box Allow the computer to turn off this device to save power.
- Repeat for all USB hubs and restart your PC.
This method is especially effective for laptops with aggressive power-saving schemes enabled by default. Disabling this option will prevent the adapter from "disappearing" and "reappearing" in the system, and therefore from being removed from the device list.
⚠️ Attention: On some motherboards (eg. ASUS ROG or MSI Gaming) disabling power saving for USB may result in increased energy consumption in standby mode. If this is critical, restore the settings after checking.
Additional tips and common mistakes
That's what NOT worth doing, trying to remove the adapter from the extraction list:
- ❌ Disable the Removal Policy service (
HotPlug) - this may disrupt the operation of other USB devices. - ❌ Remove chipset drivers - this will lead to unstable operation of the entire system.
- ❌ Use registry cleaning programs - They often remove critical parameters.
If the problem occurs after Windows updates, try rolling back to the previous version of the driver:
- Open
device Manager→ find the adapter. - Right click → "Properties" → tab "Driver".
- Click Rollback (if the button is active).
For laptop owners Lenovo, HP or Dell Check for proprietary energy management utilities (eg. Lenovo Vantage or HP Support Assistant). Sometimes they override the standard Windows settings.
FAQ: Frequently asked questions on this topic
Is it possible to completely disable the Safely Remove Hardware feature?
Yes, but this is not recommended. To do this, open Local Group Policy Editor (gpedit.msc) and follow the path:
Computer Configuration → Administrative Templates → System → Removable Storage Access
Enable the option "Prohibit access to removable storage devices"However, this will disable notifications for everyone devices, including flash drives and external drives.
Why does the adapter appear in the list again after a reboot?
This means that the device driver is reinstalled at every startup. Check:
- The presence of duplicate records in
Device Manager(hidden devices). - Settings BIOS/UEFI - disable options like «USB Legacy Support» or «xHCI Hand-off».
- Antivirus - some programs (for example, Kaspersky) block changes to the registry.
Will Wi-Fi work after removing the adapter from the registry?
Yes, if you only removed the parameter ShowInSafeRemoveThe device itself and its drivers will remain untouched. However, if you manually deleted the device's registry entry, you may need to reinstalling drivers.
Is it possible to solve the problem via BIOS?
In some cases, yes. Go to BIOS/UEFI (usually a key Del, F2 or Esc when loading) and check:
- Settings «USB Configuration» — turn it off «USB Mass Storage Emulation».
- Option «Legacy USB Support» — install in «Disabled».
- If there is a section «Onboard Devices», make sure the Wi-Fi adapter is turned on («Enabled»).
Will resetting Windows to factory settings help?
The reset will delete all user settings and programs, but does not guarantee a solution to the problem, if it is related to:
- Hardware incompatibility between the adapter and the motherboard.
- Drivers supplied with Windows (they may be outdated).
- Settings BIOS/UEFI, which are not reset.
Before resetting, try all the methods in this article - they are less radical and more often effective.