How to fix Windows Security service not running
If Windows Security says the service is not running, Microsoft Defender Antivirus, firewall status, and related protection features may stop reporting correctly.
This guide explains the most common causes and the exact fixes that usually restore the service quickly.
What the Windows Security service does
Windows Security is the built-in protection interface in Windows 10 and Windows 11.
It works with core components such as Microsoft Defender Antivirus, Windows Defender Firewall, Security Center, and system health reporting.
When the service fails, you may see alerts such as:
- Windows Security service is turned off
- Security Center service isn’t running
- No security provider found
- Virus and threat protection is unavailable
The issue does not always mean malware is present.
In many cases, the service is disabled, blocked by a third-party antivirus product, or affected by a corrupted system file.
Why this problem happens
Several Windows components can interrupt Security Center and Defender services.
Common causes include:
- A third-party antivirus or firewall replacing Microsoft Defender
- The Security Center service being disabled in Services
- Corrupted system files or damaged Windows components
- Group Policy or registry settings changing security behavior
- Recent updates, drivers, or startup optimization tools interfering with services
- Malware or unwanted software disabling protection features
Because the service depends on multiple layers of Windows, the best fix is to check the simplest causes first and then move into deeper repairs.
Check whether a third-party antivirus is installed
Windows often turns off some Defender features when another antivirus product is active.
If you recently installed security software from Norton, McAfee, Bitdefender, Kaspersky, Avast, or similar vendors, it may be taking control of protection.
Do this first:
- Open Settings > Apps > Installed apps
- Look for any antivirus, cleanup, or internet security suite
- Uninstall the product if you no longer want it
- Restart the computer
After removal, Windows Security should re-enable its own services automatically.
If it does not, continue with the next steps.
Restart the Security Center service
The Security Center service, also called WscSvc, is central to the Windows Security interface.
Restarting it often resolves temporary service failures.
- Press Win + R, type services.msc, and press Enter.
- Find Security Center.
- Double-click it and set Startup type to Automatic (Delayed Start).
- If the service is stopped, click Start.
- If it is running, click Stop, then Start again.
If the service refuses to start, note the error message.
That information can point to permissions, dependencies, or corrupted Windows files.
Make sure Microsoft Defender services are enabled
Windows Security depends on several services.
If one of them is disabled, the app may show that protection is unavailable.
Check these services in services.msc:
- Security Center
- Microsoft Defender Antivirus Service
- Microsoft Defender Antivirus Network Inspection Service
- Windows Security Service on supported versions
- Windows Defender Firewall
Recommended startup settings:
- Security Center: Automatic (Delayed Start)
- Microsoft Defender Antivirus Service: Automatic
- Windows Defender Firewall: Automatic
If any of these are disabled, change the startup type, apply the setting, and restart Windows.
Run the built-in system file repair tools
Corrupted system files are a frequent reason Windows Security service not running errors persist.
Use Command Prompt or Windows Terminal as an administrator.
Run System File Checker
- Open Windows Terminal (Admin) or Command Prompt (Admin).
- Enter: sfc /scannow
- Wait for the scan to finish and follow any repair prompts.
Repair the Windows image
If SFC reports problems it cannot fix, run DISM next:
- Open an elevated terminal.
- Enter: DISM /Online /Cleanup-Image /RestoreHealth
- Restart the PC after the process completes.
These tools repair Windows component store damage and often restore Security Center behavior without manual registry edits.
Check Group Policy settings
On Windows Pro, Enterprise, and Education editions, Group Policy can disable Defender or the security interface.
This is common in managed environments or after tweaking privacy policies.
Open gpedit.msc and review:
- Computer Configuration > Administrative Templates > Windows Components > Microsoft Defender Antivirus
- Computer Configuration > Windows Settings > Security Settings > Security Center
Look for policies such as:
- Turn off Microsoft Defender Antivirus
- Turn off real-time protection
- Disable Security Center notifications
If any of these are enabled, set them to Not Configured or Disabled where appropriate, then restart the device.
Inspect registry-based tampering
Some optimization tools and malware modify registry keys that control Defender.
If you changed antivirus settings manually or used a policy tool, the service may stay off until the values are corrected.
Common areas include keys under:
- HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center
Look for values that disable protection features, especially those that turn off Defender or suppress Security Center notifications.
If you are not comfortable editing the registry, use system repair tools or a reputable malware scan instead of making manual changes.
Scan for malware
Malware can disable Windows Security services to avoid detection.
If the service will not stay running, or if multiple security settings are missing, scan the device using Microsoft Defender Offline or another trusted cleanup method.
Suggested approach:
- Open Windows Security if accessible
- Go to Virus & threat protection
- Select Scan options
- Choose Microsoft Defender Offline scan
This scan restarts the PC and checks for threats before Windows fully loads, which can help remove persistent infections.
Reset the Windows Security app components
If the Windows Security interface is damaged, resetting the app can help.
This does not remove your system files, but it clears app-level data and restores defaults.
Use these steps:
- Open Settings > Apps > Installed apps.
- Find Windows Security.
- Open Advanced options.
- Click Repair first.
- If needed, click Reset.
Afterward, check whether the service status changes and the Windows Security dashboard loads normally.
Use Windows Update to restore missing components
Missing updates can leave security services in an unstable state.
Installing the latest cumulative update often restores service definitions, drivers, and protection platform files.
Go to Settings > Windows Update and install all pending updates, including optional quality or platform updates if available.
Then restart and recheck Windows Security.
When to create a new user profile
If the service works for other accounts on the same PC but not yours, the problem may be limited to your user profile.
Creating a new local user account can help determine whether the issue is profile-specific.
Try this if:
- Windows Security opens inconsistently for one account
- Security Center errors appear only in your profile
- Other administrative accounts work normally
If the new account works, migrate your files and settings to the fresh profile.
Last-resort repairs for persistent failures
If none of the above fixes restore the service, the Windows installation may need a deeper repair.
Options include:
- In-place repair upgrade using the Windows installation media
- System Restore to roll back recent changes
- Reset this PC while keeping personal files
An in-place repair is usually the least disruptive because it reinstalls Windows components without deleting personal data or most apps.
Quick checklist to fix Windows Security service not running
- Uninstall third-party antivirus software
- Restart the Security Center service
- Verify Defender and firewall services are enabled
- Run SFC and DISM repairs
- Check Group Policy and registry settings
- Run an offline malware scan
- Repair or reset the Windows Security app
- Install the latest Windows updates
Working through these steps in order usually resolves the issue without guesswork and restores normal Microsoft Defender protection.