Simplify Fractions Calculator
Reduce an integer or finite-decimal fraction to lowest terms, see its mixed-number form, and trace the exact greatest-common-divisor step.
Fraction inputs
Accepted format: integers or base-10 decimals with up to 3 decimal places and optional correctly placed comma grouping. Decimal commas and scientific notation are rejected.
Live result
117 and 52 are both divided by 13. The denominator is normalized to stay positive.
Reduction details
The table uses the same exact integer model as the result and Excel workbook.
| Stage | Numerator | Denominator | Explanation |
|---|---|---|---|
| Original fraction | 117 | 52 | Input represented as one improper fraction. |
| Divide by GCD | 117 ÷ 13 = 9 | 52 ÷ 13 = 4 | The same nonzero factor is removed from both terms. |
| Simplest form | 9 | 4 | The remaining numerator and denominator are coprime. |
A greatest common divisor of 1 means the fraction was already in lowest terms. A zero numerator is normalized to 0/1.
How to use the simplify fractions calculator
What this calculator does
This calculator reduces an integer or finite base-10 decimal fraction to lowest terms. It converts a simple, proper, or improper fraction – and an optional mixed number – into one canonical fraction whose numerator and denominator share no common factor larger than 1. It also reports the greatest common divisor (GCD), mixed-number form, decimal value, percentage, and the arithmetic used for the reduction. Finite decimals are converted exactly by clearing decimal places; the calculator does not accept repeating-decimal notation, simplify algebraic expressions, or decide whether unlike physical units can meaningfully form a fraction.
When to use it
Use it when checking schoolwork, comparing equivalent fractions, converting an improper fraction to a mixed number, or preparing a ratio-like quantity for later arithmetic. It is also useful for verifying that a fraction is already in lowest terms before adding, subtracting, or comparing it with another fraction. OpenStax notes that a fraction is reduced when its numerator and denominator have no remaining common factors in its key concepts for rational numbers.
How to calculate
- The calculator opens with the ready-to-use demonstration fraction 117/52 and an immediately available Excel workbook.
- Choose Fraction format. Use “Simple or improper fraction” for n/d, including negative values. Use “Mixed number” for a whole number plus a proper fractional part.
- Replace the demonstration values in Whole number when shown, Numerator (n), and Denominator (d). Results update live; no Calculate button is needed.
- Read Simplest form first, then use the supporting outputs and Reduction details table to verify how the GCD was applied.
- Select Download Excel to export the current validated inputs, outputs, and method as a real .xlsx workbook. Reset clears the demonstration and all results; Excel export remains disabled until a complete valid fraction is entered again.
Input guide
Fraction format is required and accepts one of two modes. “Simple or improper fraction” interprets Numerator divided by Denominator; “Mixed number” combines Whole number with a proper fractional part. Switching modes converts a currently valid fraction rather than merely relabeling it. A common mistake is entering a mixed number such as 2 1/4 entirely in the numerator box.
Whole number appears only in mixed-number mode and is required there. Enter a signed integer from – 1,000,000 to 1,000,000, such as 2 or – 3. Its sign applies to the entire mixed value, so – 2 with 1/4 represents – 2 1/4. When the whole number is zero, the mixed value is nonnegative; use fraction mode for a negative proper fraction.
Numerator (n) is required. In fraction mode it accepts a signed integer or base-10 decimal from – 1,000,000 to 1,000,000 with up to 3 decimal places, such as 117, – 4, or 3.3. In mixed mode it must be a nonnegative integer smaller than the denominator, such as 1 in 2 1/4. Increasing the numerator raises the value when the denominator is positive. Scientific notation, decimal commas, misplaced grouping commas, and a mixed numerator equal to or larger than the denominator are rejected.
Denominator (d) is required and can never be zero. In fraction mode, a signed integer or base-10 decimal from – 1,000,000 to 1,000,000 with up to 3 decimal places is accepted; a negative sign is automatically moved to the numerator. In mixed mode it must be positive. A larger positive denominator makes each fractional part smaller when the numerator stays fixed. The frequent interpretation error is treating the denominator as a count that may be zero.
Output guide
Simplest form is the exact reduced identity. Mixed number separates any whole-number quotient from the remaining proper fraction; whole-number results have no fractional remainder. Greatest common divisor is the largest positive integer that divides the original numerator and denominator exactly. The RIT Academic Success Center's Euclidean algorithm guide explains the repeated-remainder method used to find it.
Decimal value is the numerical quotient; repeating decimals are rounded for display while the fraction remains exact. Percentage is the same value multiplied by 100 and shown with a percent sign. Reduction status states whether a common factor was removed. The Reduction details columns show the stage, numerator, denominator, and explanation for each transformation, including the exact clearing of decimal places when needed. Zero is represented as 0/1, and a GCD of 1 means no further integer reduction is possible.
Worked example
The startup example uses Numerator 117 and Denominator 52. The Euclidean algorithm finds GCD(117, 52) = 13. Divide both terms by 13:
117/52 = (117 ÷ 13)/(52 ÷ 13) = 9/4The first-open result is therefore 9/4. Dividing 9 by 4 gives a whole-number quotient of 2 with remainder 1, so the mixed number is 2 1/4. The decimal value is 2.25, and the percentage is 225%. Every displayed value and workbook checkpoint comes from this same exact fraction model.
Learn more
For a focused explanation of the manual process, Khan Academy's lesson on reducing fractions to simplest form follows the same sequence: find the GCF, divide both terms, and check that the result has no remaining common factor.
Why dividing by the GCD preserves the value
A fraction is a quotient. Finite decimal terms are first multiplied by the same power of 10 so they become integers without changing the quotient. Dividing the resulting numerator and denominator by the same nonzero integer is equivalent to multiplying the original fraction by a form of 1. For example, 117/52 divided term-by-term by 13 becomes 9/4, but both expressions still equal 2.25. Choosing the greatest common divisor removes all shared integer factors in one step.
Signs are normalized so the denominator stays positive. Thus 4/ – 8 becomes – 1/2, and – 4/ – 8 becomes 1/2. For zero, every nonzero denominator represents the same value, so the calculator uses the single canonical form 0/1. These conventions make equivalent results easier to compare and export consistently.