Patient Responsibility Calculator

Run the full cost-share waterfall: allowed amount through remaining deductible, copay, coinsurance and the out-of-pocket maximum, in the right order.

The waterfall, in the right order

Patient responsibility isn’t one number — it’s a sequence. The allowed amount first absorbs any remaining deductible; a copay applies where the plan has one; coinsurance then splits what’s left; and the out-of-pocket maximum caps the total. Getting the order wrong is the most common estimation error at the front desk, and it’s exactly what this calculator sequences correctly.

How to use it

  1. Enter the allowed amount for the service.
  2. Enter the patient’s remaining deductible (from eligibility verification).
  3. Add the copay and coinsurance percentage from the plan.
  4. Enter the remaining out-of-pocket max — it caps everything.

The sequence

patient = min(OOP remaining, deductible portion + copay + coinsurance × remainder)

A worked example

Allowed $180 against a $50 remaining deductible at 20% coinsurance: the patient pays the $50 deductible, then 20% of the remaining $130 — $26 — for a total of $76, with insurance paying $104. If the patient’s remaining out-of-pocket max were only $60, the patient share caps there and insurance absorbs the rest — which is why the OOP field changes answers late in the plan year.

Estimates only — payer contracts, plan documents and the EOB are always the source of truth, and nothing here is billing, legal or medical advice. The calculator runs entirely in your browser: no patient data is entered, transmitted or stored.

Common questions

Deductible or copay first?
Plan documents rule, but the common structure applies deductible before coinsurance, with copays either alongside or in place of coinsurance for specific service types — verify the plan’s design during eligibility.
Where do I find the remaining deductible?
Real-time eligibility (270/271) or the payer portal — accumulators change daily, and yesterday’s numbers produce wrong estimates.
Do copays count toward the deductible?
Usually not toward the deductible but usually yes toward the out-of-pocket max — and both rules vary by plan, which is why the plan document wins.