Beginner

Lowest Term Calculator — Simplify a Fraction

Enter any fraction — positive, negative, or improper — and get it reduced to lowest terms in one click. The calculator shows every step of the Euclidean GCD algorithm so you can follow exactly how the simplification works.
The top number of the fraction
The bottom number (cannot be zero)
Fraction in Lowest Terms
2/ 3

Divided numerator and denominator by GCD = 6

Original fraction
12 / 18
GCD
6
Reduced fraction
2 / 3
Decimal value
0.666667
Euclidean algorithm for GCD
1

12 = 0 × 18 + 12

remainder = 12
2

18 = 1 × 12 + 6

remainder = 6
3

12 = 2 × 6 + 0

remainder = 0
4

Greatest Common Divisor

GCD(|12, 18|) = 6
=

Divide numerator and denominator by 6

12/18 = 2/3
Step by step
  1. 1

    Find GCD of |numerator| and |denominator|

    GCD(12, 18) = 6
  2. 2

    Divide denominator by GCD

    18 ÷ 6 = 3
  3. 3

    Divide numerator by GCD

    12 ÷ 6 = 2
67%
33%
2/3
Remaining
Reduced fraction as a proportion of 1
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Divide both numerator and denominator by GCD(numerator, denominator) to get the fraction in lowest terms. GCD is found in seconds using the Euclidean algorithm. If GCD = 1 the fraction is already irreducible. Works for positive, negative and improper fractions — decimal inputs are rounded to integers.

Formula
Reduced fraction = (n / GCD) / (d / GCD) • GCD via Euclidean: repeat (a, b) → (b, a mod b) until b = 0
How this is calculated

A fraction n/d is in lowest terms (simplest form) when the numerator and denominator share no common factor other than 1, i.e. their GCD is 1. To reduce a fraction, divide both the numerator and denominator by their GCD: the result is an equivalent fraction with the smallest possible integers.

The GCD is found with the Euclidean algorithm: divide the larger number by the smaller, take the remainder, then repeat with (smaller, remainder) until the remainder is zero — the last non-zero remainder is the GCD. For example, GCD(12, 18): 18 = 1 × 12 + 6, then 12 = 2 × 6 + 0, so GCD = 6. Dividing 12/18 by 6/6 gives 2/3.

The calculator handles negative fractions by keeping the sign on the numerator (denominator is always made positive). Improper fractions (numerator ≥ denominator) are reduced but not converted to mixed numbers — use a mixed-number converter if you need that form. Inputs are rounded to the nearest integer since fractions are defined only for integers.

Frequently asked questions

A fraction is in lowest terms (also called simplest form or irreducible form) when no integer other than 1 divides both the numerator and denominator evenly. For example, 6/10 simplifies to 3/5 because GCD(6, 10) = 2. Once the GCD is 1, the fraction cannot be reduced further.

List the prime factors of both numerator and denominator, then cancel any shared factors. For example, 18/24: 18 = 2×3² and 24 = 2³×3, so the shared factors are 2×3 = 6, giving 18/24 = 3/4. The Euclidean algorithm (shown step-by-step here) is usually faster than factoring for large numbers.

By convention, the denominator of a fraction in standard form is always positive. If you enter a negative denominator (e.g. 3/−6), the calculator moves the negative sign to the numerator and returns −1/2, which is the standard representation.

Also known as

lowest term calculator
simplify fraction calculator
reduce fraction to lowest terms
fraction simplifier
simplest form fraction calculator
fraction reducer
gcd fraction simplify
irreducible fraction calculator

APA

TG we-Calculate Editorial Team. (2026). Lowest Term Calculator — Simplify a Fraction [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/lowest-term-calculator

Chicago

TG we-Calculate Editorial Team. "Lowest Term Calculator — Simplify a Fraction." TG we-Calculate. 2026. https://we-calculate.com/calculator/lowest-term-calculator.

IEEE

TG we-Calculate Editorial Team, "Lowest Term Calculator — Simplify a Fraction," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/lowest-term-calculator

BibTeX

@misc{wecalculate_lowest_term_calculator, title = {Lowest Term Calculator — Simplify a Fraction}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/lowest-term-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?