Thank you all for your support. It was noticed that Due to McAfee running in parallel windows defender was automatically disabled. Once I uninstalled Mcafee, everything looks fine now.
Windows Defender update
Windows Defender definitions show as outdates ( last updated in 2023). Though my automatic update when available is enabled, not sure why its not updated. Need help to update it manually
Windows for home | Windows 11 | Windows update
Answer recommended by moderator
2 additional answers
Sort by: Most helpful
-
DaveM121 872.9K Reputation points Independent Advisor2026-05-06T07:28:34.7933333+00:00 It would be very unusual for Defender to not be updated since 2023 if you have Windows udpates enabled, usually the defender definitions are updated on a mostly daily basis.
1
Click your Start Button, type winver and hit Enter
Please provide a screenshot of the resulting dialog.
2
Please provide a screenshot of where you are seeing that Defender definitions are dated 2023.
-
Q&A Assist2026-05-06T06:53:59.32+00:00 AI generated content. This question contains an answer created with AI from Q&A Assist. Learn moreTo manually update Microsoft Defender Antivirus definitions on Windows 11 and fix outdated definitions:
- Check the current definition version
- Open Start and search for Windows Security, then open it.
- Select Virus & threat protection.
- Under Virus & threat protection updates, select Protection updates or Virus & threat protection updates.
- Note the Security intelligence version and Last updated date.
- Try updating from Windows Security
- In the same Virus & threat protection updates page, select Check for updates.
- Wait for the check and see if the Last updated date changes.
- Manually install the latest security intelligence package
- Go to https://www.microsoft.com/wdsi/defenderupdates.
- Download the correct security intelligence update package for the system (x64 for most Windows 11 PCs).
- Run the downloaded file and complete the installation.
- Reopen Windows Security → Virus & threat protection → Virus & threat protection updates and confirm the Security intelligence version and Last updated are now current.
- Use the MpCmdRun command-line utility (advanced manual update)
- Open Start, type cmd.
- Right‑click Command Prompt and select Run as administrator.
- In the elevated Command Prompt, run:
This uses the latest Defender platform folder and forces a signature (definitions) update."cd %ProgramData%\Microsoft\Windows Defender\Platform\" & for /f "delims=" %i in ('dir /b /ad-h /od') do set "mpdir=%i" & cd "%ProgramData%\Microsoft\Windows Defender\Platform\%mpdir%" MpCmdRun.exe -SignatureUpdate - If that fails, try forcing from Microsoft Malware Protection Center (MMPC):
MpCmdRun.exe -SignatureUpdate -MMPC
- If updates still do not move past 2023
Work through these checks, which are common causes when Defender definitions never update:
- Confirm Defender is the active antivirus
- If another antivirus is installed and registered with Windows Security Center, Microsoft Defender Antivirus is disabled and will not update. Uninstall or disable the third‑party AV if Defender is intended to be primary, then retry steps 2–4.
- Check network/update source configuration
- If the device uses WSUS or a file share as the update source and those are stale, Defender will stay on old definitions.
- If managed by an organization, contact the admin to ensure Defender security intelligence (KB2267602) is approved and current on WSUS or that the UNC share is updated.
- Try manual install again after verifying internet access
- Ensure normal web browsing works and that security sites like https://www.microsoft.com/wdsi/definitions are reachable.
- Confirm Defender is the active antivirus
If the manual package install and MpCmdRun methods both work but automatic updates remain stuck, the issue is likely with the configured update source (WSUS, file share, or Windows Update service) and should be corrected there.
References:
- Check the current definition version