Fix Windows Update Error 0x800f0805 (KB5063709) – Complete Guide for Windows 10

A digital graphic shows a Windows Update error message for code 0x800f0805 on the right, with a system scan command prompt output on the left, against a dark blue background.

Are you seeing this error when installing a Windows update?

0x800f0805 – The update package cannot be applied

This issue often appears when installing cumulative updates like KB5063709, especially on Windows 10 systems.

The good news:

👉 In most cases, this error is easy to fix once you understand the cause.

This guide will walk you through:

  • What error 0x800f0805 actually means
  • Why updates like KB5063709 fail
  • Step-by-step fixes (safe for beginners)
  • What to do if the error keeps coming back

PR

🔍 What Does Error 0x800f0805 Mean?

Error 0x800f0805 usually means:

👉 The update package does not match your system or is corrupted

This can happen when:

  • The wrong update version is used
  • The download is incomplete or damaged
  • System files are inconsistent

👉 In simple terms:
Windows is saying “this update cannot be installed on this system.”


⚠️ Common Causes

This error is typically caused by:

  • OS version mismatch (22H2 vs LTSC, etc.)
  • Architecture mismatch (x64 / ARM64 / x86)
  • Corrupted Windows Update cache
  • Broken or incomplete previous updates
  • Missing prerequisites (rare but possible)

🧠 Important Insight (Very Useful)

A common pattern:

  • MSRT (KB890830) installs successfully
  • Cumulative update fails (KB5063709)

👉 This tells us:

  • The system is working
  • But core update components are inconsistent

🛠️ Fix Error 0x800f0805 (Step-by-Step)

Follow these in order:


PR

✔ Fix 1: Wait and Retry Once

Right after a new update release:

  • Servers may be unstable
  • Update metadata may not sync yet

👉 Wait a few hours and try again.


✔ Fix 2: Check Your Windows Version (Critical)

  1. Press Win + R
  2. Type:
winver

Check:

  • Version (e.g. 22H2 / LTSC)
  • Build number
  • Edition

👉 If the update doesn’t match your system, it will always fail.


✔ Fix 3: Basic Pre-Check (Often Overlooked)

Before retrying:

  • Free space: 10–20 GB recommended
  • Time/date: Set automatically
  • Network: Disable VPN/proxy
  • Antivirus: Temporarily disable

👉 These simple issues cause many update failures.


✔ Fix 4: Reset Windows Update Cache

Corrupted update files are a major cause.

Steps:

  1. Stop services:
net stop wuauserv
net stop bits
  1. Rename folders:
C:\Windows\SoftwareDistribution
C:\Windows\System32\catroot2
  1. Restart PC and retry update

👉 This forces Windows to download fresh files.


✔ Fix 5: Install the Update Manually (Recommended)

  1. Search:
    👉 Microsoft Update Catalog + KB5063709
  2. Download the correct version:
  • Windows version (22H2 / LTSC)
  • Architecture (x64 / ARM64 / x86)
  1. Run the .msu file

👉 This bypasses Windows Update issues.


✔ Fix 6: Run DISM and SFC

Open Command Prompt (Admin):

DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
  • Repairs system corruption
  • Fixes update-related issues

👉 Restart after completion.


✔ Fix 7: Check for Prerequisites (Advanced)

Usually not required for home users, but:

  • Some environments require SSU updates
  • Offline installs may fail without them

👉 If repeated failures occur, consider this.


✔ Fix 8: In-Place Repair (Last Resort)

If nothing works:

  1. Download Windows installation media
  2. Run setup
  3. Choose Keep files and apps

👉 This rebuilds Windows without data loss.


🔁 Why This Error Keeps Happening

Error 0x800f0805 usually repeats due to:

① System mismatch

  • Wrong update for your version
  • Wrong architecture

② Broken update environment

  • Corrupted cache
  • Incomplete previous updates

👉 Solution:
Always verify version + reset update components


📊 Quick Fix Table

ProblemSolution
Update fails immediatelyCheck OS version
Manual install also failsWrong architecture
Repeated failuresReset update cache
Random update issuesRun DISM + SFC
Nothing worksIn-place repair

❓ FAQ

Q1. Is this error temporary?

👉 Sometimes yes.
Right after release, retrying later may fix it.


Q2. Can I ignore it?

👉 Not recommended.
You’ll miss security updates.


Q3. Why does MSRT install but not the update?

👉 Because:

  • MSRT = simple tool
  • LCU = deep system update

👉 The issue is with system consistency, not connectivity.


🧾 Final Takeaway

Error 0x800f0805 is not a “fatal” issue.

👉 It usually means:

  • Wrong update
  • Corrupted files
  • Update mismatch

Best approach:

  1. Check your version
  2. Retry once
  3. Reset update cache
  4. Install manually
  5. Use DISM/SFC

👉 Most users fix this without reinstalling Windows.


🔚 Summary

Update compatibility

Error 0x800f0805 = update mismatch or corruption

Most effective fix = manual install + cache reset

Always check:

Version

Architecture

✔️You might also find these helpful:

▶︎Safe to Delete Windows Update Files? 

▶︎USB Not Recognized on Windows? Try These Fixes [2025 Update]

▶︎Why Is the Start Menu or Taskbar Not Responding in Windows 11/10?

💡 Looking for more tips? Check out our full list of Windows Help Guides.