UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows laptop on a dark desk showing CPU temperature graphs and hardware monitoring software with colourful real-time sensor readouts
Fix It Yourself · Troubleshooting

iStats alternative Windows

Published 4 September 202613 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

You switched from Mac, or maybe you just want the same clean real-time hardware readout on your Windows machine that iStats gives Mac users. The problem? Most search results dump a list of ten random tools with zero context about which one actually does what iStats does. So here's what fifteen years of daily remote support has taught me: you don't need one magic app. You need to know which two or three free tools cover the same ground, and how to set them up properly. That's exactly what this guide covers for anyone looking for a proper iStats alternative Windows setup.

TL;DR

There is no direct iStats port for Windows, but combining Intel Power Gadget (CPU power and temperature), Open Hardware Monitor (full sensor coverage, portable) and HWMonitor (polished all-in-one readout) gives you a complete iStats alternative Windows setup. Run everything as administrator and add your chosen tool to the startup folder so it's always running.

⏱️ 13 min read ✅ 85% success rate 📅 Updated August 2026

Key Takeaways

  • No official iStats port exists for Windows. You build the equivalent from free tools.
  • Intel Power Gadget is the most accurate CPU temperature and power monitor for Intel systems, using MSR registers directly.
  • Open Hardware Monitor runs portable with no install and covers CPU, GPU, fans, voltages and drives.
  • HWMonitor is the easiest all-in-one option for most users and has a portable edition too.
  • Always run these tools as administrator or sensor readings will be incomplete or wrong.
  • Add your monitor to the Windows Startup folder so it launches at logon automatically.
  • Advanced users can query Open Hardware Monitor's WMI provider to build a custom tray overlay similar to the iStats menubar.

At a Glance

  • Difficulty: Easy
  • Time Required: 15 to 30 mins
  • Success Rate: 85% of users sorted on first attempt

Why There's No Direct iStats Alternative Windows App (And What to Do Instead)

Here's the thing: iStats on macOS works so well partly because Apple controls the entire hardware stack. The app talks directly to Apple's SMC (System Management Controller) and gets clean, consistent readings for every sensor on every supported Mac. Windows doesn't have that luxury. You've got Intel, AMD, Nvidia, a hundred different motherboard vendors and wildly different sensor chips. No single app covers all of it perfectly, and that's not a flaw in the tools, it's just the reality of the PC ecosystem.

What this means practically is that the best iStats alternative Windows approach is to use two tools together. One vendor-specific tool for accurate CPU readings, and one broader sensor tool for everything else. That combination genuinely replicates what iStats shows you, and in some cases gives you more detail than iStats does.

The root causes that send people searching for an iStats alternative Windows solution are pretty consistent. Some users need real-time CPU temperature and power monitoring because they suspect throttling. Others want to watch fan speeds and voltages to diagnose overheating. Some just want a lightweight tray readout that's always visible without opening Task Manager every five minutes. And a smaller group (usually IT folks) need to monitor several machines at once. Each of those needs has a slightly different answer, which is why I've split this guide into quick fixes, intermediate setup and advanced options.

One thing that catches people out constantly: these tools need to run as administrator. Not because of some dodgy permissions grab, but because hardware sensor registers are protected system resources. If you launch HWMonitor or Open Hardware Monitor without elevation, you'll get partial readings or zeros for half the sensors. Right-click, Run as administrator. Every time, until you've set up a proper elevated startup shortcut.

iStats Alternative Windows Quick Fix: Three Tools, Zero Cost

1

Intel Power Gadget: Vendor-Accurate CPU Monitoring Easy

  1. Check CPU compatibility
    Intel Power Gadget supports 2nd-generation Intel Core processors and later. Open Device Manager (right-click the Start button, choose Device Manager), expand Processors and check your CPU model. If you've got a Core i3, i5, i7 or i9 from 2011 onwards, you're good.
  2. Download and install
    Grab the Windows package from the Intel Power Gadget developer page. Run setup.exe as administrator and accept the UAC prompt. The installer automatically adds .NET Framework 4 and Visual C++ 2010 SP1 if they're missing, so you don't need to sort those separately.
  3. Launch and read the data
    Double-click the desktop shortcut. You'll see live charts for package power (watts), frequency (MHz), temperature (Celsius) and PROCHOT status. PROCHOT is the thermal throttling flag, so if that lights up, your CPU is hitting its temperature limit and pulling back its clock speed to cool down.
  4. Verify readings are live
    Open a browser, load a few tabs and watch the frequency and power charts climb. If everything stays at zero, close the app and relaunch it with a right-click and Run as administrator.
