Calculator for Subtracting Fractions

Enter two fractions to subtract the second from the first

Formula

To subtract fractions: find the LCD of the denominators, convert both fractions to that denominator, then subtract the second numerator from the first and simplify. When denominators are equal, subtract numerators directly.

Key takeaways
  • Same denominator: subtract numerators directly and keep the denominator unchanged. It is a label for part size, not a value to operate on.
  • Different denominators: find the LCD, convert both fractions, subtract numerators, then simplify by dividing both parts by their GCD.
  • A negative result is correct - it means the second fraction was larger than the first. Never flip the sign; instead check whether the fractions are in the intended order.
  • Subtraction is not commutative: 3/4 - 1/4 = 1/2, but 1/4 - 3/4 = -1/2. Reversing the fractions flips the sign of the result.
  • For mixed numbers, always convert to improper fractions first. The "borrow" method works but adds a second error point - the borrow happens in fractional units, not whole numbers.

How to use our fraction subtraction calculator

Enter the numerator and denominator of each fraction. The calculator subtracts the second fraction from the first, showing the simplified result, mixed number (where applicable), decimal, and percentage - along with a three-step breakdown using the LCD method.

Subtracting fractions explained to a beginner

Picture fractions as chunks of time. You have 3/4 of an hour free before a meeting, and a task takes 1/3 of an hour. How much time is left after the task?

You can't subtract directly because "quarter-hours" and "third-hours" are different sizes - like trying to subtract inches from centimeters without converting first. The LCD of 4 and 3 is 12, so you restate both in twelfths: 3/4 = 9/12 and 1/3 = 4/12. Now both chunks are the same size and 9/12 - 4/12 = 5/12 of an hour remaining.

Two things make subtraction different from addition. First, order matters: 3/4 - 1/3 is not the same as 1/3 - 3/4. Second, if the second fraction is larger, the result is negative - which is a valid answer, not a mistake. It simply means the task takes more time than you had available.

Subtracting fractions formula

The general formula for subtracting two fractions cross-multiplies to eliminate different denominators:

$$\frac{a}{b} - \frac{c}{d} = \frac{a \times d - c \times b}{b \times d}$$

The preferred method uses the LCD to keep numbers smaller:

$$\frac{a}{b} - \frac{c}{d} = \frac{a \times \frac{\text{LCD}}{b} - c \times \frac{\text{LCD}}{d}}{\text{LCD}}, \quad \text{LCD} = \text{LCM}(b, d)$$

Only the sign changes from addition - the structure is identical. Both methods produce the same answer after simplification.

Same denominator: the simple case

When both fractions share the same denominator, subtract the second numerator from the first and keep the denominator unchanged:

$$\frac{5}{8} - \frac{3}{8} = \frac{5 - 3}{8} = \frac{2}{8} = \frac{1}{4}$$

5/8 − 3/8 = 2/8. Simplify with GCD(2, 8) = 2: 2/8 = 1/4. The denominator defines part size and never changes during subtraction.

Different denominators: the LCD method

When denominators differ, convert both fractions to a common denominator before subtracting. The steps mirror addition exactly - only the final operation changes:

  1. Find the LCD. The LCD is the LCM of both denominators. Use LCM(a, b) = (a × b) ÷ GCD(a, b).
  2. Convert both fractions. Multiply each fraction's numerator and denominator by (LCD ÷ its denominator).
  3. Subtract numerators. Subtract the second from the first. The denominator stays as the LCD.
  4. Simplify. Divide numerator and denominator by their GCD.

Worked examples fraction minus fraction

Example 1: one denominator is a multiple of the other

Subtract 1/4 from 5/6. LCD(6, 4) = 12:

$$\frac{5}{6} - \frac{1}{4}: \quad \text{LCD}(6, 4) = 12 \implies \frac{10}{12} - \frac{3}{12} = \frac{7}{12}$$

5/6 → 10/12, 1/4 → 3/12. Result: 7/12. GCD(7, 12) = 1, already simplified.

Example 2: result is negative

Subtract 5/6 from 3/4. LCD(4, 6) = 12:

$$\frac{3}{4} - \frac{5}{6}: \quad \text{LCD}(4, 6) = 12 \implies \frac{9}{12} - \frac{10}{12} = \frac{-1}{12}$$

3/4 → 9/12, 5/6 → 10/12. Since 9 < 10, the result is negative: −1/12.

ProblemLCDAfter convertingResult
3/4 − 1/443/4 − 1/42/4 = 1/2
5/6 − 1/365/6 − 2/63/6 = 1/2
7/8 − 1/287/8 − 4/83/8
2/3 − 3/4128/12 − 9/12−1/12
5/6 − 5/665/6 − 5/60
9/10 − 2/5109/10 − 4/105/10 = 1/2

When I personally review fraction subtraction errors from time to time, the negative-result cases are the most diagnostic. A student who gets −1/12 for 3/4 − 5/6 hasn't made a mistake - that is the correct answer. But a student who then "corrects" it to 1/12 has confused "unexpected" with "wrong."

A negative result is informative: it tells you the second fraction was larger than the first. Don't flip the sign - use it as a check on whether you entered the fractions in the intended order.

