• ×
    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
HP ZBook Studio 15.6 inch G8 Mobile Workstation PC (46N52AV)
Microsoft Windows 11

I already have 100meg available in the EFI partition but windows 11 will not update.

1 REPLY 1
HP Recommended

Hi @ukracer,

If your HP ZBook Studio 15.6 inch G8 Mobile Workstation PC has difficulty updating Windows 11 despite having available space in the EFI partition, follow these steps to troubleshoot and resolve the issue:

 

  1. Check Update Requirements: Ensure your device meets all the requirements for the Windows 11 update. This includes compatibility with TPM 2.0 and Secure Boot.

  2. Free Up More Space:

    • Although you have 100 MB available, sometimes Windows updates require more space temporarily. Try freeing more space in the EFI partition if possible.
  3. Run Windows Update Troubleshooter:

    • Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters.
    • Select Windows Update and run the troubleshooter.
  4. Check for Storage Issues:

    • Use the Disk Cleanup tool to clean up unnecessary files on your system drive.
    • Clear temporary files and any old Windows installation files that might be using up space.
  5. Reset Windows Update Components:

    • Open Command Prompt as administrator and run the following commands to stop Windows Update Services:

      net stop wuauserv
      net stop cryptSvc
      net stop bits
      net stop msiserver
      
    • Rename the SoftwareDistribution and Catroot2 folders to reset Windows Update components:

      ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
      ren C:\Windows\System32\catroot2 Catroot2.old
      
    • Restart the services:

      net start wuauserv
      net start cryptSvc
      net start bits
      net start msiserver
      
  6. Manually Download Updates:

    • Sometimes downloading the update manually from the Microsoft Update Catalog and installing it can resolve the issue.

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>.