Math calculators

Simplify Fractions Calculator

Updated Sep 7, 2026 By Jehan Wadia
Rate Formulas
Enter Your Fraction
Switching modes clears the inputs and the results.
Whole numbers only (up to 10 digits). Use the ± button to make a value negative.
Quick Examples
Learning Options
Simplified Result
Simplest Form
Mixed Number
Decimal Equivalent
Percentage Equivalent
The fraction written as parts per hundred.
Reduction Summary
Number Line Position
Percentage Gauge
0%25%50%75%100%
Visual Bar Model
Equivalent Fractions
Step-by-Step Solution
Value Check: Original vs Simplified

Introduction

The Simplify Fractions Calculator reduces any fraction to its simplest form. Type in a fraction like 42/56, a mixed number like 2 1/4, or a decimal like 0.125, and the reduced answer appears right away.

A fraction is in simplest form when the top and bottom numbers share no common factor except 1. To get there, you divide both numbers by their greatest common factor (GCF). The calculator finds that factor, divides both parts by it, and shows how the work goes.

You also see the answer as a decimal, as a percent, and as a mixed number when the fraction is bigger than 1. The step-by-step solution walks through each part, so you can check your own work or learn the method. Pick the Euclidean algorithm or prime factorization to find the GCF.

Bar models and a number line show that the simplified fraction has the same value as the one you started with. Negative fractions work too, including ones with a minus sign on the bottom.

How to use our Simplify Fractions Calculator

Type in a fraction, mixed number, or decimal, and the calculator reduces it to its simplest form. It also shows the mixed number, decimal, percent, a number line, and the full steps.

Input mode: Pick Numerator / Denominator to use two boxes, or Type It In to write the whole fraction in one box. Changing modes clears your work.

Numerator (top number): Enter the top number of your fraction. Use whole numbers only, up to 10 digits.

Denominator (bottom number): Enter the bottom number of your fraction. It cannot be 0, because you can't divide by zero.

± sign buttons: Tap the ± button next to a box to make that number negative or positive.

Type It In box: Write your problem as one line, like 4/5, 23/7, 3 1/4, -18/24, -10/-20, or 0.125.

Quick Examples: Click any sample fraction to load it and see the answer right away. Good for testing improper fractions, negatives, and decimals.

Learning options: Check the boxes to show the visual bar model, the step-by-step solution, and a list of equivalent fractions.

Simplify button: Click it to reduce your fraction and see all results. You can also just press Enter.

Clear button: Click it to empty the boxes and start a new fraction.

Copy Result button: Click it to copy the simplified fraction to your clipboard for homework or notes.

What Does It Mean to Simplify a Fraction?

To simplify a fraction (also called reducing a fraction) means writing it with the smallest whole numbers possible, without changing its value. For example, 42/56 and 3/4 are the same amount, but 3/4 is easier to read and use. A fraction is in simplest form when the top number (numerator) and bottom number (denominator) share no common factor except 1.

How to Simplify Fractions Step by Step

  1. Find the GCF. The greatest common factor is the biggest number that divides both the top and the bottom evenly.
  2. Divide both parts by the GCF. Always divide the numerator and denominator by the same number.
  3. Check your answer. If the only number that divides both is 1, you are done.

Example: for 42/56, the GCF of 42 and 56 is 14. So 42 ÷ 14 = 3 and 56 ÷ 14 = 4, which gives 3/4.

Two Ways to Find the GCF

  • Prime factorization: Break each number into primes, then multiply the primes they share. 42 = 2 × 3 × 7 and 56 = 2 × 2 × 2 × 7, so the shared factors are 2 × 7 = 14.
  • Euclidean algorithm: Divide the big number by the small one, keep the remainder, and repeat until the remainder is 0. The last divider you used is the GCF. This way is fast for large numbers.

Special Cases to Know

  • Improper fractions: When the top is bigger than the bottom, like 13/5, you can rewrite it as a mixed number: 2 3/5.
  • Whole number results: If the denominator reduces to 1, the answer is a whole number. 12/4 = 3.
  • Negative fractions: One minus sign makes the fraction negative, and it is usually written on top: −18/24 = −3/4. Two minus signs cancel out: −10/−20 = 1/2.
  • Decimals: A decimal can become a fraction. 0.125 has three digits after the point, so it is 125/1000, which reduces to 1/8.
  • Zero denominator: A fraction can never have 0 on the bottom. Dividing by zero is undefined.
  • Already simplest: If the GCF is 1, like in 7/11, the fraction cannot be reduced.

Equivalent Fractions and Decimals

Equivalent fractions name the same value in different ways. If you multiply the top and bottom by the same number, the value stays the same: 3/4 = 6/8 = 9/12 = 12/16. Every fraction also equals a decimal and a percent. 3/4 = 0.75 = 75%. If the simplified denominator only has 2s and 5s as prime factors, the decimal ends (terminating), like 1/8 = 0.125. If it has any other prime factor, like 3 or 7, the decimal repeats forever, like 1/3 = 0.333…

Why Simplifying Fractions Matters