Success: You should see CPU package power, temperature and frequency updating every second. PROCHOT should be inactive at idle.
Intel Power Gadget covers CPU only. No GPU, no fans, no voltages. For those you need one of the tools below alongside it.
2

Open Hardware Monitor: Full Sensors, No Install Needed Easy

  1. Download the portable ZIP
    Head to openhardwaremonitor.org and download the current ZIP. No installer, no setup wizard. Extract it anywhere you like, even a USB stick.
  2. Run as administrator
    Right-click OpenHardwareMonitor.exe and choose Run as administrator. This is non-negotiable. Without elevation, fan speeds and voltage readings will be missing or wrong.
  3. Read the sensor tree
    The main window shows a tree structure: your CPU at the top with temperatures, power, load and clocks; then GPU with temperature, fan speed and load; then motherboard with voltage rails; then drives with temperatures. Exactly what iStats shows, just in a desktop window rather than a menubar.
Success: All major sensor categories show live values. Fan speeds update as you change workload.
3

HWMonitor: The Easiest All-in-One Option Easy

  1. Download from CPUID
    Go to cpuid.com/softwares/hwmonitor.html and grab either the installer or the portable ZIP. Pick 32 or 64-bit to match your Windows version (almost certainly 64-bit on any modern machine).
  2. Run as administrator and explore
    Launch it with elevated rights. HWMonitor lists temperatures, voltages, fan speeds, power draw, currents and clock speeds for every component it detects: CPU, GPU, motherboard, drives and sometimes even the PSU on boards with power monitoring. Scroll down, everything's there.
Success: You'll see min, max and current values for every sensor. The max column is particularly useful for spotting temperature peaks you might have missed.
HWMonitor and Open Hardware Monitor can't both run at the same time on some systems because they compete for the same low-level driver access. Pick one as your daily driver and use the other for occasional checks.

More iStats Alternative Windows Solutions: Making Monitoring Persistent

Getting a tool to open and show readings is the easy part. The harder part is making it actually useful day to day, which means having it run at startup, display the sensors you care about and not get in the way. This is where most people stop short and then wonder why they keep missing temperature spikes.

4

Add Your Monitor to Windows Startup Easy

  1. Open the Startup folder
    Press Windows + R, type shell:startup and press Enter. This opens the per-user startup folder at C:\Users\YourName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup.
  2. Create a shortcut
    Right-click inside the folder, choose New then Shortcut, and browse to your monitoring tool's executable. For Intel Power Gadget that's typically C:\Program Files\Intel\Power Gadget 3.6\PowerGadget.exe. For HWMonitor portable, it's wherever you extracted it.
  3. Set it to run as administrator automatically
    Right-click the new shortcut, choose Properties, then Advanced, and tick Run as administrator. This means it launches elevated at logon without you having to right-click it every time. You'll get one UAC prompt at startup, which is normal.
  4. Verify at next logon
    Sign out and back in. Your monitor should appear in the system tray or taskbar within a few seconds of the desktop loading. If it doesn't, check that the shortcut path is correct and that your account has permission to run the executable.
Success: Hardware monitoring is now always running in the background. You'll catch temperature spikes even during workloads you're not actively watching.

If you're on an Intel system and want the most accurate CPU readings, the best setup is Intel Power Gadget running alongside either HWMonitor or Open Hardware Monitor. Intel Power Gadget reads directly from Intel's MSRs (model-specific registers) and energy counters, which gives it vendor-accurate package power and temperature figures that generic tools sometimes get slightly wrong. Use it for CPU data, and let HWMonitor handle GPU, drives and motherboard sensors. Between the two you've got complete coverage, and that's a proper iStats alternative Windows setup that'll serve you well for daily monitoring.

