Hello Rob,
What you are seeing is a known quirk in how Windows Admin Center surfaces cluster health. The “Critical failure due to previous issues in Validation Reports” flag is not dynamically cleared once you re‑run Test-Cluster and obtain only warnings. WAC caches the last failure state and continues to display it until the cluster health summary is reset. Removing the validation report files manually does not change the cluster’s internal health state because the information is stored in the cluster database and surfaced through the ClusterValidation resource.
The only way to reset the health status is to run a full validation again and allow the results to overwrite the previous failure state. However, if the validation still produces warnings, WAC will continue to show degraded health even though no failures are present. This is by design: warnings are treated as non‑blocking but still propagate into the dashboard view. The “Critical” flag persists if any prior run contained failures, and WAC does not downgrade it automatically.
In your case, the only active warning is PoolCapacityThresholdExceeded from Storage Spaces Direct. That warning is valid and will keep the cluster flagged in WAC until the pool usage drops below the configured threshold. You can confirm this by checking Get-ClusterHealthReport and reviewing the ClusterHealthEvents entries.
There is no supported method to clear the “Critical” status other than resolving the underlying warning or waiting for Microsoft to adjust WAC’s handling of historical validation results. If you want to verify that the cluster is otherwise healthy, rely on Test-Cluster and Get-ClusterLog rather than the WAC dashboard. The dashboard is conservative and will continue to show red until the S2D pool usage warning is addressed.
So in short: the cluster health state is not reset by deleting reports, and WAC will continue to show critical until the S2D pool usage warning is resolved. The cluster itself is healthy if Test-Cluster shows no failures.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
Domic Vo.