Simplest form makes fractions easier to compare, add, subtract, and check. It is also the answer form most teachers and tests expect. Outside of class, reduced fractions show up in cooking measurements, tool and wrench sizes, building plans, sports stats, and money problems.


Formulas used

Simplified fraction (divide by GCF)
\frac{a}{b} = \frac{a \div \gcd(|a|,b)}{b \div \gcd(|a|,b)}
Greatest common factor (Euclidean algorithm)
\gcd(a,b) = \gcd(b,\, a \bmod b), \quad \gcd(a,0) = a
Sign normalization
\frac{-a}{-b} = \frac{a}{b}, \qquad \frac{a}{-b} = \frac{-a}{b}
Improper fraction to mixed number
\frac{n}{d} = \left\lfloor \frac{n}{d} \right\rfloor \frac{\,n - d\left\lfloor \frac{n}{d} \right\rfloor\,}{d}
Mixed number to improper fraction
w\frac{n}{d} = \frac{w \times d + n}{d}
Decimal to fraction (k decimal places)
x = \frac{x \times 10^{k}}{10^{k}}
Decimal and percentage equivalents
D = \frac{n}{d}, \qquad P = \frac{n}{d} \times 100\%
Equivalent fractions
\frac{n}{d} = \frac{n \times k}{d \times k}, \quad k = 2,3,\dots,7

Frequently asked questions

Can you simplify a fraction without finding the GCF first?

Yes. You can divide the top and bottom by any common factor, then keep going until nothing divides both.

Example: 48/72. Divide by 2 to get 24/36. Divide by 2 again to get 12/18. Divide by 6 to get 2/3. You land on the same answer as using the GCF of 24, it just takes more steps.

What divisibility rules help simplify fractions quickly?

  • 2: the number ends in 0, 2, 4, 6, or 8.
  • 3: the digits add up to a multiple of 3 (as in 51 = 5 + 1 = 6).
  • 5: the number ends in 0 or 5.
  • 9: the digits add up to a multiple of 9.
  • 10: the number ends in 0.

Test both the numerator and denominator with these rules. If both pass the same rule, divide both by that number.

How do you simplify a mixed number?

Leave the whole number alone and simplify only the fraction part.

Example: 4 6/8. The GCF of 6 and 8 is 2, so 6/8 becomes 3/4. The answer is 4 3/4.

If the fraction part is improper, like 2 7/4, change it first: 7/4 = 1 3/4, so the answer is 3 3/4.

Should you simplify before or after multiplying fractions?

Before is easier. You can cancel a top number with any bottom number, even across the times sign.

Example: 4/9 × 3/8. Cancel 4 and 8 down to 1 and 2. Cancel 3 and 9 down to 1 and 3. You are left with 1/3 × 1/2 = 1/6. Multiplying first gives 12/72, which still reduces to 1/6 but with bigger numbers.

Why can't you subtract the same number from the top and bottom of a fraction?

Because subtracting changes the value. Only dividing (or multiplying) both parts by the same number keeps the value the same.

Check it: 6/8 = 0.75. Subtract 2 from each part and you get 4/6 = 0.666…, a different number. Divide each part by 2 and you get 3/4 = 0.75, the same number.

How do you simplify a fraction that has a decimal in it?

Move the decimal out first. Multiply the top and bottom by 10, 100, or 1000 until both are whole numbers, then reduce.

Example: 2.5/10. Multiply both by 10 to get 25/100. The GCF is 25, so the answer is 1/4.

What is 0 over a number in simplest form?

It is 0. Any fraction with 0 on top equals 0, so 0/8, 0/25, and 0/3 all simplify to 0.

This only works when the bottom number is not 0. A fraction like 0/0 has no value, because dividing by zero is undefined.

How do you know a fraction can't be simplified?

A fraction is done when the only number that divides both parts is 1. That means the numerator and denominator are relatively prime.

Quick clues:

  • One number is prime and does not divide the other, like 7/11 or 5/12.
  • One part is even and the other is odd, and neither shares 3, 5, or 7.
  • The numerator is 1, like 1/9. It can never be reduced.

How do you check if two fractions are equivalent?

Cross multiply. Multiply the top of one by the bottom of the other, both ways. If the two products match, the fractions are equal.

Example: 6/8 and 3/4. 6 × 4 = 24 and 8 × 3 = 24, so they are equivalent. You can also simplify both and see if you get the same fraction.

How do you turn a percent into a fraction in simplest form?

Write the percent over 100, then reduce.

Example: 65% = 65/100. The GCF of 65 and 100 is 5, so the answer is 13/20.

If the percent has a decimal, clear it first. 12.5% = 125/1000 = 1/8.

How do you simplify a ratio like 12:18?

Ratios reduce the same way fractions do. Divide both numbers by their GCF.

For 12:18, the GCF is 6, so 12 ÷ 6 = 2 and 18 ÷ 6 = 3. The simplest ratio is 2:3.

What is 8/12 in simplest form?

It is 2/3. The GCF of 8 and 12 is 4, so 8 ÷ 4 = 2 and 12 ÷ 4 = 3.

As a decimal, 2/3 = 0.666…, a repeating decimal, because the denominator 3 is not made only of 2s and 5s.