If you're troubleshooting a machine that's been running hot and you suspect dust or airflow problems, check out our laptop overheating guide for the physical side of things. Software monitoring tells you the temperature, but it won't tell you whether the problem is a blocked vent or a dried-out thermal paste application. Those are separate investigations.

One thing that's easy to overlook: the prerequisites. Intel Power Gadget needs .NET Framework 4 and the Visual C++ 2010 SP1 runtime. The installer handles both automatically, but if you're on a stripped-down Windows installation (common on older business machines) and the install fails partway through, check Apps and Features for those runtimes. Open Hardware Monitor needs .NET 4.5 or later. You can confirm what's installed by going to Control Panel, Programs, and looking at Turn Windows features on or off, or just checking the Microsoft .NET Framework entries in Apps and Features.

Advanced iStats Alternative Windows Fixes: Build a Custom Tray Overlay

This section is for the people who want something that genuinely looks and feels like iStats, with a persistent overlay or tray icon showing live CPU and GPU temps at a glance. It takes a bit more setup but the end result is closer to the Mac experience than any off-the-shelf Windows tool.

5

Open Hardware Monitor WMI Provider: Build a Custom Readout Medium

  1. Confirm WMI is running
    Press Windows + R, type services.msc and press Enter. Scroll to Windows Management Instrumentation. It should be running and set to Automatic. If it's stopped, right-click and start it.
  2. Launch Open Hardware Monitor as administrator
    OHM must be running for its WMI provider to be active. It publishes sensor data to the root\OpenHardwareMonitor WMI namespace while it's open.
  3. Query sensors with PowerShell
    Open PowerShell as administrator and run: Get-WmiObject -Namespace root\OpenHardwareMonitor -Class Sensor | Select-Object Name, SensorType, Value | Format-Table. You'll get a table of every sensor OHM is reading, with live values. CPU temperature, GPU temperature, fan speeds, voltages, all of it.
  4. Build a tray script or app
    Use the WMI query above as the data source for a small PowerShell script or a lightweight C# app that reads specific sensors and displays them in the notification area. This is the closest you'll get to the iStats menubar experience on Windows. The success rate here is medium to high (around 60 to 80 percent) because it depends on your scripting comfort level and whether OHM supports all your hardware sensors.
Success: Your custom script or app shows live CPU and GPU temperatures in the Windows notification area, updating every few seconds.
6

Intel Power Gadget API: Vendor-Accurate CPU Data in Custom Apps Advanced

  1. Install Intel Power Gadget and the SDK
    The standard Intel Power Gadget installer includes the API libraries. After installation, the SDK headers and DLLs are in C:\Program Files\Intel\Power Gadget 3.6\.
  2. Call the API from your app
    The API exposes functions for reading CPU package power, per-core frequency, temperature and PROCHOT status directly from Intel MSRs. It works with C, C++ and .NET. Intel's developer documentation covers the full function reference.
  3. Integrate into a dashboard or widget
    Feed the API output into whatever display layer you prefer: a WPF window, a console overlay, a web dashboard. This gives you the same vendor-accurate data Intel Power Gadget shows, but in a format you design yourself.
This option is Intel CPU only. For AMD systems, the Open Hardware Monitor WMI approach in Solution 5 is the better route.
7

HWMonitor Remote: Monitor Multiple PCs at Once Medium

  1. Deploy HWMonitor on each machine
    Install or extract the portable version on every PC you want to monitor. Run each instance as administrator.
  2. Configure remote sensor access
    HWMonitor's extended version supports network-based remote monitoring. A central machine can pull sensor data from multiple remote systems over the local network, which is genuinely useful for IT teams managing several workstations.
  3. Combine with alerting scripts
    Use PowerShell or a simple batch script on the central machine to flag any system reporting temperatures above a threshold or fan speeds below a minimum. This turns passive monitoring into active alerting.
Success: You can see CPU temperatures, fan speeds and voltages from multiple machines in one place without walking between desks.

