← All articles

Fix 'Diagnostics Policy Service Is Not Running' in Windows 8 or 8.1 (Historical)

Troubleshoot the Diagnostics Policy Service on Windows 8/8.1 without granting service accounts unnecessary administrator privileges.

By Shantanu2 min read
Fix 'Diagnostics Policy Service Is Not Running' in Windows 8 or 8.1 (Historical)

Historical support note: Windows 8 and Windows 8.1 are out of support. This article is retained for legacy PCs.

The Diagnostic Policy Service (DPS) enables Windows to detect and troubleshoot problems. Microsoft documents DPS as an automatically started service. If Windows reports that the service is not running, start with the service itself and system integrity before changing account permissions.

1. Check the Diagnostic Policy Service

  1. Press Windows + R.
  2. Type services.msc and press Enter.
  3. Locate Diagnostic Policy Service.
  4. Open its properties.
  5. Make sure the service is not disabled. Its normal startup type is Automatic.
  6. If it is stopped, select Start.

If the service fails to start, note the error instead of repeatedly changing permissions.

2. Check Windows system files

Open an elevated Command Prompt and run:

sfc /scannow

If the component store may also be damaged, run DISM health and repair commands appropriate for Windows 8/8.1 before running SFC again.

3. Check the network adapter and driver

If the warning appears while troubleshooting a network connection:

  1. Open Device Manager.
  2. Expand Network adapters.
  3. Check the adapter for an error or warning icon.
  4. Install a compatible driver from the PC, motherboard, or network-adapter manufacturer if necessary.

4. Remove the old administrator-group workaround

An older version of this guide used commands that added the NETWORK SERVICE and LOCAL SERVICE identities to the local Administrators group. That grants broad privileges that are not appropriate as a generic networking fix, so those commands are no longer recommended here.

If DPS still cannot start after the service, driver, and system-file checks, review the service error and Windows event logs rather than widening service-account privileges.

Official reference

Microsoft service guidance for Diagnostic Policy Service: https://learn.microsoft.com/en-us/windows-server/security/windows-services/security-guidelines-for-disabling-system-services-in-windows-server