How Do WooCommerce Low Stock Notifications Work?
How the WooCommerce Notification Triggers
The check happens as part of the normal stock-reduction process when an order moves to a status that reduces stock (covered elsewhere) — if the resulting stock level is at or below the configured low-stock threshold, WooCommerce sends the configured admin notification email. This is threshold-crossing logic, not a periodic check, meaning it fires at the moment of the triggering order, not on some separate schedule.
Things Worth Knowing
- The store-wide threshold applies to every stock-managed product unless a specific product has its own override set individually, useful for products needing a different reorder lead time than the general default.
- Notification emails go to the store's configured admin email address(es), not automatically to a specific inventory manager unless that's who the admin notification email is actually set to.
- This is a one-time alert per depletion event, not a recurring reminder — if stock stays below the threshold without further orders, no additional notification repeats indefinitely.
- A separate "out of stock" notification exists distinctly from the low-stock one, firing specifically when stock reaches zero, which is a different, later threshold than the low-stock warning.
Configuring This Well
- Set a store-wide threshold reflecting a realistic reorder lead time for the business.
- Override the threshold per product where a specific item has meaningfully different lead times or sales velocity.
- Confirm the notification email address actually reaches whoever manages inventory day to day.
Need a more sophisticated inventory alerting workflow built? See custom WooCommerce development.