Microsoftwindowswindowsupdateruximlog Failed To Start Patched Patched May 2026
Troubleshooting "microsoftwindowswindowsupdateruximlog failed to start patched"
If you are seeing an error log entry or a notification about "microsoftwindowswindowsupdateruximlog failed to start patched," you aren't alone. This message typically appears when a core Windows Update service component—often linked to the Update for Windows Update Service Components (KB5001716)—fails to initialize after a patch or feature update.
This technical snag usually indicates that the update process was interrupted or that system files were corrupted during the patching phase. 1. Run the Windows Update Troubleshooter
Before diving into manual fixes, let Windows attempt to repair itself. Go to Start > Settings > System > Troubleshoot.
Select Other troubleshooters and click Run next to Windows Update.
Follow the on-screen prompts to resolve any detected service registration issues. 2. Repair Corrupted System Files (SFC & DISM)
The "failed to start" message often stems from a corrupted "patched" component. You can use built-in tools like the Deployment Image Servicing and Management (DISM) to repair the system image. Open Command Prompt as an administrator.
Type DISM.exe /Online /Cleanup-image /Restorehealth and press Enter. After it finishes, type sfc /scannow and press Enter. Restart your computer once the scans are complete. 3. Clear the Windows Update Cache If the error disappears: Add the entire C:\Windows\System32
If the "patched" service is stuck in a loop, clearing the temporary update files can force Windows to re-initialize the component correctly. Open the Services app (services.msc). Locate Windows Update, right-click it, and select Stop.
Navigate to C:\Windows\SoftwareDistribution and delete everything inside that folder.
Return to the Services window, right-click Windows Update, and select Start. 4. Deep Analysis with SetupDiag
For persistent errors that won't go away, use the Microsoft SetupDiag tool to analyze your update logs. Download SetupDiag.exe from the official Microsoft site. Run the tool to generate a SetupDiagResults.log file.
Look for specific mentions of updateruximlog to identify if a particular driver or third-party software (like an antivirus) is blocking the service from starting. 5. Final Resort: Reinstall or Roll Back
If the error started immediately after a major update (like a move to a new version of Windows 11), you may need to uninstall the update or roll back to a previous state.
Uninstall: Settings > Windows Update > Update history > Uninstall updates. then re-enable after the update succeeds.
Roll Back: Settings > System > Recovery > Go back (this is only available for a limited time after a major update).
Did these steps clear the error, or are you seeing a specific numerical error code (like 0x80070103) in your Update History? What is up with KB5001716 - Microsoft Q&A
The error message "Session 'Microsoft.Windows.WindowsUpdate.RUXIMLog' failed to start"
is a common event log entry (typically Event ID 2) that occurs when the Windows Update "Reusable UX Integration Manager" (RUXIM) fails to initialize its logging session. While it often appears as a critical error in the Event Viewer, it is frequently a non-fatal bug related to specific Windows Update components or health tools. Understanding RUXIM and the Error What is RUXIM? It stands for Reusable UX Integration Manager
. It is a component used by Windows Update to manage the user experience (UX) elements of the update process, such as notifications and interaction screens for feature updates. The Cause:
The error "failed to start" usually indicates that the logging session for this specific component could not be created because the session name was already in use (Error 0xC0000035) or the required service could not start. This is often triggered by
, an update designed to improve Windows Update health and notifications. Recommended Fixes 1. Uninstall Microsoft Update Health Tools right-click Windows Update
Many users found that this error is tied to a corruption in the "Microsoft Update Health Tools" package. Settings > Apps > Apps & Features Installed Apps Search for Microsoft Update Health Tools Select it and click
your computer. Windows Update will typically reinstall a fresh, working version of these tools automatically. 2. Repair System Files (SFC and DISM)
Corrupted system files can prevent update-related sessions from starting. Use the Command Prompt as an Administrator to run these repairs: sfc /scannow and press Enter. Once finished, type: DISM /Online /Cleanup-Image /RestoreHealth and press Enter. 3. Reset Windows Update Components
If the logging error is blocking actual updates, you may need to clear the update cache: services.msc the "Windows Update" service. Navigate to C:\Windows\SoftwareDistribution and delete all files and folders inside. the "Windows Update" service again in the Services app. 4. Run the Windows Update Troubleshooter Use the built-in Windows Update Troubleshooter to identify and fix background service issues: Windows 10:
Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Update. Windows 11:
Settings > System > Troubleshoot > Other troubleshooters > Windows Update. Summary Table: Error Characteristics Description RUXIM (Reusable UX Integration Manager) 2 (Kernel-EventTracing) Common Trigger Update KB5001716 Often harmless; may cause update notification delays
If these steps do not resolve the issue and your system is stable, you can often safely ignore this specific Event Viewer entry, as it is a known telemetry bug that Microsoft occasionally patches through subsequent cumulative updates. permanently disable
this specific logging session in the Event Viewer to stop the error from appearing? Get started with Windows Update - Microsoft Learn
Title: Fix: “Microsoft Windows Windows Update Ruximlog Failed to Start Patched” Error
Method 4: Address Antivirus Blocking
The term "patched" can trigger false positives in heuristic antivirus engines. Temporarily disable your third-party antivirus (disconnect from the internet first). Then run Windows Update again.
- If the error disappears: Add the entire
C:\Windows\System32folder (or specificallywuauclt.exe,wuaueng.dll, and any file containingruxim) to your antivirus whitelist. - For Windows Defender: Turn off Tamper Protection and Real-time protection temporarily, then re-enable after the update succeeds.
Step 6: Check for Corrupted Registry Entries
- Open the Registry Editor (Regedit.exe)
- Navigate to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows - Look for any corrupted or suspicious entries and delete them