Meaning of the symptom
"Slow" is only the user experience. The real cause still needs to be narrowed.
Safe sequence
- Check CPU pressure.
- Check memory pressure.
- Check disk activity and wait.
- Identify top consumers.
- Decide whether the issue is one process, many background tasks, or a startup/service pattern.
Common branch decisions
- High CPU with one process often points to one runaway workload.
- High memory with lots of swap/paging points to memory pressure.
- High disk wait with normal CPU often means storage or background service contention.
- If the slowdown is mostly at boot or login, examine startup and service load next.