Upgrade to Windows 11 Insider Preview 29639.1000 fails with installation error 0x8007042b (Build 26H1 28120.2546 expiring soon)

Dirk Lehmann 20 Reputation points
2026-08-09T15:24:34.71+00:00

Question / Problem I am trying to upgrade from my current Windows build 26H1 (28120.2546) to Windows 11 Insider Preview 29639.1000 (rs_prerelease). The upgrade repeatedly fails with the error Installation error – 0x8007042b. My current build expires on August 11, so I need this update urgently.

System details

  • Device: Surface Pro 11

Memory: 16 GB

Architecture: ARM64

Antivirus / Firewall: Microsoft Defender

Free space on system drive: (please add value, e.g., 50 GB)

Network: (please add LAN or Wi‑Fi)

Error description

The upgrade aborts during installation.

Error code: 0x8007042b.

The issue occurs repeatedly despite restarts.

Troubleshooting steps already taken

Repeated update attempts.

No third‑party antivirus, Microsoft Defender only.

Note: logs are in ETW trace format and must be converted to readable WindowsUpdate.log.

What I need / specific questions

Which log files and entries are most useful for diagnosing error 0x8007042b, and which lines should I post here?

Are there known causes for 0x8007042b on Insider builds, for example services, drivers, or Defender interactions?

Should I try an in‑place upgrade using an ISO, and if so which options preserve user files?

If the current build expires, what is the safest way to protect data and keep the system stable?

Attachments / Logs I can provide I can convert and post these logs after generating the readable WindowsUpdate.log:

C:\$WINDOWS.~BT\Sources\Panther\setuperr.log

C:\$WINDOWS.~BT\Sources\Panther\setupact.log

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

WindowsUpdate.log generated from ETW traces using Get‑WindowsUpdateLog

Additional note Please tell me which specific log sections to post, for example lines with ERROR, Exception, Failed, HRESULT, or occurrences of 0x8007042b within ±5 minutes of the failure.

Thank you for any help. I can provide logs or more system details on request.Question / Problem

Windows Insider program | Windows Insider preview | Install, activate, and Windows update
0 comments No comments

Answer accepted by question author
CrazyKats 19,420 Reputation points Volunteer Moderator
2026-08-09T15:58:25.0566667+00:00

Hi Dirk,

Why are you changing from Canary/Exp. to Canary Future?

There is an update for Canary/Exp. that takes it

to 28120.2630 and updates the expiry date.

Was this answer helpful?

3 people found this answer helpful.

3 additional answers

Sort by: Oldest
  1. AI answer

    2026-08-09T15:25:04.4966667+00:00

    For 0x8007042B, the most relevant supported cause is that Windows Setup was terminated by another process running in the background. The documented first troubleshooting path is a clean boot to reduce interference from background apps and services.

    Because Microsoft Defender is already in use and there is no third-party antivirus, the highest-value next steps are:

    1. Disconnect nonessential peripherals Leave only mouse, keyboard, and display connected. Remove USB drives, external disks, printers, scanners, docking connections, and other accessories.
    2. Make sure Windows is fully updated first Install all important updates, including hardware driver updates, before retrying the Insider build.
    3. Perform a clean boot This is specifically recommended for 0x8007042B 0x4000D, which indicates another background process may be interfering with setup.
    4. Check Device Manager for driver problems Open Device Manager and look for devices with a yellow exclamation mark. For any affected device, use Update Driver Software or Uninstall to correct the error.
    5. Repair disk errors Run Command Prompt as administrator and use:
         chkdsk /f C:
      
      Restart if prompted. This can repair file system issues before retrying setup.
    6. Repair the Windows image Run Command Prompt as administrator and use:
         DISM.exe /Online /Cleanup-image /Restorehealth
      
    7. Retry the upgrade after the clean boot and repairs

    For log review, the supported guidance is to focus on the setup logs and correlate by timestamp:

    • Search setuperr.log for 0x8007042B.
    • Note the timestamps of the errors.
    • Search other setup logs for the same timestamps or matching errors.
    • In setupact.log, look for entries such as:
      • Shell application requested abort
      • Abandoning apply due to error for object
    • If another Win32 error appears near the same time, decode that error and use it as the more specific failure clue.

    That means the most useful log excerpts to post are:

    • Lines in setuperr.log containing 0x8007042B
    • The timestamp of each matching line
    • Nearby lines in setupact.log at the same timestamp
    • Any adjacent lines showing a more specific Win32 error

    The context does not support a recommendation about using an ISO for this Insider scenario or which in-place upgrade options preserve files, so no supported guidance is available on that part.

    The context also does not provide supported guidance about build expiration handling beyond standard upgrade troubleshooting. The safest supported action is to reduce setup interference, repair disk and image issues, and retry the upgrade promptly.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. CrazyKats 19,420 Reputation points Volunteer Moderator
    2026-08-09T22:15:01.8133333+00:00

    Hi Paul,

    What Insider build are you on?
    Use WIN+R, type winver for the build #.

    What is the error you are seeing?

    More info = more help

    Was this answer helpful?


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.