Skip to content
Popular Calculators
Browse Math calculators

Mixed Number Calculator

Convert between mixed numbers and improper fractions, or add, subtract, multiply and divide two mixed numbers.

What do you want to work out?

About the Mixed Number Calculator

Two and a half can be written two ways: as 2 1/2, which is a mixed number, or as 5/2, which is an improper fraction. Same quantity, same point on the number line, two notations — and each is better at a different job.

Mixed numbers are for reading. If somebody says a job will take 3 3/4 hours you know immediately that it is most of four hours. Told it will take 15/4 hours, you have to stop and divide.

Improper fractions are for calculating. Every rule of fraction arithmetic assumes one numerator over one denominator, and mixed numbers break that assumption by having a whole part sitting outside the fraction.

The practical consequence is that mixed-number arithmetic is really a three-step process: convert to improper, do the sum, convert back. This calculator does all three, and it also handles each conversion on its own.

How to Use the Mixed Number Calculator

Three modes.

Mixed number to improper fraction takes a whole number, a numerator and a denominator. The fractional part must be smaller than 1 — that is what makes it a mixed number. If your numerator is larger than your denominator you already have an improper fraction, and the second mode is the one you want.

Improper fraction to mixed number takes a numerator and a denominator and splits out the whole part.

Calculate with two mixed numbers takes two complete mixed numbers and an operation. Enter 0 as the whole part if one of them is a plain fraction.

Negative numbers work throughout, and they work correctly — which is worth saying, because the sign rule for mixed numbers is where most hand calculations go wrong. See the formula section.

Every mode shows the intermediate improper fractions, because those are where the arithmetic actually happens.

How Mixed Number Conversion Is Calculated

Mixed to improper. Multiply the whole part by the denominator, then add the numerator, and keep the same denominator underneath.

The reason: the denominator names the size of the pieces. If you are working in thirds, then 2 whole units are 6 thirds. Add the 1 third you already had and you have 7 thirds. The multiplication is converting whole units into pieces of the right size so they can be counted with the rest.

Improper to mixed. Divide the numerator by the denominator. The quotient is the whole part and the remainder stays over the denominator. 7 ÷ 3 is 2 remainder 1, so 7/3 is 2 1/3.

Arithmetic. Convert both to improper fractions, apply the ordinary fraction rule for the operation, reduce, then convert back. Doing it this way handles carrying, borrowing and negatives automatically, which the "add the wholes, add the fractions" shortcut does not.

Mixed Number Formula

Mixed to improper:
  improper = (|whole| x denominator + |numerator|) / denominator
  the sign of the whole part applies to the result

Improper to mixed:
  whole     = floor(|numerator| / denominator)
  remainder = |numerator| mod denominator
  the sign of the numerator applies to the result

Those absolute-value signs are the important part, and they encode the rule that catches people out:

-2 1/2  means  -(2 + 1/2)  =  -5/2
-2 1/2  does not mean  -2 + 1/2  =  -3/2

The minus sign belongs to the whole quantity, not just to the digit it is written next to. A negative mixed number is further from zero than its whole part, not closer. Read it as "minus two and a half" and the arithmetic follows; read it as "minus two, plus a half" and every answer is a full unit out.

Step-by-Step Example

Convert 2 1/3 to an improper fraction.

Step 1 — turn the whole part into thirds. 2 × 3 = 6. Two whole units are six thirds.

Step 2 — add the third you already had. 6 + 1 = 7.

Step 3 — keep the denominator. The answer is 7/3.

Now a full piece of arithmetic: 2 3/4 + 1 1/2.

Step 1 — convert both.

2 3/4  ->  (2 x 4 + 3) / 4  =  11/4
1 1/2  ->  (1 x 2 + 1) / 2  =   3/2

Step 2 — add as ordinary fractions. Over a common denominator of 4:

11/4 + 6/4 = 17/4

Step 3 — convert back. 17 ÷ 4 is 4 remainder 1, so the answer is 4 1/4.

