TL;DR
Microsoft's KB5083769 update for Windows 11, released on April 29, 2026, is causing Background Intelligent Transfer Service (BITS) failures and system-wide freezes on affected machines. The bug impacts enterprise update distribution, cloud sync, and general system stability, forcing IT administrators to halt rollouts and seek manual remediation.
What Happened
Users updating Windows 11 to build KB5083769 on Wednesday, April 29, 2026, immediately reported that their systems became unresponsive within minutes of reboot. The Background Intelligent Transfer Service (BITS) — a core Windows component responsible for throttled file transfers, including Windows Update downloads and OneDrive sync — stopped functioning entirely, rendering affected machines unable to receive further patches, sync cloud files, or perform scheduled maintenance tasks.
Key Facts
- KB5083769 is a cumulative update for Windows 11, published by Microsoft on April 29, 2026, via Windows Update and the Microsoft Update Catalog.
- The update breaks the Background Intelligent Transfer Service (BITS), causing it to fail with error code 0x80070057 (parameter incorrect) in the System event log.
- Affected users report system-wide freezes occurring 2–5 minutes after login, requiring hard resets; the freeze pattern correlates with BITS job creation attempts.
- The bug impacts Windows 11 versions 23H2 and 24H2, based on early forum reports from Neowin, Reddit, and Microsoft's own Feedback Hub.
- Enterprise administrators are particularly affected because BITS is used for Windows Server Update Services (WSUS) and Microsoft Configuration Manager distribution points.
- Microsoft has not yet released an official acknowledgement or out-of-band (OOB) patch as of April 29, 2026.
- Temporary workarounds include disabling the BITS service via
sc config bits start= disabledand rebooting, though this breaks Windows Update and OneDrive.
Breaking It Down
The KB5083769 failure is not just another routine update glitch — it strikes at the operational heart of Windows update and cloud infrastructure. BITS is a low-level service that manages bandwidth-throttled file transfers for Windows Update, Microsoft Store, OneDrive, and third-party applications like Steam and Adobe Creative Cloud. When BITS crashes, the entire transfer pipeline collapses. Users who reboot after the update find their machines locking up because the BITS service attempts to process queued jobs on startup, hits the parameter error, and throws the system into a non-responsive state.
Over 1,200 reports appeared on Neowin, Reddit, and Microsoft's Feedback Hub within the first 12 hours of the update's release, with 70% of those reports citing system freezes as the primary symptom — not just BITS errors.
The freeze mechanism appears to be a kernel-level deadlock triggered by BITS's interaction with the Windows Update agent (wuaueng.dll). When BITS fails to initialize, the Windows Update service enters a retry loop, consuming CPU and I/O resources until the system becomes unresponsive. This explains why simply killing the BITS process from Task Manager is often impossible — the freeze occurs before the user can interact with the desktop. Enterprise IT teams are reporting that WSUS distribution points are also failing, meaning even machines that avoid the freeze cannot receive subsequent patches through managed channels.
The timing is particularly damaging. April 29 falls in the midpoint of Microsoft's monthly Patch Tuesday cycle for May 2026, meaning many organizations had just completed testing of the April 2026 cumulative update and were beginning broad deployment. IT administrators now face a choice: roll back the update across hundreds or thousands of machines, or deploy emergency scripts to disable BITS — which itself breaks critical business workflows like OneDrive file sync and Microsoft Endpoint Manager policy delivery.
What Comes Next
Microsoft's response timeline will determine the severity of this incident. Based on past cumulative update failures — such as the KB5039302 crash in June 2024 and the KB5044285 VPN breakage in October 2024 — the company typically issues an out-of-band fix within 48 to 72 hours for critical bugs. However, the BITS dependency on WSUS and Configuration Manager means enterprise customers cannot simply wait for a Windows Update fix if their own distribution infrastructure is broken.
- Out-of-band patch release: Microsoft is likely to release a KB5083769-v2 or a standalone BITS hotfix by May 1–2, 2026, targeting the parameter error in
qmgr.dll. Watch the Microsoft Update Catalog and the Windows Release Health Dashboard for a "known issue" entry. - Manual remediation scripts: Expect Microsoft to publish a PowerShell remediation script via the Microsoft Support KB that automatically disables BITS, clears the job queue, and re-enables it after a registry fix. This is the standard playbook for BITS-related failures.
- Enterprise rollback guidance: Microsoft will likely advise IT admins to uninstall KB5083769 using
wusa /uninstall /kb:5083769and defer the update until a tested fix is available. For domain-joined machines, this will require Group Policy or Configuration Manager deployment. - Regulatory scrutiny: If the freeze impacts critical infrastructure (hospitals, utilities, financial systems), expect CISA or EU ENISA advisories within the week, similar to the CrowdStrike outage in July 2024.
The Bigger Picture
This incident underscores two deeper trends. First, Cumulative Update Complexity has reached a point where Microsoft's monthly patches now touch dozens of interdependent services — BITS, Windows Update, Print Spooler, VPN, and more. Each cumulative update is effectively a full OS rebuild, and the failure of one low-level service can cascade into system-wide instability. The KB5083769 bug is the latest in a string of such cascade failures, following the KB5034441 BitLocker crash and the KB5041585 Remote Desktop freeze.
Second, Enterprise Dependency on BITS remains a single point of failure for modern remote work and cloud sync workflows. Despite Microsoft's push toward Windows Update for Business and Microsoft Intune, BITS is still the underlying transport for nearly all first-party update and sync services. Organizations that have not diversified their patch delivery mechanisms — for example, using Delivery Optimization peer-to-peer caching or third-party patch management tools — are left completely exposed when BITS breaks. The KB5083769 incident should serve as a wake-up call for IT teams to implement fallback update channels that do not rely solely on Microsoft's update stack.
Key Takeaways
- [KB5083769 is broken]: The April 29, 2026 cumulative update for Windows 11 causes BITS failures and system freezes on versions 23H2 and 24H2.
- [BITS is the root cause]: The Background Intelligent Transfer Service fails with error 0x80070057, triggering a kernel-level deadlock that freezes the entire system.
- [Enterprise impact is severe]: WSUS and Configuration Manager distribution points fail, meaning organizations cannot push fixes through their own managed channels.
- [Workaround requires tradeoffs]: Disabling BITS stops the freezes but breaks Windows Update, OneDrive sync, and other critical services until an official patch arrives.