Share via

Windows update error

Daniel Murphy 0 Reputation points
2026-02-28T22:25:43.5233333+00:00

Hi, ive been trying to update my pc for ages weeks, months, and i keep getting these errors

2026-02 Preview Update (KB5077241) (26100.7922) Install error - 0x800703f1
2026-01 .NET Framework Preview Update (KB5074831) Install error - 0x800703f1

I ccant find a way to fix it ive tried everything and im loosing

hope in this as my pc is running so slowly.

Windows for home | Windows 11 | Windows update
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Lucus-V 5,625 Reputation points Microsoft External Staff Moderator
    2026-03-11T15:59:53.4566667+00:00

    Hi Daniel Murphy,
    Welcome to Microsoft Q&A forum. I'm happy to help.

    Please consider trying Q&A Assist suggestions to see if they can help.

    For further information, you may follow this article to troubleshoot the Windows update: Windows Update Troubleshooter - Microsoft Support.

    Alternatively, you may manually download the update package to install through Microsoft Update Catalog. Just enter the KB you need to Search form then choose the package right for your system.

    I hope that above information is helpful to you.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. John DeV 158.9K Reputation points Independent Advisor
    2026-02-28T23:24:15.8233333+00:00

    Hi, good day!

    Microsoft has begun implementing and releasing Optional preview updates that are typically released on the 3rd or 4th week of every month. These updates allow admins to test the patch before its mandatory launch on Patch Tuesday (2nd week of the month). If you are not experiencing any issues with your system, there is no need to install the preview updates.

    To prevent optional preview updates from appearing and installing, press Start > Settings > Windows Update. Toggle off "Get the latest updates as soon as they're available" option. Restart your computer.

    I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Do keep me informed by clicking "Add comment" below.

    0 comments No comments

  3. Q&A Assist
    2026-02-28T22:25:57.84+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Error 0x800703f1 is commonly associated with corrupted or missing system files that affect Windows Update and component servicing. Use the following sequence to repair the system and then retry the updates.

    1. Run System File Checker (SFC)
    2. In the search box on the taskbar, type command prompt.
    3. Select Run as administrator.
    4. In the Command Prompt window, run:
         sfc /scannow
      
    5. Wait for the scan to complete and apply any repairs.
    6. Repair Windows image and update components If SFC reports issues or the error persists after it completes:
    7. Open Command Prompt as administrator again.
    8. Run the DISM repair command (repairs the Windows image used by updates):
         DISM.exe /Online /Cleanup-image /Restorehealth
      
    9. Let it finish, then restart the PC.
    10. Reset Windows Update services and cache
    11. In the search box, type command prompt, then select Run as administrator.
    12. Run these commands one by one, pressing Enter after each and waiting for completion:
          net stop bits
          net stop wuauserv
          ren %systemroot%\softwaredistribution softwaredistribution.bak
          ren %systemroot%\system32\catroot2 catroot2.bak
          net start bits
          net start wuauserv
      
    13. Restart the PC.
    14. Go to Start > Settings > Update & Security > Windows Update (or Settings > System > Windows Update on newer builds) and select Check for updates, then try installing the problematic updates again.
    15. Run the Windows Update troubleshooter
    16. Open Settings.
    17. On Windows 11: System > Troubleshoot > Other troubleshooters.
    18. Find Windows Update and select Run.
    19. Follow the on-screen instructions and apply any fixes it suggests.
    20. General checks that also help with slowness
    • Ensure there is sufficient free disk space: at least 20 GB for 64-bit systems when upgrading or installing larger updates. If space is low, use the guidance in Free up drive space in Windows from the referenced article.
    • Restart the PC after updates attempt, and if any updates partially installed, let Windows complete configuration by choosing Update and restart or Update and shut down when available in the power menu.

    If, after SFC, DISM, resetting the update cache, and running the troubleshooter, 0x800703f1 still occurs for those KBs, a repair install or “Reset this PC” (keeping personal files) is typically the next step, but those procedures are not detailed in the provided context.


    References:

    0 comments No comments

Your answer

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