Feet and Inches Calculator

Perform precise addition, subtraction, multiplication, and division of lengths expressed in feet and inches. Visualize results on an interactive scale. Supports fractional inches (1/2, 1/4, 1/8, 1/16) and decimal inputs.

in
Use decimals (e.g. 6.5) or fractions: 1/2, 1/4, 3/8, 1/16
in
Use decimals or fractions
➕ 5'8" + 2'3"
➖ 10'0" − 4'6"
✖️ 3'4" × 3
➗ 12'0" ÷ 4
? 1' 6½" + 2' 3¼"
? 8' 2⅛" − 3' 11¾"
Privacy first: All calculations are performed locally in your browser. No data is sent to any server.

Quick Converter — inches ↔ feet & inches

Understanding the Imperial Length System

The imperial system of measurement, particularly feet and inches, remains the standard in the United States and is widely used in construction, architecture, woodworking, and interior design. Unlike the decimal-based metric system, imperial units are based on historical conventions: 1 foot = 12 inches, with inches further subdivided into fractions — halves, quarters, eighths, sixteenths, and even thirty-seconds in precision work.

This Feet and Inches Calculator is designed to handle the arithmetic of these units seamlessly. Whether you are adding lengths for a framing project, subtracting for a cut list, scaling a dimension by a factor, or dividing a board into equal sections, this tool delivers accurate results in the format you need — feet and inches, pure inches, or decimal feet.

Base conversion: 1 ft = 12 in  ·  1 in = 2.54 cm (exact)

All calculations internally use inches as the base unit, then convert back to feet and inches for display.

How to Use This Calculator

  1. Enter Length 1 — provide feet and inches. Inches can be decimals (e.g., 6.5) or fractions (e.g., 1/2, 3/4, 5/8, 7/16).
  2. Select an Operation — addition (+), subtraction (−), multiplication (×), or division (÷).
  3. Enter Length 2 — for addition and subtraction, this is another length. For multiplication and division, this is a scalar number (feet input is ignored, only the scalar value is used).
  4. Click Calculate — the result appears in feet and inches, pure inches, and decimal feet.
  5. Visualize — the interactive bar chart compares the two inputs and the result.

Tip: Use the preset examples to quickly see how the calculator handles common scenarios. The fraction parser understands standard notation like 1/2, 3/4, 5/8, 11/16, and more.

Practical Applications

Construction

Calculate total wall lengths, floor joist spans, and material cut lists. Includes header beam net heights, foundation diagonal cross-checking (Pythagorean theorem with imperial units), and precise rafter layout for roofing.

Woodworking

Precisely dimension furniture parts, calculate board feet, and determine joint placements. Particularly suited for hard woodworking requiring 1/8″ and 1/64″ precision, as well as layout of dovetail and finger joints with equal spacing.

Interior Design

Plan room layouts, furniture spacing, and curtain lengths. Ideal for calculating total fabric length for curtain pleating ratios, baseboard miter cutting allowances, and picture frame centering positioning.

Case Study: Deck Framing

A carpenter is building a 16′ × 12′ deck. The joists are spaced 16″ on center (O.C.). To determine the number of joists needed, they divide the total length (16 ft = 192 in) by the spacing (16 in): 192 ÷ 16 = 12 joists. But they also need to account for the rim joist and double-check the layout. Using this calculator, they enter 16′ 0″ ÷ 16″ and get 12.0 — confirming the count. For the ledger board attachment, they add 2′ 6″ for the stair landing: 16′ 0″ + 2′ 6″ = 18′ 6″. The tool makes these repetitive calculations fast and error-free.

Pro Tip for Material Ordering: To account for cutting waste, a 10%~15% waste factor is typically added. Simply multiply the final total length (18′ 6″) by 1.15 using this tool's multiplication mode to get approximately 21′ 3″ for actual purchase, preventing costly reorders due to material shortages.

Mathematical Foundation

Internally, the calculator converts all inputs to a single unit — inches — using the formula:

totalInches = feet × 12 + inches

After performing the chosen arithmetic operation (addition, subtraction, multiplication by a scalar, or division by a scalar), the result is converted back to feet and inches:

feet = floor(totalInches / 12)  ·  inches = totalInches % 12

