You can update Windows Security signatures manually to help detect and protect against the latest malware threats. Microsoft Defender antivirus, now called Windows Security, usually updates these signatures automatically. However, automatic updates can fail because of an unstable or missing internet connection, blocked updates, or other errors, so you may need to update them manually on Windows.
This article shows how to update Windows Defender signatures manually in simple steps using several methods. First, it helps to understand Windows Security signatures and the prerequisites for updating them to avoid confusion.
What Are Windows Security Signatures
Windows Security signatures are digital footprints that verify the integrity and correctness of different software components, for example, drivers and updates, ensuring they are not tampered with. It is much like a poster that helps you identify criminals; Windows Defender uses malware or virus definitions to determine known threats. These virus or malware definitions are known as Windows Security signatures that help Windows find and neutralize various threats, such as ransomware, viruses, trojans, etc.
These security signatures may involve signatures for the boot process, for example, UEFI, bootloader, and kernel, ensuring integrity and authenticity. They also include virus definition types, network inspection signatures, spyware definitions, rootkit detection data, and behavioral analysis patterns to detect and block malicious network traffic and files. You may need to update the Windows Defender signatures manually if automatic updates are not working, you have a new Windows installation, or to protect your system from a critical threat.
However, you must take note of a few precautions before updating these signatures manually.
Prerequisites to Update Windows Security Signatures Manually
Before updating security signatures manually, perform the following checks.
- Ensure there is a fast and stable internet connection to download updates smoothly.
- Make sure you have enabled Windows Security.
- Type “cmd” in Windows search, right-click Command Prompt, and then click Run as administrator to ensure you have administrative rights.
- Make sure no third-party antivirus conflicts with Windows Security.
- Check the date and time on your system to make sure they are correct.
- Free up some disk space if your storage is almost full to download and install the updates smoothly.
- Update Windows to prevent compatibility issues.
- Make sure services such as Windows Update are running in the background.
After meeting the above conditions, you can update Windows Security signatures manually.
How to Update Windows 11/10 Security Signatures Manually
For most users, the safest and easiest way to manually update Windows Security signatures is by using the Defender’s built-in update feature. This method provides a straightforward interface and minimizes the risk of mistakes, making it ideal for beginners and everyday users. If this method does not work, you can try more advanced options such as Windows PowerShell, a Microsoft webpage, Microsoft Update Catalog, Task Scheduler, Microsoft PC Manager, or Group Policy refresh, depending on your needs, experience, and convenience. Updating the signatures through PowerShell is best for IT admins and troubleshooting update failures, while Group Policy refresh works for the Enterprise edition of Windows. Below are all the methods explained in detail.
Method 1: Use Microsoft Defender to update the security signature
Microsoft Defender has a built-in update tool that allows you to download and install Windows Security signature updates manually. Below is how to update Windows Security signatures manually using Microsoft Defender.
- Right-click the Start button.
- Click Settings in the menu that appears.
- In the Settings window, click Privacy & Security. If you are a Windows 10 user, click Update & Security.
- Click Windows Security.
- Click Virus & Threat Protection.

- Next, click Check for Updates.
- Wait for Windows to complete the update download and installation.
- Lastly, restart your PC to allow the updates to take effect.
Also know: How to Open and Use Windows Action Center
Method 2: Update Windows Security Signatures with Windows PowerShell
If you are comfortable with command-line utilities, you can use PowerShell to update Security signatures manually. Here is how.
- Right-click the Start button.
- Click Windows PowerShell (Admin).
- In the Administrator PowerShell, copy and paste the command: Update-MpSignature, and press Ok.

- Lastly, restart your PC after completing the above process.
Method 3: Install the Windows Security Signatures update from the Microsoft webpage
Microsoft has a “Microsoft Defender Update for Windows Operating System Installation Images” webpage with three main components that you can download. Here is a simple explanation of each one:
- Platform version: Think of this as the foundation for a specific Windows 10 or 11 version. It makes sure Defender matches your Windows system and works smoothly.
- Security intelligence version: This is like an up-to-date list of known threats, such as viruses and malware. It helps Defender recognize and stop the latest dangers.
- Engine version: This is the core of Defender that actually finds and removes threats from your computer, like the engine in a car.
All three of these components get regular updates that you can download and install. The steps below will walk you through how to do this.
- Navigate to the Microsoft Defender Update for Windows Operating System Installation Images
- Click the link to get the update, depending on whether you have a 32-bit, 64-bit, or ARM64 operating system version.

- Extract the .zip file you downloaded in the previous step to get the Defender update package (defender-dism-[x86|x64|arm].cab) and an update tool (DefenderUpdateWinimage.ps1).
- After extracting the files, right-click the Start button and then click Windows PowerShell (Admin).
- In the Administrator Windows PowerShell, copy and paste the command: PS C:\> DefenderUpdateWinImage.ps1 -WorkingDirectory <path> -ImageIndex ImageIndexNumber -Action AddUpdate -ImagePath <path_to_Os_Image> -Package
- Press Enter to execute the above command.
- Finally, restart your PC after completing the process above.
Method 4: Use the Microsoft Update Catalog to update Windows Security signatures
Microsoft Update Catalog is the official Microsoft repository to update outdated drivers, outdated software, and Security signatures. Below is how to update Windows Security signatures manually using the Microsoft Update Catalog.
- Navigate to the Microsoft Update Catalog.
- In the search bar on the Microsoft Update Catalog, type Microsoft Defender and press
- Click Download for the most recent signature update.

