ERROR_IPSEC_MM_AUTH_PENDING_DELETION - 13022 (0x32DE)
The Main Mode authentication bundle is pending deletion.
Updated: Feb 21, 2026
Introduction
This article provides a detailed explanation of the Windows error code ERROR_IPSEC_MM_AUTH_PENDING_DELETION with numeric value 13022 and hexadecimal representation 0x32DE. It focuses on its technical meaning, usage context, and developer interpretation.
Technical Meaning
The error ERROR_IPSEC_MM_AUTH_PENDING_DELETION indicates that the Main Mode authentication bundle is in a state where it is scheduled for deletion but has not been fully removed yet. This typically occurs during the normal operation of the Internet Protocol Security (IPsec) service, which manages security associations and bundles.
Error Details
- Error Name: ERROR_IPSEC_MM_AUTH_PENDING_DELETION
- Numeric Code: 13022
- Hex Code: 0x32DE
- Short Description: The Main Mode authentication bundle is pending deletion.
Usage Context
This error code may be encountered in various scenarios where IPsec Main Mode operations are being managed. It can occur during the lifecycle of security associations, particularly when they are scheduled for removal but have not yet been fully processed by the system.
Developer Interpretation
Developers should interpret this error as an informational message indicating that a specific authentication bundle is in the process of being deleted. This does not necessarily indicate a failure or issue; it is part of the normal operation of IPsec management services. Developers should be aware that this state may persist for a short period until the deletion process completes.
Related Errors
ERROR_IPSEC_MM_AUTH_FAILED: Authentication bundle failed to establish.ERROR_IPSEC_MM_AUTH_REJECTED: Authentication bundle rejected by peer.ERROR_IPSEC_MM_AUTH_TIMED_OUT: Authentication bundle timed out during establishment.
FAQ
Q: What does the error ERROR_IPSEC_MM_AUTH_PENDING_DELETION mean?
A: It indicates that an IPsec Main Mode authentication bundle is pending deletion, which is a normal state transition in the lifecycle of security associations managed by the system.
Q: Is this error critical?
A: No, it is not a critical error. It is part of the normal operation of IPsec services and does not indicate an issue that requires immediate attention.
Summary
The ERROR_IPSEC_MM_AUTH_PENDING_DELETION (13022) error code is a specific technical indicator used by Windows to manage the lifecycle of IPsec Main Mode authentication bundles. It signifies that such a bundle is in the process of being deleted but has not yet completed this state transition. Developers should interpret it as an informational message and take no action unless other errors or issues are present.