Fraction Simplifier

The Fraction Simplifier reduces any fraction to its simplest form using the Greatest Common Divisor (GCD). It also shows the decimal equivalent and percentage.

Built by Bob Article by Lace QA by Ben Shipped
/

How to use

  1. 1

    Enter the numerator.

  2. 2

    Enter the denominator.

  3. 3

    See the simplified fraction, decimal, and percentage instantly.

Frequently asked questions

Ratings & Reviews

Rate this tool

Sign in to rate and review this tool.

Loading reviews…

What does simplifying a fraction mean?

A fraction is in simplest form when the top and bottom share no common factor other than 1. 6/8 is not simplest — both numbers are divisible by 2, so you can write the same value as 3/4. 3/4 is simplest because 3 and 4 share no common divisor bigger than 1. The fraction still represents the same amount; it's just written in the cleanest possible way.

Mathematicians call this "reduced form" or "lowest terms." Whatever you call it, the rule is the same: divide top and bottom by their Greatest Common Factor until nothing else divides both. 24/36 reduces to 12/18 reduces to 6/9 reduces to 2/3. Or, if you spot the GCF on the first try (12), you go straight from 24/36 to 2/3 in one step.

Why bother? Three reasons. Simpler fractions are easier to read. They're easier to compare (is 24/36 bigger than 5/8? hard to tell — but 2/3 vs 5/8 is easier). And teachers, textbooks, and most calculators expect answers in simplest form, so you'll lose points on homework if you submit 6/8 instead of 3/4.

How to use the Fraction Simplifier

Type a numerator and a denominator. The simplifier reduces the fraction to lowest terms and shows the GCF it used. If the result is an improper fraction (top bigger than bottom), it also displays the mixed-number form. No buttons to press, no account to make.

  1. Type the numerator (the top number).
  2. Type the denominator (the bottom number).
  3. Read the simplified result. The GCF used in the reduction shows below.
  4. If the fraction is improper, the mixed-number form appears too: 7/4 displays as 1 3/4.

Negative numerators are fine. The simplifier moves the sign to the numerator by convention — so -3/-4 becomes 3/4, and 3/-4 becomes -3/4. Denominator of zero is rejected (division by zero is undefined; no calculator can fix that).

The formula behind it

Simplification is one step, repeated until it can't be:

Simplified fraction = (numerator ÷ GCF) / (denominator ÷ GCF)

Where GCF is the Greatest Common Factor of the numerator and denominator. If you divide top and bottom by the same number, the value of the fraction doesn't change — you're effectively multiplying by GCF/GCF, which is 1.

The trick is finding the GCF quickly. The slow way is to list every factor of both numbers and find the biggest one that appears in both lists. The fast way is the Euclidean algorithm: repeatedly replace the larger number with its remainder when divided by the smaller, until one becomes zero. The last non-zero number is the GCF.

Worked example: simplify 24/36.

  • Find GCF(24, 36) via Euclidean algorithm: 36 mod 24 = 12, then 24 mod 12 = 0, so GCF = 12
  • Divide top: 24 ÷ 12 = 2
  • Divide bottom: 36 ÷ 12 = 3
  • Result: 2/3

You can also do this in steps if you don't see the GCF right away: 24/36 → ÷2 → 12/18 → ÷2 → 6/9 → ÷3 → 2/3. Slower, but still correct. The simplifier always finds the GCF in one step.

Improper fractions and mixed numbers

An improper fraction has a numerator larger than (or equal to) its denominator: 7/4, 9/2, 13/5. A mixed number writes the same value as a whole number plus a proper fraction: 1 3/4, 4 1/2, 2 3/5.

Both are valid; they're just different notations for the same thing. Mixed numbers feel more intuitive for everyday quantities (you don't ask for "5/4 pizzas," you ask for "one and a quarter pizzas"). Improper fractions are easier to do arithmetic with.

To convert 7/4 to a mixed number: divide 7 by 4. The quotient is 1 (whole number part), and the remainder is 3 (new numerator). The denominator stays 4. So 7/4 = 1 3/4.

To convert back: 1 3/4 = (1 × 4 + 3) / 4 = 7/4. Multiply the whole number by the denominator, add the numerator, keep the denominator.

The simplifier reduces first, then shows both forms when appropriate. If you enter 14/8, it first reduces to 7/4, then shows 1 3/4 as the mixed form.

Common fractions and their decimal equivalents

Some fractions show up so often that recognizing their decimal forms saves time. Here are the ones worth memorizing:

FractionDecimalPercentNote
1/20.550%Terminates
1/30.333…33.33%Repeating
2/30.666…66.67%Repeating
1/40.2525%Terminates
3/40.7575%Terminates
1/50.220%Terminates
1/60.1666…16.67%Repeating
1/80.12512.5%Terminates
3/80.37537.5%Terminates
5/80.62562.5%Terminates
7/80.87587.5%Terminates
1/100.110%Terminates
1/1000.011%Terminates

The rule for which fractions terminate vs repeat: a fraction in simplest form terminates in decimal if and only if its denominator's prime factors are only 2s and 5s. 1/8 terminates (8 = 2³). 1/3 repeats (3 is neither 2 nor 5). 1/6 repeats (6 = 2 × 3, and the 3 ruins it). 1/10 terminates (10 = 2 × 5). This is one of those facts that feels mysterious until you've seen it stated, then becomes obvious.

Why simplifying matters: real arithmetic

