Hi kirbster 1
Since you're on a Windows 11 Release Preview build (25H2 26200.8968) and Defender is clearly updating, scanning, and all protection toggles are enabled, this may be a Windows Security reporting bug rather than Defender actually being disabled.
A few things to check:
- Open PowerShell (Admin) and run:
If these returnGet-MpComputerStatus | Select AntivirusEnabled, RealTimeProtectionEnabled, AMServiceEnabledTrue, Defender is running despite the warning. Open services.msc and confirm Microsoft Defender Antivirus Service (WinDefend) is running. Reset the Windows Security app: Settings > Apps > Installed apps > Windows Security > Advanced options > Reset. - Run:
Check if any third-party security software (including remnants from a previous install) is registered with Windows Security Center.sfc /scannow DISM /Online /Cleanup-Image /RestoreHealth
Because this is occurring on a Release Preview Insider build, if Get-MpComputerStatus shows Defender is enabled, I'd lean toward a false notification/reporting issue rather than a protection issue.
As this is a public forum, no one here can access internal builds to investigate this for you. You can submit feedback through Feedback Hub (Win + F) and include a screenshot plus a copy of the PowerShell output above.
Hope this will get sorted out soon!