Sum of failed orders + suspended-listing potential + abandoned-checkout estimated value.
At a glance
A single live number that rolls up the money your store is currently at risk of losing. WooCommerce revenue leaks in three places at once: orders that hit failed at the gateway, products whose listings are suspended or at risk (out-of-stock with ad spend behind them, marketplace drift), and the estimated value of carts abandoned at checkout. This card sums those three components into one figure so the merchant has a single “how much is bleeding right now” pulse instead of three separate reads.
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 store on WC 9.0 running the Stripe Gateway, a Google Ads integration, and a cart-recovery plugin. Snapshot taken live at 11:00 on 14 Jun 26.
Four things to notice:
- The three components sum to £11,102. No single card tells this story: £2,812 from gateway failures, £4,300 from products that cannot sell while ads still spend on them, and £3,990 of estimated cart recovery. The card’s job is to put one number on the merchant’s combined exposure right now.
- The failed-order slice is the most actionable. £2,812 across 38
failedorders points at a gateway or payment-friction problem. Drill into Failed Orders (Last 24h) and Checkout Error Rate (24h) to see whether a recent change caused it, and check Plugin Updates (Last 24h) for a culprit. - The at-risk listing slice is real lost margin plus wasted ad spend. £4,300 of out-of-stock SKUs with live ads is a double loss: the sale you cannot make and the ad budget you are still spending. See Ad Spend on OOS Products to stop the bleed at source.
- The abandoned-checkout component is an estimate, not a booked number. £3,990 is “recoverable if recovery emails convert”, not money you have lost for certain. It is the softest of the three and depends on your cart-recovery plugin’s data. Read the total as a directional risk signal, not an accounting figure, the alert fires at
>$0precisely because any non-zero exposure is worth a look.
Sibling cards merchants should reference together
Reconciling against WooCommerce
Where to look in WooCommerce Admin: There is no single WP Admin screen that shows this composite, because the card combines three different leaks. Reconcile each component separately:- Failed orders: WP Admin → WooCommerce → Orders filtered to
Failed. Summing the totals of these orders gives the failed-order component. - At-risk listings: WP Admin → Products filtered to out-of-stock, cross-referenced against your ad platform’s active campaigns for the spend-behind-them figure.
- Abandoned checkouts: your cart-recovery plugin’s own dashboard (CartFlows, Abandoned Cart Lite, FunnelKit). WooCommerce core does not store abandoned carts, so this number lives in the plugin, not WP Admin.
Known limitations / merchant FAQs
Is this an accounting figure I can put in a report? No. Revenue at Risk is a directional risk signal, not a booked total. The failed-order slice is concrete (real orders that failed), but the at-risk listing and abandoned-checkout slices are estimates of money you might lose, not money you have lost. Use it to prioritise where to act, not to reconcile your books. Why does the abandoned-checkout part change so much? WooCommerce does not store abandoned carts natively, so that component comes from your cart-recovery plugin and its definition of “abandoned” and “recoverable value”. Different plugins use different windows and assumptions, so the number moves with the plugin’s logic. If you do not run a cart-recovery plugin, this component may be absent or estimated more coarsely. **The card says 0`, a genuine zero is the quiet state you want. Confirm the underlying components are actually reporting (for example that your cart-recovery plugin is connected) before treating a flat zero as all-clear. How is this different from just looking at failed orders? Failed orders are one of three components. A store can have low failed orders but high at-risk listing value (out-of-stock SKUs still drawing ad spend) or a large abandoned-checkout estimate. Revenue at Risk exists to combine all three so a single number reflects total live exposure rather than just the gateway slice. How current is the figure? It is a live (real-time) card, refreshed on the standard sync, typically hourly on a self-hosted store. The failed-order and stock components are as fresh as the last sync; the abandoned-checkout estimate is as fresh as your recovery plugin’s data. On a self-hosted store, host downtime can briefly understate the live position until the next clean poll. Why did it jump after a plugin update? A plugin update that breaks checkout pushes orders intofailed and increases abandoned checkouts at the same time, which inflates two components at once. If the figure spikes right after an update, check Plugin Updates (Last 24h) and roll back the suspect plugin on staging.