Windows 10 End of Support: MCT Regression Fixed with KB5067036

  • Thread Author
Microsoft's timing could not have been worse: as Windows 10 reached its end-of-support horizon, the company's most familiar consumer upgrade utility — the Media Creation Tool — began failing for many Windows 10 users, closing silently without error and leaving upgrade and recovery workflows stranded. Microsoft has since pushed a remediation: the Media Creation Tool was updated on October 28, 2025 and a preview cumulative update (KB5067036) addresses the related Arm64 compatibility regression and restores expected functionality for affected scenarios.

Background​

Windows 10's hard deadline and the migration squeeze​

Microsoft set a firm lifecycle cutoff for Windows 10: routine support for consumer editions ended on October 14, 2025. After that date, Home and Pro users no longer receive free security updates or feature maintenance unless their devices are enrolled in an Extended Security Updates (ESU) program or migrated to a supported OS. That deadline compressed migration timelines for millions of users and focused attention on Microsoft's upgrade channels — including Windows Update prompts, the Windows 11 Installation Assistant, and the Media Creation Tool. For many home users, technicians, and small IT teams, the Media Creation Tool (MCT) is the simplest supported route for producing a bootable Windows 11 USB, downloading an official ISO or performing a clean install. The tool's convenience — a single executable for ISO downloads and USB creation — makes it a common first choice when preparing upgrades or recovery media.

What broke: the MCT regression in late September 2025​

An updated MCT binary (identified in community reporting as version 26100.6584 and released September 29, 2025) began exhibiting a failure mode when executed from some Windows 10 hosts: after a UAC prompt and a brief Windows splash, the tool would exit silently with no usable error message or output. Microsoft documented the problem in its Release Health (known-issues) entries and recommended workarounds while engineers prepared a fix. The vendor's advisory explicitly noted that the MCT was not currently supported for creating Arm64-targeted media from Arm64 Windows 10 hosts — an important nuance that amplified confusion when Arm-based users saw errors. Community reproductions and independent testing rapidly replicated the symptom: the executable started, a quick splash, and then a silent exit. That behavior made troubleshooting opaque and forced operators to fall back to alternative methods to create installation media.

What Microsoft and the ecosystem did about it​

Vendor acknowledgement and the timing of the remedy​

Microsoft's release-health page for Windows 10 (version 22H2) listed the regression and the Microsoft engineering team set out a remediation plan. On October 28, 2025, Microsoft updated the Media Creation Tool binary and marked the issue as resolved in its release-health documentation; the company also shipped a preview cumulative update (KB5067036) for Windows 11 that includes a fix for the related Arm64 compatibility problem. The resolved entry explicitly states the MCT was updated to a new version on October 28, 2025 and points users to the official Windows 11 download portal for the corrected executable or an ISO file. Those two steps — replacing the problematic MCT binary and including the fix in a preview OS update — aimed to close the regression both at the distribution (tool) level and the OS compatibility layer.

What KB5067036 changed (beyond the MCT fix)​

KB5067036 is a non-security (preview) cumulative update that bundles multiple fixes and feature previews for Windows 11 versions 24H2 and 25H2. Alongside the MCT/Arm64 remediation, Microsoft used the release to begin rolling out visible UI changes (a refreshed Start menu) and other polish like color-coded battery indicators and additional quality-of-life improvements. Because the update is preview/feature-gated, many of the visible UI changes are deployed gradually via server-side flags; the update can deliver the fix while leaving full feature exposure subject to staged rollout.

What this means for users and administrators​

Immediate impact: who was affected and how badly​

  • Primary impact: Windows 10, version 22H2 hosts running MCT build 26100.6584 could see the tool close unexpectedly and fail to create media. Microsoft explicitly called out this scenario.
  • Secondary impact: Arm64 hosts were highlighted as an architecture of concern. The MCT historically has limited support for creating Arm64-targeted media, and the regression exacerbated those constraints, producing specific error messages for Arm-based runs.
  • Not broadly impacted: environments that maintain canonical ISOs in internal repositories, use centralized deployment (WSUS, Intune, SCCM/ConfigMgr), or upgrade eligible devices via Windows Update/Installation Assistant were not blocked by the MCT regression. Those paths continued to provide supported upgrade options.
