Unit Converter
Free online unit converter. Convert length (meters, feet, inches), weight (kg, lbs), temperature (Celsius, Fahrenheit), volume, area, speed and more units instantly
Unit conversion is one of those things that "just works" until it does not — and when it does not, you lose a Mars Climate Orbiter to a pounds-vs-newtons mix-up. This converter handles SI and US customary units across length, mass, temperature, volume, area, speed, pressure, energy, and a few engineering specialties. It uses NIST-defined conversion factors (not rounded "close enough" ratios) and shows the formula behind each conversion so you can sanity-check.
Which conversions are exact and which are not
Since 2019, all SI units are defined by fixed values of fundamental constants — meter from the speed of light, kilogram from Planck constant. US customary units are defined by exact conversions to SI: 1 inch = 0.0254 m exactly, 1 pound = 0.45359237 kg exactly. So most unit conversions in this tool are mathematically exact within rounding.
Exceptions: temperature is offset-and-scale (°F to °C is not a simple multiplier); fluid ounces differ between US (29.5735 mL) and Imperial (28.4131 mL); the gallon is the most-confused unit in the English-speaking world (US gallon 3.78541 L vs Imperial gallon 4.54609 L — the US one is smaller).
Working example: a recipe conversion
Input
Convert 1.5 cups of flour to grams (US customary, all-purpose flour density 125 g/cup)
Output
1.5 cups × 236.588 mL/cup = 354.882 mL 354.882 mL × (125 g / 236.588 mL) ≈ 187.5 g Note: "1 cup of flour" by volume is variable. - Spooned light: ~120 g - Scooped packed: ~150 g - USDA standard: 125 g For baking accuracy, weigh dry ingredients directly. Volume measurements compound errors quickly.
Recipe conversions are the most-requested and the most-error-prone use of unit conversion. "1 cup" is a US measure (236.588 mL); a UK "cup" is 250 mL; an Australian cup is 250 mL but their tablespoon is 20 mL versus the US 14.79 mL. Always check what country the recipe assumes.
Categories and the conversion gotchas in each
- Length — fully linear. 1 mile = 1609.344 m exactly. Nautical mile = 1852 m exactly. Surveying uses "US survey foot" (slightly different from international foot) — only relevant for land surveying.
- Mass / weight — kg, lb, oz, stone (UK 14 lb). Mass and weight conflated in everyday use; in physics, mass is invariant, weight depends on gravity (you weigh less on the Moon).
- Temperature — not linear. °C = (°F − 32) × 5/9. Kelvin is offset from Celsius (K = °C + 273.15). Always use the absolute scale (K) when ratios matter.
- Volume — US fluid oz ≠ Imperial fluid oz ≠ US dry pint ≠ liquid pint. The conversion category needs to know which system.
- Speed — most conversions linear. Mach number depends on temperature and altitude (speed of sound varies); treating "Mach 1" as a fixed mph is a common mistake.
- Pressure — psi, kPa, bar, atm, mmHg, inHg. 1 atm = 101325 Pa exactly. Gauge pressure vs absolute pressure is a separate axis (psi-g vs psi-a) that matters in engineering.
- Energy — joule (SI), calorie (food calories are actually kilocalories, 1 kcal = 4184 J), BTU, electron-volt. Food labeling kcal vs SI kJ on European labels is the most-encountered conversion in daily life.
- Data — bytes / kibibytes (KiB, 1024) / kilobytes (KB, 1000). Storage manufacturers use 1000 (so a "1 TB" disk is 1,000,000,000,000 bytes); RAM and most file managers use 1024. The difference grows: 1 TiB - 1 TB = 99 GB.
When to reach for this tool
- You are reading a US recipe and need to bake from a European kitchen — convert cups, ounces, and Fahrenheit oven temperature without doing the arithmetic.
- You are reading scientific literature and need to translate cgs units to SI (1 erg = 1e-7 J, 1 gauss = 0.0001 T) before plugging into a modern equation.
- You inherited an engineering spec in mixed units (drawing in mm, fasteners in inches, fluid in gallons) and need a clean SI equivalent.
- You are travelling and want to convert km/h speed limits, °C weather forecasts, and L/100km fuel economy without doing mental arithmetic.
What this tool will not do
- It will not handle compound units (specific heat in J/(kg·K), torque in N·m). Each is its own category in a comprehensive unit library (UnitsNet, Pint); this tool covers common conversions, not arbitrary dimensional analysis.
- It will not handle currency. Currency conversion is a different problem — rates change in real time and the conversion is not algebraic. Use a separate currency tool.
- It will not convert "approximate" units. "A handful" is not a unit. "Room temperature" is approximately 20°C but varies by region and season. The tool converts well-defined units only.
Frequently asked questions
Why are there two pints (US 473 mL and Imperial 568 mL)?
Historical. The British "Queen Anne wine gallon" of 1707 was 231 cubic inches, which the US inherited at independence. Britain switched to the Imperial gallon in 1824 (4.54609 L). The pint, being one-eighth of a gallon, inherited the same divergence. The same applies to fluid ounces and quarts.
How do I convert between miles per gallon (US) and L/100km?
They are inverses, and the constant is approximately 235.215. mpg (US) ≈ 235.215 / (L per 100 km). A car at 30 mpg consumes about 7.84 L/100 km. The Imperial mpg uses a different constant (282.481) because the gallon is larger.
Why is a "calorie" on food labels 4184 J not 4.184 J?
The chemistry calorie (4.184 J) is the energy to raise 1 g of water by 1°C. The food "calorie" is the kilocalorie (1000 chemistry calories) and should be written kcal. US food labels use "Calorie" (capital C) for kcal; European labels show both kJ and kcal. A 2000-Calorie diet is 2,000,000 chemistry calories.
What is the difference between °C and K?
Same size step (1 K = 1 °C interval) but different zero. 0 K = absolute zero = −273.15 °C. 0 °C = 273.15 K. For temperature ratios (e.g., thermodynamic cycles) you must use Kelvin; for everyday differences, °C is fine.
Why does 1 kB of network speed transfer feel slower than 1 KiB of file size?
They are usually equal (1 kB = 1 KiB if you are sloppy, but technically 1 kB = 1000 B and 1 KiB = 1024 B). Network speeds are also often measured in bits, not bytes — 1 Mbps = 1,000,000 bits per second = 125,000 bytes per second = 125 KB/s. The factor-of-8 catches everyone the first time.
What is the most-confused unit in engineering?
Probably the slug — the imperial unit of mass used with the foot-pound-second system. F = m × a wants mass in slugs when force is in pounds-force and acceleration in ft/s². Most US engineers learn this once in dynamics class and never see it again.
Related tools
Convert numbers between binary, octal, decimal, hexadecimal and custom bases (2-36). Free online number system converter for programmers
Convert file sizes between bytes, KB, MB, GB, TB. Calculate transfer times at different speeds. Free online file size converter
Real-time currency converter with live exchange rates. Convert USD, EUR, GBP, PLN, JPY and 150+ world currencies. Free forex calculator online
Calculate percentages, percentage increase/decrease, find X% of Y, what percent is X of Y. Free online percentage calculator with formulas
Calculate and convert image/video aspect ratios. Find dimensions for 16:9, 4:3, 21:9 and custom ratios. Free online aspect ratio calculator
Calculate area, perimeter, volume of 2D and 3D shapes. Circle, triangle, rectangle, sphere, cube formulas. Free online geometry calculator with diagrams
Published · Updated · E-Utils editorial team