How to resolve WMI Monitoring Issues due to Disabled Performance Counters
Applications Manager uses WMI (Windows Management Instrumentation) for collecting performance metrics. In some cases, specific WMI classes (e.g., Win32_PerfRawData_PerfProc_Process) fail to retrieve data if performance counters are disabled in the Windows registry. This KB provides steps to identify and resolve the issue by enabling performance counters.
Follow the steps given below to enable the performance counters:
- Open the Run dialog (Win + R), type regedit, and press Enter.
- Go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfProc\Performance If specific attributes, such as disk, network, or operating system metrics, are unavailable, verify the following registry paths for their performance counters:
Disk:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfDisk\Performance
Network:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfNet\Performance
Operating System:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfOS\Performance
- Locate the entry named 'Disable Performance Counters' and check it's value:
- Value = 1: Counters are disabled
- Value = 0: Counters are enabled
- If the value is set to "1", double-click it and change the value to "0".
- Restart Applications Manager for the changes to take effect.

Note:
- If the Disable Performance Counters registry key is not present, it indicates that Performance Counters have not been explicitly disabled in the registry.
- Applications Manager support does not provide assistance for issues resulting from improper registry modifications. The Windows registry stores critical information essential for your computer and applications. To avoid potential issues, ensure you back up the registry before making any changes.
- Ensure you have administrative privileges to edit the registry.
- For large-scale environments, confirm that performance counters are enabled on all monitored servers.
- For detailed instructions on using the Windows Registry Editor and guidance on backing up and restoring it, refer to the Microsoft Support article titled Windows registry information for advanced users.
New to ADSelfService Plus?
Related Articles
Windows Monitoring - FAQ
This Knowledge Base article provides answers to frequently asked questions related to Windows Server monitoring through WMI. The articles are categorized based on the monitoring lifecycle to help you quickly identify the relevant troubleshooting ...
Configuring non-admin user account for WMI monitoring
By default, Windows allows only members of the Administrators or Domain Admin groups to read WMI class information. However, you can configure a regular user to access WMI information by performing the following steps on the server that needs to be ...
WMI Error Troubleshooting Guide
Overview This Knowledge Base provides troubleshooting guidance for commonly encountered Windows Management Instrumentation (WMI) errors that may occur while adding a Windows monitor or collecting metrics through WMI mode in Applications Manager. WMI ...
Unable to Retrieve Data Through WMI Mode
Overview This article provides troubleshooting steps to identify and resolve data collection failures for Windows monitors configured in WMI mode. If one or more metrics are not being collected, the steps in this article will help determine whether ...
Setting WMI access through Active Directory and Group Policy Object for non-admin user
In our case, we run Active Directory on Windows 2008 R2 and we want to scan the target machine which is Windows 2012 R2 machine. Our domain is called “APMCLU” and we name our dedicated WMI user-account “wmiuser”. First – Setting done from Active ...