Decimal to Fraction Calculator — Simplified

Fraction

--

Simplified Fraction

--

Mixed Number

--

How Decimal to Fraction Conversion Works

Decimal to fraction conversion is the process of expressing a base-10 decimal number as a ratio of two integers (a numerator over a denominator). Every terminating decimal and every repeating decimal can be written as a fraction — these are called rational numbers. According to the National Council of Teachers of Mathematics (NCTM), understanding the relationship between decimals and fractions is a core arithmetic skill that appears in virtually every standardized math curriculum worldwide.

Fractions are preferred over decimals in many practical contexts. Carpenters measure in fractions of an inch (3/8", 5/16"), recipes call for fractional cups (2/3 cup, 1/4 teaspoon), and financial calculations often require exact fractional values to avoid rounding errors. This calculator converts any decimal input into its fraction form, simplifies it automatically using the Greatest Common Divisor (GCD), and shows the mixed number form when applicable. For the reverse operation, use our Fraction to Decimal Calculator, or find GCD values with the GCD Calculator.

The Conversion Formula

The standard method for converting a terminating decimal to a fraction uses the decimal's place value as the denominator:

Step 1: Write the decimal digits as the numerator. Step 2: Use 10^n as the denominator, where n = number of decimal places. Step 3: Simplify by dividing both by their GCD.

Worked example: Convert 0.375 to a fraction. Write as 375/1000. Find GCD(375, 1000) = 125. Divide: 375/125 = 3, 1000/125 = 8. Result: 3/8. Verify: 3 divided by 8 = 0.375.

Key Terms You Should Know

Terminating decimal — a decimal that has a finite number of digits after the decimal point (e.g., 0.25, 0.375, 1.5). All terminating decimals can be expressed as fractions with a denominator that is a power of 10, which then simplifies.

Repeating decimal — a decimal where one or more digits repeat infinitely (e.g., 0.333... = 1/3, 0.142857142857... = 1/7). These are also rational numbers. Converting repeating decimals requires algebraic manipulation rather than simple place-value division.

Greatest Common Divisor (GCD) — the largest positive integer that divides both the numerator and denominator without a remainder. The Euclidean algorithm, described by the Greek mathematician Euclid around 300 BCE, efficiently computes the GCD. Use our GCD Calculator for standalone GCD computations.

Mixed number — a combination of a whole number and a proper fraction, such as 2 3/4. Mixed numbers are formed when the numerator is larger than the denominator (improper fraction). Divide the numerator by the denominator: the quotient is the whole part, and the remainder over the denominator is the fractional part.

Improper fraction — a fraction where the numerator is greater than or equal to the denominator (e.g., 11/4 or 7/3). Improper fractions are mathematically valid but are often converted to mixed numbers for easier interpretation.

Common Decimal-to-Fraction Reference Table

The following table lists frequently encountered decimals and their simplified fractions. These conversions appear regularly in cooking, construction, finance, and standardized testing. Memorizing the most common ones (1/8, 1/4, 1/3, 1/2, 3/4) speeds up mental math considerably.

Decimal Fraction Decimal Fraction
0.1251/8 0.6255/8
0.16671/6 0.66672/3
0.21/5 0.753/4
0.251/4 0.84/5
0.33331/3 0.8335/6
0.3753/8 0.8757/8
0.51/2 1.53/2 (1 1/2)

Practical Examples

Example 1 — Cooking measurement: A recipe calls for 0.375 cups of sugar. Converting: 0.375 = 375/1000 = 3/8. You need 3/8 of a cup, which is easier to measure with standard measuring cups than trying to estimate 0.375. Most US measuring cup sets include 1/4 and 1/8 cup measures, so 3/8 = 1/4 + 1/8. See our Cooking Converter for more kitchen math.

Example 2 — Construction measurement: A board needs to be cut to 2.3125 inches. Converting the decimal part: 0.3125 = 3125/10000 = 5/16. The cut is 2 5/16 inches, which matches standard tape measure markings. Carpenters routinely convert between decimals (from digital calipers) and fractions (for tape measures).

