The error Microsoft.Windows.WindowsUpdate.RUXIMLog failing to start (often with Event ID 2 and error code 0xC0000035) is typically related to the ReUsable UX Integration Manager (RUXIM), a component Windows uses to manage update-related interactions and system "remediation" tasks.
In many cases, this error is a logging conflict that can be safely ignored if your system is otherwise stable, but it can sometimes signal underlying file corruption or conflicts with specific updates like KB5001716. Recommended Troubleshooting Steps
The "Microsoft.Windows.WindowsUpdate.RUXIMLog" failed to start error, often accompanied by code 0xC0000035, indicates a non-critical background logging conflict within the Reusable User Experience Interaction Manager component. Resolving this issue typically involves running DISM/SFC scans, resetting Windows Update services, or addressing driver conflicts. For detailed troubleshooting steps from Microsoft, visit Microsoft Support.
Since last windows update at start of June i have had constant crashes The bugcheck was: 0x00000116 - Microsoft Q&A microsoft.windows.windowsupdate.ruximlog failed to start
Here’s how to interpret and resolve the issue depending on the context.
You might be seeing a reference to:
WindowsUpdate.log – the standard Windows Update log.Ruxim – not a Microsoft component; possibly a misspelling of RxLog, Ruxin, or part of an application name.If you’re reviewing logs manually, look for: The error Microsoft
C:\Windows\Logs\WindowsUpdate\WindowsUpdate.log
Or in Event Viewer → Applications and Services Logs → Microsoft → Windows → WindowsUpdateClient → Operational.
Given the suspicious nature of "ruximlog," a thorough security scan is essential.
In most cases, no — it’s not dangerous, but it is annoying and indicates system clutter or minor corruption. However, because the name is unusual, it’s wise to scan for malware (some viruses create fake Windows service names). Generally, though, this error simply means Windows is trying to start a non-existent or broken task. Reboot the PC
If the Scheduled Task looks fine, the actual file the task is trying to launch might be corrupted. You can use Windows' built-in tools to repair them.
DISM /Online /Cleanup-Image /RestoreHealth
(This may take a few minutes to complete.)sfc /scannowWindows Update is the lifeline of any PC running Microsoft Windows. It delivers critical security patches, driver updates, and feature improvements. However, when Windows Update breaks, the error messages can be cryptic and frustrating.
One such obscure error is: "microsoft.windows.windowsupdate.ruximlog failed to start."
If you are seeing this message in your Event Viewer, or if Windows Update is stuck and you traced the issue back to this specific log entry, you are likely confused about what ruximlog is and why it’s failing.
This article will explain what this error means, why it occurs, and—most importantly—how to fix it permanently.