ACTIVE MALWARE WINDOWS TESTED: WINDOWS 10, WINDOWS 11

How to fix
KB5036979 fails to install
on Windows

Resolve the KB5036979 installation error in Windows 10 quickly and easily. Get expert-tested solutions that fix the issue in minutes!

How to fix KB5036979 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 KB5036979 fails to install in Windows 10?

  • Service issues related to Windows Update
  • Corrupted system files
  • Registry discrepancies
  • Bugs or obsolescence in update caches
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 ↗

Hi, I was wondering if you could help me with an issue where KB5036979 is not installing on Windows 10. This is the first time I can't install a Preview build - and I was very excited about it. Any idea how to fix it?

The introduction of Windows update KB5036979 represents a step forward for users participating in the Windows Insider program, particularly for those running on Windows 10 version 22H2. Released on April 15, 2024, this update followed closely on the heels of the Preview build for Windows 11 - KB5036980. It brought with it a suite of enhancements including the display of account notifications in the Start menu and Settings, alongside improvements in security, networking, search functionality, and system startup.

However, despite its anticipated benefits, some users have encountered significant challenges with installing KB5036979, experiencing failures that thwart access to its array of new features and improvements. This installation issue can be a source of considerable frustration, disrupting the seamless user experience that Windows strives to offer.

Several factors may contribute to the unsuccessful installation of KB5036979. These can range from service issues related to Windows Update itself, corrupted system files that hinder update processes, registry discrepancies that affect system operation, to caches from previous updates that may have become buggy or obsolete. Such problems not only prevent the update from installing but can also impact the overall performance and stability of the operating system.

To navigate through these challenges, a thorough assessment and rectification of the underlying issues are essential. This might involve actions like running system file checkers to identify and repair corrupted files, clearing update caches to eliminate potential conflicts, or even manually resetting update-related services to ensure they are functioning correctly. While these steps might seem complex, they aren't that difficult when the instructions below are followed precisely.

For a more comprehensive and less hands-on approach, consider utilizing a PC repair utility [d1]. Such tools are designed to enhance system stability, clear out various forms of system junk, fix registry errors, and address a multitude of other system issues, potentially smoothing out the path for installing updates like KB5036979.

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

Fix 1. Run Windows update troubleshooter

The Windows Update Troubleshooter is designed to automatically diagnose and resolve issues related to Windows updates. It checks for common problems that might prevent updates from installing and attempts to fix them.

  • Type Troubleshoot in Windows search and press Enter.
  • Select Additional troubleshooters.
  • Find Windows Update from the list.
  • Select it and click Run the troubleshooter.
  • Restart your computer when the update process finishes.

How to fix kb5036979 fails to install in windows 10 troubleshooter copy
How to fix kb5036979 fails to install in windows 10 troubleshooter copy

Fix 2. Check the time and date

Incorrect system time and date settings can interfere with Windows Update because they can cause security certificate mismatches and other issues that prevent the update servers from verifying the authenticity of your system.

  • Type in Control Panel in Windows search and press Enter.
  • Go to Clock and Region and click on Date and Time.
  • Pick the Internet Time tab and select Change Settings.
  • Make sure that the Synchronize with an Internet time server box is ticked.
  • Click Update now and OK.

How to fix kb5036979 fails to install in windows 10 check time and date copy
How to fix kb5036979 fails to install in windows 10 check time and date copy

Fix 3. Temporarily disable third-party security software

Third-party security software can sometimes interfere with the installation of Windows updates. These programs often incorporate firewall features or system monitoring that can mistakenly block or restrict Windows Update servers or processes. Disabling such software temporarily can help determine if it is the cause of the update issue.

Before disabling any security software, ensure your system is not at risk of immediate threats. After disabling, attempt to run the update again. Once the update is complete or if the problem persists, re-enable your security software to protect your system.

Fix 4. Perform Disk Cleanup

