gtmjosh

How to design an account health score people can defend

· 5 min read· Salesforce · HubSpot

Build an account health score from explicit components, human ownership, current evidence, review history, and AI advice without turning judgment into a black box.

On this page

An account health score should help a customer team decide where attention is needed and why. The total alone cannot do that. A score of 65 might mean weak adoption and a strong sponsor, or excellent adoption and a commercial dispute. Those require different work.

Keep the components visible. Name a person who owns the final assessment. Let automation gather evidence and offer a second opinion without quietly replacing the human judgment.

Define what health means for your customer model

Health is a business definition. A usage-led product, a services business, and a multi-year enterprise platform will not share one useful formula.

Start with the question:

Based on the evidence available now, how confident is the accountable customer owner that this account is receiving value and can reach the next commercial milestone?

Then define components whose evidence can change that answer.

ComponentExample evidenceCommon mistake
OutcomesAgreed goals, milestones, measurable value, unresolved gapsTreating activity as proof of value
AdoptionMeaningful use by the right roles, depth, frequency, trendCounting logins without intended behavior
SponsorshipEngaged executive, champion strength, role coverageReading one contact as the whole relationship
SupportSeverity, recurrence, time open, resolution qualityTreating ticket volume alone as risk
Commercial positionRenewal timing, terms, payment, expansion, contractionLetting renewal date stand in for intent
Customer-owner judgmentCurrent risks, context, commitments, confidenceHiding the human view inside free text

Choose the components that match your operating model. Four well-defined components beat twelve weak proxies.

Keep health, engagement, and qualification separate

An engagement score answers whether activity is moving. A qualification score answers whether the evidence supports pursuing a motion. Account health answers whether the customer relationship is producing value and can continue.

One Account can be:

  • highly engaged and unhealthy because a critical escalation drives the activity;
  • quiet and healthy because the product is embedded and the relationship is stable;
  • well qualified for expansion but at risk on the current contract;
  • commercially secure with weak product outcomes that will matter at renewal.

Do not blend those into one CRM field. Store each decision with its own definition, owner, components, evidence time, and allowed use.

Make the components recoverable

A weighted total is useful for sorting. It must retain its composition.

account-health-assessment.yaml
account_id: "001..."
assessed_at: "2026-08-24T17:00:00Z"
owner: "customer-success-manager"
components:
  outcomes: 3
  adoption: 4
  sponsorship: 1
  support: 2
  commercial: 3
total: 13
band: at_risk
reason: "Sponsor left; replacement has not accepted the outcome plan."
next_review_at: "2026-09-07"

The component scale can be numeric, categorical, or both. Define each value in plain language. A 3 with no evidence contract is decoration.

Add one or two short-circuit conditions when the business agrees they are decisive. A confirmed churn notice may set the state to At risk regardless of the weighted total. A current contract alone should not set it to healthy.

Keep a human owner where accountability matters

Customer health often depends on evidence the CRM cannot see: tone in a meeting, a champion losing influence, an internal reorganization, or a commitment that feels less credible than it reads in a note.

The customer owner should enter or approve the final assessment when the score is used as their accountable view. Automation can still do most of the preparation:

  • gather current usage, support, commercial, and relationship evidence;
  • calculate deterministic components;
  • identify missing or stale inputs;
  • propose an advisory component score;
  • compare the system view with the human view;
  • suggest the evidence or action that would change each component.

The system should never overwrite the human score silently. Display disagreement per component. "System total differs by two" is weak. "Sponsorship is lower because the named executive has not appeared in an interaction for eleven weeks" gives the owner something to verify.

The decision explanation and review-queue pattern shows how to make that disagreement usable.

Treat human notes as evidence

A CSM may know the sponsor is on leave and a deputy is engaged. If the advisory system ignores that note, it will confidently produce the wrong warning and teach the CSM to stop trusting it.

Store notes with author and time. Let the system cite them back. Keep observed CRM events, derived metrics, human judgment, and AI inference distinguishable in the assessment.

Use the evidence and confidence contract to label those sources.

Handle missing and stale data honestly

Missing usage data is not zero adoption. An integration failure is not customer inactivity. No logged executive meeting is not proof that no executive conversation happened.

For each component, define:

  • source and authority;
  • freshness threshold;
  • missing-data behavior;
  • who can supply or correct the evidence;
  • whether the total can be calculated without it;
  • the state shown when the assessment is incomplete.

Use Not assessed or Needs review when the evidence does not support a health claim. A blank with a reason is more honest than a red score built from missing data.

Choose a review rhythm and event triggers

Run health review on a cadence that matches the customer model. Add event-driven reassessment for material evidence:

  • sponsor or champion departure;
  • sharp change in meaningful usage;
  • serious or repeated support escalation;
  • missed outcome or implementation milestone;
  • renewal-date or commercial change;
  • new expansion motion;
  • human override or disputed component;
  • stale assessment passing its review date.

Preserve assessment history. The current health field answers where the account is now. The history answers how it moved, who changed it, and whether intervention helped.

The history and snapshot design covers the storage decision.

Report action and outcome together

Do not judge an account-health system by how many Accounts have a value.

Useful measures include:

  • assessment coverage and freshness;
  • distribution by component and band;
  • overrides and system-human disagreement;
  • time from risk identification to owned action;
  • component movement after intervention;
  • renewal, contraction, churn, expansion, and outcome attainment;
  • false reassurance and false alarm review findings;
  • records whose evidence is missing or broken.

Health is a leading indicator whose relationship to the commercial outcome must be tested. State the expected lag. Review whether each component predicts anything useful, and remove the ones that only make the formula look complete.

Build the first version

  1. Define the customer outcome and next commercial milestone.
  2. Choose a small set of components with named evidence.
  3. Define component scales, missing states, and any short-circuit conditions.
  4. Name the human owner and system owner.
  5. Score historical healthy, expanded, contracted, and churned Accounts.
  6. Review the same Accounts with customer owners and record disagreements.
  7. Run in shadow mode before triggering work.
  8. Add one action for one risk state.
  9. Review component behavior and outcomes quarterly.

The goal is a score somebody can defend in an account review and a set of components that tell the team what to do next.

FAQ

What should an account health score measure?
Account health should combine the evidence your business believes indicates a durable customer relationship, such as product outcomes, adoption, executive sponsorship, support burden, commercial position, and current risk. Keep the components visible because the same total can describe different situations.
Should account health scoring be automated?
Automate evidence collection and provide an advisory score, but preserve a named human owner when the value is used as an accountable customer judgment. The system should show where it agrees or disagrees and never silently overwrite the human assessment.
How often should account health be reviewed?
Set a cadence that matches the customer motion and add event-driven review for material changes such as sponsor departure, sharp usage decline, unresolved escalation, renewal movement, or a major outcome. Record the review time and preserve history.

Get the next guide

New guides and the occasional note on GTM tooling. Don't worry, I won't drop you into a three-month nurture.