Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home » Windows

4 Ways to Fix Memory Integrity is Off on Windows 11

Deep ShresthaBy Deep ShresthaMay 3, 2023
memory integrity is off

Memory Integrity is one of the components of Core Isolation. It uses virtualization-based security to prevent applications/third-party software from injecting malicious code into core system processes.

Windows enables Memory integrity by default. However, Windows turns off this feature if it detects any issues with the device drivers. It could be a corrupted, incompatible, or outdated driver. So, the best way to resolve the issue with memory integrity is to review these incompatible drivers and update or remove them.

Table of Contents

  • Review Incompatible Drivers
    • Update Incompatible Drivers
    • Delete Incompatible Drivers
  • Uninstall Application with Incompatible Driver
  • Change Registry Keys
  • Update Windows

Review Incompatible Drivers

One particular reason you cannot enable memory integrity is due to driver complications. It could be an outdated or corrupt driver that is restricting you from enabling memory integrity.

To enable Memory Integrity, you first need to review incompatible drivers.

  1. Press the Windows + R key to open Run.
  2. Type windowsdefender: and press Enter. This will open Windows Defender.
    open windows defender memory integrity is off
  3. Click on Device Security.
    open device security memory integrity
  4. Under Core isolation, click on Core isolation details.
    core isolation detail memory integrity is off
  5. Under Memory integrity, click on Review incompatible drivers. Here, you will see a list of incompatible third-party drivers. 
    review incompatible driver memory integrity is off
  6. Click on it and note the Published Name. The Published name will have a .inf extension. If you do not see a Published name, simply note the Product name or the incompatible driver name.
    incompatible driver memory integrity is off

Once you have the Published/Product name, you need to either update the driver or remove them.

Windows does not recommend removing the driver, so we will first try to update the driver and see if it fixes the issue.

Update Incompatible Drivers

To enable memory integrity, we will try updating the outdated drivers mentioned above.

  1. Press the Windows + X key and select Device Manager.
  2. Click on View and select Devices by driver.
    sort device by driver memory integrity is off
  3. Here, search for the driver that matches the Published name or the incompatible driver name.
    search for incompatible driver
  4. If you are unable to figure out the Published name,
    • Open Command Prompt with elevated permissions.
    • Type this command and press Enter:
      dism /online /get-drivers /format:table
      get third party driver detail memory integrity is off
    • Check the Published name column for the incompatible driver and check its corresponding Provider Name.
  5. Once you know the manufacturer’s name, search for the drivers and install it using device manager.
    If the driver is not available, try updating the application. It should automatically install the latest driver as well.

Delete Incompatible Drivers

If updating the incompatible driver does not work, you can remove the entire driver. Here’re the ways you can do it.

Using Command Prompt

This step is only applicable if the incompatible driver list has a driver with a Published name. If you do not have a Published name value on the incompatible driver, you can try the next method.

  1. Press the Windows + R key to open Run.
  2. Type cmd and press Ctrl + Shift + Enter to open Command Prompt as Admin.
  3. Type pnputil /delete-driver <Published Name> /uninstall /force​. Replace <Published Name> with the incompatible driver’s Published name.
    uninstall third party driver

Using Autoruns

To determine the faulty driver in Autoruns, you need to find the application that is using the driver with said Published name. You can do this using the DISM command.

  1. Open Command Prompt as Administrator.
  2. Type dism /online /get-drivers /format:table and press Enter.
    get third party driver detail memory integrity is off
  3. Note the Provider Name corresponding to the driver’s Published name. 
  4. Now, download Autoruns and extract the downloaded folder.
    download autoruns memory integrity is off
  5. Open Autoruns.exe as an Administrator.
  6. Go to the Driver tab.
  7. Search the incompatible driver using the Provider Name or the Product name that you noted in Step 3.
    disable driver autoruns memory integrity is off
  8. Uncheck drivers from said Publisher. You can also note the Image Path and Description if you want to uninstall the application that’s using the incompatible driver.
  9. Now try enabling Memory Integrity.
  10. If that does not work, right-click and delete the driver entry.
    delete driver autoruns
Note: Removing the driver will cause complications with the third-party applications that is using said driver. Sometimes, the application may not run or function at all. If it is the case you can reinstall the application.

Uninstall Application with Incompatible Driver

If the application with the incompatible driver is the one you don’t use too often, you can go on and uninstall the application as well. This will automatically remove the problematic driver from the system.

To determine the application that uses the incompatible driver, you can use Autoruns.

  1. Press the Windows + R key.
  2. Here, type appwiz.cpl and press Enter.
    open appwiz.cpl memory integrity is off
  3. Select the application that is using the incompatible driver and click on Uninstall.
    uninstall application memory integrity is off
  4. Follow the removal process.
  5. Restart the PC to completely remove any cache files from the application.
  6. Check if you can enable Memory Integrity.

Change Registry Keys

If updating/removing incompatible drivers does not work, you can try changing the registry keys to enable Memory Integrity. 

Note: Make sure that you back up your registry before you apply any changes to it.
  1. Open Run.
  2. Type regedit and then press Enter to open the Registry Editor.
  3. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity for Windows 10 Version 1607 or higher and Windows 11 21H2 or higher.
    change registry value memory integrity is off
  4. Double-click on Enabled, set Value data to 1, and click on OK.
  5. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\HypervisorEnforcedCodeIntegrity for Windows 10 Version 1511 or earlier.
  6. Double-click on Unlocked, set Value data to 1, and click on OK.
  7. Restart your PC and check if the error message is fixed.

Update Windows

Sometimes, bugs and errors in Windows could also cause complications with drivers that might trigger the error message. If you have not updated your version of Windows, try updating it to see if it fixes the issue.

  1. Press the Windows + I key to open Settings.
  2. Go to Windows Update.
  3. Click on Check for updates to see if there is any pending Windows update.
  4. If there is pending Windows update, click on Download and install.
    update windows memory integrity is off
  5. Restart the PC once the process completes.
fix
Deep Shrestha
  • Twitter
  • LinkedIn

Deep Shrestha works as a computer hardware writer at TechNewsToday with several hardware and programming certifications. Although he has been writing technical content for more than a year, his interest in hardware components started at a very young age ever since he heard about PC building. Pursuing his passion, he has assembled several desktop computers. Besides building desktop PCs, Deep also has hands-on experience fixing software and hardware issues on laptops and desktop computers. Using all this knowledge and skills about computer hardware, he's on a quest to make content that's easy to read and understand for everyone. You can contact him at deep@technewstoday.com

Related Posts

how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
what happens if you turn off your computer during an update

What Happens if You Turn Off Your Computer During an Update?

September 18, 2023
How to Disable Integrated Graphics

How to Disable Integrated Graphics?

September 16, 2023
System Restore Stuck

How To Fix Windows Stuck on System Restore

September 16, 2023
startup-repair-couldn't-repair-your-pc

How To Fix “Startup Repair Couldn’t Repair Your PC”

September 13, 2023
how to free up ram

How to Free Up Memory

August 4, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
motherboard chipset

Understanding Motherboard Chipset and Its Importance

September 20, 2023
Naval-Warfare-Games

Best Naval Warfare Games

September 18, 2023
You may also like
printer-not-printing

How to Fix a Printer That’s Not Printing

September 20, 2023
Share Location With Friends and Family

Share Location With Friends and Family (iPhone and Android)

September 18, 2023
how-to-print-without-a-printer

How to Print Without a Printer

September 18, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.