1. Calibrate the Battery
To ensure the battery level is displayed accurately, perform a battery calibration:
- Charge the laptop battery to 100%.
- Disconnect the power adapter and use the laptop until the battery is fully drained and the laptop shuts down automatically.
- Reconnect the power adapter, fully charge the battery, and repeat this process 1–2 times.
2. Check Battery Health
Check the battery’s health status to confirm its actual capacity and performance:
- Open Command Prompt (CMD) as an administrator and run the following command to generate a battery report:
Code: Select all
powercfg /batteryreport
Code: Select all
C:\Windows\System32\battery-report.html
3. Disable Low Battery Shutdown and Hibernation
To prevent the laptop from shutting down or hibernating unexpectedly at low battery levels, adjust the following settings:
- Open Control Panel → Power Options → Change plan settings → Change advanced power settings
- Find "Critical battery action" and set it to "Do nothing."
Run the following command in Administrator CMD to disable hibernation:
Code: Select all
powercfg -h off
- Open Control Panel → Power Options → Choose what the power buttons do
- Uncheck "Turn on fast startup" and save changes.
4. Further Support
If the issue persists after completing the above steps, please generate a battery health report (`battery-report.html`) and provide it to us for further analysis and troubleshooting.