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.
| Tool | Live watts | Price | Best for |
|---|---|---|---|
| Watt's Left | Yes, front and centre | Free | A quick glance: is it charging, how fast, how long is left |
| HWiNFO | Yes, in the sensor list | Free | Logging every sensor in the machine |
| BatteryInfoView | Yes, one table row | Free | Battery serial, design capacity, wear, exports |
| powercfg /batteryreport | No | Built in | Capacity and usage history over weeks |
| USB-C power meter | Yes, on the cable | $15 to $40 | Testing 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 glanceWatt'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 Store2. HWiNFO
Best for logging everythingHWiNFO 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 exportsBatteryInfoView 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 WindowsOpen 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 cableA 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
- IN (charging): most laptop chargers are rated 45 to 100 W. A healthy laptop on a matching charger typically shows 30 to 65 W going into the battery, tapering as it fills. Under 20 W usually means a phone charger, a weak cable, or a port that only supports low power.
- OUT (discharging): an idle laptop with a dim screen draws roughly 5 to 15 W. Video calls, bright screens and heavy work push it to 25 to 60 W. Halving the draw doubles the time left.
- Why IN is lower than the charger's label: the laptop runs off the charger first. A 65 W charger powering a laptop using 20 W leaves about 45 W for the battery, and the battery slows the rate itself near full.
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.