Orphan WellsAEREnergy BundleM&AOil and Gas

By Township Canada

Orphan vs. Abandoned Wells: An M&A Diligence Walkthrough

When evaluating an Alberta oil and gas acquisition, the orphan flag is the single most consequential field on the wells dataset. Here's how to use the BA licensee snapshot API + per-well orphan flag to scope closure exposure.

Alberta's oil and gas M&A market lives and dies on closure-obligation math. Every barrel of recoverable production has an end-of-life cost — physical abandonment of the well, surface reclamation, regulatory close-out. When a buyer evaluates an acquisition target, the headline question is "what closure exposure am I inheriting." When a surface-rights holder negotiates with a licensee over a wellsite on their land, the parallel question is "who's funding the cleanup."

The orphan flag is the field that splits the answer.

Orphan vs. abandoned — they're not the same

This is the part that trips up first-time diligence:

  • Abandoned is a regulatory state — the well has been physically plugged and the licence isn't active. The licensee is still on the hook for surface reclamation.
  • Orphan is a financial-responsibility state — the licensee can no longer fulfill closure obligations and the well has been transferred to the Orphan Well Association (OWA) inventory. The OWA funds the closure on behalf of the industry.

The combinations:

  • Abandoned, non-orphan — most abandonments. Plugged and inactive, but the original licensee still owns the reclamation cost.
  • Abandoned orphan — the OWA is funding closure. Licensee insolvent or otherwise unable to pay.
  • Non-abandoned orphan — OWA has taken ownership but the well isn't physically closed yet. Production may have stopped years ago; the well sits as a non-producing asset on the OWA's books.

Township Canada layers the OWA monthly inventory on top of the AER ST37 dataset to surface the orphan flag distinctly on every well. See the data layer reference.

The M&A diligence question

Buyer side: "I'm buying a company with ~400 well licences. What closure exposure am I taking on?"

The naive answer is "400 wells worth." The better answer requires the BA licensee snapshot.

GET /api/operators/[ba_code]/snapshot
→ {
    total: 423,
    active: 187,
    suspended: 41,
    abandoned: 168,
    orphan: 27,
    reclamation_certified: 27
  }

What this tells you:

  • 187 active wells — future closure obligation, far horizon, dependent on production economics
  • 41 suspended wells — near-term decision needed (reactivate, abandon, or transfer)
  • 168 abandoned wells — open reclamation work, costed on the AER Liability Rating model
  • 27 orphan wells — closure funded by the OWA, not the licensee; don't count toward inherited obligation
  • 27 reclamation-certified — fully closed, no further obligation

The buyer's inherited closure obligation is roughly:

obligation = AER_LRM_per_well × (suspended + abandoned + active × probability_of_abandonment_in_window) - orphan_wells

The orphan count is a subtraction — those don't transfer. The OWA-funded wells stay with the OWA regardless of what happens at the corporate level.

Why the per-well orphan flag matters separately

The BA-level rollup gives you the headline numbers. The per-well flag matters when you're examining specific wells — for surface-rights diligence, for closure-cost forecasting, for risk-weighting individual wellsites.

A surface-rights holder evaluating a wellsite on their land: pull the parcel report at /parcel/[lld], see the wells listed on that parcel, check each one's orphan flag.

  • Orphan, abandoned → OWA-funded closure. Timeline is OWA-driven (their public inventory updates monthly).
  • Orphan, non-abandoned → OWA has it but the well sits non-producing. Reactivation by the OWA is rare; closure is the normal path.
  • Non-orphan, abandoned → Licensee owns the reclamation. If the licensee is suspended-status across most of their portfolio, that's an emerging orphan-risk signal.
  • Non-orphan, active → Licensee is operating. Normal commercial path.

Why closure exposure is the dominant M&A factor

A few sector-specific reasons:

The AER's industry-wide closure spend target is enforced. Operators have to spend X dollars per year on closure, allocated against their inactive wells. Buying a company doesn't reset the closure clock — the obligation transfers.

Orphan-risk is increasing. Every year, more licensees enter financial distress and their wells transition into the OWA inventory. The orphan count grew from ~2,500 in 2018 to ~10,000+ today. Buyers want to understand whether they're buying a fast-orphaning portfolio or a stable one.

Closure-cost models keep tightening. Per-well closure cost estimates have risen as more wells reach end-of-life and the actual cost data accumulates. M&A discount rates against future closure obligation have changed materially since 2020.

Using Township Canada for the diligence

The combination is the workflow:

  1. Pull the BA snapshot for the target's primary licensee BA code(s)
  2. Filter the wells layer by BA code on the map — visual sanity check on the geographic spread
  3. For the highest-exposure wells (active in good infrastructure zones, suspended at risk), pull individual well reports for the operator history
  4. For surface-rights overlap, run the parcel report on the title locations where the wells sit
  5. Cross-reference with AER liability rating data (operator-level Liability Management Rating, LMR) for the regulator's view of the operator's financial fitness

The Energy Bundle ($100/mo on top of Business) is the entitlement for steps 1-4. AER LMR data is published separately by the regulator.

What this doesn't cover

  • Operator transfer history — when did wells transfer, from whom, for what consideration? The AER publishes well transfer notices weekly; a future Township Canada feature would aggregate per-BA transfer flows. Spec'd in docs/data-layers/asset-operator-history.md.
  • Per-well closure cost forecasts — the AER LRM model is industry-public but Township Canada doesn't currently compute or surface per-well dollar estimates.
  • Petrinex production volumes — production-history-as-of-now is on the paid Petrinex feed. The free AER data we surface is licensing and status, not production.