โ Fraction Simplifier: Reduce Fractions to Lowest Terms
By Shihab Mia ยท Updated 2026-07-16
Enter a numerator and denominator to reduce the fraction to its lowest terms.
This fraction simplifier reduces any fraction to its lowest terms by dividing the numerator and denominator by their greatest common divisor. Enter a top and bottom number and it returns the simplest form, the GCD it used, the decimal value, the percentage, and the mixed number when the fraction is improper. Type 18/24 and it shows 3/4 instantly, with the working laid out step by step. It handles negative fractions by keeping the sign on the numerator, and it tells you clearly when a fraction is already in simplest form so you are never left guessing.
What is the Fraction Simplifier?
Simplifying a fraction means rewriting it with the smallest whole numbers that still represent the same value. The value never changes, only the way it is written: 18/24, 9/12, 6/8, and 3/4 are all the same amount, but 3/4 is the tidiest way to write it. A fraction simplifier reaches that tidy form by finding the greatest common divisor (GCD, also called the greatest common factor or GCF) of the top and bottom numbers and dividing both by it. Because 18 and 24 share a greatest common divisor of 6, dividing each by 6 turns 18/24 straight into 3/4 in a single step. Every fraction has infinitely many equivalent forms but only one simplest form, which is why teachers ask for it: it gives one canonical answer everyone can agree on.
The reliable way to find the greatest common divisor is the Euclidean algorithm, which is what this fraction simplifier uses under the hood. You repeatedly replace the larger number with the remainder of dividing it by the smaller number until the remainder is 0, and the last non-zero value is the GCD. For 18 and 24 that is 6, for 45 and 60 it is 15, and for 17 and 5 it is 1. When the GCD comes out as 1, the two numbers share no common factor and the fraction is already in its lowest terms, so nothing needs to change. The tool flags this case explicitly so you are never left wondering whether it did anything.
There is a second method worth knowing, because many worksheets teach it first: prime factorization. You break the numerator and denominator into their prime factors, cancel every factor that appears on both the top and the bottom, then multiply what is left. For 18/24 you write 18 as 2 times 3 times 3 and 24 as 2 times 2 times 2 times 3. The top and bottom share one 2 and one 3, so you cancel those, leaving 3 on top and 2 times 2 = 4 on the bottom, which is 3/4 again. Prime factorization and the GCD method always give the same answer; the GCD route is faster for big numbers, while factoring makes the shared factors visible, which helps when you are learning. You can also just divide by any common factor you spot and repeat until nothing divides evenly, but that takes more steps than dividing by the full GCD once.
Signs and improper fractions are the two details that trip people up, so this simplify fractions tool handles both. When either number is negative, it works with the absolute values to find the GCD, then places a single sign on the numerator and keeps the denominator positive, which is the standard convention. So -45/60 becomes -3/4, not 3/-4. When the fraction is top-heavy, meaning the numerator is at least as large as the denominator, it also shows the mixed number. The improper fraction 17/5 stays as 17/5 in lowest terms, but it also equals the mixed number 3 and 2/5, and both forms are displayed so you can copy whichever one your task needs.
Everything runs in your browser with exact integer arithmetic, so there is no rounding error and no data leaves your device. Alongside the reduced fraction the tool gives the decimal (3/4 = 0.75) and the percentage (75 percent), because those are the forms you often need next. A fraction simplifier is useful far beyond homework: cooks scale recipes, woodworkers and sewers read tape-measure fractions of an inch, engineers reduce ratios, and students check that a reduced answer matches the expected simplest form. Whatever the reason, reducing a fraction to lowest terms is always the same two moves, find the greatest common divisor and divide, and this reduce fractions tool shows both moves every time.
When to use it
- Reducing a homework answer like 18/24 to its simplest form 3/4 to match the expected worksheet result.
- Simplifying a tape-measure fraction such as 6/8 of an inch down to 3/4 for woodworking or sewing.
- Turning an improper fraction like 17/5 into the mixed number 3 and 2/5 for a recipe or a report.
- Checking whether a fraction such as 7/9 is already in lowest terms before writing it into a final answer.
- Simplifying a negative fraction like -45/60 to -3/4 while keeping the sign in the correct place.
- Teaching the greatest-common-divisor and prime-factorization steps so a student can see exactly how a fraction is reduced.
How to use the Fraction Simplifier
- Type the numerator (the top number) into the first box, for example 18.
- Type the denominator (the bottom number) into the second box, for example 24.
- Read off the simplest form, the GCD used, the decimal value, the percentage, and the mixed number when the fraction is improper.
- Use the sample buttons for quick examples, or Clear to start again. Negative numbers are allowed.
- Press Copy to grab the reduced fraction for your notes, homework, or spreadsheet.
Formula & method
Worked examples
Simplify 18/24 to its lowest terms (GCD method).
- Find the greatest common divisor of 18 and 24 with the Euclidean algorithm.
- 24 mod 18 = 6, then 18 mod 6 = 0, so the GCD is 6.
- Divide the top by 6: 18 / 6 = 3.
- Divide the bottom by 6: 24 / 6 = 4.
Result: 18/24 = 3/4 = 0.75 = 75 percent
Simplify 30/48 using prime factorization.
- Factor the numerator: 30 = 2 x 3 x 5.
- Factor the denominator: 48 = 2 x 2 x 2 x 2 x 3.
- Cancel the factors shared by both: one 2 and one 3.
- Multiply what is left: top = 5, bottom = 2 x 2 x 2 = 8.
Result: 30/48 = 5/8
Simplify the improper fraction 17/5 and write it as a mixed number.
- The GCD of 17 and 5 is 1, so 17/5 is already in lowest terms.
- Because 17 is larger than 5, the fraction is improper, so find the mixed number.
- 17 divided by 5 is 3 with a remainder of 2 (since 3 times 5 = 15, and 17 - 15 = 2).
- Write the whole part 3 next to the leftover fraction 2/5.
Result: 17/5 = 3 and 2/5 (already in lowest terms)
Common fractions and their simplest form (with the GCD used)
| Fraction | GCD | Simplest form | Decimal |
|---|---|---|---|
| 2/4 | 2 | 1/2 | 0.5 |
| 6/8 | 2 | 3/4 | 0.75 |
| 18/24 | 6 | 3/4 | 0.75 |
| 9/12 | 3 | 3/4 | 0.75 |
| 10/15 | 5 | 2/3 | 0.667 |
| 25/100 | 25 | 1/4 | 0.25 |
| 45/60 | 15 | 3/4 | 0.75 |
| 100/250 | 50 | 2/5 | 0.4 |
| 7/9 | 1 | 7/9 (already simplest) | 0.778 |
| 16/64 | 16 | 1/4 | 0.25 |
Tape-measure inch fractions reduced to simplest form
| Sixteenths of an inch | Simplest form | Decimal inches |
|---|---|---|
| 2/16 | 1/8 | 0.125 |
| 4/16 | 1/4 | 0.25 |
| 6/16 | 3/8 | 0.375 |
| 8/16 | 1/2 | 0.5 |
| 10/16 | 5/8 | 0.625 |
| 12/16 | 3/4 | 0.75 |
| 14/16 | 7/8 | 0.875 |
Improper fractions in lowest terms and their mixed numbers
| Improper fraction | Mixed number |
|---|---|
| 3/2 | 1 and 1/2 |
| 7/4 | 1 and 3/4 |
| 17/5 | 3 and 2/5 |
| 11/3 | 3 and 2/3 |
| 22/7 | 3 and 1/7 |
| 9/8 | 1 and 1/8 |
| -13/4 | -3 and 1/4 |
Common mistakes to avoid
- Dividing by a common factor that is not the greatest one. Dividing 18/24 by 2 gives 9/12, which is smaller but still not finished, because 9 and 12 share another factor of 3. Simplifying in one clean step means dividing by the greatest common divisor, which is 6, to reach 3/4 directly. If you divide by a smaller factor, just keep going until nothing divides evenly.
- Thinking the value changes when you simplify. Reducing a fraction never changes its value, only how it looks. 18/24 and 3/4 are exactly the same amount, which is why both give the decimal 0.75. Simplifying is a rewrite, not a recalculation.
- Trying to cancel across addition instead of factors. You can only cancel factors that multiply the whole top and the whole bottom. In (2 + 4)/8 you cannot cancel the 2 or the 4 on their own; you must first add to get 6/8, then reduce to 3/4. Canceling parts of a sum is one of the most common fraction errors.
- Putting the minus sign on the denominator. The standard form keeps the denominator positive and puts a single sign on the numerator. So -45/60 should be written -3/4, not 3/-4 or -3/-4. Mixing sign positions can flip the value or make the fraction hard to read.
- Forgetting to give the mixed number for an improper fraction. An improper fraction like 17/5 is a perfectly valid answer in lowest terms, but many worksheets and recipes want the mixed number 3 and 2/5 instead. Simplest form and mixed number are two different requests, so check which one the task actually needs.
- Stopping before the fraction is fully reduced. A fraction is only in lowest terms when the numerator and denominator share no common factor except 1. 6/8 looks simpler than 12/16 but it is still not finished, because 6 and 8 both divide by 2. Always confirm the GCD is 1 before calling it done.
Glossary
- Numerator
- The top number of a fraction, showing how many parts you have.
- Denominator
- The bottom number of a fraction, showing how many equal parts make up one whole.
- Greatest common divisor
- The largest whole number that divides two numbers exactly, also called the greatest common factor (GCF). Dividing both parts of a fraction by it gives the lowest terms.
- Lowest terms
- A fraction in which the numerator and denominator share no common factor other than 1, such as 3/4. Also called simplest form or an irreducible fraction.
- Prime factorization
- Writing a number as a product of prime numbers, such as 24 = 2 x 2 x 2 x 3, used to spot the factors two numbers share.
- Equivalent fractions
- Different fractions that represent the same value, such as 3/4, 6/8, and 9/12, all found by multiplying or dividing top and bottom by the same number.
- Improper fraction
- A fraction whose numerator is at least as large as its denominator, such as 17/5, which is worth 1 or more.
- Mixed number
- A whole number written next to a proper fraction, such as 3 and 2/5, used to express an improper fraction.
Frequently asked questions
How do I simplify a fraction?
To simplify a fraction, divide the numerator and denominator by their greatest common divisor (GCD). For example, 18 and 24 have a GCD of 6, so 18/24 divided by 6 top and bottom becomes 3/4. The value stays the same; only the numbers get smaller. This fraction simplifier finds the GCD and does the division for you, and it also shows the decimal and percentage.
What is 18/24 in simplest form?
18/24 in simplest form is 3/4. The greatest common divisor of 18 and 24 is 6, and dividing both numbers by 6 gives 3/4. As a decimal this equals 0.75, and as a percentage it is 75 percent.
What does simplest form mean?
Simplest form (also called lowest terms) means the fraction is written with the smallest possible whole numbers, so the numerator and denominator share no common factor except 1. A fraction has infinitely many equivalent forms but only one simplest form, which is why it is the standard answer teachers ask for.
How do I know when a fraction is already in lowest terms?
A fraction is already in lowest terms when the greatest common divisor of its numerator and denominator is 1, meaning they share no common factor except 1. For example 7/9 cannot be reduced because 7 and 9 have no common factor. This tool tells you explicitly when a fraction is already in simplest form.
How do you simplify a fraction using prime factorization?
Break the numerator and denominator into their prime factors, cancel every factor that appears on both the top and bottom, then multiply what is left. For 30/48, write 30 as 2 x 3 x 5 and 48 as 2 x 2 x 2 x 2 x 3. Cancel one 2 and one 3, leaving 5 on top and 8 on the bottom, so 30/48 = 5/8. This gives the same answer as the GCD method.
How do you simplify a negative fraction?
Simplify a negative fraction the same way you would a positive one, using the absolute values to find the greatest common divisor, then place a single minus sign on the numerator and keep the denominator positive. For example -45/60 simplifies to -3/4.
How do I turn an improper fraction into a mixed number?
Divide the numerator by the denominator. The whole-number part of the division is the whole number, and the remainder over the original denominator is the fraction part. For example 17 divided by 5 is 3 remainder 2, so 17/5 equals the mixed number 3 and 2/5. Simplify the fraction part first if it can be reduced.
What is the difference between GCD and GCF?
There is no difference. GCD (greatest common divisor) and GCF (greatest common factor) are two names for the same thing: the largest whole number that divides two numbers exactly. Dividing both parts of a fraction by it reduces the fraction to lowest terms in a single step.
Does simplifying a fraction change its value?
No. Simplifying a fraction only changes how it is written, not what it is worth. 18/24 and 3/4 are equal, and both equal the decimal 0.75. Reducing to lowest terms is a rewrite of the same value using the smallest possible whole numbers.
Can you simplify a fraction with a decimal in it?
Not directly, because a fraction in lowest terms uses whole numbers. First clear the decimal by multiplying the top and bottom by the same power of 10, then simplify. For example 0.5/2 becomes 5/20 (multiply both by 10), which reduces to 1/4.
Sources
- Euclidean algorithm , Wikipedia
- Irreducible fraction , Wikipedia
- Greatest common divisor , Wikipedia