ACTIVE MALWARE WINDOWS TESTED: WINDOWS 10, WINDOWS 11

How to fix
KB5039211 fails to install
on Windows

Resolve the KB5039211 installation error on Windows 10 quickly. Our expert-tested solutions ensure your system runs smoothly again, with screenshots.

How to fix KB5039211 fails to install in Windows 10?
Quick Summary
Error severity
Medium
Est. time
10 minutes
Offer Fortect PC Suite
Start fix →
Ad · we may earn a commission
0 Comments
01

What causes How to fix KB5039211 fails to install in Windows 10?

  • Corrupted system files
  • Insufficient disk space
  • Bugged caches
  • Security software conflicts
  • Necessary services not running
Offer Fortect PC Suite

Repairs Windows system files, removes malware, and restores a clean OS state — without reinstalling.

Ad · we may earn a commission
Get Fortect PC Suite ↗

I can't install the latest Windows 10 update KB5039211. Any help would be appreciated (I never had problems with updates so I don't know what to do).

Users should always keep Windows updated since new features, security patches, and bug fixes improve system operation and performance. Every month on the second Tuesday, Microsoft releases an update cycle called Patch Tuesday, which gives users access to the most recent fixes and enhancements for their operating systems.

Knowledge Base (KB) is a number assigned to these updates, which allow administrators and users to keep track of particular changes. KB5039211 was released on June 11, 2024, for Windows 10 versions 21H2 and 22H2 concurrently with the release of KB5039212 for Windows 11.

KB5039211 addresses several issues, including problems with the Local Security Authority Subsystem Service (lsass.exe), and issues affecting the Share button on USB controllers, and introduces a feature enabling the Snipping Tool to be used on Android devices.

Despite the importance of these updates, some users may encounter an issue where KB5039211 is not installing successfully. Common reasons for installation failures include corrupted system files, insufficient disk space, issues with bugged caches, security software conflicts, and necessary services not running.

Corrupted system files can disrupt the update process, while limited disk space can prevent the update from being downloaded and installed properly. Additionally, bugged caches and security software may interfere with the installation process, and if essential services are not running, the update cannot be applied successfully.

In cases where KB5039211 is not installing, you may need to take a few steps to fix the problem. Resolution might come by addressing faulty system files, making sure there is enough disk space, cleaning caches, turning off incompatible security software, and making sure all required services are operating. Please refer to the instructions below if you require assistance carrying out these actions.

In cases where determining the precise source of a problem is difficult, using a maintenance and repair tool like [d1] can be very helpful - it addresses issues with corrupted system files, faulty registry or DLLs, Blue Screen of Death (BSOD) failures, and more.

How to fix kb5039211 fails to install in windows 10 copy
How to fix kb5039211 fails to install in windows 10 copy

Fix 1. Run Windows update troubleshooter

Troubleshooters are useful built-in tools that can often help users to resolve problems related to particular Windows issues, such as updates.

  • Right-click on Start and pick Settings.
  • Select Update & Security.
  • Click on Troubleshoot.
  • Choose Windows Update.
  • Click on Run the troubleshooter.
  • Follow the on-screen instructions.

How to fix kb5039211 fails to install in windows 10 run update troubleshooter
How to fix kb5039211 fails to install in windows 10 run update troubleshooter

Fix 2. Repair Windows file corruption

Corrupted system files can often cause Windows to fail to install updates. You can run SFC and DISM utilities to fix them:

  • Type cmd in Windows search.
  • Right-click on Command Prompt and pick Run as administrator.
  • User Account Control will ask you whether you want to allow changes – click Yes.
  • Copy and paste this command and hit Enter:
    sfc /scannow
  • Wait for the scan to finish.
  • As soon as it finishes, Windows will report whether integrity violations were found and if they could be fixed. Regardless of the outcome, use these commands next, pressing Enter after each:
    Dism /Online /Cleanup-Image /CheckHealth
    Dism /Online /Cleanup-Image /ScanHealth
    Dism /Online /Cleanup-Image /RestoreHealth
  • Close down the Command Prompt and restart your device.

How to fix kb5039211 fails to install in windows 10 sfc dism
How to fix kb5039211 fails to install in windows 10 sfc dism

Fix 3. Disable security or similar software

  • Open security software installed on your system.
  • Navigate to Settings.
  • Look for an option to temporarily disable protection or turn off real-time scanning.
  • Disable the protection and try installing the update again.

