All Posts

Windows 11 Built-In Monitoring: What It Shows and What It Hides

7 April 20268 min read1 views
GGFix monitors this 24/7

One offline machine during a deadline costs more than a year of monitoring.

With a fleet you can't physically check every machine every day, and most RMMs show 'online' right up until the moment a workstation blue-screens from thermal shutdown. GGFix watches the hardware layer — sensors, processes, BSODs decoded into plain English — and pushes alerts to whoever is on-call. Whether you have 3 machines or 300.

Start 3-Day Free TrialNo card required

Windows 11 Built-In Monitoring: What It Shows and What It Hides

Windows 11 ships with Task Manager, Resource Monitor, Performance Monitor, and Windows Reliability Monitor — all free, all built-in, and all useful for certain purposes. Many IT professionals and power users rely on these tools as their primary hardware health visibility. This is adequate for some scenarios and dangerously incomplete for others. This guide covers exactly what the Windows 11 built-in tools show, what they cannot show, and where the gaps are that allow real hardware failures to develop invisibly.

For context on the broader hardware monitoring landscape, see our complete hardware monitoring guide. For what to do when built-in tools aren't enough, see our critical PC sensors to monitor guide.

Task Manager: Performance Tab

Task Manager's Performance tab is the most commonly used hardware monitoring interface in Windows. It shows:

What it displays:

  • CPU: Total utilization percentage, base and current clock speed, number of cores and logical processors, L1/L2/L3 cache sizes, uptime
  • Memory: Total, in use, available, committed, cached RAM in GB
  • Disk: Active time percentage, read/write throughput in MB/s, response time in ms
  • GPU: GPU engine utilization by process, dedicated GPU memory usage, shared GPU memory usage, GPU temperature (added in Windows 10/11 as a late addition)
  • Network: Sent/received throughput

What it does NOT display:

  • CPU temperature (only GPU temperature was added; CPU temperature is absent)
  • CPU core temperatures (individual core readings)
  • Fan speeds (no fan sensor data is exposed)
  • Voltage rail readings (+12V, +5V, +3.3V)
  • VRM temperature
  • SSD S.M.A.R.T. health data (wear level, reallocated sectors)
  • GPU VRAM temperature (separate from GPU core temp)
  • GPU hotspot temperature
  • Throttle state (whether CPU or GPU is thermally throttling)
  • Battery wear percentage (only current charge level)

The critical gap: Task Manager shows GPU temperature but not CPU temperature. The most commonly failing sensor category for desktop hardware — CPU thermal management — is completely invisible in Task Manager.

Resource Monitor

Resource Monitor (accessible from Task Manager → Performance tab → Open Resource Monitor) provides deeper process-level visibility:

What it displays:

  • CPU: Per-process CPU utilization, per-process handles and threads, overall CPU utilization and frequency
  • Memory: Per-process working set, hard faults per second, total memory breakdown
  • Disk: Per-process disk activity, per-file disk activity, storage read/write queues
  • Network: Per-process network activity, per-connection status

What it does NOT display:

  • Any hardware sensor data (temperatures, voltages, fan speeds)
  • Drive health metrics beyond current utilization
  • Hardware thermal state

Best used for: Diagnosing which process is consuming CPU, memory, disk, or network resources. Not useful for hardware health assessment.

Windows Performance Monitor

Performance Monitor (perfmon.exe) is the most powerful Windows built-in monitoring tool, designed for system administrators:

What it displays:

  • Over 100 performance counter categories including: Processor (utilization, interrupts), Memory (pages/sec, available bytes), Physical Disk (disk time, transfer rates), Network Interface (bytes/sec, errors), Processor Thermal Zone Information
  • Historical logging to files
  • Custom dashboards with multiple counters
  • Alerts based on counter thresholds

The thermal zone counter: Windows Performance Monitor includes a "Processor Thermal Zone" counter that reports thermal zone temperature. However, this counter does not reliably report CPU die temperature — it reports the ACPI thermal zone reading, which is an abstracted value that may not accurately reflect actual CPU temperature on all hardware configurations. Testing shows it frequently reports temperatures 10–15°C lower than actual CPU temperatures measured by dedicated hardware monitoring tools.

What it does NOT display:

  • GPU temperatures (not a native Performance Monitor counter)
  • Fan speeds
  • S.M.A.R.T. drive health
  • Accurate CPU temperature on most consumer hardware
  • VRM temperatures

Windows Reliability Monitor

Reliability Monitor (accessible from Control Panel → Security and Maintenance → Reliability History, or search "reliability") shows a timeline of software and hardware failures:

What it displays:

  • Application crashes with timestamps and error codes
  • System crashes (BSODs) with timestamps
  • Windows Update history
  • Hardware failure events logged by Windows
  • Reliability score (1–10) over time

What it does NOT display:

  • Thermal events that preceded crashes (no temperature data)
  • S.M.A.R.T. drive pre-failure indicators
  • Fan failures
  • Hardware events that did not cause a system crash or application failure

Best used for: Post-failure investigation. Reliability Monitor is useful after a crash occurs to understand the frequency and type of failures. It is retrospective, not predictive.

Windows Event Viewer: Hardware Events

Event Viewer records hardware-related events that other tools do not show:

Relevant event logs for hardware monitoring:

  • System log: Hardware error events (WHEA — Windows Hardware Error Architecture), driver failures, disk errors
  • Microsoft-Windows-Kernel-Power: Power-related hardware events, unexpected shutdowns
  • Microsoft-Windows-Storage-Tiering: Storage health events
  • SMART failure events (logged by Windows Storage Health service)

