Skip to content

Temperature Converter

Free Temperature Converter - calculate instantly with our online tool. No signup required. Accurate unit converters calculations with real-time results.

Loading calculator

Preparing Temperature Converter...

Reviewed & Methodology

Every calculator is built using industry-standard formulas, validated against authoritative sources, and reviewed by a credentialed financial professional. All calculations run privately in your browser - no data is stored or shared.

Last reviewed:

Reviewed by:

Written by:

How to Use the Temperature Converter

  1. 1. Enter a value in the "From" field to begin your conversion.
  2. 2. Select your units - choose the source and target units from the dropdown menus.
  3. 3. View instant results - the conversion updates automatically as you type.
  4. 4. Swap direction - click the swap button to reverse the conversion.
  5. 5. Share your results - copy the link to save or share your conversion.

Temperature Converter

Convert between Fahrenheit, Celsius, and Kelvin instantly. Whether you are following a recipe from another country, checking weather forecasts while traveling, or working on a chemistry problem that requires Kelvin, this converter handles the math accurately so you do not have to. Temperature is one of the few unit types that cannot be converted with simple multiplication — it requires offset formulas, which is exactly where most mental math goes wrong. Use this tool to get the right number the first time.

How Temperature Conversion Works

Unlike length or weight conversions, temperature scales do not share a common zero point, so every conversion involves both multiplication and addition. The three core formulas are:

  • Fahrenheit to Celsius: C = (F - 32) x 5/9
  • Celsius to Fahrenheit: F = (C x 9/5) + 32
  • Celsius to Kelvin: K = C + 273.15
  • Kelvin to Celsius: C = K - 273.15
  • Fahrenheit to Kelvin: K = (F - 32) x 5/9 + 273.15

The converter uses Celsius as the intermediate step for all conversions. Any input is first converted to Celsius, then converted from Celsius to the target unit. This two-step process avoids floating-point errors that build up when going directly between non-base units.

Worked Examples

A home cook in the US finds a French baguette recipe calling for an oven temperature of 230 °C. Plugging that into the converter gives (230 x 9/5) + 32 = 446 °F. Most US ovens have markings at 425 and 450, so the cook sets the oven to 450 °F and checks early — a practical decision that the exact number makes possible.

A chemistry student needs to convert a reaction temperature of 350 K to Celsius and Fahrenheit for a lab report. Subtracting 273.15 gives 76.85 °C. Then (76.85 x 9/5) + 32 = 170.33 °F. Both values go into the report with confidence, since the original Kelvin figure came from a calibrated instrument and no manual calculation errors crept in.

A traveler flying from New York to London sees the weather forecast showing 12 °C in London. Using the quick estimate method — double it and add 30 — gives roughly 54 °F. The exact conversion is (12 x 9/5) + 32 = 53.6 °F, so the estimate is almost perfectly accurate. They pack a light jacket rather than a heavy coat.

Reference Conversion Table

Fahrenheit (°F)Celsius (°C)Kelvin (K)Context
-40-40233.15F and C crossover point
0-17.78255.37Very cold winter day
320273.15Water freezes
5010283.15Cool autumn day
6820293.15Comfortable room temperature
7725298.15Warm room, standard lab temp
98.637310.15Normal human body temperature
10037.78310.93Just above body temperature
212100373.15Water boils (sea level)
350176.67449.82Common baking temperature
451232.78505.93Paper ignites (Fahrenheit 451)
2,7321,5001,773.15Steel melting point (approx.)

When to Use This Converter

  • Cooking with international recipes — European and Australian recipes almost always list oven temperatures in Celsius; US ovens use Fahrenheit
  • Travel weather prep — country forecast apps display local units; knowing that 15 °C = 59 °F helps you pack correctly
  • Medical thresholds — a child’s fever of 38.5 °C needs to be recognized as 101.3 °F for US parents reading American dosing guidelines
  • Scientific lab work — thermodynamic equations require Kelvin; any temperature in Celsius or Fahrenheit needs to be converted before plugging into formulas like PV = nRT
  • HVAC and refrigeration — technicians switching between equipment manuals from different countries encounter Fahrenheit, Celsius, and occasionally Kelvin specifications on the same job

