How to Remove an Incompatible Driver from Windows 11 [Easy Guide]

Posted by

An incompatible driver is a software component that allows Windows to communicate with hardware devices. When a driver becomes outdated, corrupted, or unsupported, Windows 11 may flag it as incompatible.

Many users encounter this issue when trying to enable features such as Memory Integrity, Core Isolation, or other Windows Security protections. Windows may identify a driver that is outdated, unsupported, or incompatible with the current version of Windows 11.

In this guide, I will explain to you the way to identify an Incompatible Driver on your Windows 11 and how to safely remove it from your device!

How to Remove an Incompatible Driver from Windows 11

How to Remove an Incompatible Driver from Windows 11
How to Remove an Incompatible Driver from Windows 11

To remove an incompatible driver from Windows 11:

  • Open Windows Security and identify the incompatible driver.
  • Note the driver name and published filename.
  • Open Device Manager and locate the associated device.
  • Uninstall the device and its driver software.
  • Use Command Prompt to remove remaining driver packages if necessary.
  • Restart your computer.
  • Verify that Memory Integrity or other Windows Security features are working correctly.

Let’s learn in detail!

Step 1: Identify the Incompatible Driver

The first thing you need to do is determine which driver is causing the problem.

Open the Start Menu and search for Windows Security. Launch the application and select Device Security from the left-hand menu. Next, click Core Isolation Details.

If Memory Integrity cannot be enabled because of an incompatible driver, Windows will display a list of problematic drivers. Carefully review the information shown on the screen. You may see the driver name, publisher information, or a file name ending with “.sys.”

Write down the exact name of the driver. This information will help you locate and remove it later. If multiple incompatible drivers are listed, note each one separately.

Taking a few moments to verify the driver details now can save you a lot of troubleshooting time later.

Step 2: Create a System Restore Point

Before removing any driver, it is smart to create a backup recovery option.

Open the Start Menu and type Create a Restore Point. Click the matching result to open the System Properties window. Under the System Protection tab, select your system drive and click Create.

Enter a descriptive name, such as “Before Driver Removal,” and allow Windows to create the restore point.

This step provides an additional layer of protection. If anything unexpected happens after removing the driver, you can restore your computer to its previous state without losing important files.

Many beginners skip this step, but experienced technicians consider it one of the most important precautions when modifying system components.

Step 3: Locate the Device Associated with the Driver

Now it’s time to find the hardware device using the incompatible driver.

Right-click the Start Button and select Device Manager. Device Manager displays all hardware connected to your computer.

Expand the hardware category related to the driver you identified earlier. For example, a printer driver may appear under Printers, while a network driver may appear under Network Adapters.

If you’re not sure which device is connected to the problematic driver, double-click the suspected device and review the information under the Driver tab. Compare the driver details with the information you recorded from Windows Security.

Finding the correct device is important because removing the wrong driver could temporarily affect unrelated hardware.

Step 4: Uninstall the Incompatible Driver

Once you locate the correct device, you can remove the driver.

Inside Device Manager, right-click the device and select Uninstall Device. A confirmation window will appear.

If available, check the option labeled Attempt to remove the driver for this device or Delete the driver software for this device. Then click Uninstall.

Windows will begin removing the driver package from your system.

Depending on the device, the process may take a few seconds or several minutes. After completion, the hardware may temporarily disappear from Device Manager.

This is completely normal and indicates that the driver has been removed successfully.

Step 5: Remove Remaining Driver Packages Using Command Prompt

Sometimes Windows keeps old driver packages stored in the system even after a device is uninstalled.

To remove these leftovers, open Command Prompt as Administrator.

Type the following command and press Enter:

pnputil /enum-drivers

Windows will display a list of installed driver packages. Carefully locate the problematic driver using the published name shown in the results.

Once you find it, type:

pnputil /delete-driver oemXX.inf /uninstall /force

Replace oemXX.inf with the actual published name of the driver.

Press Enter and allow Windows to remove the package.

This method is especially useful when Memory Integrity continues to report an incompatible driver even after Device Manager removal.

Step 6: Restart Your Computer

After removing the driver, restart your PC.

A restart allows Windows 11 to refresh system files, update driver configurations, and remove any remaining references to the incompatible driver.

During startup, Windows may automatically install a newer compatible driver if one is available through the operating system.

If Windows installs a compatible replacement, your hardware should continue functioning normally without requiring additional configuration.

Step 7: Verify That the Driver Has Been Removed

After restarting, verify that the incompatible driver is no longer causing problems.

Open Windows Security again and navigate to Device Security and then Core Isolation Details.

Try enabling Memory Integrity if it was previously disabled.

If Windows no longer displays an incompatible driver warning, the removal process was successful.

You can also reopen Device Manager and confirm that the old driver is no longer listed.

Taking this final verification step ensures that the issue has been fully resolved.

Additional Tips

Always download drivers directly from the hardware manufacturer’s official support page whenever possible. Manufacturer-provided drivers are generally more reliable and better optimized for Windows 11.

Keep Windows Update enabled because Microsoft frequently distributes updated drivers through the operating system.

If a device stops working after driver removal, use Windows Update or the manufacturer’s installer to reinstall a compatible version.

Avoid installing driver packages from unknown third-party websites. These drivers can be outdated, incompatible, or potentially harmful.

Regularly check Windows Security for alerts related to driver compatibility and security features.

Maintaining updated drivers helps improve system performance, security, and overall reliability.

FAQs

Why does Windows 11 say I have an incompatible driver?

Windows 11 performs security checks on installed drivers. If a driver does not meet current security requirements or compatibility standards, Windows may flag it as incompatible.

Will removing an incompatible driver damage my computer?

No. When performed correctly, removing an incompatible driver is safe. Windows often installs a replacement driver automatically after a restart.

Can I reinstall the driver later?

Yes. You can reinstall a compatible version from the device manufacturer’s website or through Windows Update.

Why can’t I enable Memory Integrity?

The most common reason is the presence of one or more incompatible drivers. Removing those drivers usually resolves the issue.

What if the driver keeps coming back?

Windows Update or manufacturer software may automatically reinstall it. Check for a newer compatible version and install that instead.

Do I need the Command Prompt to remove a driver?

Not always. Many drivers can be removed directly through Device Manager. Command Prompt is mainly useful for removing leftover driver packages.

Summary

Removing an incompatible driver in Windows 11 is an effective way to fix security warnings, improve system stability, and enable important protections such as Memory Integrity. The process starts with identifying the problematic driver in Windows Security, creating a restore point, locating the associated hardware in Device Manager, uninstalling the driver, removing leftover packages if necessary, and restarting the computer.

By following these steps carefully, even beginners can safely remove incompatible drivers and keep their Windows 11 systems running smoothly, securely, and efficiently.

Leave a Reply

Your email address will not be published. Required fields are marked *