Watt's LeftGet the app

Guide

5 ways to see your laptop's charging watts on Windows

By Aron Frishberg · Published 8 September 2026 · Updated 8 September 2026

Windows shows you a battery percent and a guess at time left, but never the number that actually tells you what is going on: how many watts are flowing into the battery from the charger, or out of it into the laptop. The battery reports that number. These five tools get at it, from a one-window app to a hardware meter.

The short answer

To see live charging or discharge watts on a Windows laptop, install a small free app that reads the battery's rate directly. Windows reports the battery's charge or discharge rate in milliwatts through its battery interface (Microsoft, BATTERY_STATUS), but the built-in battery flyout never displays it. Watt's Left shows it as two big numbers. HWiNFO shows it buried in a sensor list. BatteryInfoView shows it as one row in a table. The powercfg report shows capacity history but no live rate. A USB-C meter measures the cable itself, which no software can.

ToolLive wattsPriceBest for
Watt's LeftYes, front and centreFreeA quick glance: is it charging, how fast, how long is left
HWiNFOYes, in the sensor listFreeLogging every sensor in the machine
BatteryInfoViewYes, one table rowFreeBattery serial, design capacity, wear, exports
powercfg /batteryreportNoBuilt inCapacity and usage history over weeks
USB-C power meterYes, on the cable$15 to $40Testing the charger and cable themselves

"Live watts" means the charge or discharge rate the battery itself reports, updated at least once a second.

1. Watt's Left

Best for a quick glance

Watt's Left is a free Windows app that shows two numbers: IN, the watts flowing from the charger into the battery, and OUT, the watts the laptop is drawing from the battery. It reads the battery hardware four times a second, shows real time left from your average draw over the last five minutes, and keeps thirty-minute graphs of charge, watts and voltage. Stored energy, voltage, health and cycle count sit below in small rows. Hover any number for a one-sentence explanation.

It is one small window, sized like a phone screen, with a tray icon showing the percent. No account, no ads, no tracking, and it makes no network connections at all. The installer is about 40 MB; the Store version is under 30 MB.

Get Watt's Left free on the Microsoft Store

2. HWiNFO

Best for logging everything

HWiNFO is a free hardware monitor built for enthusiasts and overclockers. Open it in sensors-only mode and scroll to the battery section: it lists charge rate, discharge rate, voltage, wear level and capacity alongside hundreds of CPU, GPU, drive and fan readings. It can log every sensor to CSV over time, which is useful for a proper drain test.

The trade-off is the interface. Finding the battery rate means scrolling past a hundred other readings every time, and the window is dense enough that most people only open it when something is wrong. It reads the same Windows battery interface Watt's Left does, so the numbers agree.

3. BatteryInfoView

Best for battery details and exports

BatteryInfoView is a tiny free utility from NirSoft, unchanged in spirit since 2012. It shows roughly twenty battery fields in a table: manufacturer, serial number, designed capacity, full charged capacity, wear level, voltage, and a "charge/discharge rate" row that updates every few seconds. A second view logs the values over time, and it exports to CSV or HTML.

It is accurate and it is small, but it is a data table rather than a display. Good when you want the battery's paperwork; less good when you just want to know if the charger is working.

4. powercfg /batteryreport

Built into Windows

Open a terminal and run powercfg /batteryreport. Windows writes an HTML report with the battery's design and full-charge capacity, a history of capacity over time, and recent usage sessions with how much energy each drained. It is the best built-in view of long-term battery health.

What it does not have is a live rate. The usage table shows energy per session after the fact, not watts right now, so it will not tell you whether the charger you just plugged in is any good.

5. A USB-C power meter

Best for testing the charger and cable

A USB-C inline power meter is a small dongle that sits between charger and laptop and shows the voltage, current and watts on the cable. It measures the charger's actual output, which is the one thing no Windows software can see, because Windows only knows what reaches the battery after the laptop has taken its share.

Useful for checking a cable that seems slow or a charger that negotiates a lower power profile than it should. USB-C Power Delivery tops out at 100 W in the standard range and 240 W in the extended range introduced in the 3.1 specification (USB-IF). It costs money and it is one more thing in the bag, so for day-to-day use an app is easier.

What the numbers mean

Questions

How many watts should my laptop charge at?

Most laptop chargers are rated between 45 and 100 W, and USB-C Power Delivery 3.1 allows up to 240 W. A healthy laptop on a matching charger typically shows 30 to 65 W flowing into the battery, dropping as it nears full. Under 20 W usually means a phone charger, a weak cable or a low-power port.

Why does the charging number never match the wattage printed on my charger?

The laptop takes its share first. A 65 W charger powering a laptop that is using 20 W leaves about 45 W for the battery, and the battery itself slows the rate as it fills. Windows only reports what reaches the battery, so no app can show the charger's total output.

Does Windows have a built-in way to see battery watts?

Not live. Windows shows a percent and a time estimate. powercfg /batteryreport gives a capacity history but no live rate. The battery does report its rate in milliwatts through the Windows battery interface, and third-party apps such as Watt's Left and HWiNFO read it from there.

Sources. Microsoft Learn, BATTERY_STATUS structure (rate reported in milliwatts; positive charging, negative discharging). USB Implementers Forum, USB Power Delivery specification (100 W standard power range, 240 W extended power range, revision 3.1, 2021). Typical charge and drain figures are from readings across common Windows laptops with Watt's Left, September 2026.