Windows 11 Laptop Won’t Charge or Battery Not Detected

You plug the charger in and the percentage doesn’t move — or worse, it keeps dropping even though the cable is fully seated and the charging light is on. Sometimes it’s not a charging problem at all but a detection one, with Windows reporting “No battery is detected” as if the laptop suddenly forgot it has one. Either version turns a portable computer into one that only works while tethered to the wall, or not even then.

These two symptoms — won’t charge, and isn’t detected at all — share a lot of the same underlying causes, from a driver Windows has lost track of to a charger that isn’t actually up to the job, and most of them have nothing to do with the battery being physically worn out. Working through the software side first, before assuming the worst, saves both time and, potentially, an unnecessary repair.

Quick explanation: this guide covers telling a charging failure apart from a detection failure, the physical checks worth doing on the charger and cable first, confirming Windows sees the battery at the driver level, a stuck or draining percentage while plugged in, reinstalling a corrupted battery driver, and how to tell a genuine battery health problem from something Windows can still fix.

For the full feature list and usage details, you can also visit the Fixyfier Documentation.

Quick Answer

A laptop that won’t charge or shows no battery detected is most often a driver problem, an underpowered or faulty charger, or a loose connection — not a dead battery. Start with the physical basics (a different cable, a different outlet, a different USB-C port if that’s how the laptop charges), then check whether Windows even lists the battery correctly in Device Manager. If both of those come back clean, a battery report showing genuine capacity loss is the clearest sign the issue is hardware rather than software.

“Not Charging” and “No Battery Detected” Are Different Problems

It’s worth being precise about which symptom you’re actually seeing, because the two point in different directions. A laptop that shows a battery icon with a percentage, but that percentage won’t rise while plugged in, still has a battery Windows recognizes — the fault is somewhere in the charging path. A laptop that shows “No battery is detected” in its battery flyout has a more fundamental problem, since Windows isn’t seeing a battery at all, charging or not.
The second version tends to point more toward a driver or firmware issue, since a battery that’s physically present but electrically fine for Windows to read almost never simply vanishes from the system on its own. The first version has a wider range of possible causes, spanning everything from the charger itself to a driver that’s technically working but reporting stale information.
Keeping these two apart while you troubleshoot matters, since a fix aimed at one won’t necessarily do anything for the other — the physical and driver-level checks that follow apply to both, but which one you’re actually dealing with changes how much weight to put on each step.

Start With the Charger, Cable, and Port

Before touching any Windows setting, the charging hardware itself deserves thirty seconds of attention, since a surprising number of “the laptop won’t charge” cases turn out to be a cable, a port, or a charger rather than anything Windows is doing. These checks cost nothing and rule out the simplest explanation before you go looking for a software cause that isn’t actually there.
Try a different outlet, a different cable if the charger uses a detachable one, and — on laptops that charge over USB-C — a different port, since not every USB-C port on a given laptop is guaranteed to support charging. If the charger came with the laptop, confirm nothing has been swapped for a lower-wattage replacement, and inspect the port itself for dust or debris that can prevent a full, solid connection even when the plug looks properly seated.
If the laptop still won’t charge on a different cable, outlet, and port, that points away from the charging hardware and toward something Windows itself is doing — which is where the next check comes in.

Confirm Windows Sees the Battery at the Driver Level

Once the physical basics check out, the next question is whether Windows still recognizes the battery as a device at all. Under Device Manager’s Batteries node, a working system normally lists both a Microsoft ACPI-compliant control method battery entry and, usually, a battery driver specific to the laptop’s manufacturer — and a warning icon on either one is a very different situation from the whole node being missing or empty.
A warning triangle usually means Windows recognizes the hardware but the driver running it has run into a problem, which a driver update or reinstall can often clear up directly. An empty or missing Batteries node, on the other hand, means Windows never registered the battery in the first place — closer to the “no battery detected” symptom than a slow or stalled charge.
Fixyfier’s Windows Tools section puts a Device Manager shortcut a click away, getting you straight to this exact view without digging through Windows Settings first.

The Percentage Is Stuck, or Draining Even While Plugged In

