Share via

My Acer aspire 3 keeps shutting off randomly

Jolo Mesare 0 Reputation points
2026-03-25T17:59:33.7733333+00:00

Here's my event log:

Log Name: System

Source: Microsoft-Windows-Kernel-Power

Date: 3/26/2026 1:36:33 AM

Event ID: 41

Task Category: (63)

Level: Critical

Keywords: (70368744177664),(2)

User: SYSTEM

Computer: jolomesare

Description:

The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.

Event Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

<System>

<Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331c3b3a-2005-44c2-ac5e-77220c37d6b4}" />

<EventID>41</EventID>

<Version>10</Version>

<Level>1</Level>

<Task>63</Task>

<Opcode>0</Opcode>

<Keywords>0x8000400000000002</Keywords>

<TimeCreated SystemTime="2026-03-25T17:36:33.8157711Z" />

<EventRecordID>1065</EventRecordID>

<Correlation />

<Execution ProcessID="4" ThreadID="8" />

<Channel>System</Channel>

<Computer>jolomesare</Computer>

<Security UserID="S-1-5-18" />

</System>

<EventData>

<Data Name="BugcheckCode">0</Data>

<Data Name="BugcheckParameter1">0x0</Data>

<Data Name="BugcheckParameter2">0x0</Data>

<Data Name="BugcheckParameter3">0x0</Data>

<Data Name="BugcheckParameter4">0x0</Data>

<Data Name="SleepInProgress">0</Data>

<Data Name="PowerButtonTimestamp">0</Data>

<Data Name="BootAppStatus">0</Data>

<Data Name="Checkpoint">0</Data>

<Data Name="ConnectedStandbyInProgress">true</Data>

<Data Name="SystemSleepTransitionsToOn">0</Data>

<Data Name="CsEntryScenarioInstanceId">4</Data>

<Data Name="BugcheckInfoFromEFI">false</Data>

<Data Name="CheckpointStatus">0</Data>

<Data Name="CsEntryScenarioInstanceIdV2">4</Data>

<Data Name="LongPowerButtonPressDetected">false</Data>

<Data Name="LidReliability">false</Data>

<Data Name="InputSuppressionState">0</Data>

<Data Name="PowerButtonSuppressionState">0</Data>

<Data Name="LidState">1</Data>

<Data Name="WHEABootErrorCount">0</Data>

</EventData>

</Event>

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 866.6K Reputation points Independent Advisor
    2026-03-25T18:32:10.5966667+00:00

    That event trace does not indicate the underlying cause of the system crashes, please check to see if your PC is producing any minidump files, I will check those to see if they provide any insight into a potential cause of the system crashes.

    Please do not upload a very large Memory.dmp file.

    Open Windows File Explorer.

    Navigate to C:\Windows\Minidump

    Copy any minidump files onto your Desktop, then zip those up.

    Upload the zip file to the Cloud (OneDrive... etc.), then choose to share those and get a share link.

    Then post the link here to the zip file, so I can take a look for you.

    0 comments No comments

  2. Q&A Assist
    2026-03-25T17:59:50.1733333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Event ID 41 with BugcheckCode 0 and PowerButtonTimestamp 0 indicates that Windows detected an unexpected/dirty shutdown but couldn’t record a specific error code. This typically points to a hardware or power-related problem rather than a Windows software issue.

    Based on the event data and the documented scenarios, this matches Scenario 3 in the Event ID 41 guidance: the computer is unresponsive or randomly restarts and Event ID 41 has all zero values.

    For an Acer Aspire 3 laptop, the most relevant checks are:

    1. Power and battery
      • Ensure the AC adapter and power cable are firmly connected and not intermittently losing contact.
      • If the battery is removable, reseat it; if not, verify behavior both on AC only and on battery only.
      • Sudden power loss (battery drain, loose adapter, faulty power circuitry) can cause Event ID 41 with zero bugcheck values.
    2. Disable overclocking (if present)
      • If any overclocking is enabled in firmware/BIOS or via OEM utilities, reset to defaults. The guidance explicitly recommends disabling overclocking and verifying if the issue persists at normal speed.
    3. Check memory (RAM)
      • Use a memory checker to verify RAM health and configuration. The documentation recommends confirming all memory modules run at the same speed and are correctly configured.
    4. Check for overheating
      • Overheating can cause the system to power off too quickly for Windows to log a proper bugcheck.
      • Ensure vents are not blocked, fans are working, and the device is used on a hard surface.
    5. Power supply and hardware health
      • Although aimed at desktops, the same principle applies: an underpowered or failing power subsystem can cause these symptoms.
      • If the laptop is under warranty, consider hardware diagnostics from Acer or a service center.
    6. Check for crash dump issues (Event ID 46)
      • In Event Viewer → System, look for volmgr Event ID 46: “Crash dump initialization failed!” around the same time.
      • If present, verify pagefile configuration as described: a misconfigured pagefile can prevent Windows from writing a dump even if a bugcheck occurred.
    7. Correlate with other events
      • Look for Event ID 6008 (“The previous system shutdown was unexpected”) and other hardware-related errors (disk, power, thermal) around the same timestamps to narrow down the cause.

    If the system continues to shut off randomly after these checks, the documentation notes that such symptoms “typically indicate a hardware problem,” so hardware diagnostics and vendor repair are the next step.


    References:

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.