ERROR_SCRUB_DATA_DISABLED - 332 (0x14C)

Scrub is disabled on the specified file.

Updated: Feb 21, 2026

Technical Meaning

The ERROR_SCRUB_DATA_DISABLED error code indicates that data scrubbing is not enabled for the specified file. Data scrubbing, also known as self-healing or self-repairing storage, involves periodically checking and correcting errors in stored data to maintain its integrity.

Error Details

This error typically occurs when an attempt is made to perform a data scrubbing operation on a file that has been configured with data scrubbing disabled. The specific context can vary depending on the application or system component attempting the operation.

Usage Context

Data scrubbing is often used in enterprise storage solutions and certain file systems to ensure data integrity by detecting and correcting errors before they become critical issues. This error code may be encountered in scenarios where such operations are attempted, but it does not necessarily imply a failure of the system or application; rather, it indicates that the operation was not performed due to the disabled state.

Developer Interpretation

When encountering this error, developers should understand that the data scrubbing process is not active for the specified file. This could be intentional (e.g., performance optimization) or unintentional (e.g., misconfiguration). The developer's task may involve either enabling data scrubbing if it is desired or adjusting the operation to avoid triggering a disabled feature.

Related Errors

  • ERROR_SCRUB_DATA_COMPLETE (0x14D): Indicates that data scrubbing has been successfully completed for the file.
  • ERROR_SCRUB_DATA_IN_PROGRESS (0x14E): Indicates that data scrubbing is currently in progress for the file.

FAQ

Q: What does the ERROR_SCRUB_DATA_DISABLED error mean?

A: It means that data scrubbing is not enabled on the specified file, and an attempt to perform a related operation has failed due to this state.

Q: Can I enable data scrubbing for a file?

A: Yes, you can configure or enable data scrubbing for files as needed. Consult your system documentation or administrator for specific steps.

Summary

The ERROR_SCRUB_DATA_DISABLED error code signifies that the specified file does not have data scrubbing enabled. This is typically encountered when an operation requires active data scrubbing, but it can be managed by either enabling the feature or adjusting the operation to avoid triggering a disabled state.