Keeping your Windows 11 operating system up to date is crucial for security, performance, and access to the latest features. One of the recent updates, KB5074109, includes bug fixes and performance enhancements. However, you may occasionally encounter issues the Windows 11 update may fail to install or get stuck downloading for hours. Several users report the Windows 11 KB5074109 Update is Stuck in Download or fails to install with different errors. It could be slow internet, security software, or a corrupted update database that causes this issue. Whatever the reason, this article outlines several practical troubleshooting steps to resolve the issue where the Windows 11 update fails to install or gets stuck downloading for hours.
Quick Links
- 1 Why the Windows 11 update failed to install
- 1.1 Check Your Internet Connection
- 1.2 Ensure Sufficient Disk Space
- 1.3 Run the Windows Update Troubleshooter
- 1.4 Repair System Files with SFC and DISM
- 1.5 Reset Windows Update Components
- 1.6 Perform a Clean Boot
- 1.7 Download and install the latest update manually
- 1.8 Switch to Google DNS
- 1.9 Related Articles
Why the Windows 11 update failed to install
Windows 11 update failures can occur due to a variety of reasons. Often, a sluggish or unstable internet connection can impede the seamless download and installation of updates. Conflicts with third-party antivirus and security software can also hinder the update process. Additionally, insufficient disk space on the device may prevent the successful installation of update files.
- Internet Connection Issues: A stable and reliable internet connection is crucial for downloading update files. A poor or intermittent connection can interrupt the download process.
- Insufficient Disk Space: Windows 11 updates require a certain amount of free space to download and install. If your hard drive is full, the update will likely fail.
- Windows Update Service Issues: Problems with the Windows Update service itself can prevent updates from installing. This can include corrupted files or disabled services.
- Corrupted System Files: Damaged or corrupted system files can also cause update failures. These files are essential for the operating system to function correctly.
- Background Processes and Services: Conflicting background processes or services, including third-party antivirus software, can interfere with the update process.
Check Your Internet Connection
A stable internet connection is essential for downloading update files from Microsoft’s servers. A slow or intermittent connection can cause the update to fail or stuck download.
- Verify Connection Stability: Ensure your Wi-Fi or Ethernet connection is active and stable. Run a speed test to confirm adequate download speeds (at least 5 Mbps is recommended for updates).
- Disconnect VPN: If you’re using a VPN, temporarily disable it, as it may interfere with Microsoft’s servers.
- Disable Antivirus software: If your antivirus software is blocking the update, temporarily disable it to see if it resolves the issue.
- Restart your computer: A simple restart can clear temporary issues that may be hindering the update process. click Start > Power > Restart.
Try installing Windows update again: After making these changes, go to Settings > Windows Update > Check for updates to try again.
Ensure Sufficient Disk Space
Windows 11 updates require free disk space (typically 5 to 10 GB) to download and install. If your drive is full, the update will fail. You can use Disk Cleanup to free up space or move some files to an external device.
Open File Explorer and click This PC. Check the free space on your C: drive. Aim for at least 20 GB of free space.
To Free Up Space:
- Press Windows key + R, type cleanmgr, and press Enter.
- Select the C: drive and click OK.
- Check items like Temporary files, Recycle Bin, and Previous Windows installations, then click OK to delete them.
- Alternatively, move large files (e.g., videos or photos) to an external drive.
Once disk space is freed, retry the update via Settings > Windows Update.
Run the Windows Update Troubleshooter
Windows 11 includes a built-in troubleshooter that automatically detects and fixes common update-related issues. It scans for issues related to Windows Update and its associated services, and if any problems are detected, it attempts to resolve them automatically.
- Click the Start menu, then select Settings.
- Choose System from the left pane, then click on Troubleshooter on the right-side menu.
- Click on other troubleshooters. This will display all available troubleshooters, locate Windows Update, and then click on Run.

The troubleshooter will scan for issues like corrupted update files or disabled services and attempt to fix them. Once complete, restart your PC and check for updates again.
Repair System Files with SFC and DISM
When system files are corrupted or missing, they can disrupt the update process, causing installation failures or errors. Tools such as System File Checker (SFC) and Deployment Imaging and Servicing (DISM) detect and repair corrupt or missing system files.
- Press Windows key + S, type cmd, right-click Command Prompt, and select Run as Administrator.
- Type sfc /scannow and press Enter. Allow the scan to complete.
The SFC tool scans and checks for integrity violations within system files. If it detects any corrupted or missing files, it attempts to repair them automatically.

