100% Free · Private · No sign-up

Unit Converter

100% free — instantly convert length, weight, temperature, volume, area, speed, time and data units. Accurate two-way conversion that runs entirely in your browser.

Enter a value to convert.
Three simple steps

How to convert units online

No downloads, no accounts. Convert between any two units in seconds.

  1. 1

    Choose a category

    Pick what you want to convert — length, weight, temperature, volume, area, speed, time or data.

  2. 2

    Enter a value & units

    Type a number and select the units you're converting from and to. Both fields are editable.

  3. 3

    Read the result

    The converted value updates instantly as you type, and works in both directions.

Everything you need

A unit converter for everyday and professional use

Fast, accurate and private — metric and imperial conversions that just work.

8 categories

Length, weight, temperature, volume, area, speed, time and digital data — all in one place.

Two-way conversion

Edit either field and the other updates automatically. Swap units with a single click.

Accurate factors

Precise, internationally recognized conversion factors for reliable results every time.

Instant results

Conversions happen the moment you type — no buttons to press, no waiting.

100% private

Everything runs locally in your browser. Nothing you type is ever uploaded.

Free & unlimited

Completely free forever — no sign-up, no watermarks, no limits.

Convert any measurement in seconds

Whether you're following a recipe, planning a trip, doing homework, or working on a technical project, this free unit converter makes switching between measurement systems effortless. Convert centimeters to inches, kilograms to pounds, Celsius to Fahrenheit, liters to gallons and much more — all without leaving your browser.

The converter supports both metric and imperial units across eight categories: length, weight and mass, temperature, volume, area, speed, time and digital data. Type a value into either field and the result appears instantly, so you can convert in either direction and double-check your numbers with the quick-conversion list.


How unit conversion actually works

Most units in this tool are converted with a multiplier to a base unit. Length uses the metre, weight uses the kilogram, volume uses the litre, and so on. Every other unit stores how many base units it equals — an inch is 0.0254 m, a pound is 0.45359237 kg.

To convert from unit A to unit B:

result = value × (factor A ÷ factor B)

You multiply by A's factor to reach the base unit, then divide by B's factor to leave the base unit. Converting 5 feet to inches: 5 × 0.3048 ÷ 0.0254 = 60 inches. The tool does this instantly whichever direction you type.

Temperature is different

Celsius, Fahrenheit and Kelvin are not simple multiples of each other — they have offsets. You cannot convert °C to °F by multiplying alone:

°F = (°C × 9/5) + 32
°C = (°F − 32) × 5/9
K = °C + 273.15

That is why temperature is handled separately in the code while length and weight share the same factor logic.

Worked examples

Example 1 — Centimetres to inches (Length)

A European shelf listing says 80 cm; you need inches for a US bracket.

80 cm → metres: 80 × 0.01 = 0.8 m
0.8 m ÷ 0.0254 m/in ≈ 31.50 in (about 2 ft 7½ in)

Example 2 — Kilograms to pounds (Weight)

A luggage limit is 23 kg; what is that in pounds?

23 kg × (1 lb ÷ 0.45359237 kg) ≈ 23 × 2.20462 ≈ 50.71 lb

Airlines often round — but 23 kg is safely under a 50 lb limit and over a 45 lb one, so the precise figure matters.

Example 3 — Oven temperature (350 °F to °C)

(350 − 32) × 5/9 = 318 × 5/9 ≈ 176.7 °C

Most European recipes call for 180 °C for a "moderate" oven — 350 °F is the American equivalent, not 350 °C (which would far exceed home oven limits).

Common mistakes to watch for

  • US gallon vs imperial gallon. A US gallon is 3.785 litres; an imperial (UK) gallon is 4.546 litres — about 20% larger. Recipe and fuel-economy confusion often comes from mixing them up. This tool labels them separately.
  • Metric ton vs US ton. A metric tonne is 1,000 kg. A US short ton is 2,000 lb (907 kg). They differ by roughly 10% — enough to matter in shipping and agriculture.
  • Treating Fahrenheit as a ratio scale. "Twice as hot" in Fahrenheit is meaningless because zero is arbitrary. 40 °F is not "twice as warm" as 20 °F. Always convert temperature differences with the proper formula, not by multiplying.
  • Confusing weight and mass. In everyday speech "weight" and "mass" blur together. Strictly, kilograms measure mass and pounds-force measure weight, but for practical conversions on Earth the numbers match what scales show.

When to use this tool

Reach for the unit converter when you are translating physical measurements — recipe volumes, road-trip distances, clothing sizes, screen dimensions, data storage, running pace. Pick the category first, then the two units; type in either field.

Use the Currency Converter for money between countries — it applies live exchange rates, which is completely different math. Use the BMI Calculator when you specifically want a body mass index from height and weight, not a raw kg-to-lb conversion. Use the Time Zone Converter when the hard part is clock time across regions, not miles versus kilometres.

Because everything runs on your device, there's nothing to install and nothing is uploaded. Your inputs stay completely private, and the tool works even when you're offline. This is one of many free browser tools on Uzetool — explore more tools as we add them.

Questions

Frequently asked questions

How do I convert units with this tool?

Pick a category such as length or weight, type a number into either field, and choose the units you're converting from and to. The result updates instantly and works in both directions.

Is the unit converter free?

Yes — it's 100% free with no sign-up, watermarks, or usage limits. The tool is supported by unobtrusive ads so it can stay completely free to use.

What units can I convert?

You can convert length, weight and mass, temperature, volume, area, speed, time and digital data units, including both metric and imperial measurements.

Are the conversions accurate?

Yes. The tool uses precise, internationally recognized conversion factors, so results are accurate for everyday, academic and professional use.

Does the converter work offline?

Once the page has loaded, all conversions happen locally in your browser, so nothing is sent to a server and the tool keeps working even without a connection.