Site icon EfmSoft

What does NTSTATUS 0xC01C0023 (STATUS_FLT_REGISTRATION_BUSY) mean?

 
Previous Next
STATUS_FLT_NO_WAITER_FOR_REPLY STATUS_MONITOR_NO_DESCRIPTOR

STATUS_FLT_REGISTRATION_BUSY

STATUS_FLT_REGISTRATION_BUSY is a registration-time contention condition in Filter Manager's file-system database. It should be diagnosed as part of driver startup and concurrent filter lifecycle activity, not as a failure of an individual file operation or volume.

Record the exact registration attempt, filter name, and concurrent load/unload activity. A driver must not continue as though it obtained a valid filter handle. Whether a retry is appropriate depends on the driver's documented startup design; a blind loop in DriverEntry can turn a transient resource conflict into boot or service-start instability.

What to verify

Loading and unloading minifilters | Filter Manager concepts | NTSTATUS reference


Looking for a different code? Search another status or error code.

Exit mobile version