For the average consumer on x64 hardware, the regression was a frustrating but manageable hiccup: the ISO download route and the Installation Assistant remained usable. For technicians, refurbishers, and small imaging teams that relied on MCT as the path of least resistance, the break meant added steps and more opportunities for mistakes during an already pressured migration window.

Practical, safe workarounds while the fix was prepared​

Microsoft and community responders recommended conservative, verifiable mitigations:
  • Download the official Windows 11 ISO directly from Microsoft's Software Download page and create USB media with a trusted utility. This avoids relying on the single-file MCT binary that was failing on some hosts.
  • Use the Windows 11 Installation Assistant for in-place upgrades on eligible devices. This path avoids USB creation entirely and can be safer for end users who want to preserve apps and settings.
  • Run the Media Creation Tool on a Windows 11 host to produce media for other PCs (a reliable cross-host approach when an upgraded machine is available).
  • Use third-party USB creation tools such as Rufus or Ventoy to write the official Microsoft ISO to a USB drive. These utilities offer robust creation options and hashing features to verify media integrity. Vet and download such utilities only from their official project pages to avoid risk.
These workarounds kept upgrade and recovery workflows moving while the MCT binary was replaced and the KB fix moved through preview/distribution.

Technical analysis: why did this regression matter?​

Edge-case testing and architectural coverage​

The MCT regression exposed brittle edges in architecture-specific testing, particularly for Arm64 hosts. Arm-based Windows machines are a minority on client fleets but are strategically important for OEMs, testers, and niche deployments. The failure modes — silent exits during bootstrap — suggest the problem occurred early in startup checks or compatibility gates, not during the heavy lifting of ISO download or media formatting. Community event logs pointed at early bootstrap components (SetupHost.exe, ntdll.dll) in some reproductions, indicating the crash happened before useful telemetry could be surfaced to users. When a single-file utility like MCT performs OS-level checks, tight coupling between tool expectations and host OS behavior can create regressions when either side changes. In this case, the tool binary itself and host-level compat checks combined to create a silent exit that made diagnosis difficult for casual users.

The migration window magnified impact​

Timing amplified the problem: with Windows 10's support cutoff, many users and small administrators were preparing immediate migrations, backups, and recovery media. Failures in widely used consumer tooling create outsized friction when migration windows are compressed; that is exactly what happened here. The MCT regression didn't block upgrades overall, but it increased complexity and the risk of mistakes during a deadline-driven migration surge.

What Microsoft did right — and where it fell short​

Strengths and positive moves​

  • Rapid visibility: Microsoft published a clear release-health advisory acknowledging the exact MCT build and symptoms, helping reduce speculation and pointing users to safe workarounds. Formal vendor acknowledgement is crucial for calming community uncertainty.
  • Dual remediation path: fixing the MCT binary and shipping a preview cumulative update (KB5067036) that includes host-level compatibility corrections addressed the regression comprehensively. The August–October cadence of preview updates allowed Microsoft to distribute a tested correction and to gate UI features.
  • Safe guidance: Microsoft consistently recommended verified downloads (official ISO), existing supported upgrade flows (Installation Assistant, Windows Update), and cross-host media creation as interim mitigations — all risk-aware, supported options.

Weaknesses and risks exposed​

  • Testing gaps across architectures: the incident highlights insufficient regression coverage for niche but operationally important scenarios like Arm64 host-based media creation. Organizations with heterogeneous hardware rely on predictable tooling behavior — gaps here increase operational risk.
  • Poorly informative failures: a silent crash with no error message is the worst kind of user experience for troubleshooting. When a tool that’s supposed to help fails without clear diagnostics, support burden and user frustration spike. This was particularly damaging during a critical migration window.
  • Feature gating complexity: bundling multiple UI/feature rollouts with a bug-fix-laden preview KB can create confusion. Users installing an optional update for a specific fix may find unrelated UI changes gradually appear or not, depending on server-side flagging, which complicates IT planning. Microsoft acknowledged the staged rollout nature of several KB features.

