download error -0x80070020 when installing this update Kb5060841

Conroy Christie 0 Reputation points
2025-07-10T23:08:15.59+00:00

2025-06 cumulative update for windows 11 version 24h2 for x64-based systems (hot patch capable) (Kb5060841) download error -0x80070020

why am i getting this on my dell pro laptop when updating windows?

Windows for business | Windows Client for IT Pros | Devices and deployment | Install Windows updates, features, or roles
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Brian Huynh (WICLOUD CORPORATION) 540 Reputation points Microsoft External Staff Moderator
    2025-07-21T07:39:12.22+00:00

    Hello, 

    Thank you for reaching out on Microsoft Q&A. The error code 0x80070020 translates to ERROR_SHARING_VIOLATION. In simple terms, this means the Windows Update process is trying to access or modify a file that is currently locked or in use by another program on your system. 

    The most common culprits are: 

    • Antivirus or Security Software: Real-time scanning can lock files that the update needs to replace. 
    • Backup Software: A backup process running in the background. 
    • Other System Utilities: Any application that might monitor system files. 

    Please try the following solutions in order.  

    1. Clean Boot 

    • Press Windows + R, type msconfig, and press Enter 
    • Go to the Services tab, check Hide all Microsoft services, and click Disable all 
    • Go to the Startup tab and click Open Task Manager 
    • Disable all startup items 
    • Restart your computer and try updating again 

    2. Run Windows Update Troubleshooter 

    • Go to Settings > Update & Security > Troubleshoot 
    • Select Windows Update and click Run the troubleshooter 

    3. Reset Windows Update Components 

    1. Open Command Prompt as an administrator 
    2. Stop the BITS, Cryptographic, MSI Installer, and Windows Update Services: 
    net stop wuauserv 
    net stop cryptSvc 
    net stop bits 
    net stop msiserver 
    
    1. Rename the SoftwareDistribution and Catroot2 folders: 
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old  
    ren C:\Windows\System32\catroot2 Catroot2.old 
    
    1. Restart the services: 
    net start wuauserv 
    net start cryptSvc 
    net start bits 
    net start msiserver 
    
    1. Restart your computer and try updating again 

    4. Disable Antivirus Temporarily 

    Sometimes, antivirus software can interfere with the update process. Temporarily disable your antivirus software and try updating again. 

    Please let us know if one of these solutions works for you or if you have any further questions. If you find it helpful, please mark the answer accepted.  

    Best regards,

    Brian Huynh 

     

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.