Share via

WINDOWS DEFENDER

Christiam C. Arias 0 Reputation points
2026-04-26T23:02:59.9666667+00:00

I got my laptop with McAfee preinstalled, and at that time, Windows Defender was also active.

A few months ago, my McAfee credentials expired, so I decided to rely only on Windows Defender for protection.

I thought everything was working properly until I noticed some unusual activity on my laptop. To be sure, I decided to review the Windows Defender settings. To my surprise, the 'Virus & Threat Protection' section was missing, and I could not install or activate it because no options were available.

I followed several recommendations:

I completely uninstalled McAfee and restarted my laptop.

I checked the Microsoft Defender Antivirus Service in services.msc, confirming its dependency on RPC and verifying its startup type.

I tried to repair Windows Security from the Settings menu, but the application does not appear in the list of installed apps.

I executed system repair commands in PowerShell as administrator, including:

sfc /scannow

DISM /Online /Cleanup-Image /RestoreHealth

I attempted to reinstall Defender features using PowerShell with:

Add-WindowsCapability -Online -Name Windows-Defender-Features

Despite all these steps, the 'Virus & Threat Protection' menu is still missing from Windows Security.

At this point, I am uncertain whether my equipment is properly protected or if it is exposed to significant risk, since Windows Defender does not show the expected security options. I need guidance on how to fully restore Windows Defender and ensure my laptop is protected.

Thanks.

Windows for home | Other | Security and privacy
0 comments No comments

2 answers

Sort by: Most helpful
  1. nobuko c 123.2K Reputation points Independent Advisor
    2026-04-27T01:36:46.97+00:00

    Hello,

    This issue commonly occurs when a third‑party antivirus such as McAfee was preinstalled on the device. Even after uninstalling McAfee, some components may remain registered in Windows Security Center and continue to block Microsoft Defender Antivirus from becoming active. As a result, the Virus & threat protection section disappears from Windows Security.

    To fully restore Microsoft Defender, try the following steps:

    1. Reinstall McAfee and then uninstall it again using the official removal tool

    McAfee often leaves behind WMI entries, Security Center registrations, and registry values that prevent Defender from re‑activating.

    Reinstall McAfee, then run the official McAfee Consumer Product Removal Tool (MCPR) to remove all remaining components.

    1. Check that the Windows Security UI is not hidden by policy

    Open the Registry Editor and verify the following key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Virus and threat protection

    If the value UILockdown exists and is set to 1, change it to 0.

    Restart the device afterward.

    After completing these steps, Windows Security should display the Virus & threat protection section again, and Microsoft Defender Antivirus should return to its active state.

    0 comments No comments

  2. Q&A Assist
    2026-04-26T23:03:25.6033333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    On Windows 10/11, Windows Security is only an interface; the actual protection is provided by Microsoft Defender Antivirus or any third‑party antivirus. When a third‑party antivirus such as McAfee is installed and active, Microsoft Defender Antivirus is automatically disabled and Windows Security shows that third‑party product as the antivirus provider instead of its own “Virus & threat protection” experience.

    Key points from the documented behavior:

    1. Windows Security is just a front end
      • Windows Security is a client app that surfaces status and configuration for multiple security features (antivirus, firewall, SmartScreen, device security, etc.).
      • It uses the Windows Security Service and Windows Security Center Service to collect and display status from Microsoft Defender Antivirus and any third‑party security products.
      • Disabling or modifying these services does not disable Microsoft Defender Antivirus itself, but can cause Windows Security to show stale or incomplete information.
    2. Microsoft Defender Antivirus and third‑party AV cannot both be primary at the same time
      • When a third‑party antivirus product is installed and kept up to date, Microsoft Defender Antivirus is disabled automatically and placed into a non‑active state.
      • Windows Security continues to run and will show that another provider is protecting the device under Virus & threat protection → Who’s protecting me? → Manage providers.
    3. How to check whether any antivirus is currently protecting the device
      • Use Windows Security:
        1. Open the Start menu, type Security, and open Windows Security.
        2. Select Virus & threat protection.
        3. Under Who’s protecting me?, select Manage Providers.
        4. The page lists the current antivirus/anti‑malware provider (Microsoft Defender Antivirus or a third‑party product).
      • Use PowerShell:
        1. Open Windows PowerShell as administrator.
        2. Run:
                  Get-MpComputerStatus
          
        3. This command shows the state of Microsoft Defender Antivirus on the device (for example, whether it is active, passive, or disabled).
    4. Ensuring Microsoft Defender Antivirus is enabled when no third‑party AV is present
      • If no third‑party antivirus is installed and Defender is available, it should automatically become active and appear in Windows Security.
      • In the Windows Security app:
        1. Open Windows Security from Start.
        2. Select Virus & threat protection.
        3. Select Virus & threat protection settings.
        4. Turn Real‑time protection to On.
      • If Real‑time protection is turned off manually, it automatically turns back on after a short delay to maintain protection.
    5. Windows Security visibility vs. actual protection
      • Even if some sections or UI elements in Windows Security are hidden or disabled by policy, that does not by itself disable Microsoft Defender Antivirus.
      • Windows Security can be configured so that sections are hidden, or the interface is restricted, but Defender can still be running in the background.
      • Conversely, if the Windows Security Center Service is disabled or misconfigured, Windows Security may show inaccurate or missing information about antivirus status, even though the underlying antivirus engine may still be installed.

    Given these behaviors, the concrete way to verify protection on the laptop is:

    • Confirm in Windows Security → Virus & threat protection → Manage Providers which product is listed as the antivirus provider.
    • Run Get-MpComputerStatus in PowerShell to see whether Microsoft Defender Antivirus is present and what state it is in.
    • Ensure Real‑time protection is turned on in Virus & threat protection settings if Microsoft Defender Antivirus is the provider.

    If Windows Security is not listing any antivirus provider at all and Get-MpComputerStatus does not return a valid Microsoft Defender Antivirus state, the device is likely not protected and further remediation (for example, reinstalling or repairing the OS, or engaging Microsoft Support) is required.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.