Disk Cleanup helps free up space on your hard drive and can remove temporary files that may be interfering with the update process.

  • Type Disk Cleanup in Windows search and press Enter.
  • Select your main drive (C: by default).
  • Select appropriate fields (Temporary files, Recycle Bin, etc.) and click OK.
  • If you want a more thorough cleanup and require even more space, select Clean system files in the Disk Cleanup window.
  • Select your main drive again - Windows will compute how much space can be retrieved.
  • The largest data dumps are usually accumulated in Windows Update and Delivery Optimization sections, although Temp files can also take a lot if it hasn't been cleaned.
  • Select appropriate fields and click OK - Windows will remove all these files from your device and free up space.

How to fix kb5036979 fails to install in windows 10 perform disk cleanup copy
How to fix kb5036979 fails to install in windows 10 perform disk cleanup copy

Windows Update relies on several services to function properly. Ensuring these services are running can resolve issues with updates not installing.

  • Type in Services in Windows search and hit Enter.
  • Scroll down a bit to find Background Intelligent Transfer Service (BITS).
  • If it is already running, right-click and select Restart.
  • If the service is not running, double-click it, and pick Automatic under the Startup type drop-down menu.
  • Click Start, Apply, and OK.
  • Repeat the process with the Windows Update, Cryptographic, and Windows Installer services.

How to fix kb5036979 fails to install in windows 10 check services copy
How to fix kb5036979 fails to install in windows 10 check services copy

Fix 6. Reset Windows update components

Resetting Windows Update components clears the update history, cache, and restarts all related services, which can resolve persistent update problems.

  • Type cmd in Windows search.
  • Right-click on Command Prompt and pick Run as administrator.
  • The User Account Control window will ask whether you want to allow changes - click Yes.
  • In the new window, use the following commands, pressing Enter after each:
    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    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
    netsh winsock reset
    netsh winsock reset proxy
    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc 
  • Restart your system.

How to fix kb5036979 fails to install in windows 10 reset windows update components copy
How to fix kb5036979 fails to install in windows 10 reset windows update components copy

Fix 7. Run SFC and DISM scans

Running these commands in an elevated Command Prompt can help you fix corrupted system files and Windows image files, respectively, which can impede update installations.

  • Open Command Prompt as administrator.
  • In the Command Prompt window, paste the following command and hit Enter:
    sfc /scannow
  • Once the scan is complete, use the following commands and press Enter after each:
    Dism /Online /Cleanup-Image /CheckHealth
    Dism /Online /Cleanup-Image /ScanHealth
    Dism /Online /Cleanup-Image /RestoreHealth
  • (Note: if you get an error executing this last command, add /Source:C:\RepairSource\Windows /LimitAccess to it and try again).
  • Restart your computer.

How to fix kb5036979 fails to install in windows 10 sfc dism copy
How to fix kb5036979 fails to install in windows 10 sfc dism copy

Bottom line

To resolve the installation issue with KB5036979, you can run system file checkers, clear update caches, or manually reset update-related services. If these steps do not resolve the problem, consider utilizing a PC repair utility for further assistance.

Frequently asked questions

First, try running the Windows Update Troubleshooter, which can help identify and fix issues related to Windows updates automatically. If that doesn't work, consider resetting the Windows Update components manually.

You can find the error code by going to Settings > Update & Security > Windows Update, and then clicking on 'View update history' to see any failed updates with their corresponding error codes.

Yes, you can download the standalone update package from the Microsoft Update Catalog and install it manually if the automatic installation fails.

Did this fix work for you?
Viktoras Jasinskas

Written & verified by

Network & Infrastructure Expert
Network diagnostics VPN troubleshooting DNS configuration Wi-Fi connectivity Proxy and firewall issues

Viktoras Jasinskas is a network and infrastructure expert covering connectivity issues for Windows home and business users. With a background in IT infrastructure, he approaches network problems methodically — isolating whether a fault lies in the OS network stack, driver layer, router configuration, or ISP. His guides address DNS failures, VPN connectivity problems, Wi-Fi drops, IP conflicts, proxy misconfigurations, and firewall rules that block legitimate traffic. Viktoras also contributes to the uGetFix news section, covering security vulnerabilities and network-related threat advisories.

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 →