Avg Processing -> Completed Time for the selected period.
At a glance
The average fulfilment lead time across your store: how long an order sits inprocessing(paid, awaiting fulfilment) before it flips tocompleted. On WooCommerce this is your operational pulse, a rising number means orders are piling up in the warehouse or a fulfilment integration has stalled. The card measures the gap between when each order enteredprocessingand when it reachedcompleted, then averages across all orders that completed in the window.
Calculation
Calculated automatically from your WooCommerce data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A self-hosted WooCommerce homewares store on WC 9.0 with a 3PL fulfilment plugin that flips orders tocompleted when the warehouse confirms despatch. The 30-day window covers 14 May 26 to 12 Jun 26 and 1,200 orders reached completed in that window.
Four things to notice:
- The store-wide average is 28.4h, under the
>48halert. Nerve Centre stays quiet, but the spread is the real story: standard stock clears in 19h while made-to-order drags to 71h. A single blended number hides product-mix effects, so read it alongside the cohorts when you can. - Weekend orders inflate the figure mechanically. Orders placed Saturday and Sunday cannot despatch until Monday, adding ~48h of wall-clock time with no operational fault. A store that runs a heavy weekend-promo calendar will see this card rise every Monday. That is expected, not a regression.
- The metric depends on when
completedis set, not when the parcel physically ships. If the 3PL plugin batches its callback overnight, every order’scompletedflip lands at 02:00 regardless of actual despatch time, compressing or stretching the measured duration. Knowing how your fulfilment integration setscompletedis essential to reading this card. - A breach of 48h is an operations signal, not an accounting one. When this card crosses the threshold the next stop is Order Processing Backlog to see how many orders are stuck in
processingright now, and On-Hold Orders to rule out payment-side delays feeding the queue.
Sibling cards merchants should reference together
Reconciling against WooCommerce
Where to look in WooCommerce Admin: WP Admin → WooCommerce → Orders filtered toCompleted, then open individual orders and read the Order notes sidebar, which timestamps each status transition (for example “Order status changed from Processing to Completed”). There is no first-party report that averages this duration, so the order-notes timeline is the manual reconciliation path.
Other WP Admin views that touch the same data:
- WP Admin → WooCommerce → Status → Logs: fulfilment and gateway plugins often log status transitions here with timestamps.
- WP Admin → Analytics → Orders (WC 4.0+): shows order counts by status over time, useful for confirming how many orders completed in the window even though it does not show the duration.
- Your fulfilment / 3PL plugin’s own dashboard: the system that flips orders to
completedusually has its own despatch-time report, which is the true operational source.
Known limitations / merchant FAQs
Does this measure when the parcel actually shipped? No. It measures when the order’s status flipped fromprocessing to completed. Whether that flip means “despatched”, “delivered”, or “warehouse confirmed pick” depends entirely on how your fulfilment integration sets the completed status. Check your 3PL or shipping plugin’s configuration to know what completed represents on your store before reading this card as a despatch-time SLA.
Why is my average so high when most orders ship same-day?
A long tail of slow orders (made-to-order items, back-ordered lines, weekend orders waiting for Monday despatch) pulls the mean up. A blended average is sensitive to outliers. If most orders clear fast but the average looks high, the slow cohort is the place to investigate, not the typical order.
Orders placed at the weekend always spike this number, is that a problem?
Usually not. Orders placed Saturday and Sunday cannot despatch until your warehouse reopens, adding wall-clock hours with no operational fault. Expect this card to rise every Monday on a store that takes weekend orders. Judge it against your own weekday baseline rather than a single absolute threshold.
Why does the card exclude some orders?
Orders that never entered processing, typically digital goods auto-completed at checkout, have no processing -> completed leg to measure, so they are left out of the average. This keeps the metric focused on physical fulfilment lead time rather than instant digital delivery.
My fulfilment plugin marks orders completed overnight in a batch, does that skew the card?
Yes, and it is worth knowing. If the plugin sets completed in a single nightly batch, every order in that batch reads the same completed timestamp, which compresses or stretches the measured duration relative to real despatch time. The number is still a consistent internal signal, but it tracks your plugin’s callback schedule, not the physical warehouse clock.
How often does it refresh?
The card refreshes on the standard data sync (typically hourly for self-hosted stores). Because it averages over a 30-day window, the figure is stable; a single recent order will not move it much. For a near-live operational view of what is stuck right now, pair it with Order Processing Backlog.