. Error code: (0x80073712)
fix windows up date errors
fix windows update errors 2025-11 Security Update (KB5068861) (26200.7171)
Windows for home | Windows 11 | Windows update
3 answers
Sort by: Most helpful
-
David-M 113.9K Reputation points Independent Advisor2025-11-12T16:17:52.81+00:00 Hi. I'm David, and I'm happy to help you.
Please clarify the following:
Are you getting an error code? If yes, which one?
If you don't get an error code, see the update history.
- Press "Windows + I" and select "Windows Update > Update history".
If you prefer, share a screenshot. Use the shortcut "Windows + Shift + S" to use the screenshot tool.
Also. What is the current "OS Build" of your Windows 11?
- Press "Windows + R", type winver, and click OK.
If you prefer, share a screenshot.
Be sure to censor your email address if it appears. The Microsoft Q&A is public.
I await your reply.
-
AI answer
2025-11-12T15:45:10.2566667+00:00 To fix Windows Update errors related to the 2025-11 Security Update (KB5068861), you can follow these general troubleshooting steps:
- Run the DISM Tool: Use the Deployment Imaging Service and Management Tool (DISM) to repair Windows Update corruptions. Open an elevated command prompt and run the following command:
This command may take several minutes to complete and works best when connected to Microsoft Update servers.DISM.exe /Online /Cleanup-image /Restorehealth - Run the SFC Tool: After running DISM, use the System File Checker (SFC) to scan for and restore corrupted system files. In the same elevated command prompt, type:
Allow it to complete and follow any instructions provided.sfc /scannow - Check Windows Update Services: Ensure that the Windows Update service is running. You can check this by typing
services.mscin the Run dialog (Win + R) and ensuring that the service is set to "Automatic" and is currently running. - Clear Windows Update Cache: Sometimes, clearing the Windows Update cache can resolve issues. You can do this by renaming the SoftwareDistribution folder:
After renaming, try running Windows Update again.Ren %systemroot%\SoftwareDistribution\DataStore DataStore.bak Ren %systemroot%\SoftwareDistribution\Download Download.bak - Check for Pending Updates: Sometimes, pending updates can block new installations. Make sure to restart your computer to apply any pending updates.
If these steps do not resolve the issue, you may need to look for specific error codes related to the update failure and follow targeted troubleshooting steps for those errors.
References:
AI-generated content may be incorrect. Read our transparency notes for more information. - Run the DISM Tool: Use the Deployment Imaging Service and Management Tool (DISM) to repair Windows Update corruptions. Open an elevated command prompt and run the following command: