Decimal to Fraction Calculator

Convert any decimal to a simplified fraction or mixed number. Supports repeating decimals, batch mode, Egyptian fractions, visual fraction bars, and a reference table of common conversions.

Limit denominator size
Digits after decimal point for display
Fraction
3/4
Numerator: 3.00 ÷ Denominator: 4.00
Mixed Number
3/4
Whole part + fractional remainder
Decimal Places
2
Input has 2 digits after the decimal
Terminating?
Yes
Exact fractional representation
Percentage
75.0000%
Decimal × 100
Egyptian Fraction
1/2 + 1/4
Sum of unit fractions (greedy algorithm)
Fraction Visual
3 of 4 parts filled (75.00%)

Common Decimal-to-Fraction Conversions

DecimalFractionVisual
0.51/2
0.3331/3
0.251/4
0.21/5
0.1671/6
0.1431/7
0.1251/8
0.11/10
0.06251/16
0.051/20
0.6672/3
0.753/4
0.42/5
0.63/5
0.84/5
0.3753/8
0.6255/8
0.8757/8
0.8335/6
0.1111/9
Planning notes, formulas, and examples

About the Decimal to Fraction Calculator

The **Decimal to Fraction Calculator** converts any decimal number into its simplest fraction form. Whether you are working with a terminating decimal like 0.75 (which equals 3/4) or a repeating decimal like 0.333… (approximately 1/3), the page finds the closest fraction, simplifies it fully, and also displays the result as a mixed number when appropriate.

Understanding the relationship between decimals and fractions is essential in mathematics, cooking, engineering, and finance. While decimals are convenient for calculators and spreadsheets, fractions often provide exact representations and are easier to work with in algebra, dimensional analysis, and everyday measurements. Converting between the two formats is a fundamental skill taught from elementary school through college-level math.

This calculator goes far beyond a simple conversion. It detects whether your decimal terminates or repeats, computes the Egyptian fraction decomposition (sum of unit fractions), and shows a visual bar representing the fraction. Use batch mode to convert multiple decimals at once — perfect for grading worksheets or processing data sets. The reference table at the bottom lists twenty common decimal-to-fraction pairs you can click to load quickly.

Enter any decimal value, explore the presets for quick examples, and let the calculator handle the GCD simplification, mixed number extraction, and percentage conversion automatically.

When This Page Helps

This calculator is useful when a decimal needs to become an exact, readable fraction rather than a rounded approximation on a screen. It simplifies the numerator and denominator automatically, shows the mixed-number form for values above 1, converts the same result to a percent, and even breaks the value into an Egyptian fraction. That combination is helpful for worksheets, measurement problems, recipe scaling, and any situation where a fraction format is easier to interpret than a long decimal.

How to Use the Inputs

  1. Enter values in Decimal Value, Decimals (comma-separated), Max Denominator, and any remaining fields.
  2. Choose options in Mode to match your scenario.
  3. Use a preset such as "0.5" or "0.25" to load a quick example.
  4. Compare the result with the formula and worked example so you can catch input, rounding, or setup mistakes.
Formula used
Multiply decimal by 10ⁿ (where n = number of decimal places) to get the numerator. Denominator = 10ⁿ. Simplify by dividing both by their GCD. Mixed number: whole = ⌊|num|/den⌋, remainder = |num| mod den.

Example Calculation

Result: For these inputs, the calculator returns the decimal to fraction result plus supporting breakdown values shown in the output cards.

This example reflects the built-in decimal to fraction workflow: enter values, apply options, and read both the main answer and supporting metrics.

Tips & Best Practices

  • Check that all inputs use the same scale and assumptions before trusting the result.
  • Compare the answer with the worked example or a rough estimate to catch entry mistakes.

Converting Decimals Into Simplified Fractions

This calculator takes a decimal input and turns it into a reduced fraction by building a numerator and denominator from the decimal places, then simplifying with the greatest common divisor. The output is not limited to a single string. You also get the mixed-number view, the detected number of decimal places, a percent equivalent, and a visual fraction bar that shows how much of the denominator is filled.

That is useful because many decimal values are easier to reason about as fractions. A measurement like 0.125 is easier to recognize as 1/8, and a value like 1.75 is often more practical as 1 3/4. The mixed-number output helps when the result needs to match classroom notation, construction measurements, or recipe quantities instead of staying in improper-fraction form.

Repeating-Style Inputs, Batch Mode, and Egyptian Fractions

The calculator also supports broader comparison work. In batch mode, you can enter a list of decimal values and get a conversion table showing each fraction, mixed number, and percentage side by side. That makes it useful for grading problem sets, checking imported numeric data, or comparing common benchmark values such as 0.5, 0.333, and 0.875.

One distinctive feature here is the Egyptian fraction output, which expresses the decimal as a sum of unit fractions using a greedy method. That is not just decorative. It gives students and teachers another way to analyze the value, and it helps show how one decimal quantity can be represented in more than one fraction-based form. The common conversion table at the bottom then lets users jump quickly into standard decimal-to-fraction pairs that appear frequently in math and measurement problems.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Count the decimal places, write the number over the corresponding power of 10, then simplify. For example, 0.75 = 75/100 = 3/4.