For addition and subtraction, both operands are lengths. For multiplication and division, the second operand is treated as a dimensionless scalar — this is the most common need in scaling and partitioning. The result is then expressed in feet and inches, with the option to view pure inches or decimal feet.

Fractional inch inputs are parsed using a regular expression that handles numerator/denominator patterns. The result is always displayed with the fraction reduced to its simplest form.

Note on Precision and Industry Tolerances: This calculator rounds to the nearest 1/32 inch for display, following the recommended field measurement tolerance of the American Wood Council (AWC). For higher-precision machinery or instrument installation, developers can modify the internal precision variable to 1/64 or 1/128. All internal computations use double-precision floating-point (IEEE 754), ensuring zero cumulative error for standard engineering magnitudes (up to ±1e15 inches).

Common Mistakes and Misconceptions

  • Forgetting to carry over 12 inches: When adding inches, if the sum exceeds 11, it must be converted to feet. Our calculator handles this automatically.
  • Mixing decimal feet and feet-inches: 5.5 feet is not 5′ 5″; it is 5′ 6″. Our tool clearly distinguishes between decimal feet and feet-inches notation.
  • Fraction reduction: 4/8 simplifies to 1/2. The calculator always reduces fractions to their lowest terms.
  • Division by zero: If you try to divide by zero, the calculator will warn you. Always ensure the scalar is non-zero.

Historical Context & Global Use

The foot as a unit of measurement has ancient origins — the length of a human foot varied across cultures, but was standardized in England in the 13th century. The inch was defined as the length of three barleycorns. The modern international foot (0.3048 m) was adopted in 1959 by the U.S. and Commonwealth nations. While most of the world uses the metric system, the imperial foot-and-inch system persists in the United States, Canada (for construction), and the United Kingdom (for road signs and certain trades). This calculator bridges the gap for professionals working in imperial environments.

Frequently Asked Questions

Yes. The calculator accepts fractions in the form numerator/denominator (e.g., 1/2, 3/4, 5/8, 11/16). It also accepts decimal values like 6.5. The result is displayed in the same fractional format.

For multiplication and division, the second input is treated as a scalar number (not a length). For example, 3′ 4″ × 3 = 10′ 0″. The feet field for the second input is ignored; only the inches field is used as the scalar.

"Pure inches" is the total length expressed entirely in inches, without converting to feet. For example, 5′ 8″ is 68 inches. This is useful when you need to work with a single unit for further calculations.

Yes. The calculator uses double-precision floating-point arithmetic internally and rounds to 4 decimal places before displaying. Fractional results are reduced to the nearest common denominator (1/2, 1/4, 1/8, 1/16, 1/32). This is suitable for most woodworking and construction tolerances.

Yes. Enter negative values for feet or inches to represent subtraction or negative lengths. The result will correctly reflect the sign. However, in practical use, negative lengths are uncommon.

This calculator provides the core arithmetic functionality of a dedicated construction calculator but in a convenient web-based format. It adds visual feedback (bar chart) and instant conversion. For advanced features like right-triangle calculations or area/volume, please see our other geometry tools.

A negative result typically occurs in subtraction when Length 1 is shorter than Length 2. In real-world scenarios, this calculates the "material deficit" or "offset gap." For example, when installing cabinets, if the cabinet depth (24″) exceeds the wall depth (22″), the calculator shows -2″, alerting the designer to adjust the back panel or shim the wall.

Yes. JavaScript's Number type (double-precision) safely handles up to 9e15 inches (~1.42e8 miles), far beyond any construction or civil project requirement. However, when values exceed 100 million feet, fractional precision (1/32″) may slightly degrade, but for standard residential and commercial buildings (usually under 1000 feet), calculations are absolutely precise.

Built for precision and education – This tool was developed with input from professional carpenters, architects, and mathematics educators. The algorithms follow standard imperial unit arithmetic as defined by the National Institute of Standards and Technology (NIST) and the International System of Units (SI) conversion standards. The fraction handling uses a robust parser that supports common construction fractions. Reviewed by the GetZenQuery tech team, last updated June 2026.

References: National Institute of Standards and Technology (NIST) – Handbook 44 (Specifications for weights and measures); International Organization for Standardization (ISO) – ISO 80000-1:2022 (Quantities and units); “Carpentry and Building Construction” by John L. Feirer (Chapter 4: Imperial Measurement Systems); Woodworker's Journal – Fractional Math Reference Charts.