Software⏱️ 3 min read📅 2026-06-11

How to Fix: Can't install Windows Updates - Error Code 800706F7 (No KB3004394 update installed)

Windows Update error fix for KB3004394 and crypt32.dll issue.

Quick Answer: Try reinstalling Windows Updates or using the built-in tool to remove KB3004394, then run sfc /scannow again.

The error code 800706F7 is encountered when attempting to install Windows Updates, specifically with KB3004394. This update has been known to cause issues on certain systems, leading to frustration for users who are unable to receive security patches.

This issue can be particularly vexing for those who rely on VirtualBox or other virtualization software, as it prevents them from using their machines effectively.

🛑 Root Causes of the Error

  • The primary reason for this error is the failure of KB3004394 to install the Windows 7 x64 catalog package_1_for_KB3004394~31bf3856ad364e35~amd64~~6.3.1.0.cat, which is required for verifying crypt32.dll.
  • Alternatively, it's also possible that there is an issue with the crypt32.dll file itself, as suggested by the CBS.log output.

🔧 Proven Troubleshooting Steps

Reinstalling Windows Updates and Verifying System Files

  1. Step 1: Open Command Prompt as administrator and run the command `sfc /scannow` to scan for corrupted system files.
  2. Step 2: If the issue persists, try running the command `wuauclt.exe /detectnow` to force Windows Update to check for updates.
  3. Step 3: Once the update is detected, proceed with installing it. If you still encounter issues, try uninstalling and reinstalling Windows Updates.

Manually Installing KB3004394 and Verifying Package Installation

  1. Step 1: Download the KB3004394 package from a trusted source and save it to a temporary location.
  2. Step 2: Open Command Prompt as administrator and run the command `wuauclt.exe /updatefrominstall` to install the update manually.
  3. Step 3: Verify that the package was installed successfully by checking the Windows Update history and ensuring that the package_1_for_KB3004394~31bf3856ad364e35~amd64~~6.3.1.0.cat file is present in the Windows Update catalog.

🎯 Final Words

To resolve this issue, try one of the primary fix methods outlined above. If you're still experiencing issues, consider seeking further assistance from Microsoft support or a trusted IT professional.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions