How to Configure Microsoft Defender Antivirus CPU Utilization in Windows 11

Microsoft Defender scanning options for CPU

This article explains how to change or configure Microsoft Defender Antivirus scanning options, including specifying the maximal CPU utilization during scans in Windows 11.

Microsoft Defender Antivirus is available in Windows 11 and is a significant component of your next-generation protection in Microsoft Defender for Endpoint.

It scans your computer regularly to protect your device from viruses and malware. The scan occurs while your computer is not actively used or idle to not interfere with your work.

By default, Microsoft Defender Antivirus uses 50 percent CPU usage during a scan in Windows. Devices with fewer resources, 50 percent CPU utilization during scans may prevent other tasks from running.

Windows lets you change or specify the maximum percentage of CPU utilization during a scan. You can increase or decrease resource CPU usage. A value between 0 and 100 is valid. Howerver, decreasing may delay scanning on your machine.

Change CPU usage during scans with Microsoft Defender

As mentioned above, Windows lets you specify the maximum percentage of CPU utilization between 0 through 100 during a scan.

Here’s how to do that.

Use PowerShell

One way to change or view your device’s maximal CPU usage during scans with Windows Defender is by using the PowerShell app.

To do that, first, open the PowerShell app as administrator.

Then run the command below to see how your device CPU usage is configured for Microsoft Defender.

Get-MpPreference | select ScanAvgCPULoadFactor

The command above will display the current percentage of CPU usage with Microsoft Defender.

To change to a new value, run the command format below.

Set-MpPreference -ScanAvgCPULoadFactor <percentage>

Replace <pacentage> with an actual number. The default value is 50. Howerver, you can use a value between 0 through 100.

Ex.

Set-MpPreference -ScanAvgCPULoadFactor 40

Use the Local Group Policy Editor

Another way to change the maximum CPU usage with Microsoft Defender is by using the Local Group Policy Editor.

First, open the Local Group Policy Editor.

Then expand the following folders Computer Configuration -> Administrative Templates -> Windows Components -> Microsoft Defender Antivirus -> Scan.

Computer Configuration -> Administrative Templates -> Windows Components -> Microsoft Defender Antivirus -> Scan

Next, click on the Scan folder on the left panel, and double-click the setting on the right called “Specify the maximum percentage of CPU utilization during a scan” to open.

Microsoft Defender scanning options for CPU
Windows allows the use of Biometrics.

When the setting window opens, select one of the options:

  • Not Configured – Same as Disabled. CPU utilization will not exceed the default value.
  • Enabled – CPU utilization will not exceed the percentage specified.
  • Disabled – CPU utilization will not exceed the default value.
Microsoft Defender scanning options for CPU
Windows allows the use of biometrics options.

Save your settings and restart your computer for the changes to apply.

Use Windows Registry Editor

Yet another way to change the default maximum CPU usage with Microsoft Defender in Windows is to use the Windows Registry Editor.

If you can’t open the Local Group Policy Editor, use the Windows Registry editor instead.

Open the Windows Registry, and navigate to the two folder keys below.

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Scan

If you don’t see the Scan folder key, right-click on the Windows Defender key, then create the subkey (Scan) folders.

Microsoft Defender scanning options for CPU
Windows allows the use of biometrics Windows registry

Right-click the Scan folder key’s right pane and select New -> DWORD (32-bit) Value. Type a new key named AvgCPULoadFactor.

Double-click the new key item name (AvgCPULoadFactor) and make sure the Base option is Decimal, and then update the Value data:

  • To disable the Registry Editor, type 0 through 100. The default value is 50.
  • To enable the Registry Editor, delete the name AvgCPULoadFactor created above.
Microsoft Defender scanning options for CPU
Windows allows the use of biometrics windows registry value data updated

Save your changes and restart your computer.

Reference:

Configure scanning options for Microsoft Defender

Conclusion:

This post showed you how to change the scanning options with Microsoft Defender by specifying the maximum CPU utilization during scans. If you find any errors above or have something to add, please use the comments form below.

Posted by
Richard

I love computers; maybe way too much. What I learned I try to share at geekrewind.com.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: