Royal Mail’s distinguishing failure mode - collection vs Post Office vs Parcel Postbox handovers fail at very different rates. Surfaces operational fix (drop methods underperforming the merchant’s collection rate).
At a glance
Failure rate of Royal Mail consignments broken down by where and how the parcel was handed over to Royal Mail. Royal Mail accepts parcels via three main routes: scheduled merchant collection (driver picks up from the warehouse), Post Office handover (merchant drops off at a Post Office branch), and Parcel Postbox / Royal Mail-operated drop locker (merchant deposits 24/7). The three handover types fail at materially different rates because they involve different scan-to-network paths and different chains of custody. This card surfaces the gap so the merchant can route volume away from underperforming methods.
| What it counts | COUNT(shipments WHERE handover_method = X AND status IN ('Exception','Lost')) / COUNT(shipments WHERE handover_method = X) grouped by handover_method (collection, post_office, parcel_postbox). |
| Handover methods | collection (Royal Mail driver collects from the merchant’s warehouse, contracted via Click & Drop), post_office (merchant takes parcels to a Post Office counter), parcel_postbox (merchant deposits via Royal Mail’s drop locker network), delivery_office (merchant takes to a Royal Mail Delivery Office). |
| Failure modes counted | ”Lost” (no scan within Royal Mail’s network after handover), “Late” (delivered beyond aim date), “Damaged” (damage scan), “Returned to sender” (delivery failed and returned). The numerator is a pooled “any failure” count per handover method. |
| Why it matters | Collection-handed parcels are scanned in by the driver and immediately enter the network with a chain of custody. Post Office handovers depend on the Post Office staff member scanning the parcel into the system; some small Post Office branches batch-scan once daily, leading to delayed first-scan and occasional missed scans. Parcel Postbox parcels are scanned only when the courier next empties the locker, typically once a day; parcels can sit overnight without a scan, occasionally lost in the locker. |
| API endpoint | Royal Mail Click & Drop API handover_method field on each consignment (set at label generation), plus the tracking event ladder for the failure attribution. |
| Service level scope | Tracked services only (Tracked 24, Tracked 48, Special Delivery). Untracked 1st / 2nd Class are excluded because there is no scan to detect missed handover. |
| Time zone | UK local. |
| Time window | 30D (rolling 30 days). |
| Alert trigger | Any handover method showing >5 percent failure rate. The healthy steady-state is collection 1 to 2 percent, post_office 2 to 4 percent, parcel_postbox 3 to 5 percent. Above 5 percent on any method indicates a structural process gap. |
| Returns / RTO | RTS consignments are counted in the numerator (the original outbound failed). |
| Roles | owner, operations |
Calculation
Calculated automatically from your Royal Mail 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 UK DTC homewares brand, around 11,000 Royal Mail Tracked consignments per month, mixed dispatch routine: 80 percent driver collection (warehouse pick-up), 15 percent Post Office handover (overflow days), 5 percent Parcel Postbox (out-of-hours processing). Reading taken at 09:00 BST on 12 Mar 26 for the trailing 30 days (10 Feb 26 to 11 Mar 26).| Handover method | Consignments | Failures | Failure rate | Notes |
|---|---|---|---|---|
| Collection (driver pickup) | 8,800 | 132 | 1.5% | Healthy benchmark |
| Post Office handover | 1,650 | 116 | 7.0% | Above alert |
| Parcel Postbox | 550 | 22 | 4.0% | Healthy |
| All handovers (this card) | 11,000 | 270 | 2.5% |
- Post Office at 7 percent is roughly 5x the collection rate. That is the action item. Spot-check the 116 Post Office failures: which Post Office branches are the merchant using, and is the failure rate concentrated at one or two branches? Often a single small branch with infrequent scan batches drives most of the failures.
- The fix is operational, not a Royal Mail conversation. Either (a) move the 1,650 monthly Post Office handovers back to driver collection (talk to the merchant’s Royal Mail account manager about extending the collection window or increasing collection frequency), or (b) switch from Post Office to Parcel Postbox, which has lower failure rate and 24/7 availability.
- Collection at 1.5 percent is the benchmark. When the merchant runs the dispatch process correctly (label print, driver collection, in-network scan within 2 hours), the failure rate is roughly 1 to 2 percent and matches the network-wide On-Time Delivery Rate inverse. If collection ever climbs above 3 percent, something is wrong in the warehouse process, not Royal Mail.
- Parcel Postbox at 4 percent is acceptable. The structural friction is the once-daily emptying schedule; a parcel deposited at 19:00 may not be scanned until the next morning. For 5 percent of volume that out-of-hours flexibility is worth the small reliability gap.
- The aggregate at 2.5 percent looks fine, the per-handover view shows the actionable signal. This is the card’s whole point: the headline is healthy, the breakdown is where the operational fix lives. Always look per-handover, not aggregate.
Sibling cards merchants should reference together
This card is a process-attribution view. Pair it with these to act:| Card | Why pair it | What the combination tells you |
|---|---|---|
| On-Time Delivery Rate | The aggregate OTD. | If aggregate dips and this card shows one handover method spiking, that method is the root cause. |
| Tracked24 Service Day Promise | The premium tier’s SLA. | A Post Office handover failure on a Tracked 24 parcel is doubly painful: customer paid premium, parcel never reached the network. |
| Late Shipments | Absolute count by handover. | The 116 Post Office failures in the worked example are 116 customer complaints in flight. |
| Exception Rate | Exception events feed into the failure count. | Different cause-codes show different patterns per handover. |
| Royal Mail OTD by Sales Channel | Per-channel breakdown. | A specific channel (e.g. weekend orders) often correlates with a specific handover method. |
Cross-connector: shopify.fulfilment_lead_time | Upstream timing. | If Post Office handovers are concentrated on weekend / late-evening orders, the fix is to shift dispatch timing forward. |
| Cross-connector: warehouse dispatch logs (if connected) | The merchant-side dispatch system records which method was used per parcel. | Reconciles against this card’s handover_method field. |
Reconciling against the vendor’s own dashboard
Where to look in Royal Mail’s own portal: Royal Mail’s portal does not surface this card directly. The Click & Drop Reports view exposes per-service performance and per-Post-Office handover counts, but does not split failure rate by handover method. This card is a derived view computed by Vortex IQ from the consignment-level handover_method field plus the failure-status feed. For Business Account customers, the Royal Mail account team can pull a custom report breaking down deliveries by handover via internal tooling; ask the account manager. Why our number may legitimately differ from the closest Royal Mail report:| Reason | Direction | Why |
|---|---|---|
| Handover method derivation | Either | Royal Mail’s own reporting uses the first scan location to attribute handover; the card uses the handover method recorded at label generation. If a parcel was supposed to be collected but the merchant ended up dropping at a Post Office, the two views diverge. |
| Mixed-handover days | Either | A merchant who collects 95 percent and Post-Offices the rest will see a small population of misclassified consignments. |
| Tracked-only filtering | Ours stricter | The card filters to tracked services only because untracked has no first-scan; Royal Mail’s portal sometimes pools untracked into the same view. |
| Definition of “failure” | Either | This card pools “any failure”; Royal Mail’s portal often splits Lost from Late from Damaged. |
| Time zone | Boundary days off | UK local on both, but the rolling-window boundary may differ. |
Volume-weighted average of per-handover failure rate ≈ aggregate failure rate of tracked services (1 - aggregate Tracked OTD). If they diverge by more than 2 points, the handover_method field is missing or mis-tagged on a meaningful share of consignments.
Cross-connector reconciliation:
| Card | Expected relationship | Causes of legitimate divergence |
|---|---|---|
shopify.fulfilment_lead_time | Upstream input. Handover method correlates with dispatch timing of day. | Late-day dispatches tend to use Post Office (collection has already left) or Parcel Postbox (24/7). |
Documentation cross-reference (Royal-Mail-specific). This card is unique to Royal Mail on the UK shipping connector set; couriers (DPD, Hermes Evri, APC) use driver-collection only and do not have a Post Office or drop-locker handover concept.