ERROR_IPSEC_QM_POLICY_NOT_FOUND - 13001 (0x32C9)
The specified quick mode policy was not found.
Updated: Feb 21, 2026
Technical Meaning
This error code indicates that a quick mode policy, which is a component of Internet Protocol Security (IPsec) in Windows, was not found during an operation. Quick mode policies are used to establish and maintain secure connections between network endpoints.
Error Details
The error ERROR_IPSEC_QM_POLICY_NOT_FOUND with the numeric code 13001 (0x32C9) is returned when a quick mode policy required for IPsec operations cannot be located. This can occur during various IPsec-related tasks, such as establishing a secure connection or configuring security settings.
Usage Context
This error typically arises in scenarios where an IPsec policy needs to be applied or referenced but is not present in the system's configuration. It may also indicate that the specified quick mode policy does not exist or has been removed from the system.
Developer Interpretation
Developers should interpret this error as a sign that the necessary IPsec policy is missing or invalid. This can affect the successful execution of operations that rely on these policies, such as establishing secure connections over the network. Developers are advised to ensure that all required quick mode policies are correctly configured and available before performing any IPsec-related tasks.
Related Errors
ERROR_IPSEC_KEYING_MODULE_NOT_FOUND(13025)ERROR_IPSEC_PROCESSOR_NOT_FOUND(13049)ERROR_IPSEC_SA_NOT_FOUND(13073)
FAQ
Q: What does the ERROR_IPSEC_QM_POLICY_NOT_FOUND error mean?
A: This error indicates that a quick mode policy required for IPsec operations was not found.
Q: How can I resolve this issue?
A: Ensure that all necessary quick mode policies are correctly configured and available in the system before performing any IPsec-related tasks.
Summary
The ERROR_IPSEC_QM_POLICY_NOT_FOUND error code signifies that a required quick mode policy is missing or invalid, which can disrupt IPsec operations. Developers should verify the presence and configuration of all necessary policies to avoid this issue.