Feet and Inches Calculator

Free online Feet and Inches Calculator — convert decimal feet to ft/in format, convert total inches to feet and inches, and add or subtract two lengths in feet and inches instantly.

883.0K usesUpdated · 2026-04-28Runs locally · zero upload

How to Use Feet and Inches Calculator

The Feet and Inches Calculator offers three modes to handle every common feet-and-inches task.

  1. Choose a mode — Select Convert, Add, or Subtract from the mode drop-down.
  2. Enter your values — In Convert mode, type either a decimal feet value or a total inches value. In Add/Subtract mode, enter two separate lengths as feet + inches pairs.
  3. Read the result — The Feet and Inches Calculator instantly shows the result in ft/in format along with centimeters and meters.

Switching modes automatically clears previous inputs so you always start fresh.

Formula & Theory — Feet and Inches Calculator

The Feet and Inches Calculator uses the fundamental relationship:

1 foot = 12 inches

Convert: decimal feet → ft/in

total_inches = decimal_feet × 12
feet  = floor(total_inches / 12)
inches = total_inches mod 12

Convert: total inches → ft/in

feet   = floor(total_inches / 12)
inches = total_inches mod 12

Add or Subtract two lengths

total_inches_A = feet_A × 12 + inches_A
total_inches_B = feet_B × 12 + inches_B
result_inches  = total_inches_A ± total_inches_B
result_feet    = floor(|result_inches| / 12)
result_in      = |result_inches| mod 12
Symbol Meaning
floor() Round down to nearest integer
mod Remainder after division

Metric conversions used by the Feet and Inches Calculator:

cm = total_inches × 2.54
m  = total_inches × 0.0254

Use Cases for Feet and Inches Calculator

The Feet and Inches Calculator is used in a wide range of everyday and professional contexts:

  • Height Conversion — Convert a person's height from decimal feet (e.g. 5.83 ft) to the standard ft/in display (5 ft 10 in) with the Feet and Inches Calculator.
  • Home Improvement — Add up material lengths in feet and inches when cutting lumber, carpet, or trim.
  • Furniture & Room Sizing — Subtract dimensions to check clearances or fit furniture into a space.
  • Sports & Fitness — Quickly convert athlete heights and jump measurements between decimal feet and the ft/in format.
  • Construction & Carpentry — The Feet and Inches Calculator handles mixed-unit arithmetic that would otherwise require manual conversion.
  • International Travel — Convert height or distance values between the imperial and metric systems for use in countries with different standards.

Whether you need a quick height conversion or are doing complex multi-step length arithmetic, the Feet and Inches Calculator removes the mental math and delivers accurate results instantly.

Frequently asked questions about Feet and Inches Calculator

How do I convert decimal feet to feet and inches?

Select Convert mode in the Feet and Inches Calculator, enter a decimal feet value (e.g. 5.75), and the result shows the equivalent in feet and inches (e.g. 5 ft 9 in).

How does the Feet and Inches Calculator handle addition?

Select Add mode, enter two lengths as separate feet and inches values, and the Feet and Inches Calculator sums them and normalizes the result (e.g. 4 ft 11 in + 1 ft 3 in = 6 ft 2 in).

What metric conversions does the Feet and Inches Calculator provide?

The Feet and Inches Calculator shows results in centimeters (cm) and meters (m) alongside the ft/in format.

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.