Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      The Ultimate Guide to Node.js Development Pricing for Enterprises

      July 29, 2025

      Stack Overflow: Developers’ trust in AI outputs is worsening year over year

      July 29, 2025

      Web Components: Working With Shadow DOM

      July 28, 2025

      Google’s new Opal tool allows users to create mini AI apps with no coding required

      July 28, 2025

      I replaced my Samsung OLED TV with this Sony Mini LED model for a week – and didn’t regret it

      July 29, 2025

      I tested the most popular robot mower on the market – and it was a $5,000 crash out

      July 29, 2025

      5 gadgets and accessories that leveled up my gaming setup (including a surprise console)

      July 29, 2025

      Why I’m patiently waiting for the Samsung Z Fold 8 next year (even though the foldable is already great)

      July 29, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Performance Analysis with Laravel’s Measurement Tools

      July 29, 2025
      Recent

      Performance Analysis with Laravel’s Measurement Tools

      July 29, 2025

      Memoization and Function Caching with this PHP Package

      July 29, 2025

      Laracon US 2025 Livestream

      July 29, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Microsoft mysteriously offered a Windows 11 upgrade to this unsupported Windows 10 PC — despite it failing to meet the “non-negotiable” TPM 2.0 requirement

      July 29, 2025
      Recent

      Microsoft mysteriously offered a Windows 11 upgrade to this unsupported Windows 10 PC — despite it failing to meet the “non-negotiable” TPM 2.0 requirement

      July 29, 2025

      With Windows 10’s fast-approaching demise, this Linux migration tool could let you ditch Microsoft’s ecosystem with your data and apps intact — but it’s limited to one distro

      July 29, 2025

      Windows 10 is 10 years old today — let’s look back at 10 controversial and defining moments in its history

      July 29, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»Microsoft confirms Windows 11 24H2 0x80240069 svchost.exe_wuauserv crashes

    Microsoft confirms Windows 11 24H2 0x80240069 svchost.exe_wuauserv crashes

    April 30, 2025

    Windows has a bug where users won’t be able to upgrade to Windows 11 24H2 when they’re using WSUS (Windows Server Update Services) to deploy updates. If you try to upgrade, Windows Update service host (svchost.exe_wuauserv) will crash with an access-violation fault and error code 0x80240069.

    This issue also affects System Center Configuration Manager (SCCM), which is an endpoint-management platform used by businesses to deploy Windows updates (using an integrated WSUS under the hood). This isn’t used by regular users, but admins in organizations use System Center Configuration Manager (SCCM) to deploy updates across multiple PCs.

    In mid-April, Windows Latest spotted some isolated reports of admins seeing Windows feature updates fail almost instantly.

    When trying to install Windows 11 24H2 using WSUS (or SCCM which also uses WSUS), Event Viewer flags an error titled “Unexpected HRESULT while download in progress: 0x80240069 WUAHandler,” and specifically points out that the faulty process is svchost.exe_wuauserv. In this case, the module that has failed is ntdll.dll

    In an update to its support document, Microsoft has confirmed that it observed an issue where devices with Windows April 2025 Update won’t be offered Windows 11 24H2 via Windows Server Update Services (WSUS). This means it also affects System Center Configuration Manager (SCCM) and aligns with what we have been seeing so far.

    For those unaware, WSUS is used by admins to select or schedule updates installation, and deploy updates like Windows 11 24H2 across all systems in the organization.

    A bug in Windows 11 23H2 updates (KB5055629, KB5058919, and KB5055528) apparently breaks WSUS and causes error code 0x80240069 with an error message “Service wuauserv has unexpectedly stopped” when you try to install Windows 11 24H2.

    Microsoft has officially stated this in its support document:

    As part of this issue, the download of Windows 11 24H2 does not initiate or complete. Windows updates log can show error code 0x80240069, and further logs might include text similar to “Service wuauserv has unexpectedly stopped”. 

    While Microsoft specifically means Windows 11 24H2 updates are failing, we don’t think that’s the case. It seems to affect other monthly Windows Updates as well, and even Windows 11 22H2 when installing Windows 11 23H2.

    We’re also seeing reports of svchost.exe_wuauserv crashing with 0x80240069 error even when admins try to push Windows 11 23H2 enablement CAB on 22H2. It turns out it’s a widespread issue.

    Speaking to Windows Latest, one enterprise customer using SCCM 2409 with mixed fleets of Dell and Lenovo confirmed that any update fails within 5–10 seconds of clicking “Install” in Software Centre.

    In our test, Windows Latest observed that one of these Windows 11 23H2 updates adds a buggy code path in the Windows Feature Management system.

    As soon as Windows Update tries to pull down a feature payload, it hits the bad code and crashes.

    How to fix “0x80240069” error crashing svchost.exe_wuauserv on Windows 11

    A Microsoft support staff shared the following Windows Registry script with Windows Latest, and it fixes 0x80240069 (svchost.exe_wuauserv) error:

    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlFeatureManagementOverrides83000950414]
    
    "EnabledState"=dword:00000001
    
    "EnabledStateOptions"=dword:00000000
    
    "Variant"=dword:00000000
    
    "VariantPayload"=dword:00000000

    We’re basically trying to create an override for the buggy feature introduced in the previous cumulative updates.

    To fix 0x80240069, we are setting its four DWORD values to zero (with EnabledState=1), and it allows Windows to skip the flawed variant logic.

    If you don’t want to try the Registry script, we recommend waiting for Microsoft’s official fix, which is coming in May 2025.

    The post Microsoft confirms Windows 11 24H2 0x80240069 svchost.exe_wuauserv crashes appeared first on Windows Latest

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticlePerficient Hyderabad: 3 Years & Beyond
    Next Article Natasha Lyonne to Direct AI-Powered Sci-Fi Film That Could Redefine Hollywood

    Related Posts

    News & Updates

    Microsoft mysteriously offered a Windows 11 upgrade to this unsupported Windows 10 PC — despite it failing to meet the “non-negotiable” TPM 2.0 requirement

    July 29, 2025
    News & Updates

    With Windows 10’s fast-approaching demise, this Linux migration tool could let you ditch Microsoft’s ecosystem with your data and apps intact — but it’s limited to one distro

    July 29, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Sharp – High performance Node.js image processing

    Development

    How to change the default folder for downloads on Windows 11

    News & Updates

    CVE-2025-5539 – WordPress WP Easy Contact Stored Cross-Site Scripting

    Common Vulnerabilities and Exposures (CVEs)

    WebCamControl is a GUI app for controlling properties of a webcam

    Linux

    Highlights

    Machine Learning

    Build an agentic multimodal AI assistant with Amazon Nova and Amazon Bedrock Data Automation

    June 23, 2025

    Modern enterprises are rich in data that spans multiple modalities—from text documents and PDFs to…

    What’s the easiest way to deploy on a VPS?

    June 30, 2025

    How Game Developers Detect and Prevent Modding and Scripting

    July 16, 2025

    Privilege Escalation Flaw in IBM Backup Services Threatens IBM i Environments (CVE-2025-33108)

    June 15, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.