Microsoft Removes SaRA from Windows 11 25H2, 24H2, 23H2, and Windows 10 22H2
Microsoft has discontinued support for the Support and Recovery Assistant (SaRA) utility in current Windows versions. The tool has been removed from updates released after March 10, 2026, due to failure to meet modern security requirements.
Reasons for Disabling SaRA
SaRA was used for diagnosing and fixing issues in Microsoft 365, Office, Outlook, and Windows. Users reported crashes and instability long before the official announcement. In a Microsoft support publication, it states:
The SaRA utility is outdated as it does not provide security and protection for your environment. Microsoft has officially removed the SaRA utility from all supported Windows update versions released on March 10, 2026, and later.
Google AdInline article slot
This decision affects:
- Windows 11 25H2, 24H2, 23H2;
- Windows 10 22H2;
- Server editions: Windows Server 2025, 2022, and earlier.
Removal happens automatically when installing fresh updates. Old SaRA scenarios stop working because their logic has migrated to the new infrastructure.
Transition to Get Help
Microsoft recommends Get Help as a replacement—an updated command-line tool called GetHelpCmdLine. Core functionality is preserved: diagnostics, log collection, and automated repairs. Key differences:
- Enhanced security through a redesigned architecture;
- Integration with modern protection protocols;
- Compatibility with current Windows updates.
To run GetHelpCmdLine, use PowerShell or the command prompt with scenario parameters similar to SaRA. Microsoft confirms that scenario migration is complete, and old commands are redirected to new equivalents.
# Example of running GetHelpCmdLine for Outlook diagnostics
GetHelpCmdLine -s Outlook.Start.Diagnostics
The tool is available in Windows without additional installation and is activated through built-in system support components.
Background and Analogies
In 2023, Microsoft similarly retired the Microsoft Support Diagnostic Tool (MSDT). The Windows troubleshooting utility lost support due to vulnerabilities. The switch to SaRA was positioned as a step forward, but it too has become outdated.
The current focus is on modular tools: Get Help integrates with Windows Troubleshooting, PowerShell modules, and Azure-based diagnostics for enterprise environments.
- MSDT (2023): discontinued due to security gaps;
- SaRA (2026): migrated to GetHelpCmdLine;
- Trend: shift away from monolithic utilities toward CLI and cloud-based alternatives.
System administrators and developers handling enterprise deployments should update their automation scripts. Verify GetHelpCmdLine availability in target Windows images before deployment.
Key Points
- SaRA removed from Windows 11 (25H2, 24H2, 23H2), Windows 10 22H2, and servers after updates from March 10, 2026;
- Switch to GetHelpCmdLine: identical functionality with improved security;
- Old SaRA scenarios no longer work—migrate your scripts;
- Similar to MSDT in 2023: Microsoft focuses on modern CLI tools;
- For enterprise: integrate with PowerShell and Azure diagnostics.
— Editorial Team
No comments yet.