Windows Security app is missing from Windows Server 2025 Standard installation

oldsports 26 Reputation points
2026-06-29T19:44:16.9233333+00:00

I downloaded Windows Server 2025 Eval to test it out prior to making the commitment to convert my 2016 Essentials server ahead of the January 2027 deadline. I performed a clean-install and tested it out - everything I wanted to do worked fine, so I decided to convert.

Instead of upgrading, I decided to clean-install Windows Server 2025 Standard, re-create the users/devices from my 2016E server, and port over the data; I have a small number of users/devices so it seemed like the cleanest option. I installed 2025 Standard using the installation disk that came with my license. The installation seemed to go fine, but when I checked out the security set-up Windows Security was not installed. In fact, the software for the app was nowhere to be found in the installation - Powershell commands to install it gave errors saying that it could not be found. I even searched with the Search Tool - no luck.

I was under the impression that Windows Security came standard in 2025 Standard. The Eval version had it (that was one of the things I checked). Is it possible I had a bad install? Did I miss answering an installation question about it (I don't recall that when I installed the Eval version)? Can Windows Security be installed as a standalone app? If so, where would I get the installation package? Other ideas? I can do the reinstall, but I don't want to make the same mistake again if I missed something. I guess that, worse case, I could use the Eval version to install and convert it to Standard.

Thanks!

Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
0 comments No comments

3 answers

Sort by: Most helpful
  1. oldsports 26 Reputation points
    2026-07-01T11:24:28.9833333+00:00

    Hi @Scott Nguyen ,

    Thanks for your response. The PowerShell command confirms that the Antivirus is not running. I have also used a PowerShell command to turn on the antivirus (Install-WindowsFeature -Name Windows-Defender), but I receive an error that the app name is not valid. Also, Defender does not show up as a feature in Server Manager. This is very weird, which is why I am wondering if I had a bad install.

    Any other ideas?

    Thanks!

    Was this answer helpful?

    0 comments No comments

  2. oldsports 26 Reputation points
    2026-07-01T11:23:54.5166667+00:00

    Hi @Scott Nguyen ,

    Thanks for your response. The PowerShell command confirms that the Antivirus is not running. I have also used a PowerShell command to turn on the antivirus (Install-WindowsFeature -Name Windows-Defender), but I receive an error that the app name is not valid. Also, Defender does not show up as a feature in Server Manager. This is very weird, which is why I am wondering if I had a bad install.

    Any other ideas?

    Thanks!

    Was this answer helpful?

    0 comments No comments

  3. Scott Nguyen 1,965 Reputation points Independent Advisor
    2026-06-29T20:26:12.7933333+00:00

    Hi, the core Microsoft Defender Antivirus engine is built into Windows Server 2025 Standard and runs actively in the background. So personally, I think you did not miss any configuration prompts during setup.

    You can confirm if the Antivirus is running by execute the command in PowerShell:
    Get-MpComputerStatus | Select-Object AMRunningMode, AntivirusEnabled, AntivirusSignatureLastUpdated
    If AntivirusEnabled is True, you’re protected, just without the GUI.

    And since you already confirmed that the Evaluation edition included Windows Security on the same machine, I would not convert the Evaluation installation to Standard just to work around this.

    Was this answer helpful?

    0 comments No comments

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.