Cooking Measurement Converter
Convert between various volume and weight measurements used in cooking.
Milliliters
236.59
ml
Cups
1.00
cups
Live Step-by-Step Calculation
Milliliters = from_unit == 'cups' ? val * 236.588 : (from_unit == 'ml' ? val : (from_unit == 'tbsp' ? val * 14.787 : (from_unit == 'tsp' ? val * 4.929 : val * 29.574)))
Milliliters = cups == 'cups' ? 1 * 236.588 : (cups == 'ml' ? 1 : (cups == 'tbsp' ? 1 * 14.787 : (cups == 'tsp' ? 1 * 4.929 : 1 * 29.574)))
How it works
Biological Formula Standard
Cooking measurements vary by region. US cups are approx 236.6 ml, while metric cups are 250 ml. This calculator uses standard US measurements.
How it Works
Cooking measurements vary by region. US cups are approx 236.6 ml, while metric cups are 250 ml. This calculator uses standard US measurements.
AI Insight
Did you know? Consistent tracking of these metrics can help identify trends over time. Try adjusting the inputs to see how sensitive the result is to each variable.
Next Steps
Explore related calculators in the food category to get a more comprehensive view of your situation.
AI Tutor Mode
Enable AI Tutor to get step-by-step explanations for every step of the calculation.