- Click the links that appear to download the signature update file.
- Double-click the downloaded files and follow the on-screen prompts to install Windows Security updates manually.
Also know: How to Lock your Windows PC Automatically in Windows 11
Method 5: Perform a Windows Security signature update with Task Scheduler
Task Scheduler in the Control Panel allows you to update Windows Security signatures manually if the other update methods don’t work for you. The following steps explain how to use it.
- Press the Windows key + R to access the Run utility.
- Type Control Panel in the Run box and press
- Click System and Security in the Control Panel menu.
- Next, click Windows Tools in the Control Panel options.

- Double-click Task Scheduler.

- Click Create Basic Task in the right pane of the Task Scheduler.

- Name the task Manual Defender Update and click
- Select one time and then click Next to ensure the task runs only once, when triggered manually.
- Set the time for the update to run (you can choose the current time) and click
- Click Start a program and then click
- In the Program/script box, enter the path: C:\Program Files\Windows Defender\MpCmdRun.exe
- In the Add arguments field, type: -SignatureUpdate and click
- Review the settings and click
- In the Task Scheduler Library, locate your task.
- Lastly, right-click the task and then click Run to start updating Windows Defender signatures immediately with the internal updater.
Method 6: Use the Microsoft PC Manager to update Windows Security signatures
The Microsoft PC Manager (Beta) tool is a new Microsoft utility that allows you to manage system security, performance, and cleanup in one place. Though an easy way to perform various updates, this method may not work if Windows Update itself is not working, as it uses Windows Update services to function correctly. To update Windows Security signatures manually using the Microsoft PC Manager:
- Download the setup file from the PC Manager webpage and run the downloaded exe file to install it.
- After installing the MSPCManager.exe file, click the Start button and then search for and open the PC Manager.
- In the PC Manager, click the Security button in the lower-right corner.
- Click the Scan button in the top-right corner.
- Under Windows Update, install any pending Windows updates, including Windows Security signature updates and updates for the anti-malware platform.
Method 7: Update Windows Security signatures through Group Policy Refresh
Admins wanting to update all the systems at once can use a Group Policy refresh through the admin portal on Windows Enterprise versions. Below are the steps to perform this action.
- Click the Start button.
- Next, click Terminal (Admin) in the menu that appears.
- Click OK
- Copy and paste the command: gpupdate /force
- Press Enter
- Copy and paste the command: Update-MpSignature and press Enter
Hopefully, this updates the Windows Security signature. You can verify the update to be sure.
How to Verify Windows Security Signature Update
To verify a successful Defender update:
- Click the Start button.
- Next, click Windows Security.
- Click Virus & threat protection.
- Click Protection updates.
- Check the Security intelligence version and last updated date/time.
However, if Windows Security signatures fail to update, the culprit could be an unstable internet connection, a disabled Windows Update service, third-party antivirus interference, corrupted system files, incorrect date and time settings, limited system permissions, Firewall or network connections, or an outdated Windows version. You can check the solutions below.
Also know: How to Use Windows Built in VPN
How to Fix Windows Security Signatures Failing to Update
To troubleshoot signature update problems, work through the following solutions in order.
- Follow the path: Windows key + I > Time & language > Date & time > Set time automatically > check the time zone > if available, use Sync now.
- Restart your PC.
- Check the internet connection. Try another connection if you are using a proxy, VPN, public hotspot, hotel WiFi, or school network.
- Check which antivirus is active. Follow the path: Windows Security > Virus & threat protection > Manage providers. Don’t run multiple real-time antivirus programs simultaneously.
- Run the Windows Update troubleshooter. Follow the path: Windows key + I > System > Troubleshoot > Other troubleshooters > Windows Update.
- Repair system files. Follow the path: Right-click Start > Command Prompt (Admin) or Terminal (Admin) > Run the command DISM /Online /Cleanup-Image /RestoreHealth > Run the command sfc /scannow > Restart your PC.
- Check metered connection settings. Follow the path: Windows key + I > Network & internet > choose the active connection > Properties > Metered connection.
Expert Tips to Update Windows Security Signatures Manually
The following pro tips also ensure safe, secure, and smooth updates for Windows security signatures.
- Check the latest security signature version through Microsoft Security Essentials or Windows Defender before updating.
- Download and install the latest signature files manually from Microsoft’s official update site.
- If internet availability is limited, ensure you have a local copy of security updates.
- Perform a complete system scan after applying the update to ensure your system is threat-free.
- Avoid interrupting the update process; let the update complete without interruptions.
- Ensure the file you are installing is authentic and not tampered with.
- Back up all your important data before making any changes.
Below, we also answer a few common signature update questions to clear up any persistent confusion.
Frequently Asked Questions
Q1. How do I manually update the antimalware signatures in Windows Defender?
To update the antimalware signatures manually, right-click the Start button, click Settings, click Privacy & Security, click Windows Security, click Virus & Threat Protection, click Check for Updates, and then restart your computer. For details and other methods, refer to the guide above.
Q2. When should I update Windows Security signatures manually?
Update Windows Security signatures manually if automatic updates fail because of problems with Windows Update or other issues. You can also update these signatures if your system has malware detection issues or outdated threat protection.
Q3. How do I update Windows Security signatures offline?
You can download the necessary update files from the Microsoft Update Catalog or Microsoft Defender Update page. Once downloaded, you can install these updates manually by following the guide above.
Q4. How often should I update antivirus signatures?
It is recommended to update antivirus signatures on Windows Update automatically every one to four hours. If they do not update automatically, update them manually.
Q5. What happens if I do not update security signatures?
Your system may not recognize new malware or virus threats if you do not update security signatures, increasing infection risk and compromising system security.
That concludes how to update Windows Security signatures manually. Hopefully, this guide helps you update security signatures easily to protect your system from threats. If you have any questions or concerns, leave us a comment.










