Ad Space — Top Banner

0x80070009

Microsoft Windows Update

Severity: Moderate

What Does This Error Mean?

Windows Update error 0x80070009 means Windows encountered a storage control block error while trying to install an update. In plain terms, Windows detected that data structures it uses to manage files on your drive have been corrupted. This usually signals a problem with the drive itself, the update cache, or corrupted Windows system files.

Affected Models

  • Windows 10
  • Windows 11
  • Windows 8.1

Common Causes

  • The Windows Update download cache contains corrupted or incomplete files
  • The system drive has bad sectors or file system errors causing data corruption
  • Windows system files needed by the update engine are damaged
  • A third-party disk utility or security tool is interfering with update file operations
  • An interrupted previous update left the update database in an inconsistent state

How to Fix It

  1. Run Check Disk to find and repair drive errors. Open Command Prompt as Administrator and type: chkdsk C: /f /r — type Y when prompted and restart. The check runs before Windows loads and takes 30–90 minutes.

    File system errors and bad sectors on the system drive are the most hardware-level cause of this error. Fix the drive first.

  2. Clear the Windows Update cache. In Administrator Command Prompt, run: net stop wuauserv — then delete the contents of C:\Windows\SoftwareDistribution\Download\ — then: net start wuauserv

    Deleting the cached download files forces Windows Update to start fresh downloads, removing any corrupted update files.

  3. Run System File Checker to repair Windows files. In Administrator Command Prompt: sfc /scannow — wait for it to finish, then restart and try updating again.

    Corrupted Windows system files that the update process depends on will be automatically repaired.

  4. Run DISM to repair the Windows component store. In Administrator Command Prompt: DISM /Online /Cleanup-Image /RestoreHealth — let it complete and restart.

    DISM repairs the underlying update infrastructure. Run this after sfc for the best result.

  5. Run the Windows Update Troubleshooter. Go to Settings > System > Troubleshoot > Other troubleshooters and click Run next to Windows Update.

    The built-in troubleshooter can automatically detect and fix common update problems including corrupted update databases.

When to Call a Professional

If running Check Disk reports physical bad sectors that cannot be repaired, your drive may be failing. Back up your files immediately and consult a technician about drive replacement. Physical drive failures cannot be fixed by software alone.

Frequently Asked Questions

What are storage control blocks?

Storage control blocks are internal data structures that Windows uses to manage file operations at a low level. They track things like file read and write operations, buffering, and error handling for the file system. If these structures are corrupted — usually due to a disk error — Windows cannot perform file operations reliably, and update installations fail with this error.

How long does Check Disk take?

Check Disk (chkdsk) typically takes 30 minutes to 2 hours depending on the size of your drive and how many errors it finds. During the scan, your PC is unusable. Do not interrupt the process — cutting it short can leave the file system in a worse state than before.

Can I download and install the update manually to bypass this error?

Yes. If the Windows Update service keeps failing with this error, you can download the specific update package from the Microsoft Update Catalog website at catalog.update.microsoft.com. Search for the update KB number shown in Windows Update history and download the standalone installer. This bypasses the update service entirely.