b2KIT

Altman Z-Score Calculator

Calculate Altman Z-Score for bankruptcy risk assessment with zone classification and historical trend chart.

Tested tool guide Tested browser tools Checked August 16, 2026

What Altman Z-Score Calculator does, with a checked example

This calculator plugs five balance-sheet and income-statement ratios into Edward Altman's 1968 discriminant formula, weights each one, sums them into a single Z-Score, and reports which of three risk zones the result falls into, charting the trend if you enter more than one period of data. The input people most often get wrong is X4: the original formula calls for the market value of equity divided by total liabilities, not book value, which matters enormously for private or thinly-traded companies where no market price exists.

Worked example

A concrete input and expected output from the current implementation.

Input

Total assets $1,000,000; working capital $200,000; retained earnings $300,000; EBIT $150,000; market value of equity $500,000; total liabilities $400,000; sales $900,000

Expected output

Z-Score = 2.81, Grey Zone

X1=0.20, X2=0.30, X3=0.15, X4=1.25, X5=0.90; Z = 1.2(0.20)+1.4(0.30)+3.3(0.15)+0.6(1.25)+1.0(0.90) = 0.24+0.42+0.495+0.75+0.90 = 2.805, which lands between the 1.81 and 2.99 thresholds that bound the grey zone rather than clearly safe or distressed.

How the result is produced

1

Five weighted ratios summed into one score

The tool computes X1 (working capital / total assets), X2 (retained earnings / total assets), X3 (EBIT / total assets), X4 (market value of equity / total liabilities), and X5 (sales / total assets), then combines them as Z = 1.2X1 + 1.4X2 + 3.3X3 + 0.6X4 + 1.0X5, Altman's original coefficients from discriminant analysis of manufacturing firms.

2

Zone classification and history chart

The resulting Z is bucketed into Safe (above 2.99), Grey (1.81 to 2.99), or Distress (below 1.81) and labeled accordingly. If you supply figures for multiple fiscal years, the tool plots the Z-Score over time so a declining trajectory toward the distress boundary is visible at a glance rather than buried in a single number.

Good uses

  • Screening a public company's annual report figures for solvency risk before making an investment decision
  • A credit analyst sanity-checking a borrower's distress risk as one input during loan underwriting
  • Tracking a company's Z-Score across several fiscal years to catch a deteriorating trend before it shows up elsewhere

Limits and checks

  • The coefficients were derived from and validated on manufacturing firms; scores for banks, insurers, utilities, and early-stage companies with unusual balance sheets are less meaningful and shouldn't be read against the same zone thresholds
  • X4 requires market value of equity; entering book value instead (common for private companies without a traded share price) changes what the score actually measures and the standard zone boundaries no longer strictly apply
  • A Z-Score is a snapshot built from reported figures and doesn't adjust for off-balance-sheet obligations, one-time gains or losses sitting inside retained earnings or EBIT, or accounting differences between jurisdictions

Common questions

Can I use this for a private company that has no stock price?

You can, but only by substituting book value of equity for market value in X4, which is what Altman's separate private-firm model (Z') does with different coefficients and different zone cutoffs. Plugging book value into the original public-company formula distorts the score, so don't compare that result against the 1.81/2.99 thresholds.

What exactly should I enter for EBIT in X3?

Operating income before interest and taxes, taken from the income statement, excluding nonoperating gains or losses. Different data providers classify items differently, so if your EBIT figure includes one-time items the score will shift accordingly - check the line item before trusting a borderline result.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools