Started around 3/26/2026, may be after windows or parallels update, windows 11 shuts down suddenly.
I saved the minidump file and analyzed with WinDbg;
DRIVER_POWER_STATE_FAILURE (9f)
A driver has failed to complete a power IRP within a specific time.
Arguments:
Arg1: 0000000000000003, A device object has been blocking an IRP for too long a time
Arg2: ffffd10ad2fb8360, Physical Device Object of the stack
Arg3: fffff800667288b0, nt!TRIAGE_9F_POWER on Win7 and higher, otherwise the Functional Device Object of the stack
Arg4: ffffd10ad630dbf0, The blocked IRP
I have experienced this type of shutting down of W11 at least 10 times for the last 3 weeks, all in the middle of light load with windows side using excel, outlook, pdf exchange. Mac side is clear of any open apps.
Based on my research (thanks to ChatGPT), latest Windows update is causing the problem. Anyone experiencing the same?
Please let me know what I can do to stop these sudden shutdowns?
I saved the minidump file and analyzed with WinDbg;
DRIVER_POWER_STATE_FAILURE (9f)
A driver has failed to complete a power IRP within a specific time.
Arguments:
Arg1: 0000000000000003, A device object has been blocking an IRP for too long a time
Arg2: ffffd10ad2fb8360, Physical Device Object of the stack
Arg3: fffff800667288b0, nt!TRIAGE_9F_POWER on Win7 and higher, otherwise the Functional Device Object of the stack
Arg4: ffffd10ad630dbf0, The blocked IRP
I have experienced this type of shutting down of W11 at least 10 times for the last 3 weeks, all in the middle of light load with windows side using excel, outlook, pdf exchange. Mac side is clear of any open apps.
Based on my research (thanks to ChatGPT), latest Windows update is causing the problem. Anyone experiencing the same?
Please let me know what I can do to stop these sudden shutdowns?