Windows Reliability Analysis Engine Registry Path
This article explains the exact Windows Registry location where the operating system stores the active configuration for the Reliability Analysis Component (RAC). It covers the specific registry keys, subkeys, and primary configuration values that control the engine responsible for generating the Windows Reliability Monitor index.
The Active Registry Location
In the Windows Registry Editor (regedit.exe), the active
configuration for the Windows Reliability Analysis Component is stored
under the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Reliability Analysis\RAC
This key contains the operational parameters that define how Windows tracks system stability, application crashes, OS hangs, and hardware failures.
Key Configuration Values
Inside the RAC registry key, several values define the
active behavior of the analysis engine:
- RacEnable: A
DWORDvalue that determines whether the Reliability Analysis Component is enabled (1) or disabled (0). - RacConfigFlags: A
DWORDvalue managing specific telemetry and analysis feature flags for the engine. - RacTaskStaggerTime: Defines scheduling offset intervals to prevent resource contention when the background analysis task runs.
- RacSessionId: An identifier tracking the active reliability data collection session.
Associated Scheduled Task
The configuration stored in this registry key is processed by the Windows Task Scheduler under the following task path:
\Microsoft\Windows\RAC\RacTask
When executed, RacTask queries the registry values under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Reliability Analysis\RAC
to process raw reliability event logs into the stability metrics
displayed in the Windows Reliability Monitor interface.