Battery tickets come in two flavours. "It says plugged in, not charging" and "it was full when I left the office and dead an hour later." Both are answered by the same handful of checks, and the first one is a report Windows already keeps for you.
Run the report, look at the charger and the port, find what is consuming the power, and be honest when the battery has simply worn out. Here is the order.
Get the battery report first
Windows keeps a detailed battery history, and the command below writes it to an HTML file. Open it and look at three things. Under Installed batteries, compare Design Capacity with Full Charge Capacity: a full-charge figure far below the design figure means the battery has aged and no software fix will bring it back. Cycle Count tells you how hard it has been used. Further down, Battery capacity history shows the decline over time, and Battery usage shows the drain rate in recent sessions. A battery near its design capacity that drains in two hours has a consumption problem, and that is a later section.
powercfg /batteryreport /output C:\Temp\battery-report.htmlNot charging: charger, port and firmware
Plugged in, not charging is usually not the battery. Start with the charger. USB-C laptops negotiate power with the charger, and a 45 W phone charger or a low-quality cable on a laptop that wants 65 W or more results in slow charging, no charging, or a message about a low-power adapter. Use the charger that came with the laptop or one of the same wattage, and try the other USB-C port. On barrel-connector laptops, inspect the tip and the port for damage and wiggle.
Then look at charge thresholds. Dell, Lenovo and HP all ship utilities that cap charging at around 80 percent to extend battery life, and the laptop reports not charging when it reaches the cap. That is by design, and the setting is in Dell Power Manager or Dell Optimizer, Lenovo Vantage, or the HP firmware. Firmware and the embedded controller matter too: update the BIOS and run the vendor's built-in diagnostics from the boot menu, which test the battery and adapter directly and report a fault code.
Drains fast: find the consumer
Open Settings > System > Power & battery > Battery usage and look at the per-app list for the past 24 hours or 7 days. The usual culprits are a browser with many tabs, Teams in a long video call, and a sync or backup agent working through a large set of files. Screen brightness is the single largest hardware drain on most laptops, followed by the Wi-Fi radio on a weak signal, which transmits at full power trying to stay connected.
For anything that keeps the machine awake or busy when it should be idle, run powercfg /requests from an elevated prompt. It lists processes and drivers that have asked Windows not to sleep or not to dim the display, which is often a browser tab playing audio or a device driver. And check the power mode in Settings > System > Power & battery; Best performance on battery is rarely what the user needs.
powercfg /requests
powercfg /energy /output C:\Temp\energy-report.html /duration 60Hot in the bag: sleep and Modern Standby
A laptop that was closed at 100 percent and is dead or warm the next morning did not sleep properly. Most current laptops use Modern Standby, which keeps the system partially awake for network activity, and some combinations of drivers and apps keep it far too awake. Run powercfg /sleepstudy to see what kept the machine active during each standby session; the report names the offending driver or app.
Practical fixes: set the lid close action to Hibernate rather than Sleep for users who travel, set a short time to hibernate after sleep under the advanced power settings, and turn off network connectivity in standby where the setting is exposed. Update the chipset, network and graphics drivers from the vendor, because those are the ones that hold the machine awake. If Modern Standby is unfixable on a particular model, the vendor may offer a firmware option to use the older S3 sleep instead.
powercfg /sleepstudy /output C:\Temp\sleepstudy.htmlWhen to replace the battery
Batteries are consumables. When the full-charge capacity has dropped well below design, the cycle count is high and the user is getting a couple of hours, replace it rather than tuning power settings. Most business laptops have a user-replaceable or technician-replaceable battery and the part is inexpensive next to the productivity lost. Check the warranty first; batteries often carry a shorter warranty than the laptop, but a fault code from the firmware diagnostics usually gets a replacement.
One rule with no exceptions: a battery that has swollen, pushing the trackpad up or the case apart, comes out of service immediately. Power the laptop down, do not charge it, and get it to the vendor or a proper disposal route. RackLedge tracks battery health across managed fleets so replacements are planned rather than emergencies.
Frequently asked questions
The laptop says 100 percent but shuts off at 30 percent. Why?
The battery gauge has drifted from the real capacity, or a cell has failed. Run the vendor's battery calibration if it offers one, and check the battery report; if the full-charge capacity is far below design, replace the battery.
Is it bad to leave the laptop plugged in all day at a desk?
Not with a modern laptop, especially with a charge threshold enabled in the vendor tool. Keeping it at around 80 percent when docked is the setting that extends battery life.
Takeaway
Run the battery report before anything else, because it tells you in a minute whether the battery is worn or the laptop is wasting power. Check the charger wattage, the charge threshold and the firmware for not-charging tickets, and the per-app usage, powercfg /requests and the sleep study for drain tickets. Replace worn batteries without a fight and take swollen ones out of service on the spot.