If the Windows 11 23H2 update KB5073455 fails to install, the problem is usually caused by corrupted system files, broken Windows Update components, or background services not working correctly. Follow the fixes below in order.
Fix 1: Run System File Checker (SFC)
Corrupted system files can prevent feature updates from installing.
- Open the Start menu
- Type cmd
- Right-click Command Prompt and select Run as administrator
- Click Yes when prompted
Now type the following command and press Enter:
sfc /scannow
Wait for Windows to scan and repair system files.
Once finished, type exit and press Enter.
Fix 2: Repair Windows Image Using DISM
If SFC does not fully resolve the issue, run DISM.
- Open Command Prompt as administrator again
- Type the command below and press Enter:
DISM /Online /Cleanup-Image /RestoreHealth
Wait for the process to complete.
When finished, type exit, press Enter, and restart your PC.
Fix 3: Run the Background Intelligent Transfer Service (BITS) Troubleshooter
Windows Update relies on BITS to download updates.
- Open Settings
- Go to System
- Select Troubleshoot
- Click Other troubleshooters
- Locate Background Intelligent Transfer Service
- Click Run
- Select Yes to diagnose the issue
If Windows fixes the problem, close the troubleshooter.
Fix 4: Clear Corrupted Windows Update Files
Corrupted update files often block feature updates.
- Open File Explorer
- Go to C:\Windows
- Open the SoftwareDistribution folder
- Open the Download folder
- Click Continue if prompted
- Delete all files inside the Download folder
Close File Explorer and proceed to the next step.
Fix 5: Run the Windows Update Troubleshooter
- Open Settings
- Go to System
- Select Troubleshoot
- Click Other troubleshooters
- Locate Windows Update
- Click Run
- Select I can’t download, install, or uninstall an update
- Click Yes to diagnose the issue
Wait for the scan to finish and apply any fixes found.
Fix 6: Check for Updates Again
- Open Settings
- Go to Windows Update
- Click Check for updates
The KB5073455 feature update should now install correctly.
Conclusion
If KB5073455 fails to install on Windows 11 23H2, the issue is almost always related to corrupted system files or broken update services. Running SFC, DISM, clearing the SoftwareDistribution folder, and using built-in troubleshooters resolves the problem in most cases.
