• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Join the HP Community Solve‑a‑thon | Help Others & Share Your Solutions | Live on Zoom | 2:30 PM to 2:30 AM IST | Every Wednesday Click here to know more
Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs, VIDEOS AND MORE.
HP Recommended

My new lap top will not 2025-03  Cumulative Update Preview for Windows 11 Version 24H2 for x64-based Systems (KB5053656) or the 2025-03 Cumulative Update Preview for .NET Framework 3.5 and 4.8.1 for Windows 11, version 24H2 for x64 (KB5054979). It keeps saying Download error - 0x80070005. Help.

1 REPLY 1
HP Recommended

Hi @Monika1989 

 

Welcome to the HP Support Community! We're here to help you get back up and running.

 

You're dealing with a classic Windows Update issue—error 0x80070005 is an “Access Denied” issue, often caused by permission problems, corrupted update components, or security software interference

 

Since you're on a new laptop running Windows 11 24H2, let's walk through a clean and effective recovery path.

 

Fix Windows Update Error 0x80070005 (KB5053656 & KB5054979)

1. Run DISM and SFC to Repair System Files

These tools fix corrupted system files that block updates.

  1. Open Command Prompt as Administrator
  2. Run these commands one by one:
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
  3. Restart your laptop and try the update again

 

2. Reset Windows Update Components

This clears stuck services and corrupted cache files.

  1. Open Command Prompt as Administrator
  2. Enter these commands one by one:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  3. Close the window and retry the update

 

3. Grant Full Permissions to AppData Folder

Windows Update may be blocked from writing to your profile.

  1. Press Windows + R, type C:\Users\%username%\AppData, press Enter
  2. Right-click the AppData folder > Properties > Security tab
  3. Click Edit > Add > Everyone > Check Names > OK
  4. Grant Full Control, then Apply and OK
  5. Restart and retry the update

 

4. Temporarily Disable Antivirus or Security Software

Some third-party tools block update processes. Disable them briefly and retry.

 

5. Download Updates Manually

If automatic updates fail, install them manually:

  • Visit the Microsoft Update Catalog
  • Search for:
    • KB5053656
    • KB5054979
  • Download the .msu files for your system (x64)
  • Run them manually

 

If none of these work, let me know your exact laptop model and whether BitLocker or third-party security tools are active—I’ll tailor the next steps. 

 

You're clearly persistent and detail-oriented, and this kind of issue is solvable with the right sequence.

 

 

If my response helped, please mark it as an Accepted Solution It helps others and spreads support. 💙 Also, tapping "Yes" on "Was this reply helpful?" makes a big difference! Thanks! 😊

 

Take care, and have an amazing day!

 

Regards, 

Hawks_Eye

 

I'm an HP Employee.


If this reply helped resolve your issue, please select the Accept as Solution as it helps others in the community quickly find the answer they’re looking for.


And if you found this reply helpful, clicking Yes below is a great way to let us know we’re providing the support you need, as it encourages us to keep improving and sharing helpful guidance.

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.