When the result is negative

If the second fraction is larger than the first, the result is a negative fraction. This is completely valid - the sign lives in the numerator. For example, 3/4 − 5/6 = −1/12. The magnitude of the result follows the same LCD and simplification steps; the sign is determined by which numerator is larger after conversion.

Subtracting a negative fraction

Subtracting a negative fraction is equivalent to adding its positive counterpart - two negatives make a positive:

$$\frac{1}{2} - \left(-\frac{1}{3}\right) = \frac{1}{2} + \frac{1}{3} = \frac{5}{6}$$

This follows directly from the rule that a − (−b) = a + b. The same LCD method applies; only the sign of the second numerator flips.

Subtracting mixed numbers

Convert each mixed number to an improper fraction before subtracting:

$$3\frac{1}{2} - 1\frac{2}{3} = \frac{7}{2} - \frac{5}{3} = \frac{21}{6} - \frac{10}{6} = \frac{11}{6} = 1\frac{5}{6}$$

Steps: 3½ = 7/2, 1⅔ = 5/3. LCD(2, 3) = 6. Convert: 21/6 − 10/6 = 11/6. As a mixed number: 1⅚.

An alternative method subtracts whole numbers and fractions separately, but requires a "borrow" step when the fractional part of the second number is larger - similar to borrowing in column subtraction. Converting to improper fractions first avoids this complication.

In practice, I always recommend converting mixed numbers to improper fractions before subtracting. The borrow method sounds simpler but introduces a second error point that most people don't anticipate - the borrow happens in fractional units, not whole numbers, which is counterintuitive.

With improper fractions, the procedure is exactly the same every time: find the LCD, convert, subtract numerators, simplify. No special cases, no borrowing.

Common mistakes when subtracting fractions

Subtracting the denominators

The denominator defines part size and must not change. 5/8 − 3/8 ≠ 2/0 and ≠ 2/5. The correct answer is 2/8 = 1/4. Only numerators are subtracted once both fractions share the same denominator.

Subtracting in the wrong order

Fraction subtraction is not commutative: a/b − c/d ≠ c/d − a/b (unless both are equal). 3/4 − 1/4 = 2/4, but 1/4 − 3/4 = −2/4. The second fraction is always subtracted from the first.

Forgetting to simplify

Always check whether the result shares a common factor between numerator and denominator. 6/8 is not in simplest form; GCD(6, 8) = 2 gives 3/4.

Not converting mixed numbers first

Subtracting 2½ − 1¾ by handling whole and fractional parts separately requires a borrow when ¾ > ½. Converting to improper fractions (5/2 − 7/4 = 10/8 − 7/8 = 3/8) is more reliable and less error-prone.

FAQs about fraction subtraction

How do you subtract fractions with different denominators?

Find the LCD of both denominators, convert each fraction to that denominator, subtract the second numerator from the first, and simplify the result by dividing numerator and denominator by their GCD.

Can you subtract fractions with the same denominator directly?

Yes - subtract the second numerator from the first and keep the denominator unchanged. 5/8 − 3/8 = 2/8 = 1/4.

What if the result is negative?

A negative result is valid. It means the second fraction is larger than the first. The sign is carried in the numerator, and the fraction is otherwise simplified normally.

How do you subtract a negative fraction?

Subtracting a negative is the same as adding its positive. 1/2 − (−1/3) = 1/2 + 1/3 = 5/6.

How do you subtract mixed numbers?

Convert each mixed number to an improper fraction (whole × denominator + numerator, over the denominator), then subtract using the standard LCD method.

Why can't you subtract the denominators?

The denominator defines the size of each part. Subtracting denominators would change that size and produce a wrong answer. Only numerators change once both fractions share the same denominator.

Test your knowledge

Quiz: how well do you know subtracting fractions?

5 questions · ~2 min

1. What is 5/8 − 3/8?

Same denominators mean you subtract numerators directly and keep the denominator: 5 − 3 = 2, so the result is 2/8. Simplify with GCD(2, 8) = 2 to get 1/4.

2. Subtract 1/4 from 5/6. The LCD of 6 and 4 is 12. What is the result?

5/6 converts to 10/12 and 1/4 converts to 3/12. Subtracting: 10/12 − 3/12 = 7/12. GCD(7, 12) = 1, so no simplification is needed.

3. You calculate 3/4 − 5/6 and get −1/12. What should you do?

3/4 = 9/12 and 5/6 = 10/12. Since 9 < 10, the result is negative: 9/12 − 10/12 = −1/12. A negative result is valid - it signals the second fraction is larger, not that you made an error.

4. What is 1/2 − (−1/3)?

Subtracting a negative is the same as adding its positive: 1/2 − (−1/3) = 1/2 + 1/3. LCD(2, 3) = 6, giving 3/6 + 2/6 = 5/6.

5. If 3/4 − 1/4 = 1/2, what is 1/4 − 3/4?

Fraction subtraction is not commutative. Reversing the order flips the sign: 1/4 − 3/4 = −2/4 = −1/2. The second fraction is always subtracted from the first.

Key terms