How to Check PC Health on Windows (Built-In Tools, No Downloads)

Quick Answer

Start with Task Manager → Performance (Ctrl + Shift + Esc) to see real-time CPU, memory, disk, and network usage — anything consistently at 100% is a bottleneck. For storage health, download the free CrystalDiskInfo and check the SMART status of each drive. For system stability history, open Reliability Monitor (search "View reliability history" in Start) to see a timeline of crashes, errors, and failed updates. These three tools together cover the most common PC health concerns.

A PC health check is not a single number — it is an assessment across four hardware subsystems: storage (SSD or HDD), memory (RAM), processor, and power. Windows includes built-in tools for each, and knowing which tool to use for which component saves time when something feels slow or unstable. This guide covers every built-in Windows health check, what to look for in each, and which free third-party tool adds value for storage specifically.

Windows PC Health Check App

Microsoft provides a free "PC Health Check" app (available from microsoft.com) that primarily assesses Windows 11 upgrade eligibility — CPU, RAM, storage, and TPM requirements. For upgrade planning, it is useful. For diagnosing performance or hardware issues, the tools below are more relevant.

To run it: search for "PC Health Check" in Start if already installed, or download it from the Microsoft website. The results show component compatibility for Windows 11 and a general system overview.

Task Manager — CPU, Memory, Disk & Network Performance

Task Manager's Performance tab is the fastest route to a real-time health overview:

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Performance tab.

What to look for in each section:

SubsystemHealthy indicatorWarning sign
CPUUsage under 70% during normal tasks; speed matches rated frequencyConsistently 90–100% at idle or light use; throttling (speed below rated)
MemoryAvailable memory stays above 1–2 GB during normal useNear 100% use; significant paging (disk used as RAM) causing slowdowns
DiskRead/write speeds match drive spec; usage below 80% during normal tasksDisk at 100% constantly — common cause of Windows 10/11 sluggishness
NetworkThroughput matches your plan; low latency on EthernetConstant 100% utilization; high adapter errors in Properties tab

Click on any subsystem for a graph of historical usage over the last 60 seconds. Right-click the graph to change the timescale.

Performance Monitor — Detailed Diagnostics

For deeper analysis than Task Manager provides:

  1. Press Win + R, type perfmon, press Enter.
  2. In the left panel, click Data Collector Sets → System → System Performance.
  3. Right-click System Performance and select Start.
  4. Let it run for 60 seconds, then click Reports → System → System Performance → [most recent report].

The report provides an automated assessment with specific findings — common issues flagged include high disk queue depth, slow boot drivers, and memory pressure.

Reliability Monitor — Crash and Error History

Reliability Monitor shows a visual timeline of system crashes, application errors, and update failures over months:

  1. Search for "View reliability history" in the Start menu and open it.
  2. Each day column shows colored icons: red X for errors and crashes, yellow triangle for warnings, blue circle for information.
  3. Click any date to see what failed, with application names and error codes.

Reliability Monitor helps identify whether a problem is new or ongoing, and whether it correlates with a specific software install or update. A reliability score that drops suddenly usually means a driver update caused instability.

Storage Health — CrystalDiskInfo (Free)

Task Manager shows disk utilization but not drive health. For SMART data on each storage drive:

  1. Download CrystalDiskInfo from crystalmark.info (free).
  2. Open it — each drive appears as a tab with a color-coded health indicator: Blue = Good, Yellow = Caution, Red = Bad.
  3. Check Reallocated Sectors (ID 05) on HDDs and Wear Leveling Count (ID 177) on SSDs — both should be within safe thresholds.

Any Caution or Bad status means back up immediately and investigate which attribute triggered the warning.

Memory Check — Windows Memory Diagnostic

If you suspect RAM issues (random crashes, BSODs, application errors):

  1. Press Win + R, type mdsched.exe, press Enter.
  2. Choose Restart now and check for problems.
  3. The tool runs on reboot, before Windows loads. Check Event Viewer → Windows Logs → System for "MemoryDiagnostics-Results" after restarting.

Temperature Monitoring — CPU and GPU Health

Thermal throttling — where the CPU or GPU reduces its clock speed to avoid overheating — causes performance to drop under load. Diagnose it with:

  • HWiNFO64 (free): Shows real-time temperatures for CPU, GPU, and motherboard. Under load, CPU temps above 90°C on laptops and 85°C on desktops indicate cooling problems.
  • Task Manager → CPU: If CPU speed shown is consistently lower than the base clock speed (not just the boost speed) while the system feels slow, thermal throttling may be active.
  • Laptop-specific: Clean the cooling vents with compressed air if temperatures are high — dust blockage is the most common cause of laptop thermal throttling.

FAQs

My disk is at 100% in Task Manager but the PC is slow. What does that mean?

100% disk usage in Task Manager is one of the most common Windows performance complaints. Common causes: Windows Search indexing, Windows Update downloading/installing, an aging spinning HDD (HDDs reach 100% utilization much more easily than SSDs), antivirus scanning, or Superfetch/SysMain caching. Check which process is causing the disk usage by clicking the Disk column in Task Manager to sort by disk usage. An HDD at its capacity limit is the most frequently overlooked cause.

Is there a single tool that checks everything on a PC?

No single tool covers all hardware subsystems reliably. Use: Task Manager for real-time performance, CrystalDiskInfo for storage health, Windows Memory Diagnostic for RAM, and Reliability Monitor for historical crash patterns. Combining these four covers the major failure modes without requiring any paid software.

What does a Reliability Monitor score of 1 mean?

A score of 1 is the lowest on the 1–10 scale, indicating frequent critical errors or crashes in the time period shown. It does not necessarily mean the PC is about to fail — it could reflect an unstable driver, a misbehaving application, or a one-time corruption event. Click the date columns with red X icons to see exactly which processes crashed and look for patterns.

How do I check if my PC is overheating?

Download HWiNFO64 or the free version of HWMonitor. Run a CPU-intensive task (play a game, run a benchmark, or simply open many browser tabs) for 10–15 minutes. If CPU temperature exceeds 90°C on a laptop or 85°C on a desktop, the cooling system is insufficient for the load. Clean the vents and heatsink. On laptops, replacing dried thermal paste on CPUs more than 5 years old often restores 10–20°C of thermal headroom.

My PC passes all health checks but is still slow. What should I check next?

If hardware checks pass, the cause is usually software: a startup app consuming resources (check Task Manager → Startup tab), a browser with excessive extensions, an outdated or fragmented Windows install, or the PC genuinely being under-specced for the current workload. A clean Windows reinstall (using Windows 11's "Reset this PC → Remove everything → Cloud download" option) resolves the majority of software-caused slowdowns.

Summary

PC health is assessed across four subsystems — storage, memory, CPU, and thermals — each requiring a different tool. Task Manager's Performance tab gives a real-time overview across all subsystems in seconds. CrystalDiskInfo adds SMART data for storage health that Task Manager cannot provide. Reliability Monitor surfaces the crash and error history that explains why a PC feels unstable. Windows Memory Diagnostic confirms or rules out RAM as a cause of crashes. Together, these four built-in and one free tool cover the complete PC health picture without requiring paid software.

Last updated: Jul 21, 2026