How it works
This calculator bridges the gap between different measurement systems. Whether you're working with recipes (cups to milliliters), travel (miles to kilometers), shipping (pounds to kilograms), or weather (Celsius to Fahrenheit), you enter a value, select your starting unit, pick your target unit, and get an instant result. It handles five major categories: length (distance), weight (mass), volume (capacity), speed (velocity), and temperature.
The formula
Result = Input Value × Conversion Factor (or for temperature: specialized formulas like °F = (°C × 9/5) + 32)
Each unit pair has a fixed conversion factor derived from international standards. For example, 1 kilometer = 0.621371 miles, so to convert 10 km to miles: 10 × 0.621371 = 6.21371 miles.
Worked example
Scenario: You're baking a cake and a US recipe calls for 2 cups of flour, but your kitchen scale measures in milliliters.
- Input value: 2
- From unit: US cups (cup)
- To unit: Milliliters (ml)
- Conversion factor: 1 cup = 236.588 ml
- Calculation: 2 × 236.588 = 473.176 ml
- Result: 2 cups ≈ 473 ml
Another example: A weather forecast shows 28°C; you want to know the Fahrenheit equivalent.
- Input value: 28
- From unit: Celsius (C)
- To unit: Fahrenheit (F)
- Formula: °F = (°C × 9/5) + 32
- Calculation: (28 × 9/5) + 32 = (28 × 1.8) + 32 = 50.4 + 32 = 82.4°F
- Result: 28°C = 82.4°F
Speed conversion example: A car travels at 100 km/h; convert to miles per hour.
- Input value: 100
- From unit: Kilometers/hour (kph)
- To unit: Miles/hour (mph)
- Conversion factor: 1 km/h = 0.621371 mph
- Calculation: 100 × 0.621371 = 62.1371 mph
- Result: 100 km/h ≈ 62.1 mph
Common mistakes
Mixing categories: You cannot convert length to weight or volume to speed. Units must belong to the same category (all length, all weight, etc.).
Forgetting temperature offset: Temperature conversions aren't simple multiplication because Celsius and Fahrenheit have different zero points. Always use the full formula, not just a multiplier.
Rounding too early: If you're doing follow-on calculations, keep full decimal precision until the final answer. Rounding intermediate steps introduces cumulative error.
Confusing similar-sounding units: Fluid ounces (volume) differ from weight ounces. A cup is always 236.588 ml for volume, not a weight measurement. Check your category before converting.
Assuming metric tons and tonnes are different: They're identical—both equal 1,000 kg. The term "metric ton" is standard in English-speaking countries; "tonne" is used in most others.