Fix 4. Install the update manually

If the automatic update fails, downloading and installing the update manually can bypass issues with Windows Update.

  • Visit the Microsoft Update Catalog website.
  • In the search bar, type the update number (KB5039211 in this case) and press Enter or click Search.
  • Find the update that matches your system type (32-bit or 64-bit) and click Download.
  • In the pop-up window, click the link to download the update.
  • Once downloaded, run the update file and follow the on-screen instructions.
  • Restart your PC.

How to fix kb5039211 fails to install in windows 10 install manually copy
How to fix kb5039211 fails to install in windows 10 install manually copy

Fix 5. Reset Windows update components

  • Type cmd in Windows search.
  • Right-click on Command Prompt and select Run as administrator.
  • When the User Account Control window pops up, click Yes.
  • Type the following commands one by one in Command Prompt and press Enter after each:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
    rmdir %systemroot%\SoftwareDistribution /S /Q
    rmdir %systemroot%\system32\catroot2 /S /Q
    regsvr32.exe /s atl.dll
    regsvr32.exe /s urlmon.dll
    regsvr32.exe /s mshtml.dll
  • When these commands are executed, the last thing to do is to re-enable relevant services:
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  • Reboot your device.

How to fix kb5039211 fails to install in windows 10 reset windows update components
How to fix kb5039211 fails to install in windows 10 reset windows update components

Fix 6. Perform Check Disk

Running the Check Disk utility can identify and repair disk errors that may be causing update installation failures.

  • Open Command Prompt as administrator.
  • In the new window, type in the following command and press Enter after:
    chkdsk c: /f
    (Note: use chkdsk c: /f /r /x command if you are using SSD. Also, replace c: with the external drive letter assigned upon insertion)
  • If you receive an error, type in Y, close down Command Prompt, and restart your computer.
  • Wait till the scan is finished.

How to fix kb5039211 fails to install in windows 10 check disk copy
How to fix kb5039211 fails to install in windows 10 check disk copy

Fix 7. Use Media Creation Tool

The Media Creation Tool can be used to upgrade your system to the latest version, effectively installing the update alongside other updates and system files.

  • Visit the official Microsoft website and download Windows 10 installation media.
  • Double-click the installer, select Yes when UAC shows up, and agree to the terms.
  • Select Upgrade this PC now and click Next.
  • Windows will start downloading the needed files.
  • Agree to the terms once again and click Next.
  • Before installing, ensure you are happy with your choices (otherwise, you can click the Change what to keep option).
  • Finally, click Install to begin the upgrade process.

How to fix kb5039211 fails to install in windows 10 use media creation tool copy
How to fix kb5039211 fails to install in windows 10 use media creation tool copy

Bottom line

To fix the installation issue with KB5039211, you should address corrupted system files, ensure there is enough disk space, clean caches, disable incompatible security software, and verify that all required services are running. If these steps do not resolve the problem, consider using a maintenance and repair tool to assist with the issues.

Frequently asked questions

First, try running the Windows Update Troubleshooter to automatically detect and fix issues. If that doesn't work, consider manually downloading the update from the Microsoft Update Catalog.

Yes, third-party antivirus programs can block updates; temporarily disabling them during the installation may help. Remember to re-enable your antivirus after the update process.

You can check your update installation history by going to Settings > Update & Security > Windows Update > View update history. This will show you whether KB5039211 was installed successfully or if it failed.

Did this fix work for you?
Lucia Danes

Written & verified by

Tech Support Specialist
Driver troubleshooting Hardware conflicts Device Manager errors USB and peripheral issues Audio and video problems

Lucia Danes is a tech support specialist focused on driver conflicts, hardware recognition failures, and device-level troubleshooting on Windows. Her guides walk users through the full diagnostic process — from reading Device Manager error codes and identifying problematic drivers to performing clean driver installations and resolving hardware compatibility issues. Lucia covers a wide range of devices including printers, audio hardware, graphics cards, USB peripherals, and external storage. Her writing is valued for its step-by-step precision and the real-world testing behind every recommended fix.

0 Comments

Be the first to comment

Still worried? Run a free check.

Paste any URL or domain — we'll scan it against 4.2M known threats in 10 seconds.

View full scanner → Add to your website →