HomeChemistry › Percent Yield Calculator

Percent Yield Calculator

Divides the actual (experimental) yield by the theoretical yield to give percent yield, plus the amount and percentage of product lost.

When to use

You have the theoretical yield from stoichiometry and the mass or moles actually isolated, and want the reaction's percent yield.

Do not use when: You still need the theoretical yield itself (compute moles of product from the limiting reagent with moles-mass first), or you want atom economy, which compares molar masses of reagents and product rather than isolated yield.

Formula

percent_yield = 100 × actual_yield / theoretical_yield; product_lost = theoretical_yield − actual_yield

Inputs

ParameterTypeUnitRequiredDescription
actual_yieldnumberyesAmount of product actually obtained, in grams or moles (same unit as theoretical_yield). Range: ≥ 0
theoretical_yieldnumberyesMaximum amount of product predicted by stoichiometry from the limiting reagent, same unit as actual_yield. Range: > 0

Outputs

OutputTypeUnitDescription
percent_yieldnumber%100 × actual / theoretical.
yield_fractionnumberactual / theoretical.
product_lostnumbertheoretical − actual, in the input unit.
percent_lostnumber%100 − percent_yield.

Example

4.5 g obtained of 5.0 g theoretical: {"actual_yield":4.5,"theoretical_yield":5}{"percent_yield":90,"yield_fraction":0.9,"product_lost":0.5,"percent_lost":10}

12.3 g obtained of 15.0 g theoretical: {"actual_yield":12.3,"theoretical_yield":15}{"percent_yield":82,"product_lost":2.7}

GET https://tttkmbb.com/api/v1/calculate/percent-yield?actual_yield=4.5&theoretical_yield=5

Machine access

Sources

FAQ

Can percent yield exceed 100%?

Not for a pure, dry product. A value above 100% indicates residual solvent, impurities or a weighing error; the calculator reports it with a note.

Should I use grams or moles?

Either, as long as both yields use the same unit for the same product; the ratio is identical.

Related calculators