Practical guidance: step-by-step recovery and best practice checklist​

  • Confirm whether your device already has the corrected MCT binary:
  • Visit the official Windows 11 download portal and download the Media Creation Tool again; Microsoft replaced the binary on October 28, 2025. If the new executable runs, you can use it to create USB media or download ISOs.
  • If the freshly downloaded MCT still fails on a Windows 10 host, use a known-safe alternative:
  • Download the official Windows 11 ISO from Microsoft's Software Download page and use Rufus or Ventoy to create a bootable USB. Verify the ISO checksum before writing.
  • If you have access to a Windows 11 machine, run the Media Creation Tool there to produce media for other systems. This cross-host approach avoids the Windows 10-specific regression altogether.
  • For enterprise and imaging teams:
  • Maintain canonical, hashed ISO repositories; distribute installation media via WSUS/SCCM/Intune rather than ad-hoc MCT runs.
  • Pilot KB5067036 in a controlled ring before wide deployment; test imaging and update flows across x64 and Arm64 targets.
  • For Arm64 Windows 10 devices:
  • Recognize that Microsoft still lists Arm64-targeted media creation as unsupported from Windows 10 hosts; use an x64 staging host or third-party tooling as a pragmatic alternative. Flag any remaining production Arm64 devices for special handling.

Security and compliance considerations​

Creating installation media from official ISOs and trusted utilities is a security imperative. When the official one-click tooling misbehaves, users must avoid sketchy "community patches" or unofficial MCT binaries that claim to fix the problem. Always:
  • Obtain the ISO and utilities from official project pages or Microsoft’s download portal.
  • Validate ISO and USB hashes after creation.
  • Avoid methods that permanently remove or bypass platform security features (TPM, Secure Boot) unless absolutely necessary, and isolate those systems if you must use them. Unsupported bypasses can break update paths or violate organizational compliance.
For organizations, the incident is a reminder to treat tools as part of the security posture: maintain locked-down, reproducible media creation workflows under change control and retain known-good image artifacts in a trusted store.

Long view: what this incident teaches about Microsoft tooling and migration projects​

The Media Creation Tool regression is not a catastrophic failure; it was a patchable regression in a convenience utility. But timing, architecture-specific fragility, and opaque failures combined to create an avoidable support spike during a major lifecycle milestone.
Key lessons for IT leaders and users:
  • Don’t rely on a single convenience tool for critical migrations. Maintain alternate verified pathways (direct ISO, installation assistant, centralized deployment).
  • Treat preview KBs and tool updates as part of the change management cycle: pilot, test, and validate across hardware variants before broad reliance.
  • Architecture coverage matters. Even a small percentage of Arm64 endpoints can represent critical device classes (OEM labs, development devices, specialized users) and deserve representation in regression suites.
  • Vendor acknowledgements and release-health pages matter: Microsoft published specifics about the failing build and described mitigations. Those declarations reduce rumor-driven workarounds and focus remediation priorities.

Unverified points and cautionary flags​

  • Microsoft has not published detailed telemetry on how many devices were affected by the Media Creation Tool regression. Any community estimates of impacted device counts should be treated as unverified until Microsoft releases official numbers. Administrators should avoid extrapolating scale from forum noise alone.
  • Because KB5067036 is a preview release and includes staged rollouts, not every device that installs the KB will immediately surface the same visible UI features. The feature exposure is server-gated and phased, so absence of UI changes after installation does not indicate failure of the update itself. Treat feature gating as expected behavior rather than a troubleshooting symptom.

Conclusion​

The Media Creation Tool regression that coincided with Windows 10's end-of-support date was an inconvenient and avoidable friction point for a large migration wave. Microsoft responded with transparent advisory messaging, a corrected MCT binary published October 28, 2025, and a preview cumulative update (KB5067036) that bundles the host-level fix and additional UX improvements. While the fix restores the convenience path for many users, the episode underscores the operational risk of single-point tooling and the need for robust, architecture-aware testing and fallback workflows.
For users and IT professionals preparing upgrades or recovery media today: prefer official ISOs and verified tools, pilot optional preview updates carefully, and keep an x64 staging or centralized media repository to avoid surprises. The corrected Media Creation Tool is back in circulation, but sensible migration hygiene — hashed ISOs, verified creation tools, and staged rollouts — will keep upgrades predictable and secure during lifecycle transitions.
Source: Neowin Microsoft updates Media Creation Tool to fix crashes on Windows 10