How to determine the maximum CPU usage during a Windows Defender scan?

amr alaa 655 نقاط السُمعة
2026-04-05T21:29:28.1266667+00:00

I'm experiencing a problem with my system slowing down during a scheduled Windows Defender scan. The program consumes a very high percentage of CPU and SSD resources, significantly impacting my computer's performance.

I'm looking for the best way to limit this resource consumption. Is there an effective method using PowerShell or Group Policy to set a maximum CPU usage limit of, say, 20% or 30%?

I would appreciate it if you could provide me with the necessary commands or technical steps to reduce this load without disabling protection entirely. I'm very careful about preserving my hard drive's lifespan and minimizing unnecessary disk writes.

Thank you in advance.

Windows for home | Windows 11 | الأمان والخصوصية
0 تعليقات ليست هناك تعليقات

إجابة واحدة

فرز حسب: الأكثر فائدة
  1. OusamaKh 0 نقاط السُمعة
    2026-04-16T07:55:21.9866667+00:00

    To reduce Windows Defender CPU usage during scans, use this command:

    Code

    Set-MpPreference -ScanAvgCPULoadFactor 30
    

    Run it in PowerShell as Administrator. You can change the number to 20 or 30 depending on how much you want to limit CPU usage.

    This keeps Defender active while reducing system slowdown.

    هل كانت هذه الإجابة مفيدة؟

    0 تعليقات ليست هناك تعليقات

إجابتك

يمكن وضع علامة على الأجوبة 'كمقبولة' من قبل كاتب السؤال و'مستحسنة' من قبل المشرفين، مما يساعد المستخدمين على معرفة الإجابة التي حلت مشكلة الكاتب.