Tested tool guide
Tested browser tools
Checked August 16, 2026
What Altman Z-Score Calculator does, with a checked example
The Altman Z-Score is a bankruptcy screen built from five ratios: working capital, retained earnings, EBIT, and sales each divided by total assets, plus market value of equity divided by total liabilities, weighted 1.2, 1.4, 3.3, 0.6, and 1.0, then summed. Above 2.99 is the safe zone, below 1.81 the distress zone, and in between the grey zone. What surprises most users: the model was calibrated on US public manufacturing firms in 1968, so private companies, banks, and startups sit outside its scope, and the zone cutoffs come from that one sample, not from any measured probability of failure.
Worked example
A concrete input and expected output from the current implementation.
Input
working capital 200000, total assets 1000000, retained earnings 250000, EBIT 120000, market value of equity 900000, total liabilities 500000, sales 1500000
->
Expected output
Z = 3.57 - safe zone (above 2.99)
The ratios are 0.20, 0.25, 0.12, 1.80, and 1.50, so Z = 1.2(0.20) + 1.4(0.25) + 3.3(0.12) + 0.6(1.80) + 1.0(1.50) = 0.24 + 0.35 + 0.396 + 1.08 + 1.50 = 3.57, which clears the 2.99 safe-zone threshold.