How to Fix Security Centre Validation Error DC040780

Resolving Security Centre Validation Issues in Windows

If you’re seeing the “Security Centre failed to validate caller” error, especially with that frustrating error code DC040780, it can be a real pain. Usually, it’s Windows refusing to validate itself, which might happen due to system glitches or interference from third-party security software. I’ve come across this myself after updating antivirus programs—a real headache at the time. Luckily, there are a few handy fixes that cover most situations, though figuring out which one works can sometimes be a bit of trial and error.

How Third-Party Antivirus Software Can Cause Issues

This is a common one. Antivirus and security apps from other brands often interfere with Windows security services behind the scenes. They might tweak registry settings, disable certain services, or stop the Security Centre from completing its validation processes properly. I’ve seen Norton, McAfee, and even some free security tools cause this exact problem. My first suggestion is to temporarily uninstall or disable these programs. I know it’s not ideal from a security point of view, but sometimes the simplest way to check if they’re causing the issue is to turn them off for a bit.

To do that, head into Settings > Apps > Installed apps or use the classic Control Panel: go to Programs > Uninstall a program. Find your security software, click on it, and select Uninstall. Most antivirus providers also offer dedicated removal tools—you’ll find them on their websites if needed. Alternatively, disabling them temporarily from their own settings (look for options like “Disable real-time protection”) can do the trick. Restart your PC after uninstalling or disabling, then see if the error persists. If it clears up, your security software was likely blocking or interfering with Windows Validation.

Disabling Windows Security via Registry Tweaks

If removing or disabling external antivirus software doesn’t help, you might try editing the registry. I know, it sounds a bit daunting—that’s fair. But if you’re careful, it’s manageable. Just make sure to back up your registry first, as making incorrect changes can cause issues. To access the registry, press Windows + R, type regedit, and hit Enter.

Navigate to this key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService

Look for the value named Start. Double-click it and change the data to 4. This effectively disables the Security Centre service—think of it as temporarily turning off Windows Security validation and alerts, just to see if that’s the culprit.

Similarly, check for the wscs service within HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services. Find the start value, double-click it, and set it to 4. After making these changes, restart your PC. From my experience, a full reboot often gets everything settled. If the error goes away, it’s likely that the Security Centre service was causing the validation problem. Remember, these tweaks are just for testing—don’t leave them in place permanently, or you might lose some security alerts.

Troubleshooting with a Clean Boot

If registry edits seem too risky or you prefer a safer approach, try performing a clean boot. This means starting Windows with only the essential services running—no third-party apps or unnecessary background processes. It can help identify if a third-party program is causing the validation errors.

To do this, open msconfig (type it into the Start menu or Run). Under the General tab, select “Selective startup,” then uncheck “Load startup items.” Click on the Services tab, check “Hide all Microsoft services”—to leave core Windows services intact—and then click “Disable all”. Hit OK and restart. This leaves you with a near-clean Windows environment. If the validation error disappears, it’s probably an app or service you disabled. Reactivate services gradually till you pinpoint the troublemaker.

Updating BIOS — A Slightly Riskier Fix

If nothing else has worked, there’s a small chance that your BIOS is out of date and causing issues with how security components interact. Updating BIOS isn’t exactly straightforward and isn’t recommended unless you’re comfortable with flashing firmware—do it wrong, and you could brick your motherboard. I only suggest this as a last resort if you’re confident with the process.

Visit your motherboard manufacturer’s website (like ASUS, MSI, Gigabyte) to find the latest BIOS update. They usually provide a firmware file along with step-by-step instructions. The process typically involves creating a bootable USB or running a utility within Windows. Make sure your PC is plugged in—interruptions during BIOS updates can be disastrous.

Check your current BIOS version by typing msinfo32 into the Run dialog, and compare it with the latest available. Only consider updating if you’ve exhausted other options and are comfortable with the potential risks.

Getting Support from Third-Party Security Vendors

If all else fails and you think your security software is causing the validation problems, don’t hesitate to contact their support team. Popular tools like Norton, McAfee, or Kaspersky may have specific advice, patches, or hidden settings to resolve this. Prepare your error details, system info, and any logs you can gather. They’ve probably seen this issue before and might have a straightforward fix, saving you a lot of hassle.


All in all, troubleshooting Windows security validation errors can be a bit of a chore—trust me, I’ve spent many late nights trying different fixes myself. The key is to stay patient and methodical. Always back up your data, especially the registry, before making changes. And if you’re fiddling with BIOS, do your homework first. Hopefully, one of these tips will get your Security Centre validation back to normal. It took me longer than I’d like to admit, but now I’m confident about what to check first. Good luck, and don’t give up!