---
title: Windows Registry
description: Monitor your Windows hosts for changes in registry keys.
breadcrumbs: Docs > Integrations > Windows Registry
---

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

Watch for changes in Windows Registry keys and forward them to Datadog. Enable this integration to:

- Understand system and application level health and state through Windows Registry values.
- Monitor for unexpected changes impacting security and compliance requirements.

**Minimum Agent version:** 7.50.0

## Setup{% #setup %}

### Installation{% #installation %}

The Windows Registry integration is included in the [Datadog Agent](https://app.datadoghq.com/account/settings/agent/latest?platform=windows) package. No additional installation is needed.

### Configuration{% #configuration %}

This integration collects and reports Windows Registry information using both of the following methods:

- As [Datadog Metrics](https://docs.datadoghq.com/metrics.md#overview)
- As [Datadog Logs](https://docs.datadoghq.com/logs.md)

1. Edit the `windows_registry.d/conf.yaml` file in the `conf.d/` folder at the root of your Agent's [configuration directory](https://docs.datadoghq.com/agent/configuration/agent-configuration-files.md?tab=agentv6v7#agent-configuration-directory) to start collecting Windows registry information. See the [sample windows_registry.d/conf.yaml](https://github.com/DataDog/datadog-agent/blob/main/cmd/agent/dist/conf.d/windows_registry.d/conf.yaml.example) for all available configuration options.

1. To send registry values and changes as Logs, log collection needs to be enabled in the Datadog Agent. To enable log collection, add the following to your `datadog.yaml` file:

   ```yaml
   logs_enabled: true
   ```

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

### Validation{% #validation %}

Check the information page in the Datadog Agent Manager or run the Agent's `status` [subcommand](https://docs.datadoghq.com/agent/basic_agent_usage/windows.md?tab=gui#agent-status-and-information) and look for `windows_registry` under the **Checks** section.

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

### Metrics{% #metrics %}

All metrics collected by the Windows Registry integration are forwarded to Datadog as [custom metrics](https://docs.datadoghq.com/account_management/billing/custom_metrics.md?tab=countrate), which may impact your billing.

### Logs{% #logs %}

All logs collected by the Windows Registry integration are forwarded to Datadog, and are subject to [Logs billing](https://docs.datadoghq.com/account_management/billing/log_management.md).

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

The Windows Registry integration does not include any service checks.

## Troubleshooting{% #troubleshooting %}

Need help? Contact [Datadog support](https://docs.datadoghq.com/help/) with an [Agent Flare](https://docs.datadoghq.com/agent/troubleshooting/send_a_flare.md?tab=agentv6v7).
