Skip to content
Popular Calculators
Browse Math calculators

Simplify Fraction Calculator

Reduce any fraction to its lowest terms, with the greatest common divisor and the full chain of equivalent fractions shown.

The top number.

The bottom number. It cannot be zero.

About the Simplify Fraction Calculator

Every fraction has infinitely many ways of being written. One half is also 2/4, 3/6, 50/100 and 8192/16384. They all sit at exactly the same point on a number line; they differ only in how finely the whole has been chopped before the counting started.

Simplifying picks one of those forms as the standard: the one where the top and bottom share no factor except 1. It is called lowest terms, and it exists for the same reason standard spelling exists — not because the alternatives are wrong, but because having one agreed form makes comparison possible.

This calculator reduces any fraction to lowest terms, shows the greatest common divisor it cancelled by, and traces the algorithm used to find it. It also lists a few equivalent fractions, to make the point that the value never moved.

How to Use the Simplify Fraction Calculator

Enter the numerator on top and the denominator underneath. Both must be whole numbers.

Press Calculate. You get the reduced fraction, the greatest common divisor, the same value as a mixed number if the fraction is improper, and its decimal equivalent.

Negative values are fine. If you enter a negative denominator, the answer is tidied so the minus sign sits on the numerator — 3/−4 comes back as −3/4, which is the same value in the conventional arrangement.

A denominator of zero is refused, because it does not describe a number.

A numerator of zero is accepted and gives zero, since no amount of any size of piece is still nothing.

How Simplifying Is Calculated

A fraction reduces when the numerator and denominator share a factor. Dividing both by that shared factor leaves the value unchanged, because dividing the top and bottom by the same number is the same as multiplying by 1.

To reduce as far as possible in a single step, you need the greatest common divisor — the largest number that divides both exactly. Cancel by anything smaller and the fraction will still reduce further.

You could find it by listing all the factors of both numbers and picking the biggest shared one. That works for small numbers and becomes impractical fast. The standard method is the Euclidean algorithm, which is over two thousand years old and still the fastest approach for ordinary arithmetic.

It works like this. Divide the larger number by the smaller and keep the remainder. Then do the same with the smaller number and that remainder. Repeat until the remainder is zero. The last non-zero remainder is the greatest common divisor.

The reason it works: any number dividing both a and b must also divide their remainder, so the pair can be replaced by a smaller pair without losing the answer. Each round shrinks the numbers, and the process cannot run forever.

Simplifying Fractions Formula

gcd(a, b) = gcd(b, a mod b),  with gcd(a, 0) = a

simplified = (numerator / gcd) / (denominator / gcd)

The fraction is fully reduced exactly when:

gcd(numerator, denominator) = 1

Two numbers whose greatest common divisor is 1 are called coprime. They need not be prime themselves — 8 and 9 are coprime, and neither is prime — they simply share no factor.

Step-by-Step Example

Simplify 24/36.

Step 1 — find the greatest common divisor. Run the Euclidean algorithm:

36 = 1 x 24 + 12
24 = 2 x 12 +  0

The remainder reached zero, and the last non-zero value was 12. So gcd(24, 36) = 12.

Step 2 — divide both parts by it.

24 / 12 = 2
36 / 12 = 3

The answer is 2/3.

Step 3 — check. 2 and 3 share no factor other than 1, so it will not reduce further.

It is worth seeing what happens if you cancel by something smaller. Dividing by 4 gives 6/9, which is correct but not finished — 6 and 9 still share a factor of

  1. Dividing by 3 gives 8/12, also correct and also unfinished. Only the greatest

common divisor gets you there in one move, which is why it is worth finding rather than guessing.

Understanding Your Result

The headline is the fraction in lowest terms. This is the form you would write in an exam answer, quote in a measurement, or use to compare against another fraction.

The greatest common divisor tells you what was cancelled. A divisor of 1 means the fraction you entered was already reduced. A large divisor means the fraction was written with unnecessarily fine pieces — often the residue of an earlier calculation.

As a mixed number appears when the fraction is improper. Note that improper and unreduced are unrelated properties: 18/12 is both, and reducing it gives 3/2, which is reduced but still improper.

As a decimal gives the same value in decimal notation. Some fractions terminate and some repeat, which depends entirely on the prime factors of the reduced denominator.

The final working line lists a few equivalent fractions. They are there to make one point: simplifying did not make the number smaller. 2/3 is not less than 24/36 — it is the identical value with tidier notation.

When Should You Use This Calculator?

Finishing a calculation. Fraction arithmetic routinely produces unreduced answers, because multiplying denominators inflates them. Reducing is the last step of almost every fraction exercise.

Comparing two fractions. Deciding whether 14/21 is larger than 9/15 is awkward as written and obvious once both are reduced to 2/3 and 3/5.

Interpreting ratios and proportions. A survey result of 156 out of 234 means little until it becomes 2/3.

Reading measurements. Imperial tools are marked in halves, quarters, eighths and sixteenths. A measurement of 12/16 is more usefully read as 3/4.

Checking a reduction by hand. The Euclidean trace shows the actual working, so you can find where a manual attempt went wrong rather than only that it did.

Common Mistakes

Cancelling by a factor that is not the greatest. This gives a correct but unfinished answer. If the result can still be reduced, the job is not done — and in an exam it is usually marked as incomplete.

Cancelling across an addition. In an expression like (4 + 6)/2, you cannot cancel the 2 against the 4 alone. Cancelling applies to factors of the whole numerator and denominator, not to individual terms inside a sum. Work out the sum first.

Cancelling digits rather than factors. In 16/64, striking out the sixes happens to give 1/4, which is correct — and the method is nonsense. It fails on almost every other fraction. Cancel factors, never digits.

Assuming a prime numerator means no reduction. 7/21 has a prime numerator and still reduces, to 1/3. What matters is whether the numerator divides into the denominator, not whether it is prime.

Treating simplified as a different number. Reducing changes notation and nothing else. If an answer needs to stay in a particular denominator — a measurement in sixteenths, a probability out of 52 — reducing may make it less useful, not more.

Forgetting the sign. A negative fraction stays negative after reduction. If the minus sign disappeared somewhere in the working, the answer is wrong by a factor of −1.

Frequently Asked Questions

What does simplifying a fraction actually change?

Nothing about its value. 6/8 and 3/4 are the same number, sitting at the same point on a number line. What changes is the notation: simplifying divides both parts by their largest shared factor, which gives every value one standard written form.

How do I find the greatest common divisor by hand?

The quickest reliable method is the Euclidean algorithm. Divide the larger number by the smaller and keep the remainder, then repeat with the smaller number and that remainder. When the remainder reaches zero, the last non-zero value is the greatest common divisor.

How do I know a fraction is fully reduced?

When the numerator and denominator share no common factor other than one, which is another way of saying their greatest common divisor is one. If this calculator reports a divisor of one, the fraction you entered was already in lowest terms.

Can an improper fraction be simplified?

Yes. Being improper, meaning the numerator is larger than the denominator, is unrelated to being reduced. 18/12 is improper and reducible, and simplifies to 3/2, which is still improper. Converting it to the mixed number 1 1/2 is a separate change of notation.

What happens to a negative fraction?

The value is reduced as normal and the sign is moved onto the numerator. A fraction written with a negative denominator, such as 3 over negative 4, is displayed as negative 3 over 4. Both describe the same value, and keeping the sign in one place makes fractions easier to compare and order.

Last reviewed September 17, 2026 by the CalculatorPeak editorial team.