If you're dealing with a machine that's throttling hard and you're not sure whether it's a software or hardware problem, our Windows performance troubleshooting guide covers the broader diagnostic process. Hardware monitoring tells you the symptoms (high temps, low clock speeds), but the cause might be software-related, like a runaway process keeping the CPU at 100 percent load.

Preventing the Need for an iStats Alternative Windows Workaround

The best monitoring setup is one that catches problems before they become failures. Here's how to get the most out of whichever tools you've installed.

Keep everything updated. Windows, chipset drivers and your BIOS/UEFI firmware all affect how accurately sensors report. A stale BIOS can cause HWMonitor to show incorrect voltage readings or miss sensors entirely. Check your motherboard manufacturer's site for BIOS updates every few months, especially after a Windows major update.

Always run as administrator. Set up the elevated startup shortcut as described in Solution 4. If you're launching tools manually for a quick check, right-click and Run as administrator every single time. Half the support tickets I see about "HWMonitor showing wrong temperatures" are just the tool running without elevation.

Use logging to catch peaks you'd otherwise miss. Intel Power Gadget has a built-in logging feature that records power, frequency and temperature over time. HWMonitor tracks min and max values per session. Run a demanding workload (a game, a video render, a compile job) and then check the max column in HWMonitor or export the Intel Power Gadget log. If CPU temperature is hitting 95C or above under load on a desktop, something needs attention. On a thin laptop, 90C to 95C under sustained load is unfortunately common, but anything above that is a problem.

Don't rely on a single tool. Combine Intel Power Gadget with HWMonitor or Open Hardware Monitor for complete coverage. Intel Power Gadget gives you vendor-accurate CPU data. The others give you GPU, drives, fans and motherboard sensors. Together they replicate everything iStats shows on macOS and then some.

If monitoring reveals that a drive is running hot (above 55C to 60C under load for a spinning HDD, or above 70C for an NVMe SSD), that's worth investigating separately. Our SSD health check guide covers how to assess drive condition and whether a replacement is needed.

And if you're overclocking, please have a monitoring tool running before you push voltages or clocks. The number of machines I've seen with degraded CPUs because someone overclocked without watching temperatures is genuinely depressing. Set a safe thermal threshold in your head (85C for most desktop CPUs under sustained load is a reasonable ceiling) and don't cross it.

iStats Alternative Windows: Summary

There's no single app that does exactly what iStats does on macOS, but the combination of Intel Power Gadget, Open Hardware Monitor and HWMonitor covers every sensor category iStats monitors: CPU temperature and power, GPU temperature and load, fan speeds, voltages and drive temperatures. For most users, HWMonitor alone is enough to get started. Add Intel Power Gadget if you're on Intel and want vendor-accurate CPU power readings. Use Open Hardware Monitor's WMI provider if you want to build something custom. Run everything as administrator, add it to startup, and you've got a proper iStats alternative Windows setup that'll serve you well. The tools are free, they're well-maintained and they work on virtually every consumer PC configuration you're likely to encounter.

Frequently Asked Questions

No. Apple does not make iStats and there is no official Windows version. The closest equivalents are Intel Power Gadget for CPU power and temperature, Open Hardware Monitor for full sensor coverage, and HWMonitor for a polished all-in-one readout.

Intel Power Gadget is the most accurate for Intel CPUs because it reads directly from Intel MSRs and energy counters. It shows package power in watts, frequency in MHz, temperature in Celsius and PROCHOT throttling events on 2nd-generation and later Intel Core processors.

Yes. Open Hardware Monitor runs from a portable ZIP with no installation needed. HWMonitor also offers a portable edition. Run either as administrator for accurate sensor readings.

Most hardware sensors, especially CPU power registers and motherboard voltage rails, are protected system resources. Without elevated permissions the tools either show zero or return wildly inaccurate figures.

Intel Power Gadget shows PROCHOT events directly and flags when the CPU hits its maximum temperature limit. HWMonitor and Open Hardware Monitor both display component temperatures alongside fan speeds, so you can see if fans are running slow while temps are climbing.