How to fix Windows 11, version 24H2 (repair version) Download error - 0x800703ed?

Gaurang Vichare 20 Reputation points
2026-01-05T00:06:09.29+00:00

It's been months since I have not been able to update Windows 11. Each time I do so via Windows Update in the Settings, I get "Download error - 0x800703ed".

I saw online that I can do an in-place upgrade. I tried doing so by running the setup in the ISO file. But I get the following error:

"setup has encountered a critical error Sorry, we're having trouble determining if your PC can run Windows 11. Please close Setup and try again. Error code: 0x800703ED - 0x40008"

This may or may not be of importance but I had dual booted my machine to use Linux Mint a few months ago. I had then promptly uninstalled Linux Mint. Did that perhaps mess up some disk partitions or file systems or something?

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

Answer accepted by question author
  1. Ramesh Srinivasan 174.7K Reputation points Volunteer Moderator
    2026-01-09T07:24:57.9866667+00:00

    Run from Command Prompt admin:

    diskpart
    select disk 0
    select part 1
    set id=c12a7328-f81f-11d2-ba4b-00a0c93ec93b override
    gpt attributes=0x8000000000000000
    select disk 1
    select part 1
    set id=ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 override
    gpt attributes=0x0000000000000000
    exit
    

    Post the screenshot of the output window.


    References:

    Sorry, we're having trouble determining if your PC can run Windows 11 » Winhelponline

    How to Fix the EFI Boot Partition’s ID Using DiskPart » Winhelponline


    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Q&A Assist
    2026-01-05T00:07:16.29+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To address the download error 0x800703ed when trying to update Windows 11, version 24H2, you can try the following steps:

    1. Check Disk Space: Ensure that you have enough free disk space on your system drive. Windows updates require sufficient space to download and install.
    2. Run Windows Update Troubleshooter: Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Update, and run the troubleshooter. This can help identify and fix issues related to Windows Update.
    3. Reset Windows Update Components: You can reset the Windows Update components by running the following commands in an elevated Command Prompt:
         net stop wuauserv
         net stop cryptSvc
         net stop bits
         net stop msiserver
         net start wuauserv
         net start cryptSvc
         net start bits
         net start msiserver
      
    4. Check for Corrupted System Files: Run the System File Checker (SFC) tool. Open Command Prompt as an administrator and type:
         sfc /scannow
      
      This will scan and repair any corrupted system files.
    5. In-place Upgrade: Since you mentioned trying an in-place upgrade, ensure that the ISO file you are using is not corrupted. You can download a fresh copy of the Windows 11 ISO from Microsoft's official site.
    6. Disk Partition Issues: If you suspect that the dual boot with Linux Mint may have caused partition issues, you can use the Disk Management tool to check your partitions. Ensure that your primary partition is set as active and there are no unallocated spaces that might interfere with the installation.

    If these steps do not resolve the issue, consider seeking further assistance from Microsoft Support or relevant forums for more tailored help based on your specific configuration and error messages.


    References:

    0 comments No comments

  2. Ramesh Srinivasan 174.7K Reputation points Volunteer Moderator
    2026-01-05T18:12:54.8366667+00:00

    Please run the following command from Command Prompt (admin)

    dism /online /cleanup-image /restorehealth
    

    Once done, upload the following file:

    C:\Windows\Logs\CBS\CBS.log
    

    Run:

    bcdedit
    

    Post the output.


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.