Wait for the scan to complete (this may take 10-20 minutes). Once you have executed the command, type the following command and press Enter to restore damaged files.
- DISM /Online /Cleanup-Image /CheckHealth
- DISM /Online /Cleanup-Image /ScanHealth
- DISM /Online /Cleanup-Image /RestoreHealth
The DISM commands check and repair the Windows system image, ensuring that corrupted components don’t block the update process.
Finally, restart the system and try to install the update again.
Reset Windows Update Components
Issues with Windows update agent-related services or the update cache can cause Windows update installation problems. In such situations, reset Windows Update components and clear the update cache to resolve Windows 11 update issues.
- Open Command Prompt as Administrator (press Windows key + S, type cmd, right-click and select Run as Administrator).
- Now type the following commands to stop Windows update and its related services, Background Intelligent Transfer Service (BITS), and Cryptographic Service.
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
- Open File Explorer and navigate to C:\Windows\SoftwareDistribution\Download.
- Delete all files and folders inside the Download folder (Ctrl + A to select all then hit Del key)
The SoftwareDistribution\Download folder stores temporary update files. Deleting its contents is safe, as Windows will recreate it when needed.

- Now, again open the command prompt and restart Windows Update and its related services using the following commands
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
Close the Command Prompt, restart your PC, and check for updates again.
Perform a Clean Boot
A Clean Boot starts Windows with only essential drivers and services, helps identify if third-party software or services are causing the update to fail.
- Press Windows key + R, type msconfig, and press Enter to open the System Configuration window.
- In the General tab, select Selective startup, then clear the Load startup items check box.
- Go to the Services tab, check Hide all Microsoft services, then click Disable all to turn off non-essential third-party services.

- Go to the Startup tab and click Open Task Manager.
- In Task Manager, disable all startup items by right-clicking each enabled item and selecting Disable.
- Close Task Manager, click OK in System Configuration, and restart your PC.
In Clean Boot mode, go to Settings > Windows Update > Check for updates to attempt installing KB5074109.
To return to Normal Boot, open msconfig again. Select Normal startup in the General tab, click OK, and restart your PC to restore normal operation.
Download and install the latest update manually
If automatic updates fail, download and install KB5074109 manually from the Microsoft Update Catalog.
- Navigate to the Microsoft Update Catalog and search for the KB number of the security update that’s failing to install.
- For example, KB5074109 (Till today, this is the latest update for Windows 11)
- Save the update file to your computer and run it after it finishes downloading.
- Finally, restart your computer to apply the update, and now run winver command. Check that the build number is Windows 11 version 25H2, build 26100.7171.
Switch to Google DNS
In addition, a few users report changing the DNS address or switching to Google DNS to help them fix Windows 11 updates not downloading or failing to install issues. To do so,
- Press Windows key + R, type ncpa.cpl and click ok, to open the network connection window.
- Right-click your active network adapter (Wi-Fi or Ethernet) and select Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
- Choose Use the following DNS server addresses and set preferred DNS server 8.8.8.8, Alternate DNS server 8.8.4.4
- Finally, click ok, then apply to save the changes and restart your PC.
- After making these changes, go to Settings > Windows Update > Check for updates to try again.

Frequently Asked Questions
1. Why does my Windows 11 KB5074109 update keep failing?
Unstable internet, low disk space, corrupted files, or antivirus conflicts. Check the internet, free up space, run the Update Troubleshooter, or try a Clean Boot.
2. Why is KB5074109 stuck at 0% or downloading slowly?
Slow internet, full drive, or Windows Update issues. Use Google DNS, free up 20 GB, and reset Update components.
3. Is it safe to delete the SoftwareDistribution folder?
Yes, deleting C:\Windows\SoftwareDistribution\Download contents is safe. Windows recreates it.
4. How long should the KB5074109 update take?
Typically 10-30 minutes, depending on your system and internet speed. Restart and retry if it’s longer.
7. How do I know if KB5074109 is installed successfully?
Run winver (Windows key + R, type winver). Check for Windows 11 version 24H2 (build 26100.7623) for version 25H2 (Build 26100.7623)
