Skip to content
Follow
Windows

How to Optimize Microsoft Defender CPU Usage in Windows 11

Richard
Written by
Richard
Feb 5, 2026 Updated Jun 19, 2026 4 min read
How to Optimize Microsoft Defender CPU Usage in Windows 11
How to Optimize Microsoft Defender CPU Usage in Windows 11

You can optimize Microsoft Defender’s CPU usage in Windows 11 to keep your PC running smoothly.

Microsoft Defender is Windows 11’s built-in antivirus, actively scanning for threats to protect your PC. However, these essential scans can sometimes consume a lot of CPU resources, impacting your computer’s performance.

This tutorial will walk you through steps to manage how much of your system’s resources Defender uses. For example, you can exclude specific processes or folders from scans to reduce its CPU load.

Making these changes means your Windows 11 PC will run smoother, and your security won’t suffer.

⚡ Quick Answer

Adjust Microsoft Defender’s CPU usage by opening PowerShell as administrator and using the `Set-MpPreference -ScanAvgCPULoadFactor ` command. Alternatively, for Pro/Enterprise editions, use the Local Group Policy Editor under Windows Components.

What is Microsoft Defender Antivirus?

Microsoft Defender Antivirus is Windows 11’s built-in security tool that protects your PC from viruses and malware by scanning files.

Sometimes, these scans can use up to 50% of your CPU. On slower machines, this can make your PC feel sluggish. You can adjust this percentage to use less CPU. Just be aware that lowering it too much could make scans take longer.

Why Would You Want to Change This?

Lowering CPU usage helps your PC run smoother while Defender scans. You can still work on other things without everything getting slow.

How to Change CPU Usage During Scans

Here are a few ways to adjust how much CPU Defender uses during scans:

1Using PowerShell (Easy for Everyone)

You can control how much CPU power Microsoft Defender uses with PowerShell, a simple command-line tool built into Windows.

Step 1: Open PowerShell as Administrator Click here to learn how to open PowerShell. Or: Press Windows key + S, type PowerShell, right-click it, and select Run as administrator. [ADMIN REQUIRED]

Step 2: Check your current CPU limit

Copy and paste this command and press Enter:

PowerShell
Get-MpPreference | select ScanAvgCPULoadFactor

You will see a number showing the current CPU limit (usually 50).

Step 3: Set a new CPU limit

Use this command. Replace <percentage> with a number between 0 and 100:

PowerShell
Set-MpPreference -ScanAvgCPULoadFactor <percentage>

Example: To limit Defender to use only 30% CPU, run:

PowerShell
Set-MpPreference -ScanAvgCPULoadFactor 30

Step 4: Restart your computer

Restart to apply the new setting.

2Using Local Group Policy Editor (For 🪟 Windows 11 Pro or Enterprise)

Windows 11 Pro and Enterprise users can adjust Microsoft Defender’s CPU usage through the Local Group Policy Editor, a visual tool for managing system settings.

Step 1: Open Local Group Policy Editor

Press Windows key + R, type gpedit.msc, and press Enter. [ADMIN REQUIRED]

Step 2: Navigate to the Scan folder

Go to this location:

Computer Configuration → Administrative Templates → Windows Components → Microsoft Defender Antivirus → Scan

Step 3: Find and edit the CPU setting

Select the Scan folder on the left. Then double-click “Specify the maximum percentage of CPU utilization during a scan” on the right.

Step 4: Enable and set your percentage

Choose Enabled. Then enter the CPU percentage you want (0 to 100).

Step 5: Apply changes

Click Apply and OK.

Step 6: Restart your computer

Restart to make the changes take effect.

Microsoft Defender CPU usage setting in Local Group Policy Editor
Microsoft Defender CPU usage setting in Local Group Policy Editor

3Using Windows Registry Editor (If Group Policy Editor is not available)

If you can’t use the Group Policy Editor, you can change Microsoft Defender’s CPU usage with the Windows Registry Editor, a powerful tool for system settings.

Step 1: Open Registry Editor

Press Windows key + R, type regedit, and press Enter. [ADMIN REQUIRED]

Step 2: Navigate to the Defender Scan folder

Go to this location:

🗝️Registry
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Scan

Step 3: Create the Scan folder if it doesn’t exist

If you don’t see the Scan folder, right-click on Windows Defender. Choose New → Key, and name it Scan.

Step 4: Create a new value

Click on the Scan folder. On the right side, right-click and choose New → DWORD (32-bit) Value. Name it AvgCPULoadFactor.

Step 5: Set the CPU percentage

Choose ‘Decimal’ for the Base. Then, enter a number between 0 and 100 for CPU usage. (It defaults to 50.)

Step 6: Save and close

Click OK and close the Registry Editor.

Step 7: Restart your computer

Restart to apply changes.

Microsoft Defender CPU usage setting in Registry Editor
Microsoft Defender CPU usage setting in Registry Editor

Important Note: Always back up your registry before making changes. Mistakes can cause problems with Windows.

What Happens When You Lower CPU Usage?

Your computer will feel faster during Defender scans. Other programs and tasks will run smoother. The trade-off: Defender scans might take longer to complete.

Summary

You can reduce Microsoft Defender’s CPU usage to make your PC run faster by using tools like PowerShell, Group Policy Editor, or Registry Editor.

You can change how much CPU it uses. Use PowerShell, Local Group Policy Editor, or Registry Editor. Choose the method that works best for you.

Lowering CPU usage helps your PC run smoother during scans. But scans might take a bit longer.

Always restart your PC after changing settings. This makes sure the changes work.

For more official information, see Configure scanning options for Microsoft Defender.

If you have questions or tips, feel free to share them in the comments below!

Does Windows Defender full scan use a lot of CPU?

Yes, a Windows Defender full scan can use a lot of CPU, potentially up to 100%, especially if CPU throttling is turned off, which can make your PC slow or even overheat.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Schedule Microsoft Defender Scans in Windows 11
Windows How to Schedule Microsoft Defender Scans in Windows 11
How to Check Microsoft Defender Updates in Windows 11
Windows How to Check Microsoft Defender Updates in Windows 11
How to Reset Local Group Policy in Windows 11
Windows How to Reset Local Group Policy in Windows 11
How to Enable or Disable Microsoft Defender in Windows 11
Windows How to Enable or Disable Microsoft Defender in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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