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.