The blast percentage in a bone marrow aspirate is the single number that most often decides whether a case is acute myeloid leukaemia. This calculator takes raw counts from your differential and returns the two denominators that matter — all nucleated cells and non-erythroid cells — against the WHO 20% threshold.
How it works
From the differential counts, the tool computes:
total_nucleated = blasts + erythroid + other
blast_%_total = blasts / total_nucleated × 100
non_erythroid = total_nucleated − erythroid
blast_%_NEC = blasts / non_erythroid × 100 (when non_erythroid > 0)
erythroid_% = erythroid / total_nucleated × 100
The percentage of all nucleated cells is the primary WHO denominator. When erythroid precursors reach 50% or more of the marrow, the percentage of non-erythroid cells (NEC) becomes relevant and the tool flags it.
Example and notes
In a 200-cell count with 40 blasts, 60 erythroid, and 100 other cells, blasts are 20% of all nucleated cells but 28.6% of non-erythroid cells — the erythroid expansion lowers the total-cell figure. Always interpret the blast percentage alongside morphology, flow cytometry, cytogenetics, and molecular results; certain defining genetic lesions make a case AML regardless of blast count, and this tool computes percentages only.