Windows Defender Won't Turn On (Real-Time Protection Disabled)
Real-time protection shows off, greyed out, or missing entirely — and won't re-enable no matter how many times you toggle it.
Before you start: save any open work and note down what you were doing when the problem started — that context helps if you need to search further or ask for help.
- Check for a third-party antivirus, installed or partially uninstalled — Windows automatically disables Defender whenever it detects another antivirus is present, by design, and it won't re-enable until every trace is actually gone. Use that antivirus's own official removal tool (most vendors provide one specifically for clean uninstalls) rather than just deleting the program, since leftover files are enough to keep Defender disabled.
- On a managed or work device, check Group Policy hasn't disabled it: press Windows+R, type gpedit.msc (not available on Home editions), and check Computer Configuration > Administrative Templates > Windows Components > Microsoft Defender Antivirus > "Turn off Microsoft Defender Antivirus" is set to Not Configured or Disabled, not Enabled.
- Restart the Security Center service: Windows+R, type services.msc, find "Security Center," right-click, and choose Restart.
- Check your system date and time are actually correct (right-click the clock > Adjust date and time) — an incorrect clock can interfere with Defender's ability to verify its own definitions and connect to Microsoft's services.
- Run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth to rule out corrupted system files affecting Defender specifically.
- If Defender appears entirely missing rather than just disabled (particularly on Windows 11), reinstall it via an administrator PowerShell window: Get-AppxPackage -AllUsers Microsoft.SecHealthUI | Reset-AppxPackage — this re-registers the Windows Security app specifically, without touching any of your other installed apps.
- Try a clean boot to rule out a conflicting startup program or service, particularly if the issue only started recently.
- Update Windows fully — Microsoft has patched specific Defender bugs through regular updates before, and an outdated system is a real, documented cause here.
Mentioned above:
How to Perform a Clean Boot to Isolate a Stubborn Problem
Still not fixed? Send us the details and we'll help you dig further, or browse related guides in Security & Windows Defender.
Frequently Asked Questions
Is my PC unprotected the whole time Defender is off?
If it's off because another antivirus is installed, that antivirus is providing protection instead — Windows only disables Defender when it detects a replacement is present, by design, not leaving you with nothing.
Can malware itself disable Defender to hide?
Yes, this is a real, known technique some malware uses. If Defender won't turn back on and you don't have another antivirus installed, that's worth taking seriously as a possible sign of infection, not just a settings glitch.