ERROR_IPSEC_MM_POLICY_PENDING_DELETION - 13021 (0x32DD)
The Main Mode policy is pending deletion.
Updated: Feb 21, 2026
Technical Meaning
The ERROR_IPSEC_MM_POLICY_PENDING_DELETION error code indicates that the Main Mode policy, which is a component of Internet Protocol Security (IPsec) in Windows, is scheduled for deletion. This typically occurs when an administrative action has been initiated to remove or modify the policy.
Error Details
The numeric value 13021 and its hexadecimal representation 0x32DD are used by the operating system to identify this specific error condition. The presence of this error code suggests that a change in IPsec configuration is pending, which may affect network security settings.
Usage Context
This error can be encountered during various administrative tasks related to IPsec policy management, such as when using the netsh command-line tool or through Group Policy updates. It indicates that an operation has been initiated but not yet completed, and the system is awaiting confirmation or further action from the administrator.
Developer Interpretation
Developers should interpret this error code to indicate a pending change in IPsec policy settings. The application should handle this condition by either waiting for the deletion process to complete or by taking appropriate actions based on the current state of the network security policies.
Related Errors
ERROR_IPSEC_MM_POLICY_NOT_FOUND(13020)ERROR_IPSEC_MM_POLICY_EXISTS(13022)
FAQ
Q: What does the ERROR_IPSEC_MM_POLICY_PENDING_DELETION error mean?
A: It indicates that a Main Mode IPsec policy is pending deletion.
Q: How should I handle this error in my application?
A: Your application should either wait for the deletion to complete or take appropriate actions based on the current state of network security policies.
Summary
The ERROR_IPSEC_MM_POLICY_PENDING_DELETION error code is a specific technical indicator that an IPsec Main Mode policy is scheduled for deletion. Developers should be aware of this condition and handle it appropriately in their applications to ensure smooth operation and maintain network security.