How to: Fix Windows 10 Low Battery Notification Not Working

176
How to: Fix Windows 10 Low Battery Notification Not Working

Here we can see, “How to: Fix Windows 10 Low Battery Notification Not Working”

When a laptop’s battery is low and needs to be charged, Windows 10 will notify you with a popup. That notification, however, doesn’t always function. Is the low battery warning not appearing before your laptop or notebook battery runs out? This is how to resolve a malfunctioning battery notice on Windows 10.

Also See:  PS5 restocks: Where to buy PS5 in the next 24 hours

Battery notification won’t work on PC [FIX]

1. Switch the Battery Notification on

A few low battery notification settings are available when you switch on Windows’ battery notification feature. If those options are off, turning them on should bring back the notification in Windows 10. You can enable the low battery alert in this manner.

    1. To launch that application, click the Cortana button on the taskbar.
    2. In the search bar on Cortana, type “Control Panel.”
    3. In the image directly below, click to open the Control Panel.
    4. The tab shown below will open when you click Power Options.
    5. To access the window below, click Change plan settings > Change advanced power settings.
    6. Click Battery twice to reveal its settings.
    7. To expand the options displayed immediately below, click the + sign next to the Low battery notification.
    8. Choose On from the drop-down selections for the On battery and Plugged in options if they are both currently off.
    9. To validate the modified settings, click the Apply button.
    10. To close the window, click OK.

2. Configure the Low Battery Level

Examine the settings for the battery level if the notification is still not appearing. These choices alter the charge percentage necessary for the notification to appear. If the battery level percentages are less than 10%, increase them to roughly 25%. These options can be changed as follows.

    1. Return to the Power Options window (which includes the battery notification settings).
    2. As shown in the screenshot below, select Low battery level under Battery.
    3. Choose On battery, then type “25” into the text box.
    4. In the Plugged in the text box, type “25.”
    5. To apply and OK, click the buttons.

3. Configure the Critical Battery Action Settings

Additionally, you might need to adjust the crucial battery action parameters. To view further options, click Battery > Critical battery action, as shown in the image directly below. Select Shut down from the drop-down menu by clicking on battery. To make the new settings effective, click the Apply button.

4. Restore the Power Plan Settings to Default

The battery notification problem can also be fixed by returning the power plan settings to their normal defaults. You must individually change each of the three power plan parameters for this resolution. By choosing Balanced, Power Saver, or High Performance from the drop-down menu at the top of the Power Options window, you can return to the default settings. Click the Yes button after selecting the Restore plan defaults button.

5. Replace Your Laptop’s Battery

If your laptop or notebook is older, it may not be necessary to fix the low battery alarm notice. The battery in your laptop may have significantly degraded. If so, the PC might shut down when unplugged with the battery at 20–30% capacity. As a result, the PC turns off before its battery loses enough energy for the notification to appear.

User-serviceable batteries can be changed on your own. To remove the battery, slide the latch at the bottom of the laptop. If your laptop doesn’t have a user-serviceable battery, you can contact the maker and ask for a new one.

6. Add an Alternative Battery Notification to Windows

There are workarounds for the Windows 10 battery notifications, so you don’t actually need to address them. A few third-party programs offer alternative battery level indicators and alarms, like BatteryBar Pro and Battery Alarm. In Notepad or other text editors, you can also set up a script that launches a notification box when the charge falls below a predetermined percentage. This is how you configure a new Windows low battery alarm.

set oLocator = CreateObject("WbemScripting.SWbemLocator") 
set oServices = oLocator.ConnectServer(".","root\wmi") 
set oResults = oServices.ExecQuery("select * from batteryfullchargedcapacity") 

for each oResult in oResults 
    iFull = oResult.FullChargedCapacity 
next 

while (1) 
    set oResults = oServices.ExecQuery("select * from batterystatus") 
    for each oResult in oResults 
        iRemaining = oResult.RemainingCapacity 
        bCharging = oResult.Charging 
    next 
    iPercent = Round((iRemaining / iFull) * 100) 

    if iRemaining and not bCharging and (iPercent < 20) Then msgbox "Battery is 
at " & iPercent & "%",vbInformation, "Battery monitor" 
     wscript.sleep 300000 ' sleep for 5 minutes 
wend
    1. Use the Ctrl + C shortcut to copy the script from above.
    2. By hitting the Ctrl + V hotkey, launch Notepad, and paste the script there.
    3. In Notepad, click File and then choose Save As.
    4. From the Save as type drop-down menu, choose All Files.
    5. Battery, please.
    6. In the File name text box, type vbs.
    7. Select “Save File to Desktop” to save the file.
    8. Select “Save” from the menu.
    9. The desktop will now come with a battery.
    10. On it, vbs script. To execute the script, right-click it and choose Open.

Now, when the battery in your laptop falls below 20%, an alarm popup like the one below will pop up. There is an additional audio effect with the notice. By changing the value of iPercent 20 in the script, you can change when the window appears. As an illustration, the alert will appear at 24 percent with an iPercent value of 25.

In other words, if you can’t fix Windows’ low battery message, you can always switch it out for anything else. Windows’ battery settings may generally be changed to resolve the notification.

Conclusion

I hope you found this guide useful. If you’ve got any questions or comments, don’t hesitate to use the shape below.

User Questions

1. Why doesn’t my laptop let me know when the battery is running low?

You might not get the notification if method 1’s Low Battery notification is set to anything less than 20%. This occurs because Battery Saver, which disables some notifications at 20 percent, is active. By navigating to Windows 10 Settings > System > Battery, you can decrease the battery percentage for Battery Saver.

2. How do I remove the battery warning?

Technicians have confirmed that whether you use an aftermarket battery or an original Apple battery, the “Important Battery Message” will appear. Only replacing your battery with Apple Authorized Service Providers or Apple Stores will help you avoid the issue.

3. Does notification-disabling low power mode exist?

Calls and messages can still be placed and received. Because push notifications require a data connection and hence electricity, they will be disabled. Your battery will automatically enter Low Power Mode when it drops to 20%.

Also See:  The OnePlus 10 may try to steal Samsung's thunder

4. No low battery notification? : r/windows – Reddit

No low battery notification? from windows

5. Laptop doesn’t warn about low battery (Win10) – Reddit

Laptop doesn’t warn about low battery (Win10) from windows