Gaming/normal computing on laptop then "sleeps" very adruptly.

Joshua 0 Reputation points
2026-06-16T04:31:29.87+00:00

So, I was playing a game plugged into power while the battery was 100% and then this is somewhat hard to track down but, SOMETIMES, I've been experiencing a very abrupt ''sleep'' operation to happen. I checked the windows event log and I found the event when it "sleeped" and the kernel event stated "The system is entering sleep. Sleep reason: Battery". The laptop wasn't thermal throttling at all for this even to happen.

Device: Dell G5 5500

With the specifications of:

i7 10750H

GTX 1650TI

32GB ram

-thanks

Windows for home | Windows 10 | Sleep and Power on, off
0 comments No comments

3 answers

Sort by: Oldest
  1. AI answer

    2026-06-16T04:31:47.0233333+00:00

    The event log entry “The system is entering sleep. Sleep reason: Battery” indicates Windows believes a battery-related condition requires entering a sleep state, even if the device is plugged in and shows 100%.

    On Windows systems, sleep is controlled by power policies and system sleep criteria:

    • Windows can enter sleep automatically based on power conditions and configured policies, not only on user action. When power is low, an application or the system can request that the system suspend itself using the same mechanisms used for normal sleep transitions.
    • Before entering sleep, Windows determines the appropriate sleep state (S1–S3 or Modern Standby) based on hardware support and power policy, then transitions into that state. In S1–S3, the system appears off but retains memory and can wake from input or wake events.
    • The “Battery” sleep reason typically means Windows detected a battery/power status change that matched a policy condition (for example, a threshold or a perceived low/critical battery state), and therefore initiated sleep.

    Given that the laptop is plugged in and not overheating, likely causes include:

    1. A transient or incorrect battery/power reading causing Windows to think the battery dropped or changed state unexpectedly.
    2. A power policy or battery threshold that is being triggered incorrectly.
    3. A brief loss or fluctuation of AC power where the system falls back to battery and immediately applies a battery-based sleep rule.

    Relevant behavior from Windows power management:

    • When entering sleep, Windows preserves system and application state automatically; most applications do not need to do anything special. The system sends a suspend notification (PBT_APMSUSPEND) and then transitions to the selected sleep state.
    • Sleep state selection (S1–S3 or Modern Standby) and when to enter sleep are driven by criteria such as user activity, application activity, and power settings configured on the Power & sleep page.

    Practical steps based on this behavior:

    1. Review and adjust power settings
      • In Windows Settings → System → Power & sleep, check the timeouts for “On battery” and “Plugged in” and ensure they are not set too aggressively.
      • Confirm that no custom power plan or OEM tool is configured to force sleep on certain battery percentages.
    2. Check for battery/power anomalies
      • Monitor whether the battery icon or charge percentage flickers or briefly shows a drop when the issue occurs, which would indicate a hardware or connector issue.
    3. Verify sleep state behavior
      • Use powercfg /a in a command prompt to see which sleep states are available. This helps understand whether the system is using classic S1–S3 or Modern Standby, which can influence how quickly and under what conditions it sleeps.

    If the behavior persists, it points either to:

    • A hardware/power issue (battery, DC jack, or power circuitry intermittently reporting a bad state), or
    • An OEM-specific power management feature misinterpreting battery conditions.

    In that case, updating system BIOS/firmware and OEM power utilities, or having the battery/power hardware checked by the manufacturer, would be appropriate next steps.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

  2. Lester Bernard Reyes 84,725 Reputation points Independent Advisor
    2026-06-16T05:09:29.69+00:00

    Hi, I'm Bernard. I'm happy to help!

    Can you please check the System logs on the PC so I can further examine the root cause of the issue?

     

    To share the System logs, please follow the steps in the link below:

     

    Press the Windows key + X, then select "Event Viewer"

    Click the drop-down of "Windows logs"

    Right-click System > click Filter Current logs > Check: Critical, Warning, and Error > Hit OK

    On the right pane, click "Save Filtered Log File As..."

    Save the System logs file to your desktop and share it by following the steps from the link:

    https://support.microsoft.com/en-us/office/share-onedrive-files-and-folders-9fcc2f7d-de0c-4cec-93b0-a82024800c07

     

    Note: You can also use your preferred cloud storage to upload and share the logs.

    Note: This is a public forum. I may respond shortly, but I apologize in advance for any delays. I am simply a fellow user trying to provide helpful insights and information.

    Was this answer helpful?


  3. Lester Bernard Reyes 84,725 Reputation points Independent Advisor
    2026-06-17T05:53:13.4033333+00:00

    Upon checking and analyzing the event logs, the sleeping of the PC is happening due to an error on the disk and drivers. Multiple NTFS errors occur on the PC, which means there is a disk issue, and ROOT\DISPLAY\0000, which is a display driver error. To sort out the issue, kindly follow the steps below:

     

    Open Terminal (Admin) or Windows PowerShell(Admin) (Press Windows key + X then click Terminal(Admin))

     

    Copy, paste, and enter the command below:

     

    chkdsk c: /f

     

    Follow the prompt and restart the PC if needed.

    For the display issue, let us run a clean installation of the Nvidia driver. This is different from doing DDU or updating the driver, as this will remove all entries and replace them with compatible ones. Kindly follow the steps from the link below:

     

    https://nvidia.custhelp.com/app/answers/detail/a_id/10/~/geforce-experience-driver-installation-failed.-how-do-i-manually-clean-install#:~:text=%20How%20do%20I%20manually%20clean%20install%20the,installation%20process%2C%20close%20any%20programs%20which...%20More%20

     

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

     

    Additional note: If the issue persists, I suggest contacting a local technician to physically check the device for any hardware-related issues.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.