---
title: Windows Crash Detection
description: Monitor your Windows hosts for system crashes.
breadcrumbs: Docs > Integrations > Windows Crash Detection
---

# Windows Crash Detection
Supported OS Integration version1.0.0
## Overview{% #overview %}

Get Datadog events upon Windows system crash to create monitors in Datadog.

**Note**: The list of metrics collected by this integration may change between minor Agent versions. Such changes may not be mentioned in the Agent's changelog.

**Minimum Agent version:** 7.47.0

## Setup{% #setup %}

### Installation{% #installation %}

The Windows Crash Detection integration is included in the [Datadog Agent](https://app.datadoghq.com/account/settings#agent) package. No additional installation is needed.

### Configuration{% #configuration %}

1. Edit the `wincrashdetect.d/conf.yaml` file in the `conf.d/` folder at the root of your [Agent's configuration directory](https://docs.datadoghq.com/agent/guide/agent-configuration-files/#agent-configuration-directory) to set `enabled: true`. See the [sample wincrashdetect.d/conf.yaml.example](https://github.com/DataDog/datadog-agent/blob/master/cmd/agent/dist/conf.d/wincrashdetect.d/conf.yaml.example) for all available configuration options.

1. Enable the Windows Crash Detection module in `C:\ProgramData\Datadog\system-probe.yaml` by setting the enabled flag to 'true':

   ```yaml
   windows_crash_detection:
       enabled: true
   ```

1. [Restart the Agent](https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent).

### Validation{% #validation %}

[Run the Agent's status subcommand](https://docs.datadoghq.com/agent/basic_agent_usage/windows/?tab=gui#agent-status-and-information) and look for `wincrashdetect` under the Checks section.

## Data Collected{% #data-collected %}

### Metrics{% #metrics %}

No metrics are collected by this integration.

### Events{% #events %}

The Windows crash detection integration submits an event when a previously unreported crash is detected at agent startup. The integration will report one event per crash.

### Service Checks{% #service-checks %}

The Windows Kernel Memory integration does not include any service checks.

## Troubleshooting{% #troubleshooting %}

Need help? Contact [Datadog support](https://docs.datadoghq.com/help/).

## Further Reading{% #further-reading %}

- [Windows Crash Detection](https://docs.datadoghq.com/integrations/wincrashdetect/)
- [Detect and troubleshoot Windows Blue Screen errors with Datadog](https://www.datadoghq.com/blog/troubleshoot-windows-blue-screen-errors/)
