Tools/🧮 Calculators/Fraction Calculator

Fraction Calculator

Add, subtract, multiply, divide, and simplify fractions or convert them to decimal, percent, and mixed numbers.

Version 1.0 · Last Updated: August 10, 2026 · Maintained by ToolLarder

Operation Type
First Fraction
/
+
Second Fraction
/

Enter integers for each numerator and denominator. A denominator cannot be zero.

Simplified Fraction
Enter fraction values to see the result.

Fraction operations and conversions

The Fraction Calculator performs the four basic operations with automatic simplification. Conversion mode displays a single fraction as a mixed number, decimal, and percentage at the same time.

Adding and subtracting fractions

Create a common denominator, add or subtract the expanded numerators, and simplify the result.

a/b ± c/d = (a×d ± c×b) / (b×d)

Multiplying fractions

Multiply the numerators together and the denominators together, then reduce the fraction using the GCD.

a/b × c/d = (a×c) / (b×d)

Dividing fractions

Invert the second fraction and multiply. The numerator of the second fraction cannot be zero.

a/b ÷ c/d = (a×d) / (b×c)

Simplifying fractions

Divide the numerator and denominator by their greatest common divisor to find the equivalent fraction in lowest terms.

a/b → (a÷GCD) / (b÷GCD)

Improper fraction to mixed number

Divide the numerator by the denominator. The quotient is the whole part and the remainder becomes the new numerator.

7/3 = 2 1/3

Fraction to decimal and percent

Divide the numerator by the denominator for the decimal and multiply that result by 100 for the percentage.

a ÷ b = decimal → decimal × 100 = percent

Fraction Calculator Frequently Asked Questions