Imagine you're baking and the recipe calls for 3/4 cup of sugar, but you only have a measuring cup that goes in eighths. Convert: 3/4 = 6/8. Easy. But if the recipe instead said 18/24, you'd have to simplify first to even recognize what you needed.

The same thing happens in algebra. When you solve an equation and end up with x = 36/48, your teacher wants x = 3/4. Same number, different presentation. Submit the unsimplified form and you'll lose half a point even though the math is right.

In real life, simplification often happens automatically — you see 50/100 and think "a half" without consciously dividing. The simplifier is there for the cases where you don't see it immediately: 84/210, 132/198, anything where the GCF isn't obvious at a glance.

Edge cases

A few things to know about how the simplifier handles unusual inputs:

  • Already simplified. If you enter 3/7 (which is already in lowest terms, since GCF(3, 7) = 1), the result is just 3/7 again. The calculator confirms there's nothing to reduce.
  • Whole numbers. 6/2 simplifies to 3/1, which displays as 3. The "/1" is suppressed because nobody writes "3/1" for the number three.
  • Zero numerator. 0/anything = 0. The simplifier returns 0 directly.
  • Zero denominator. Undefined. The simplifier rejects this — division by zero isn't a fraction at all.
  • Negative signs. By convention the sign lives in the numerator after simplification. -6/8 → -3/4. 6/-8 → -3/4. -6/-8 → 3/4 (two negatives cancel).
  • Very large numbers. JavaScript handles integers up to about 9 × 10¹⁵ exactly. Beyond that the simplifier loses precision and warns you. For homework-sized fractions this never matters.

How simplification connects to other math

Simplifying isn't isolated. It shows up the moment you do anything else with fractions:

  • Adding fractions. Find a common denominator (often the LCM of the two denominators), add the numerators, then simplify the result. 1/4 + 1/6 = 3/12 + 2/12 = 5/12. The 5/12 is already simplified — GCF(5, 12) = 1. But sometimes the sum isn't: 1/4 + 1/2 = 1/4 + 2/4 = 3/4 (no simplification needed) vs 3/8 + 1/8 = 4/8 = 1/2 (simplification required).
  • Multiplying fractions. Multiply top by top, bottom by bottom, then simplify. 2/3 × 3/4 = 6/12 = 1/2. You can also "cross-cancel" before multiplying — divide the 3 in the numerator by the 3 in the denominator first — and get the same result without the simplification step.
  • Comparing fractions. Same denominator, compare numerators. Different denominators, find a common one. Simplest forms make this much easier.

Related calculators

If you're working with fractions, you usually need more than one tool.

  • Greatest Common Factor Calculator — the engine inside the simplifier. Useful on its own when you need the GCF without doing the division.
  • LCM Calculator — the partner concept. Use LCM to find common denominators for adding fractions, then come back here to simplify the result.
  • Percentage Calculator — converts fractions to percentages and back. Useful when you want to see a fraction as "X percent of Y."
  • Factor Calculator — lists every factor of a number. Helps you spot the GCF visually.

Frequently asked questions

What does it mean for a fraction to be in simplest form?

The numerator and denominator share no common factor other than 1. Equivalent phrasings you'll see in textbooks: "lowest terms," "reduced form," "simplest terms." All three mean the same thing. Mathematically, GCF(numerator, denominator) = 1.

How do I simplify a fraction by hand?

Find the GCF of the top and bottom, then divide both by it. If finding the GCF on the first try is hard, divide by any common factor you spot (start with 2 if both are even, then 3, then 5...) and repeat until nothing divides both. For 24/36: both even, divide by 2 → 12/18. Both even, divide by 2 → 6/9. Both divisible by 3, divide by 3 → 2/3. Done. Slower than finding GCF directly, but reliable.

What's an improper fraction vs a mixed number?

An improper fraction has a numerator larger than its denominator (7/4, 9/2). A mixed number writes the same value as a whole number plus a proper fraction (1 3/4, 4 1/2). They represent the same quantity. Improper fractions are more useful for arithmetic; mixed numbers are more natural in everyday language. The simplifier shows both when applicable.

What does the simplifier do with negative signs?

It moves the sign to the numerator. -3/-4 becomes 3/4 (two negatives cancel). 6/-8 simplifies to -3/4 (sign moves up). This is the standard mathematical convention; some textbooks write the sign in front of the whole fraction, which means the same thing.

Why does my decimal answer look wrong?

It probably isn't. Fractions like 1/3 = 0.333… repeat forever in decimal form. The simplifier shows the fraction (which is exact) and notes whether the decimal terminates or repeats. If you need a finite decimal for something practical, round at the precision your context needs.

Can I simplify a fraction that's already simplified?

You can — the result is just the same fraction. The simplifier detects this and tells you the GCF was 1. 3/7 in, 3/7 out, with a note that the fraction was already in lowest terms.

Does the order matter — top first or bottom first?

Numerator goes on top, denominator goes on bottom. The simplifier labels both fields, so there's no ambiguity. If you enter 4 in the top and 2 in the bottom, you get 4/2 = 2. Swap them and you get 2/4 = 1/2. Different fractions, different answers.

Why does the simplifier need GCF and not just any common factor?

Any common factor works — you'll eventually reach simplest form by repeated division. But using the GCF gets you there in one step instead of several. 24/36 reduced by 2 gives 12/18 (not done). Reduced by 4 gives 6/9 (not done). Reduced by 12 (the GCF) gives 2/3 in one shot. The simplifier uses the Euclidean algorithm to find the GCF quickly, so the one-step path is the only one you see.