How to fix "Not used. To be removed."
It signifies that Windows has detected a hardware ID or a driver configuration that the operating system vendor or hardware manufacturer has deprecated. The system recognizes the device architecture but lacks valid, active driver instructions because the code path was flagged for removal. This results in the device malfunctioning, showing an exclamation mark (!), or failing to start entirely.
Step-by-Step Fixes
Follow these methods in order to resolve the issue.
Method 1: Uninstall and Re-detect the Device
Forcing Windows to strip the corrupted registration data and re-scan the hardware often clears placeholder errors.
- Press the Windows Key + X together on your keyboard.
- Select Device Manager from the pop-up menu.
- Locate the category of the failing device (e.g., Network adapters or Universal Serial Bus controllers) and click the arrow to expand it.
- Right-click the specific device displaying the error or an exclamation mark.
- Click Uninstall device from the context menu.
- If a checkbox appears asking to Delete the driver software for this device, leave it unchecked for now, then click Uninstall.
- Look at the top menu bar of the Device Manager window and click the Action button.
- Click Scan for hardware changes. Windows will automatically rediscover the hardware component and apply a fresh copy of the working default driver.
Method 2: Manually Force a Standard Generic Driver
If the system keeps applying the deprecated driver configuration, you must manually point Windows to a stable, generic alternative already stored on your computer.
- Open Device Manager using the steps from Method 1.
- Right-click the problematic hardware component and select Update driver.
- Choose the second option: Browse my computer for drivers.
- Click on Let me pick from a list of available drivers on my computer.
- Ensure the checkbox for Show compatible hardware is ticked.
- Review the list of available entries. Select a generic version (for example, Generic USB Hub instead of a brand-specific name, or Standard SATA AHCI Controller).
- Click Next to install the selected framework.
- Restart your computer to let the changes finalize.
Method 3: Clear Driver Temporary Cache via Command Prompt
Corrupted system deployment files can lock placeholder strings into the active hardware state. Clearing the system component servicing store corrects this.
- Click the Windows Start button or press the Windows Key + S.
- Type cmd into the search bar.
- Right-click Command Prompt in the search results and select Run as administrator.
- Click Yes if a User Account Control prompt appears.
- Type the following command exactly as shown and press Enter:
DISM.exe /Online /Cleanup-image /Restorehealth - Wait for the process to reach 100%. This can take several minutes depending on your system health.
- Next, type this command and press Enter:
sfc /scannow - Once the system scan finishes, type
exitand press Enter to close the window, then restart your PC.
Method 4: Install Manufacturer Chipset Drivers
When internal system paths fail, installing the official motherboard chipset architecture directly from the manufacturer overwrites the broken registry entries.
- Identify your computer or motherboard manufacturer (such as Intel, AMD, ASUS, Dell, or HP).
- Go to the official support and driver download web page for your specific computer model.
- Locate the Chipset driver category.
- Download the latest installer package available for your operating system version.
- Run the downloaded executable file as an administrator.
- Follow the on-screen installation wizard prompts completely.
- Reboot your machine to allow the new chipset map to initialize the hardware correctly.
There may be some errors. Learn Microsoft