On modern Windows systems, SNMP is deployed as a Windows Capability. In some cases, the capability appears installed, but the SNMP service is missing. This runbook addresses the issue safely and repeatably.
Symptoms
-
SNMP Client shows as installed
-
SNMP service does not appear in Services
-
Get-Service SNMPreturns no results -
Monitoring systems fail to poll the host
Environment
-
Windows Server 2019 / 2022
-
Windows 10 / 11 Pro
-
Tested January 2026
Root Causes
-
Corrupted Windows capability installation
-
Incomplete feature registration
-
Pending reboot after feature installation
-
Component store inconsistencies
Fix Path (SAFE)
Step 1: Check SNMP Capability Status
Expected output:
Step 2: Remove SNMP Completely
Step 3: Reinstall SNMP Client
Step 4: Validate Service Registration
If present:
Verification
The service should be running and set to Automatic.
Rollback
Security Considerations
SNMPv1 and SNMPv2c are insecure.
If SNMP is required:
-
Restrict access via firewall rules
-
Use read-only communities
-
Prefer SNMPv3 where supported
Leave a Reply