Convert mL into tablespoons and teaspoons, with spoon-size choices and rounding so the amount is easier to measure.
Table of contents
How to use our mL to Tablespoons and Teaspoons Converter
- Enter the recipe amount in Volume (mL), using a number such as 30 or 7.5.
- Choose Spoon size standard to match the recipe or measuring spoon set you plan to use.
- Choose Round leftover teaspoons to (tsp); use a smaller fraction for closer measuring or Exact decimal tsp for no rounding.
- Click Calculate, then measure the Best spoon combo: tablespoons first and add the Best spoon combo: leftover teaspoons.
- Sanity-check the result by comparing Rounded spoon amount with your starting mL amount and reading Rounding change.

Definitions
Milliliter (mL): A metric volume unit used for small liquid amounts.
Tablespoon (tbsp): A measuring-spoon unit. In this converter it can be 15 mL, 14.78676478125 mL, or 20 mL, depending on the selected spoon standard.
Teaspoon (tsp): A smaller measuring-spoon unit. This converter uses 5 mL for the metric and Australian choices, and 4.92892159375 mL for the US customary exact choice.
Spoon size standard: The set of mL-per-spoon values used for the conversion.
Leftover teaspoons: The teaspoon amount left after taking out as many whole tablespoons as possible.
Rounding change: The rounded spoon amount minus the original mL amount. Positive means the spoon combo is more; negative means it is less.
Exact decimal tsp: A setting that keeps the leftover teaspoons as a decimal instead of rounding to a kitchen fraction.
Common mistakes and quick fixes
Mistake: Typing units such as "30 mL" in Volume (mL) .
Fix: Enter the number only, such as 30; commas and spaces are fine, but letters are not.
Mistake: Leaving Spoon size standard on the wrong recipe system.
Fix: Use 15 mL for many kitchen and nutrition-label amounts, US customary exact for exact US volume math, or Australian for a 20 mL tablespoon.
Mistake: Using a coarse Round leftover teaspoons to (tsp) setting for a small amount.
Fix: Try Nearest 1/8 tsp or Exact decimal tsp when the amount is small or precision matters.
Mistake: Reading only Best spoon combo: tablespoons and ignoring Best spoon combo: leftover teaspoons .
Fix: Use both parts together; the teaspoons are the amount left after the whole tablespoons.
Mistake: Treating Rounded spoon amount as always equal to the original amount.
Fix: Check Rounding change ; a positive value adds liquid, and a negative value uses less liquid.
Mistake: Comparing Decimal tablespoons to a rounded spoon combo as if they should match exactly.
Fix: Use Decimal tablespoons and Decimal teaspoons for checking math, and use the best spoon combo for measuring.
Limitations & Key Assumptions / Boundary Conditions
- The answer depends on Spoon size standard. A 15 mL tablespoon, an exact US customary tablespoon, and an Australian 20 mL tablespoon can give different spoon combos.
- Kitchen silverware is not a precise measuring tool. Use marked measuring spoons for recipe accuracy.
- Rounding can add or subtract a small amount. Always check Rounding change when the ingredient is strong, expensive, or used in a small amount.
- Very small amounts may round to 0 tsp with a coarse setting, so check Rounded spoon amount before using the result.
- This is a volume converter only. It does not convert grams, ounces by weight, density, or ingredient-specific weights.
- For medicine doses, use a marked dosing syringe, dosing cup, or other approved dosing tool, not a kitchen spoon.
- The calculator accepts 0 or positive mL values. Blank, negative, or non-numeric amounts are blocked as errors.
Methodology
How the conversion is calculated
The selected spoon standard sets the mL value for one tablespoon and one teaspoon.
If standard is metric_15: tbsp_mL = 15 and tsp_mL = 5
If standard is us_customary: tbsp_mL = 14.78676478125 and tsp_mL = 4.92892159375
If standard is australia_20: tbsp_mL = 20 and tsp_mL = 5
The decimal spoon amounts divide the entered milliliters by the selected spoon sizes.
decimal_tablespoons = volume_mL / tbsp_mL
decimal_teaspoons = volume_mL / tsp_mL
For the mixed spoon combo, the calculator takes whole tablespoons first, then converts the remaining mL into teaspoons.
whole_tbsp = floor(volume_mL / tbsp_mL)
exact_leftover_tsp = (volume_mL - whole_tbsp * tbsp_mL) / tsp_mL
If rounding is selected, the leftover teaspoons are rounded to the chosen step. Exact decimal tsp skips this rounding step.
rounded_leftover_tsp = round(exact_leftover_tsp / step_tsp) * step_tsp
If the rounded leftover reaches a full tablespoon for the selected standard, the calculator carries it into one more tablespoon and sets leftover teaspoons to 0.
The rounded spoon amount and signed rounding change are then calculated from the final mixed spoon combo.
rounded_volume_mL = mixed_tablespoons_part * tbsp_mL + mixed_teaspoons_part * tsp_mL
rounding_change_mL = rounded_volume_mL - volume_mL
Worked mini-example
For 14 mL with the 15 mL spoon standard and nearest 1/2 tsp rounding, the decimal amount is 0.9333 tbsp or 2.8 tsp. The mixed combo starts as 0 tbsp plus 2.8 tsp. Rounding 2.8 tsp to the nearest 1/2 tsp gives 3 tsp, which carries into 1 tbsp and 0 tsp. The rounded spoon amount is 15 mL, so the rounding change is +1 mL.
Precision and display
The calculator keeps full precision during the calculation, then formats the displayed values for readability. It does not force the rounding change to 0, because a negative or positive value tells you whether the rounded spoon combo is slightly under or over the entered amount.