Common Mistakes to Avoid

  1. Forgetting the offset before multiplying — the most common error is multiplying by 9/5 before subtracting 32, giving a wildly wrong answer. Always apply the subtraction first: C = (F - 32) x 5/9, not C = F x 5/9 - 32.
  2. Confusing US tons with metric — same problem with Kelvin and Celsius — Kelvin and Celsius have the same scale size (1 degree change = 1 K change), but differ by 273.15. Students often forget to add or subtract that offset, producing answers that are off by 273 degrees.
  3. Using the wrong boiling point for altitude — water boils at 212 °F (100 °C) only at sea level. At 5,000 feet, it boils at about 203 °F (95 °C), which matters for accurate cooking times at high elevation.
  4. Rounding too early — when chaining conversions (for example, Fahrenheit to Kelvin via Celsius), round only the final answer. Rounding at the Celsius step and then adding 273.15 introduces unnecessary error in the result.

Quick Reference Benchmarks

Memorize these five anchors and you can estimate any common temperature without a calculator:

  • 0 °C = 32 °F — water freezes
  • 20 °C = 68 °F — comfortable room temperature
  • 37 °C = 98.6 °F — healthy human body
  • 100 °C = 212 °F — water boils
  • -40 is the same in both scales — useful sanity check for extreme cold calculations

For rough Fahrenheit-to-Celsius mental math: subtract 32, then halve the result (slightly off but fast). For rough Celsius-to-Fahrenheit: double the Celsius value, then add 30.

Tips

  1. Memorize the five benchmarks above — freezing, room temp, body temp, boiling, and the -40 crossover — and you can sanity-check any result instantly
  2. For a quick Fahrenheit-to-Celsius estimate on weather temperatures, subtract 30 then divide by 2; for example, 70 °F becomes (70 - 30) / 2 = 20 °C (exact answer: 21.1 °C)
  3. Kelvin is just Celsius + 273.15 — if you already know the Celsius value, the Kelvin conversion is a single addition with no multiplication required
  4. When baking with a European recipe, verify both the temperature and whether the recipe assumes a conventional or fan-assisted (convection) oven, since convection ovens typically run 25 °F (14 °C) hotter
  5. Scientific constants and material properties in textbooks are almost always listed at 25 °C (77 °F / 298.15 K) — this is the “standard temperature” for most chemistry and materials data
  6. If you are programming a temperature converter yourself, always store and calculate in Kelvin internally; it avoids sign issues and makes the math cleaner for any unit pair

Frequently Asked Questions

What is the formula to convert Celsius to Fahrenheit?
The formula is F = (C x 9/5) + 32. For example, 25 degrees Celsius equals (25 x 9/5) + 32 = 77 degrees Fahrenheit. To go the other direction, use C = (F - 32) x 5/9. A quick mental shortcut is to double the Celsius value and add 30 for a rough Fahrenheit estimate.
What is Kelvin and when is it used?
Kelvin is the SI base unit for temperature, starting at absolute zero (0 K = -273.15 degrees Celsius), the lowest theoretically possible temperature. It is used in physics, chemistry, astronomy, and engineering because it provides an absolute scale with no negative values. To convert Celsius to Kelvin, simply add 273.15.
What is normal human body temperature in Celsius and Fahrenheit?
Normal human body temperature is approximately 98.6 degrees Fahrenheit or 37 degrees Celsius, though it can vary slightly between 97.8-99.1 F (36.6-37.3 C) depending on the individual and time of day. A fever is generally considered to begin at 100.4 F (38 C) and above.
At what temperatures does water boil and freeze?
Water freezes at 32 degrees Fahrenheit (0 degrees Celsius, 273.15 K) and boils at 212 degrees Fahrenheit (100 degrees Celsius, 373.15 K) at standard atmospheric pressure. At higher altitudes, water boils at a lower temperature because of reduced air pressure -- for example, at 5,000 feet elevation, water boils at about 203 F (95 C).
How do I quickly convert weather temperatures between Fahrenheit and Celsius?
For everyday weather conversions, memorize these benchmarks: 0 C = 32 F (freezing), 10 C = 50 F (cool), 20 C = 68 F (room temperature), 30 C = 86 F (hot), and 40 C = 104 F (extreme heat). For a quick estimate, subtract 30 from Fahrenheit and divide by 2 to get an approximate Celsius value.

Explore More Unit Converters Tools

Length Converter: Try our free length converter for instant results.

Weight Converter: Try our free weight converter for instant results.

Volume Converter: Try our free volume converter for instant results.

Area Converter: Try our free area converter for instant results.

Speed Converter: Try our free speed converter for instant results.

Pressure Converter: Try our free pressure converter for instant results.

Calculators