Cart abandonment
Cart abandonment happens when a visitor adds items to a cart but does not complete the purchase. The rate is usually one minus (purchases ÷ carts created). It is a useful friction signal, but it overstates 'lost sales' because many adds are research, comparison, or saving for later — not abandoned intent.
What this means
Cart abandonment is the share of created carts that never become purchases. Typically you compute it as 1 − (completed purchases ÷ carts created) over a window. The numerator and denominator definitions matter: a cart created by a bot, or one re-counted across sessions, distorts the rate.
Why it overstates lost sales
Adding to a cart is not the same as deciding to buy. Shoppers use carts to compare prices, check shipping, hold items for later, or simply explore. So a large fraction of 'abandoned' carts were never firm purchase intent. Read the rate as a friction signal to investigate the steps after add-to-cart, not as a tally of money left on the table.
Cart abandonment is distinct from checkout abandonment, which is narrower — leaving after starting checkout rather than after merely adding an item.
- Rate = 1 − (purchases ÷ carts created)
- Many adds are research, not firm intent
- Distinct from checkout abandonment (a later step)
How it appears in analytics and logs
A high cart-abandonment rate means many carts were created without a purchase. Some of that is genuine friction; much of it is normal browsing behaviour, so the rate is a starting point for investigation, not a loss figure.
Diagnostic use case
Track cart abandonment to spot friction between adding to cart and buying, while remembering that not every abandoned cart was a lost sale.
What WebmasterID can help detect
WebmasterID records add-to-cart and purchase events first-party, so you can read the gap between them without cross-site tracking.
Common mistakes
- Reading every abandoned cart as a lost sale.
- Letting bot-created carts inflate the rate.
- Conflating cart abandonment with checkout abandonment.
Privacy and accuracy notes
Cart abandonment is a ratio of cart and purchase events; it needs no personal identity. WebmasterID measures both events first-party.
Related pages
- Checkout abandonment vs cart abandonment
Checkout abandonment is when a shopper begins the checkout flow but does not complete the purchase. It is a tighter signal than cart abandonment because it counts people who showed stronger intent by entering checkout. Separating the two locates friction precisely: the cart step versus the payment and shipping steps.
- Funnel analysis: finding the leak
Funnel analysis follows visitors through an ordered set of steps (view → add to cart → checkout → purchase) and shows where they fall out. It turns a single conversion rate into a map of where the loss happens. The pitfalls are step definition, small-sample noise, and assuming a strict order where users actually skip around.
- Average order value (AOV)
Average order value (AOV) is total revenue divided by the number of orders. It is simple but easy to misread: a few large orders pull the mean upward, refunds and taxes change what 'revenue' means, and mixing currencies without conversion corrupts it. For skewed order sizes, the median order value is often more honest.
- Event Explorer
Inspect add-to-cart and purchase events.
Sources and verification notes
Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.