A distinct pattern worth calling out on its own: the laptop is plugged in, the charging light is on, and Windows agrees a charger is connected — but the percentage doesn’t move, or it actively falls during heavy use. This usually isn’t a detection problem at all. It’s the charger delivering less power than the laptop is drawing, so the battery trickles along rather than actually gaining charge.
This shows up most often with USB-C laptops charged through a lower-wattage charger, a phone charger borrowed in a pinch, or a dock and hub that can’t pass through enough power under load — the laptop still detects a charging source, it just isn’t a strong enough one to outpace what the CPU and screen are using at the same time. Confirming what Windows currently reports about the battery’s status is the fastest way to see this directly rather than guessing from the percentage alone.
Get-CimInstance -ClassName Win32_Battery | Select-Object BatteryStatus, EstimatedChargeRemaining
A BatteryStatus value of 1 means discharging and 2 means charging — so seeing 1 while the charger is plugged in confirms the laptop is losing the power race rather than anything being broken. Switching to the laptop’s original charger, or one rated at or above its original wattage, is the actual fix here rather than anything inside Windows.
NordVPN
One Thing Worth Knowing

Troubleshooting a Dying Battery Usually Means Public Wi-Fi

A laptop that won't charge tends to get diagnosed away from home — at a café, an airport gate, or a coworking space with an outlet nearby — which usually means researching the fix over Wi-Fi you don't control while racing a shrinking battery. NordVPN keeps that connection encrypted, and the browsing you do while downloading a driver or manufacturer update, wherever you happen to be plugged in.

Protect This Session

A Corrupted Battery Driver Needing a Clean Reinstall

When the battery is entirely missing from Device Manager, or shows up with a persistent error that a simple driver update doesn’t clear, the fix is usually to remove the driver entirely and let Windows rebuild it from scratch rather than trying to patch whatever state it’s currently stuck in.
Uninstalling both battery entries under Device Manager’s Batteries node — the Microsoft ACPI-compliant control method battery and any manufacturer-specific entry alongside it — doesn’t remove the physical battery, only Windows’ current driver record of it. Forcing a fresh hardware scan afterward tells Windows to go looking for connected devices again from scratch, which reinstalls a clean battery driver without needing to hunt down installer files manually.
Fixyfier’s Fix & Repair section includes Fix Hardware Detection Issues, built for exactly this step — forcing Windows to re-detect a device right after its driver has been removed, in one click rather than digging back through Device Manager’s own scan option.

When It’s Genuinely a Battery Health Problem

If the charger checks out, Device Manager shows a clean driver, and the laptop still won’t hold a charge properly, it’s worth considering that the battery itself may have simply worn down. Every rechargeable battery loses a share of its original capacity over hundreds of charge cycles, and a battery that’s degraded far enough can behave exactly like a software problem — struggling to charge past a certain point, or losing charge unusually fast even once it does.
The way to tell the difference for certain is a battery report comparing the battery’s original design capacity against its current full-charge capacity. A gap of only a few percent is normal wear for a laptop that’s been in use for a while; a battery sitting at half its rated capacity, or one the report itself flags as needing attention, has crossed from a fixable problem into one that calls for a replacement.
Fixyfier’s System Tools section includes Generate Battery Report, which produces exactly this comparison in one click — the clearest way to know whether you’re chasing a driver or charger issue that’s genuinely fixable, or a battery that’s simply reached the end of its usable life.

Frequently Asked Questions

Why does Windows say the battery is detected but still not charging?

That combination usually points toward the charging path rather than Windows losing track of the battery. Windows can see and correctly report a battery’s presence while the charger, cable, or port isn’t actually delivering enough power to raise its charge — which is why the physical checks and the charger’s wattage matter even when Device Manager shows nothing wrong at all.

Can a Windows update cause a laptop to stop charging?

It happens more often than people expect. An update can install a generic battery driver over a manufacturer-specific one that was working correctly, or occasionally reset a power management setting tied to charging behavior. If the laptop charged fine before an update and started acting up right after, checking Device Manager for a recently changed driver is worth doing before assuming anything about the hardware itself.

Is it safe to keep using a laptop that shows “no battery detected”?

In most cases yes, as long as it’s plugged in continuously, since the laptop is simply running directly off the charger rather than off a battery Windows can’t see. The bigger risk is losing work instantly if the power ever cuts out, since there’s no battery buffer to fall back on — worth keeping in mind while you work through the driver-level checks rather than leaving it running unattended on a connection that could drop.

Let Fixyfier Help You Get to the Bottom of a Charging Problem

Fixyfier’s Windows Tools section puts Device Manager a click away for confirming what Windows actually sees at the driver level, its Fix & Repair section includes Fix Hardware Detection Issues for re-detecting the battery after a driver reinstall, and its System Tools section can Generate a Battery Report to settle whether the battery’s own health is the real culprit — together, a fast path through the most common reasons a laptop won’t charge.