For a complete guide to using Event Viewer for hardware diagnostics, see our Windows Event Viewer hardware diagnostics guide.

Limitation: Event Viewer logs events after they occur, not proactively. A S.M.A.R.T. failure prediction event in Event Viewer means the drive is already failing. Proactive monitoring catches the wear metrics before this event fires.

The Complete Picture: What Windows Cannot Tell You

Combining all Windows 11 built-in tools, here is a summary of what remains invisible:

MetricTask ManagerPerf MonitorEvent ViewerHardware Monitor Needed
CPU temperatureInaccurateYes
GPU temperature✅ (core only)For VRAM/hotspot
Fan speedsYes
Voltage railsYes
S.M.A.R.T. wear levelPartial (failure only)Yes
CPU throttle stateYes
Battery wear %Yes
VRM temperatureYes
Thermal trends over timeYes (complex)Yes (automated)

Where Dedicated Monitoring Fills the Gap

GGFix reads all the sensor categories that Windows built-in tools miss: CPU temperature, fan speeds, voltage rails, S.M.A.R.T. health, GPU VRAM and hotspot temperatures, VRM temperatures, throttle states, and battery wear. It does this continuously, stores the historical data in the cloud, applies AI analysis to detect anomalies, and sends automated alerts — none of which the Windows built-in tools provide.

For a fleet of more than one machine, cloud-based monitoring also provides centralization — all machines visible in one dashboard rather than requiring manual review on each individual machine.

Frequently Asked Questions

Does Windows 11 show CPU temperature anywhere?

Not natively and accurately. The Performance Monitor Thermal Zone counter is present but unreliable on consumer hardware. CPU temperature requires a dedicated hardware monitoring tool (HWiNFO, LibreHardwareMonitor, or a monitoring agent like GGFix) that reads the CPU's thermal sensor directly via the hardware abstraction layer.

Can I get fan speed data from Windows without installing extra software?

Not through any standard Windows interface. Fan speed data is read from hardware monitoring chips (typically ITE, Nuvoton, or similar super I/O chips on the motherboard) that are not exposed via Windows WMI or Performance Monitor by default. Dedicated tools like HWiNFO access this data via direct hardware register reads.

Is the S.M.A.R.T. data visible in Windows?

Windows does access S.M.A.R.T. data — the Storage Health service monitors drives and logs events when S.M.A.R.T. predicts failure. However, the raw S.M.A.R.T. attributes (wear level percentage, reallocated sector count, power-on hours) are not visible in any standard Windows UI. Tools like CrystalDiskInfo (free, local) or GGFix (cloud, fleet-wide) provide S.M.A.R.T. attribute visibility.

Why doesn't Windows show hardware temperatures when macOS shows them in About This Mac?

Apple controls both the hardware and the OS, allowing direct sensor integration into the OS interface. On Windows, hardware comes from hundreds of manufacturers with different sensor chips and different register layouts. Microsoft exposes a limited ACPI/WMI hardware abstraction that doesn't cover the full range of sensors. Third-party tools access sensors directly because the Windows hardware abstraction layer doesn't expose all of them.

Should I use Windows built-in tools or a dedicated monitoring tool?

For quick checks on a single machine, Windows built-in tools (Task Manager Performance tab, Event Viewer) are adequate for CPU/memory/disk utilization and crash history. For hardware health assessment — temperatures, fan speeds, S.M.A.R.T., throttle states — dedicated tools are required. For fleet monitoring of multiple machines with automated alerting, dedicated tools like GGFix are the only option.

GGFix Hardware Monitoring

Stop checking machines manually. Watch all of them at once.

GGFix gives you a single dashboard for your entire fleet — sensors, processes, and decoded BSODs across every machine — with AI-powered alerts that push to Telegram or your PSA webhook.

  • 3-day free trial — no credit card, 1 machine included
  • Installs silently as a Windows Service (2 minutes)
  • 50+ sensors + top 25 processes monitored every minute
  • Auto-decodes BSODs and Event IDs 41 / 1001 / 219 / WHEA
  • AI names the exact app that caused any crash or spike
  • Telegram or email alerts in under 10 seconds
Start Monitoring Free
$20/mo · $200/yr (2 months free) · cancel anytime
What does ignoring this actually cost?
ScenarioTypical cost (USD)
Emergency repair after hardware failure$300 – $1,500
Data recovery (worst case)$500 – $2,500
Lost workday per incident$150 – $800
Preventive maintenance (if flagged early)$30 – $130
GGFix monitoring (per machine / month)$20
GGFix monitoring (per machine / year — 2 months free)$200

Early warning is the cheapest insurance you can buy. GGFix catches problems when the fix is still cheap — and names the exact app, sensor, or BSOD code responsible.

Start Monitoring Free — 3 Days
1 machine · no card required · 2 minutes to install

Writing about hardware monitoring, fleet management, and keeping machines alive. Powered by GGFix.

[ free 3-day trial · no credit card ]

Know before it breaks.

GGFix installs in 2 minutes and starts watching your hardware immediately — CPU temps, GPU load, disk health, fan speeds, and 50+ sensors. AI tells you what's wrong before it causes damage.

3 days freeNo credit cardSetup in 2 minCancel anytime

We use essential cookies to make this site work. With your consent we also use analytics (Google Analytics) and error reporting (Sentry) to improve the product. See our Cookie Policy and Privacy Policy.