The Windows Reliability Monitor lets you view the computer’s reliability and problem history. If you find that your Reliability Monitor has no data, it may be possible that the data collection feature has been disabled or not enabled. In such an eventuality, you may follow this tutorial to enable data collection in Reliability Monitor in Windows 11/10/8/7.
Enable Data Collection for Reliability Monitor
Reliability Monitor in Windows uses data provided by the RACAgent scheduled task. The Reliability Analysis Component collects and analyzes problems. The Reliability Monitor starts displaying a Stability Index rating, a characteristic feature of it, and specific event information 24 hours after system installation.
The Reliability Analysis Component (RAC) supplies data about software installations and upgrades, application and operating system errors, and hardware issues to Reliability Monitor. This data is used to calculate Reliability Monitor’s System Stability Index. The data that is displayed in Control Panel is collected by the RacTask scheduled task.
If you find RACAgent scheduled task is disabled, you manually need to enable it from the Task Scheduler snap-in for Microsoft Management Console (MMC). For enabling the RACAgent schedule task, first type Scheduled Tasks in settings search bar and click on ‘Scheduled Tasks.
This will open the Task Scheduler. Then, in the navigation pane, expand Task Scheduler Library, Microsoft, and Windows. Scroll down until you find RAC and then select it.
Next, right-click RAC, click View, and click Show Hidden Tasks.
Click RACAgent in the results pane. You may find that the RACAgent task name may not appear in the results pane. If you cannot find it, expand the ‘Name’ column in the results pane. Next click on the ‘Action’ menu and select the ‘Enable‘ option. To disable it, right-click RacTask, and then select Disable.
Read: How to clear Problem Reports in Windows
Turn on/off Data Collection for Reliability Monitor using the Command Prompt
To do so Run CMD as administrator. Type the following and hit Enter:
schtasks.exe /change /enable /tn \Microsoft\Windows\RAC\RacTask
If a SUCCESS message is returned, you will have enabled Data Collection for Reliability Monitor.
To disable it use:
schtasks.exe /change /disable /tn \Microsoft\Windows\RAC\RacTask
How to Reset Reliability Monitor in Windows may also interest you.