A service hung (stopped responding) while starting.
Security tool service hangs during start may indicate interference or resource exhaustion.
Alert: hangs in AV, EDR, or monitoring agents.
param1param2Computer Starting points — adapt the log source, projected fields and thresholds for your environment.
Event
| where EventLog == "System" and EventID == 7022 // The service hung on starting
// EventData holds: param1, param2, Computer
| project TimeGenerated, Computer, RenderedDescription
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:System" EventCode=7022
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# The service hung on starting — add EventData fields: param1, param2, Computer`
The service hung on starting. A service hung (stopped responding) while starting.
Event 7022 is written to the System channel by Service Control Manager / Kernel. Logged by default in the System channel; no audit policy required.
Alert: hangs in AV, EDR, or monitoring agents.