I have been getting BSOD for a while now, during normal tasks like browsing and Word, but they are somewhat rare. But since 2 days, especially with a particular game, my PC has been crashing consistently after 2-3 minutes. It shows me the BSOD and restarts, giving 2 event logs that seem to be the cause:
Log Name: System
Source: Microsoft-Windows-Kernel-Power
Date: 22/08/2025 12:17:13
Event ID: 41
Task Category: (63)
Level: Critical
Keywords: (70368744177664),(2)
User: SYSTEM
Computer: DESKTOP-I9JKTCT
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="2025-08-22T10:17:13.7481099Z" />
<EventRecordID>28987</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="8" />
<Channel>System</Channel>
<Computer>DESKTOP-I9JKTCT</Computer>
<Security UserID=...
</System>
<EventData>
<Data Name="BugcheckCode">268435583</Data>
<Data Name="BugcheckParameter1">0x8</Data>
<Data Name="BugcheckParameter2">0xffff9300f5979e70</Data>
<Data Name="BugcheckParameter3">0xffffbb80ab662f10</Data>
<Data Name="BugcheckParameter4">0xfffff802b68b3450</Data>
<Data Name="SleepInProgress">0</Data>
<Data Name="PowerButtonTimestamp">0</Data>
<Data Name="BootAppStatus">0</Data>
<Data Name="Checkpoint">0</Data>
<Data Name="ConnectedStandbyInProgress">false</Data>
<Data Name="SystemSleepTransitionsToOn">0</Data>
<Data Name="CsEntryScenarioInstanceId">0</Data>
<Data Name="BugcheckInfoFromEFI">false</Data>
<Data Name="CheckpointStatus">0</Data>
<Data Name="CsEntryScenarioInstanceIdV2">0</Data>
<Data Name="LongPowerButtonPressDetected">false</Data>
<Data Name="LidReliability">false</Data>
<Data Name="InputSuppressionState">0</Data>
<Data Name="PowerButtonSuppressionState">0</Data>
<Data Name="LidState">3</Data>
<Data Name="WHEABootErrorCount">0</Data>
</EventData>
</Event>
And the other one (bugcheck):
Log Name: System
Source: Microsoft-Windows-WER-SystemErrorReporting
Date: 22/08/2025 01:13:11
Event ID: 1001
Task Category: None
Level: Error
Keywords:
User: SYSTEM
Computer: DESKTOP-I9JKTCT
Description:
The computer has rebooted from a bugcheck. The bugcheck was: 0x0000000a (0x0000000000008e48, 0x0000000000000002, 0x0000000000000000, 0xfffff807c4010d78). A dump was saved in: C:\WINDOWS\Minidump\082225-33765-01.dmp. Report Id: 5ed98325-e025-47c1-b366-bba856e73f90.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-WER-SystemErrorReporting" Guid="{abce23e7-de45-4366-8631-84fa6c525952}" />
<EventID>1001</EventID>
<Version>1</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2025-08-21T23:13:11.0607605Z" />
<EventRecordID>28763</EventRecordID>
<Correlation />
<Execution ProcessID="1356" ThreadID="1360" />
<Channel>System</Channel>
<Computer>DESKTOP-I9JKTCT</Computer>
<Security UserID=...
</System>
<EventData>
<Data Name="param1">0x0000000a (0x0000000000008e48, 0x0000000000000002, 0x0000000000000000, 0xfffff807c4010d78)</Data>
<Data Name="param2">C:\WINDOWS\Minidump\082225-33765-01.dmp</Data>
<Data Name="param3">5ed98325-e025-47c1-b366-bba856e73f90</Data>
</EventData>
</Event>
I also have the minidump files if they are helpful. I am not sure what to do or where to look. I already updated drivers and did some basic troubleshooting.
Thanks for helping me!