When my battery reached about 10%, I thought about charging it. But suddenly, a warning appeared: "Shutting down in less than 1 minute." No cancel button, no choice—just a forced shutdown while I had files open. Honestly, I was frustrated.

"But I still had 10% left. Why?"

This question started an investigation that revealed several surprising facts about battery management. In this article, I'll share what I discovered.

How Critical Battery Action Works

First, I identified what caused the sudden shutdown.

Windows has a feature called "Critical Battery Action." It's a mechanism that forcibly executes shutdown or hibernation when the battery reaches a dangerous level to prevent data loss.

When I checked the advanced power settings, I found the following configuration:

In other words, a warning appears at 10%, and hibernation triggers the moment it reaches 5%.

"But it felt like I got the 10% warning and then was immediately forced to shut down. And it was a shutdown, not hibernation."

It felt like it dropped from 10% to 5% instantly. Something was off.

The Truth Revealed by Battery Report

Windows has a powercfg command that lets you examine battery status in detail.

powercfg /batteryreport

By the way, I initially mistyped it as powercfg /betteryreport and got scolded with "Invalid parameter." The correct spelling is batteryreport.

This command generates an HTML file at C:\Windows\System32\battery-report.html. When I opened it in a browser...

Honestly, I didn't know what to look at.

There were so many items—which ones were important? As I went through them one by one, critical numbers emerged:

The battery had degraded to about 80% of its original capacity.

In other words, compared to the original 86,000 mWh, it now only has 68,630 mWh. About 20% of capacity has been lost.

The Gap Between Display and Reality

Here's where I understood why it dropped from 10% to 5% so quickly.

Even though the screen showed "10%," the actual battery capacity was only 80% of new. This means, in reality, there was only 8% worth of power based on the original capacity.

From there, reaching the 5% forced shutdown level takes only a small amount of power consumption.

When a battery degrades, there's a gap between the displayed percentage and actual usable time. Especially at low levels (below 10%), it can drop much faster than displayed. The 10% warning appeared, and then it reached 5% in a flash. This was the essence of the problem.

Also, the setting was configured for "hibernation" but it actually "shut down." The exact cause isn't clear, but when batteries degrade, they may not operate according to the configured settings.

Charge Cycles and AC Connection

Seeing 287 charge cycles, I wondered: "Does this count even when the AC adapter is plugged in?"

After researching, a charge cycle counts as one when you've used 100% of battery capacity. For example:

When the AC adapter stays plugged in, charging stops once the battery reaches 100%, and then power is supplied directly from AC, so cycles barely progress.

In other words, 287 cycles is evidence of substantial battery-powered use. If AC-plugged-in was the main usage, even after years of use, it would be under 50 cycles.

AC Connection vs Battery Power: A Surprising Truth

Here, I learned another surprising fact.

"Keeping the AC adapter plugged in is bad for the battery, so you should frequently plug and unplug it."

I think many people believe this. I did too.

But for the PC itself, AC connection is gentler.

The reason is power stability:

Especially when doing video editing or heavy computational work that stresses CPU/GPU, AC connection provides more stable performance.

"But doesn't AC connection generate more heat?"

True, AC connection tends to enable performance mode where the CPU runs at full capacity, and the battery generates heat while charging. However, after charging completes, charging-related heat stops. Modern PCs bypass the battery and supply power directly from AC.

The bottom line:

Practical Solution: 80% Charge Limit Setting

To prevent battery degradation, it's important not to keep it constantly at 100% charge while plugged in.

Ideally, use within the 20-80% range, but manual management isn't realistic.

That's why many recent laptops have a "battery charge limit setting" feature.

With this setting, even with the AC adapter plugged in, the battery only charges to 80%. This minimizes degradation.

[📦 商品リンク: moshimo-lenovo-banner-728x90]

Charging with Power Banks

When charging from a power bank while out, it's basically treated the same as an AC adapter. From the PC's perspective, it's recognized as "external power connection," so battery charge limit settings apply the same way.

However, there's a caution:

Verify sufficient power (wattage)

If power is insufficient, charging will be slow, or it might even discharge instead of charge. Especially when working under high load while charging, the power bank's output is crucial.

To check, look at the AC adapter itself. If it says "OUTPUT: 20V 3.25A," you can calculate wattage as voltage × current (in this case, 65W).

A 60W power bank works for most standard laptops. However, gaming PCs or high-spec models may require 90W or more, so it's safer to verify beforehand.

Practical Guidelines

Finally, here are practical guidelines I learned from this experience.

For desk-based use (minimal portability):

For frequent portability:

Setting adjustments (if battery is degraded):

When a battery is degraded, the time from the 10% warning to the 5% forced shutdown becomes very short. Setting warning levels higher ensures you have time to charge comfortably.

[📦 商品リンク: moshimo-nec-direct-banner-728x90]

Conclusion

What started as the question "But I still had 10% left" led to discovering the invisible issue of battery degradation.

By checking the battery report with the powercfg command, the gap between display and reality became visible. I also learned the surprising fact that AC connection is gentler on the PC itself, and discovered the practical solution of 80% charge limit settings.

Batteries are consumables and will degrade eventually. But usage patterns can control the degradation speed. And with appropriate settings, you can free yourself from the stress of sudden shutdowns.

I hope this article helps someone facing similar issues.