Windows

How to Check Your Microsoft Defender Antivirus Signature Version in Windows 11

Richard
Written by
Richard
Feb 5, 2026 2 min read
How to Check Your Microsoft Defender Antivirus Signature Version in Windows 11

Microsoft Defender Antivirus is the built-in antivirus program in Windows 11 that helps keep your computer safe from viruses and other harmful software.

Microsoft updates Defender regularly with new “signature versions.” These updates help Defender recognize and stop the latest threats quickly.

It’s a good idea to check which signature version you have. This tells you if your antivirus is up to date and ready to protect you.

Method 1: Check Signature Version in Windows Security

  1. Click the Start button and type Windows Security, then open the app.
  2. In Windows Security, click on Virus & threat protection.
  3. Look for the section called Virus & threat protection updates, then click Protection updates.
  4. You will see your current Security intelligence version (this is the signature version).

Here’s an example screenshot to help you find it:

Windows Security Virus and threat protection
Windows Security Virus and threat protection

Protection updates virus

Protection updates virus details

Method 2: Check Signature Version Using Command Prompt or PowerShell

  1. Right-click the Start button and choose Windows Terminal (or open Command Prompt or PowerShell).
  2. Copy and paste the command below, then press Enter:
PowerShell
Get-MpComputerStatus | select AntivirusSignatureLastUpdated,AntivirusSignatureVersion

If you’re using Command Prompt, use this command instead:

💻Code
powershell -command "Get-MpComputerStatus | select AntivirusSignatureLastUpdated,AntivirusSignatureVersion"

This will show you the date your antivirus was last updated and the signature version number.

Protection updates virus terminal details

Why This Matters

  • Automatic Updates: Defender updates itself automatically, but it’s good to check the version sometimes.
  • Security: The signature version tells you how current your protection is.
  • Easy to Check: Use the Windows Security app or a quick command—both work well!
  • Stay Safe: Knowing your signature version helps you be sure your PC is protected.

For more info or to see the latest updates from Microsoft, check these links:

That’s all! Now you know how to check your Microsoft Defender Antivirus signature version on Windows 11.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2465 articles → Twitter

📚 Related Tutorials

How to Check Microsoft Defender Updates in Windows 11
Windows How to Check Microsoft Defender Updates in Windows 11
How to Turn On or Off Cloud Protection for Microsoft Defender Antivirus in Windows 11
Windows How to Turn On or Off Cloud Protection for Microsoft Defender Antivirus in Windows 11
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

Leave a Reply

Your email address will not be published. Required fields are marked *