Compare that with the shortcut method: add the wholes to get 3, add the fractions to get 3/4 + 1/2 = 5/4, then notice that 5/4 is more than a whole and carry it, giving 4 and 1/4. The same answer, and the carry is exactly the step people forget. Converting to improper fractions first makes the carry impossible to miss, because there is nothing to carry.

Understanding Your Result

The headline is the answer in the form you asked for — mixed if you converted or calculated, improper if you converted the other way.

Written the other way gives the same value in the other notation, so you can use whichever the context wants without running a second conversion.

As a decimal gives the value on a decimal scale, useful for checking against a measurement or entering into software.

If the answer came out as a plain whole number, the fraction part divided exactly and there is no remainder — 8/4 is simply 2, not 2 0/4.

A negative answer keeps the minus sign on the whole quantity. -2 1/3 means the whole thing is negative, and its decimal form is −2.333…, not −1.667.

When Should You Use This Calculator?

Cooking and baking. Recipes are written in mixed numbers, and scaling them is multiplication. Two and a half times 1 3/4 cups is a mixed-number multiplication, and the answer is 4 3/8 cups.

Construction and woodworking. Imperial measurements are mixed numbers by convention — 3 5/8 inches. Adding a run of them is exactly this calculation.

Timesheets. 7 1/2 hours plus 6 3/4 hours is a mixed-number addition, and getting the carry right matters when it feeds into pay.

Schoolwork. Mixed-number arithmetic is a standard topic, and the step-by-step conversion shows the method rather than just the answer.

Checking a conversion. If a value has passed between mixed and improper form several times, converting it back confirms nothing was lost.

Common Mistakes

Misreading a negative mixed number. -2 1/2 is -5/2. Treating it as -2 + 1/2 gives -3/2, which is wrong by a whole unit. This is the single biggest source of error in mixed-number work.

Forgetting to carry. Adding the fractional parts can produce more than a whole. 3/4 + 1/2 is 5/4, which contributes an extra whole unit to the answer. Missing it loses exactly 1.

Forgetting to borrow when subtracting. 3 1/4 − 1 1/2 needs a whole unit broken down into quarters before the fractions can be subtracted. Converting to improper fractions removes the need entirely.

Multiplying the whole parts separately. 1 1/2 × 2 1/3 is not 2 and 1/6. Multiplication does not distribute over a mixed number that way. Convert first: 3/2 × 7/3 = 21/6 = 3 1/2.

Writing an improper fraction as a mixed number by accident. 7/3 typed into the mixed-number boxes as whole 7, numerator 3 describes something else entirely. The fractional part of a mixed number must be smaller than 1, which is why the calculator refuses it.

Leaving 2 0/4 as an answer. If the remainder is zero, the answer is a whole number. Writing a zero numerator is not wrong so much as unfinished.

Frequently Asked Questions

What is the difference between a mixed number and an improper fraction?

They are the same value written differently. A mixed number separates the whole part from the leftover fraction, as in two and one third. An improper fraction keeps everything over one denominator, as in seven thirds. Mixed numbers are easier to picture; improper fractions are easier to calculate with.

Why convert to improper fractions before calculating?

Because the standard fraction rules assume a single numerator over a single denominator. Trying to add mixed numbers directly means handling the whole parts and the fractional parts separately, which works until the fractional parts overflow or the numbers are negative, at which point it becomes error-prone.

What does a negative mixed number mean?

The minus sign applies to the whole quantity, not just the whole-number part. Negative two and a half means the negative of two and a half, which is negative five halves. Reading it as negative two plus a half gives negative three halves and is a full unit out.

Is an improper fraction wrong as a final answer?

Not mathematically, though conventions differ by context. School exercises usually ask for a mixed number because it shows the size at a glance. Algebra and further mathematics almost always prefer improper fractions, since they are easier to manipulate. Neither form is more correct than the other.

How do I add mixed numbers in my head?

Add the whole parts, then add the fractional parts, then carry if the fractions come to more than one. Two and three quarters plus one and a half gives three wholes plus five quarters, and the five quarters carries one more whole, leaving four and a quarter. The carry is the step people forget.

Last reviewed September 17, 2026 by the CalculatorPeak editorial team.