At a glance
Count and aggregate value of USPS claims currently open (filed and not yet adjudicated). Claims are filed via USPS.com for parcels lost in transit, damaged, or with missing contents on services that include declared-value insurance. The card tracks the inventory of in-flight claims so finance can reconcile expected refunds and operations can chase aged unresolved claims.
| What it counts | COUNT(claims WHERE status IN ('Pending', 'Under Review', 'Awaiting Information')) AND SUM(declared_value WHERE same status) at read time. Closed-paid and closed-denied claims are excluded once final disposition is recorded. |
| Eligible USPS services | Priority Mail Express (up to 5,000), Priority Mail (up to 5,000), Ground Advantage (up to $100 with insurance purchased), Insured Mail add-on. Not eligible: Media Mail, Parcel Select, First-Class Mail letters. |
| Filing window | Lost mail: 60 days from mailing for Priority Mail Express, 60 to 365 days for Priority Mail and Ground Advantage. Damaged or missing contents: any time after delivery (no upper bound) but USPS recommends within 60 days. The card tracks claims actually filed; missed-filing-window losses sit silently in the merchant’s books. |
| Adjudication SLA | USPS service standard for claim review is 5 to 10 business days. Real-world median is 14 to 21 calendar days; complex claims (damage requiring inspection, lost-with-missing-acceptance-scan) can run 45 to 90 days. The “open >7 days” alert flags claims past the published SLA. |
| Resolution disposition | Claims close as: paid in full, paid in part (depreciated value), denied (insufficient evidence, not eligible service, filing-window missed), or referred for further inspection. Pay-out rate for well-documented claims is 75 to 90%; for poor-evidence claims (no proof of value, damaged-item discarded), 30 to 50%. |
| Cash-flow timing | Approved claims are paid via cheque mailed to the filer or direct deposit if enrolled. Cheque arrival adds 7 to 21 days post-approval. The card surfaces open exposure; the cash-conversion delay is downstream. |
| Time window | RT (real-time, refreshed daily) |
| Alert trigger | >0 claims unresolved for >7 days |
| Roles | owner, operations, finance |
Calculation
Calculated automatically from your USPS 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 US DTC ceramics merchant shipping fragile pottery via USPS Priority Mail with insured-mail add-on, out of Asheville, NC. Reading taken on 12 Mar 26.| Claim type | Open count | Aggregate value | Median age (days) |
|---|---|---|---|
| Lost in transit (Priority Mail) | 14 | $1,820 | 11 |
| Damaged contents (Priority Mail) | 22 | $4,120 | 8 |
| Missing contents | 3 | $290 | 6 |
| Lost (Priority Mail Express) | 1 | $185 | 4 |
| Open total (this card) | 40 | $6,415 | 9 |
- Damage claims dominate this merchant’s profile. Pottery is fragile; the $4,120 damage exposure is structural. Mitigation: improve packaging (more dunnage, double-boxing for high-value pieces), consider third-party shipping insurance (Shipsurance, ShipCover) which has shorter adjudication times. Long-term, claim rate >2% of shipped value warrants a packaging audit.
- The 100. Each claim is capped at the declared-value insurance level; if the lost item was worth 100 was insured, the claim pays out $100 maximum. For high-value SKUs, set declared value at the actual retail price up to USPS limits.
- Median age of 9 days is on the watch list. USPS service standard is 5 to 10 business days; calendar-day median of 9 is at the edge. Two of the 40 claims are at 24+ days and need active follow-up via USPS Help Hub or by calling 1-800-275-8777 with the claim number.
- The 40 open claims represent roughly 0.4% of monthly volume. Industry typical for a fragile-goods DTC merchant is 0.3 to 0.8%; this is on the better end. For non-fragile merchants (apparel, paper goods), claim rate should be 0.05 to 0.2%.
- Cash-flow exposure is real but bounded. 4,800. Treat the higher number as the cap and the lower as the realistic recovery for finance forecasting.
Sibling cards merchants should reference together
| Card | Why pair it with Open Claims | What the combination tells you |
|---|---|---|
| Claim Value | The dollar-value tail of this count card. | Count plus value gives the finance team both exposure level and average claim size. |
| Failed Delivery Count | Upstream feeder. | Failed deliveries that escalate to lost-in-transit drive lost-claim filings 5 to 14 days later. |
| Returned to Sender | Disposition split. | A subset of failed-delivery shipments are recovered as RTS rather than becoming claim cases. |
| Exception Rate | Lead indicator. | Damage exceptions in transit predict damage-claim filings; the exception event is the upstream signal. |
Cross-connector: fedex.fed_open_claims | Multi-carrier finance reconciliation. | Multi-carrier merchants need a consolidated view; this card is the USPS-side feed. |
| Cross-connector: third-party insurance dashboards (Shipsurance, ShipCover) | Alternative coverage. | Some merchants use third-party shipping insurance instead of USPS Insured Mail; reconciliation requires both. |
Reconciling against the vendor’s own dashboard
Where to look in USPS’s own dashboard: USPS Claims Portal → Manage Claims (logged-in account view). Lists every claim filed by the account-holder, with status, date filed, declared value, and adjudication notes. The card is the operational mirror; the portal is the source-of-truth. Why our number may legitimately differ from USPS’s portal:| Reason | Direction | Why |
|---|---|---|
| Status sync lag | Card may show stale | USPS updates claim status in batches; the card refreshes daily. A claim closed-paid in the morning shows on the card the next day. |
| Multi-account claims | Either | Merchants with multiple USPS accounts (separate Business Customer Gateway logins) need each connected; the card aggregates. |
| Filing-channel difference | Either | Claims filed at retail counter (PS Form 1000) take 2 to 5 days to flow into the online portal. Claims filed online appear immediately. The card uses the online portal data; counter-filed claims may not appear for several days. |
| Card | Expected relationship | What causes legitimate divergence |
|---|---|---|
fedex.fed_open_claims | Multi-carrier portfolio. | Different SLA, different declared-value caps, different adjudication-team responsiveness. |
| Third-party insurance providers | Alternative finance pipeline. | Some merchants pay 1.5 to 3% of declared value to third-party insurers for faster adjudication; reconciliation against this card requires their dashboard. |