| Previous | Next |
| ERROR_ENCLAVE_FAILURE | ERROR_FAIL_SHUTDOWN |
ERROR_FAIL_NOACTION_REBOOT
A pending reboot prevents the operation from starting
ERROR_FAIL_NOACTION_REBOOT is a Win32 system result. Servicing, installation, driver, or configuration work can leave the system in a pending-reboot state. This result says the new operation did not begin; it should not be reported as partial success.
What the result means
No requested action was taken because the system must be restarted first.
What to check
- Determine which earlier installation or servicing action requested the reboot.
- Check installer, Windows Update, component servicing, and device setup logs.
- Confirm whether a restart is acceptable now and whether unsaved user work exists.
- After reboot, verify that the prerequisite operation actually completed.
Recommended handling
Prompt for or schedule a controlled restart, then rerun the original operation. Do not repeatedly launch the same request before the reboot or claim that changes were applied.
Developer notes
Return a distinct reboot-required outcome to callers and orchestration systems. Preserve idempotency so rerunning after restart does not duplicate completed steps.
References
Looking for a different code? Search another status or error code.
