ERROR_FAIL_SHUTDOWN - 351 (0x15F)

The shutdown operation failed.

Updated: Feb 21, 2026

Technical Meaning

The ERROR_FAIL_SHUTDOWN error code indicates that a system shutdown operation has failed. This can occur during various system operations, such as when the operating system attempts to shut down due to user request or system events.

Error Details

  • Error Name: ERROR_FAIL_SHUTDOWN
  • Numeric Code: 351 (0x15F)
  • Short Description: The shutdown operation failed.

This error is typically returned by the Windows operating system when it encounters an issue that prevents a graceful shutdown. It can be indicative of various underlying problems, such as hardware issues, software conflicts, or resource constraints.

Usage Context

The ERROR_FAIL_SHUTDOWN error code can appear in different contexts within the Windows environment. For example:

  • During system shutdown initiated by the user or through a command.
  • When the operating system attempts to shut down due to a system event, such as a power failure or an unexpected crash.
  • In scenarios where the system is unable to complete a shutdown operation due to ongoing processes or resource conflicts.

Developer Interpretation

When encountering ERROR_FAIL_SHUTDOWN, developers should interpret it as a signal that the current shutdown process cannot be completed successfully. This error does not provide specific details about the cause but indicates that there are issues preventing the system from shutting down properly. Developers may need to investigate further to determine the root cause and take appropriate actions.

Related Errors

  • ERROR_SHUTDOWN_IN_PROGRESS (0x15D): Indicates that a shutdown is already in progress, which can prevent additional shutdown operations.
  • ERROR_SHUTDOWN_DENIED (0x163): Indicates that the system has been denied a shutdown request due to certain conditions.
  • ERROR_SHUTDOWN_TIMEOUT (0x164): Occurs when a timeout is reached during the shutdown process.

FAQ

Q: What does ERROR_FAIL_SHUTDOWN mean?

A: It indicates that a system shutdown operation has failed. This can be due to various issues, such as hardware problems or software conflicts.

Q: How can I troubleshoot this error?

A: Review the context in which the error occurred and check for any ongoing processes or resource constraints that might prevent a successful shutdown.

Summary

ERROR_FAIL_SHUTDOWN is a generic error code indicating that a system shutdown operation has failed. It does not provide specific details about the cause but suggests that there are underlying issues preventing the system from shutting down properly. Developers should interpret this error as a signal to investigate further and take appropriate actions to resolve any issues.