Key Takeaways

  • Memory integrity errors in Windows are often caused by corrupted or outdated drivers. You can fix this issue by updating the incompatible driver.
  • Alternatively, you can delete the incompatible driver to resolve the problem.
  • If updating or deleting the incompatible driver does not resolve the issue, you should try other fixes such as updating Windows, performing a clean boot, or forcibly enabling memory integrity on your computer.



Are you seeing the Memory integrity is off message in Windows Security and are unable to enable it because its toggle is grayed out? Having this feature disabled means that your system is at a risk of being invaded by malware. Read along to know what’s causing this problem and how you can fix it.


What Causes Memory Integrity Errors on Windows

Memory integrity is a virtualization-based security feature that safeguards your computer against malware that tries to exploit the Windows kernel. You can turn it on or off in the Core isolation section of the Windows Security app. Open the Windows Security app, click the “Device Security” tab on the left, and scroll to Core Isolation.

Sometimes, the memory integrity toggle may appear grayed out with a message stating, “Memory integrity is off. Your device may be vulnerable.”


Memory intergrity is off message in Windows Security.

This issue is often linked to your drivers. If your drivers become corrupted due to reasons such as improper system shutdowns or BSOD, you’ll likely encounter this problem.

Another situation where you might encounter this issue is when you connect a new device to your computer. If you see this message in such cases, it suggests that your computer may not be compatible with the driver of the newly connected device.

In addition to all those scenarios, it could simply be an interface problem. This means the feature is functioning correctly in the background, but you’re seeing the message due to an interface bug in Windows 11.

Now that you understand what usually causes the Memory integrity error on Windows 11, let’s check out some of the solutions to fix the problem.


Review and Update Incompatible Driver

In the Core isolation window, where you’ll see the Memory integrity is off message, there will be a “Review Incompatible Drivers” option below the message. When you click this option, you’ll see the incompatible driver that is causing the issue.

Review Incompatible Drivers option in the Windows Security app.

You’ll see information about the incompatible driver, such as its product name, driver version, and published name.

Incompatible drivers page in Windows Security.


If clicking on the driver’s name does not provide all these details, you can execute a DISM command to retrieve them. To run the DISM command, open the Start menu, type Command Prompt in the search bar, and select “Run as Administrator.”

In the elevated Command Prompt window, input the following command and press Enter:

dism /online /get-drivers /format:table 
Driver list command in Command Prompt.

This command will list all the drivers installed on your computer along with other information. You’ll have to find the incompatible driver that was flagged in Windows Security under the Published Name column.

Once you’ve located it, make a note of its provider name. After that, you’ll have to update the incompatible driver. This is because the issue likely occurs due to a corrupted or outdated driver; in either situation, updating the driver should fix the issue.


To update the driver, open the Device Manager, click “View,” and select “Devices by Driver.”

Devices by Driver option in the Device Manager.

Locate the incompatible driver, double-click on it, then right-click the relevant device and choose “Update Driver.”

Update driver option in Device Manager.

Choose “Search Automatically for Drivers.” Then, Windows will try to find and download the latest driver for that device. If Windows is unable to find the update, you can visit the device manufacturer’s website to download the latest driver update.


For instance, if the issue relates to your keyboard driver, then visit your keyboard manufacturer’s website and download the most recent driver update for your keyboard. The update will be in .exe format, so you can install it like any other Windows application. After updating the driver, restart your computer and check if you’re still getting a memory integrity error.

Delete the Incompatible Driver

If updating the incompatible driver was unable to fix the problem, you should consider deleting it completely. Don’t worry, deleting the driver will not have any adverse effects, as Windows will automatically reinstall the driver once you use the related device again. However, this time Windows will install the newest working driver for that device.

To delete the incompatible driver, open Command Prompt as an administrator and execute the following command to view the list of installed drivers.


dism /online /get-drivers /format:table 

Type the command below and press Enter. Make sure to replace with the published name of the incompatible driver.

pnputil /delete-driver <Publisher Name> /uninstall /force 

For example, if the published name of the incompatible driver is oem58.inf, then the command will be:

pnputil /delete-driver oem58.inf /uninstall /force 
Driver removal command in Command Prompt.

Once the command is executed, you’ll see the “Driver Package Uninstalled” message. After that, restart your computer and then check if you’re still facing the problem.

Download Any Available Windows Updates

The issue can also occur due to a bug in the Windows version you are currently using. A bug in the Windows Security app could also be the reason behind the problem.


Either way, you should check for and download any available Windows updates. Downloading Windows updates will not only update the Windows version but may also include updates for the Windows Security app that could resolve the issue.

Once you have downloaded the available updates for your Windows PC, open the Windows Security app and check if the “Memory integrity is off” message still appears.

Perform a Clean Boot

Your computer has numerous processes and services running in the background that help the operating system run smoothly. Sometimes, these processes or services may interfere with other programs, which may lead to various issues, including the one at hand.

You can identify that problematic agent by performing a clean boot. Once you have identified the problematic service or process, you can either delete it or download any available driver updates for it.


Enable Core Integrity Using the Registry Editor

If none of the above solutions were helpful, the last step you can take is to use the Registry Editor to forcibly enable the memory integrity feature. However, you must be very careful when applying this fix, as a single incorrect edit in the registry can make your system unstable.

To be on the safe side, you must back up the registry and create a restore point. This way, you can easily restore your computer to a working state in case any issues arise during the registry editing process.

Once you have taken these essential safety measures, let’s begin. First, open the Start menu, type Registry Editor in the search bar, and press Enter.

In the Registry Editor, navigate to the following location:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlDeviceGuardScenariosHypervisorEnforcedCodeIntegrity 

Double-click the “Enabled” key, type ۱ in the Value data field, and click “OK.”

Value data field in Enabled value edit window.


Restart your computer, and you will find that you can activate the memory integrity toggle without any problems.


We hope the above solutions were helpful in fixing the problem. Memory integrity is an important security feature, and now that you have enabled it, you shouldn’t worry about malicious agents exploiting critical parts of your Windows operating system.