WARNING_IPSEC_QM_POLICY_PRUNED - 13025 (0x32E1)

The Quick Mode policy was successfully added, but some of the requested offers are not supported.

Updated: Feb 21, 2026

Technical Meaning

The WARNING_IPSEC_QM_POLICY_PRUNED error code indicates that a Quick Mode policy was successfully added to the IPsec configuration, but some of the requested security proposals or offers were not supported by the system. This suggests that while the overall policy addition was successful, there are limitations in terms of the specific security features or algorithms being offered.

Error Details

  • Error Name: WARNING_IPSEC_QM_POLICY_PRUNED
  • Numeric Code: 13025 (0x32E1)
  • Short Description: The Quick Mode policy was successfully added, but some of the requested offers are not supported.

Usage Context

This error typically occurs during the configuration of IPsec policies on a Windows system. When adding or modifying an IPsec policy, the system evaluates the security proposals (offers) specified in the policy. If one or more of these proposals are not supported by the system's current configuration or capabilities, this warning is issued.

Developer Interpretation

Developers should interpret this error as a notification that while the basic policy was accepted and applied, certain advanced features or algorithms were rejected due to unsupported conditions. This can be useful for logging purposes but does not prevent the overall policy from being active and effective in securing network traffic.

Related Errors

  • ERROR_IPSEC_QM_POLICY_REJECTED: A more severe error indicating that the entire Quick Mode policy was rejected due to unsupported offers.
  • ERROR_IPSEC_SA_NOT_FOUND: An error related to finding a specific security association, which might be encountered if the unsupported proposals affect existing associations.

FAQ

Q: What does this error mean?

A: This error indicates that while the Quick Mode policy was added, some of the requested security features or algorithms were not supported by the system.

Q: How can I resolve this issue?

A: Review and adjust the security proposals in your IPsec policy to ensure they are compatible with the current system configuration. Consult the documentation for supported security proposals.

Summary

The WARNING_IPSEC_QM_POLICY_PRUNED error is a specific warning indicating that while an IPsec Quick Mode policy was added, some of its requested offers were not supported by the system. This does not prevent the basic functionality of the policy but may limit advanced features. Developers should log this warning and ensure their policies are compatible with the current system capabilities.