Example 3 — Grade calculation: A student scores 0.8667 on an exam (86.67%). Converting: 0.8667 is approximately 13/15. Knowing this is 13 out of 15 questions correct helps the student understand exactly how many questions they missed. Use our Grade Calculator to compute final course grades.

Tips for Converting Decimals to Fractions

Why Fractions Matter in Mathematics

Fractions provide exact representations that decimals cannot always achieve. The fraction 1/3 is exactly one-third, while 0.3333... is always an approximation when stored in a finite number of decimal digits. According to the American Mathematical Society, fraction arithmetic is a prerequisite for algebra, calculus, and virtually all advanced mathematics. In computer science, floating-point decimal representations can introduce rounding errors (the famous 0.1 + 0.2 = 0.30000000000000004 issue), which is why financial software often uses fractional or integer-based arithmetic internally.

Frequently Asked Questions

How do you convert a decimal to a fraction step by step?

Write the decimal digits as the numerator and use 10 raised to the number of decimal places as the denominator. For 0.75: numerator = 75, denominator = 100. Then find the GCD of 75 and 100, which is 25. Divide both: 75/25 = 3, 100/25 = 4. Result: 3/4. For a decimal like 2.375, separate the whole number (2) and convert 0.375 = 375/1000 = 3/8, giving the mixed number 2 3/8.

How do you simplify a fraction?

Find the Greatest Common Divisor (GCD) of the numerator and denominator, then divide both by it. For 375/1000: GCD(375, 1000) = 125, so 375/125 = 3 and 1000/125 = 8, giving 3/8. The Euclidean algorithm is the most efficient way to find the GCD: repeatedly divide the larger number by the smaller and take the remainder until you reach 0. The last non-zero remainder is the GCD. For example, GCD(375, 1000): 1000 = 2 x 375 + 250; 375 = 1 x 250 + 125; 250 = 2 x 125 + 0. GCD = 125.

Can all decimals be written as fractions?

All terminating decimals (like 0.5 or 0.375) and all repeating decimals (like 0.333... or 0.142857...) can be written as fractions. These are called rational numbers. However, non-repeating, non-terminating decimals cannot be expressed as fractions — these are irrational numbers. Famous examples include pi (3.14159...), the square root of 2 (1.41421...), and Euler's number e (2.71828...). There are infinitely many irrational numbers, and they are uncountably infinite according to Georg Cantor's proof.

What is a mixed number and when is it used?

A mixed number combines a whole number and a proper fraction, such as 2 3/4 (two and three-quarters). It is equivalent to the improper fraction 11/4. Mixed numbers are used when the value exceeds 1, making the quantity easier to visualize — saying "2 and 3/4 cups" is more intuitive than "11/4 cups." To convert an improper fraction to a mixed number, divide the numerator by the denominator: the quotient is the whole part, and the remainder becomes the new numerator over the original denominator.

How do you convert a repeating decimal to a fraction?

Use algebra: let x equal the repeating decimal, multiply both sides by 10 raised to the number of repeating digits, then subtract the original equation. For 0.666...: let x = 0.666..., then 10x = 6.666..., and 10x - x = 6, so 9x = 6 and x = 6/9 = 2/3. For 0.142857142857...: multiply by 10^6, subtract, and solve to get 142857/999999 = 1/7. This method works because the subtraction eliminates the infinite repeating portion.

What are common fractions used in construction and cooking?

In construction, the most common fractions are powers of 2: 1/2, 1/4, 1/8, 1/16, and 1/32 of an inch. Standard tape measures in the US mark these divisions. In cooking, common fractions include 1/4, 1/3, 1/2, 2/3, and 3/4 of a cup, teaspoon, or tablespoon. Standard US measuring sets include these sizes. The metric system uses decimals instead, but fractional thinking remains essential for anyone working with US customary units. See our Fraction Calculator for arithmetic with fractions.

Related Calculators