Error Codes Wiki

Windows Error 0x80073B01 — Windows Defender Service Failed to Start

Errorsecurity

About Windows Error 0x80073B01

Windows error 0x80073B01 means the Windows Defender antimalware service failed to initialize, leaving your system without real-time virus protection. This guide covers everything you need to know about this topic, including common causes, step-by-step solutions, and answers to frequently asked questions.

Here are the key things to understand: Error 0x80073B01 prevents Windows Defender from starting its real-time protection service. Often caused by remnants of third-party antivirus software that was not fully uninstalled. Registry entries from old AV software can block Defender from initializing. Windows Security app may show 'Your virus & threat protection is managed by your organization'. Group Policy settings can also prevent Defender from starting. Understanding these fundamentals will help you diagnose and resolve this issue more effectively.

The most common reasons this occurs include: Remnants of third-party antivirus (Norton, McAfee, Avast) blocking Defender. Corrupted Windows Defender program files or service registration. Group Policy or registry settings disabling Defender. WinDefend service set to Disabled in Services. Missing Windows Defender platform update. Identifying the root cause is the first step toward finding the right solution.

To resolve this, follow these recommended steps: Use the AV vendor's official removal tool to completely clean up old antivirus remnants. Check services: services.msc > Windows Defender Antivirus Service > set to Automatic and Start. Check registry: HKLM\SOFTWARE\Policies\Microsoft\Windows Defender > delete DisableAntiSpyware if present. Run SFC /scannow and DISM /Online /Cleanup-Image /RestoreHealth to repair system files. Reset Defender: PowerShell (admin) > Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage. If these steps do not resolve the issue, consider consulting additional resources or a qualified professional.

This article is part of our Windows Error Codes collection on Error Codes Wiki. We provide comprehensive, up-to-date information to help you find solutions quickly.

Quick Answer

Why does old antivirus software block Defender?

Third-party AV registers as the system's security provider. If not fully removed, Windows thinks another AV is installed and keeps Defender disabled.

Overview

Windows error 0x80073B01 means the Windows Defender antimalware service failed to initialize, leaving your system without real-time virus protection.

Key Details

  • Error 0x80073B01 prevents Windows Defender from starting its real-time protection service
  • Often caused by remnants of third-party antivirus software that was not fully uninstalled
  • Registry entries from old AV software can block Defender from initializing
  • Windows Security app may show 'Your virus & threat protection is managed by your organization'
  • Group Policy settings can also prevent Defender from starting

Common Causes

  • Remnants of third-party antivirus (Norton, McAfee, Avast) blocking Defender
  • Corrupted Windows Defender program files or service registration
  • Group Policy or registry settings disabling Defender
  • WinDefend service set to Disabled in Services
  • Missing Windows Defender platform update

Steps

  1. 1Use the AV vendor's official removal tool to completely clean up old antivirus remnants
  2. 2Check services: services.msc > Windows Defender Antivirus Service > set to Automatic and Start
  3. 3Check registry: HKLM\SOFTWARE\Policies\Microsoft\Windows Defender > delete DisableAntiSpyware if present
  4. 4Run SFC /scannow and DISM /Online /Cleanup-Image /RestoreHealth to repair system files
  5. 5Reset Defender: PowerShell (admin) > Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

Tags

windowsdefender0x80073b01antivirusservice

More in Security

Frequently Asked Questions

Third-party AV registers as the system's security provider. If not fully removed, Windows thinks another AV is installed and keeps Defender disabled.