Share via

error code 0xfffffff

Anonymous
2024-07-31T00:52:21+00:00

unable to update

Windows Insider program | Windows Insider preview | Install, activate, and Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. CrazyKats 15,490 Reputation points Volunteer Moderator
    2024-07-31T02:13:28+00:00

    Per Copilot:

    The error code 0xFFFFFFFF can be quite frustrating, but there are several steps you can take to try and resolve it. Here are some methods you can try:

    1. Clear Windows Update Cache:
      • Press Win + R to open the Run dialog.
      • Type %windir%\SoftwareDistribution\DataStore and press Enter.
      • Select all files in the folder and delete them.
    2. Re-enable Windows Update Service:
      • Open the Run dialog by pressing Win + R.
      • Type services.msc and press Enter.
      • Find Windows Update in the list, right-click it, and select Restart.
    3. Fix Corrupt System Files:
      • Open Command Prompt as an administrator.
      • Run the following commands one by one:
          sfc /scannow
          DISM /Online /Cleanup-Image /CheckHealth
          DISM /Online /Cleanup-Image /ScanHealth
          DISM /Online /Cleanup-Image /RestoreHealth
        
    4. Perform a Virus Check:
      • Run a full system scan using your antivirus software to ensure there are no malware infections causing the issue.
    5. Reset Your PC:
      • If the above methods don’t work, you might need to reset your PC. Go to Settings > Update & Security > Recovery and select Reset this PC.
    3 people found this answer helpful.
    0 comments No comments