Fraction to Decimal Calculator

Check out this free online fraction to decimal calculator. It quickly converts fractions, including mixed numbers, into decimals, handles repeating decimals, and provides accurate, step-by-step results.

Fraction to Decimal Calculator

Enter whole number (optional) and fraction
Please enter valid numbers.
Decimal Result
0
As Percentage: 0%
Simplified Fraction: 0/1
Type: -
📝 Conversion Steps

Fraction to Decimal Calculator

Most people learn to convert fractions to decimals in school and then promptly forget how it works. That is understandable because at the time it feels like a classroom exercise. But this conversion shows up constantly in real life, from reading a recipe to measuring timber to calculating a discount at checkout. Knowing it saves time.

This guide covers the full picture: what fractions and decimals actually are, how to convert between them using different methods, what to do with tricky cases like negative fractions and improper fractions, and when to just use a calculator.

What Are Fractions and Decimals?

A fraction is a way of writing a number that is not whole. The top number, called the numerator, tells you how many parts you have. The bottom number, called the denominator, tells you how many parts make up the whole thing.

So (3/4) means you have 3 parts out of a total of 4. The fraction bar between them is not just a separator. It means division.

A decimal does the same job but uses the base-10 system. The digits after the decimal point stand for tenths, hundredths, thousandths, and so on. The decimal (0.75) means 75 hundredths, which is exactly the same amount as \((\frac{3}{4})\).

Fractions and decimals are not two different types of numbers. They are two different ways of writing the same number. Converting between them changes the format, not the value.

Why Do We Use Both?

If they represent the same thing, why does the world use both? Because each one works better in different situations.

When Fractions Work Better

Fractions are better when you need exact values. The number (1/3) is precise. The decimal version, (0.333…), goes on forever and requires rounding. Fractions are also the traditional format in cooking, carpentry, and other trades.

When Decimals Work Better

Decimals are easier to compare at a glance. It is immediately clear that (0.73) is bigger than (0.68). Comparing (9/13) and (11/16) in fraction form takes more effort. Decimals are also the standard for money, digital tools, and scientific work.

The Basic Rule

There is one rule behind every fraction-to-decimal conversion. Everything else in this guide is a variation on it.

\[\text{Decimal} = \frac{\mathrm{Numerator}}{\mathrm{Denominator}}\]

The fraction bar has always meant division. The fraction (3/4) is literally saying “divide 3 by 4.”

Here are three quick examples.

\[\frac{3}{4}  = >  \frac{3}{4}  =   0.75\]
\[\frac{7}{8}  = >  \frac{7}{8}  =   0.875\]
\[\frac{2}{5}  = >  \frac{2}{5}  =   0.4\]

Three Ways to Convert

Depending on the numbers and tools available, one of these three methods will suit the situation best.

Method 1: Long Division

Long division works for any fraction without a calculator. Here is the full working for 7/8, shown visually so you can follow each step.

Converting 7/8  (Terminating Decimal)     
0. 8  7  5   
+———–
8  | 7. 0  0  0 
Step 1:  7 < 8, write 0. and carry forward  ->  70     
70 / 8 = 8 remainder 6   write 8   ->  0.8 
Step 2:  remainder 6, multiply by 10  ->  60     
60 / 8 = 7 remainder 4   write 7   ->  0.87 
Step 3:  remainder 4, multiply by 10  ->  40     
40 / 8 = 5 remainder 0   write 5   ->  0.875 
Remainder is 0. Division complete.
Result:  7 / 8  =  0.875

The pattern is always the same. If the numerator is smaller than the denominator, write 0. and keep going. Multiply each remainder by 10, divide again, write the digit, carry the new remainder. Stop when the remainder hits zero, or when you see the same remainder appearing twice (which means the decimal repeats).

Here is the same process for 1/3 to show what a repeating decimal looks like in the working.

Converting 1/3  (Repeating Decimal)     
0. 3  3  3 …   
+————-
3  | 1. 0  0  0 … 
Step 1:  1 < 3, write 0. and carry forward  ->  10     
10 / 3 = 3 remainder 1   write 3   ->  0.3 
Step 2:  remainder 1 again, multiply by 10  ->  10     
10 / 3 = 3 remainder 1   write 3   ->  0.33 
Step 3:  same remainder again. This pattern never ends. 
Result:  1 / 3  =  0.333…  (write a bar over the 3)

Method 2: The Power of 10 Shortcut

This method is faster but only works when the denominator is made up of the factors 2 and 5 only. Rewrite the fraction so the denominator becomes 10, 100, or 1000. Then the decimal reads itself directly.

Convert (3/5), multiply top and bottom by 2:

\[\frac{3}{5}  = >  \frac{3 \times 2}{(5 \times 2)}  = >  \frac{6}{10}  =   0.6\]

Convert (7/25), multiply top and bottom by 4:

\[\frac{7}{25}  = >  \frac{7 \times 4}{(25 \times 4)}  = >  \frac{28}{100}  =   0.28\]

Convert (9/20), multiply top and bottom by 5:

\[\frac{9}{20}  = >  \frac{9 \times 5}{(20 \times 5)}  = >  \frac{45}{100}  =   0.45\]

If the denominator has any factor other than 2 or 5, such as 3, 7, or 11, use long division instead.

Method 3: Use a Calculator

For complex fractions or when speed matters, a calculator is the right choice. Enter the numerator, divide by the denominator, and you have the answer. A good fraction-to-decimal calculator also shows the step-by-step working.

Use a calculator as a tool to work faster, not as a substitute for understanding the process.

Terminating vs. Repeating Decimals

When you divide a numerator by a denominator, one of two things will happen. The remainder eventually reaches zero and the decimal ends cleanly, or the same remainder keeps returning and the decimal repeats. These are the only two outcomes.

Terminating Decimals

These occur when the denominator, in its simplified form, is made up of only the prime factors 2 and 5. Because our number system is base 10, and (10 = 2 x 5), those denominators divide cleanly into powers of ten.

\[\frac{1}{4}   =   0.25  ( \, \text{denominator} \, : 4 = 2 \times 2 )\]
\[\frac{3}{8}   =   0.375 ( \, \text{denominator} \, : 8 = 2 \times 2 \times 2 )\]
\[\frac{7}{20}  =   0.35  ( \, \text{denominator} \, : 20 = 2 \times 2 \times 5 )\]
\[\frac{9}{25}  =   0.36  ( \, \text{denominator} \, : 25 = 5 \times 5 )\]

Repeating Decimals

These occur when the denominator contains any prime factor other than 2 or 5.

\[\frac{1}{3}   =   0.333… \; \text{(denominator has factor 3)}\]
\[\frac{2}{3}   =   0.666… \; \text{(denominator has factor 3)}\]
\[\frac{5}{11}  =   0.454545…  \; \text{(denominator has factor 11)}\]
\[\frac{1}{7}   =   0.142857…  \; \text{(denominator has factor 7)}\]

In formal notation, a bar is placed over the repeating digits. So (0.333…) is written with a bar over the 3. In everyday use, rounding to two or three decimal places is enough.

A Note on \(\frac{1}{7}\)

The fraction \((\frac{1}{7})\) produces a repeating block of six digits: 142857. If you multiply 142857 by 2, 3, 4, 5, or 6, you get the same six digits rearranged. This is not a coincidence. It comes from how 7 divides into powers of 10, and it is a good example of the structure hidden inside ordinary arithmetic.

Negative Fractions

Converting a negative fraction works exactly the same as a positive one. The negative sign does not affect the division. Carry it separately and reattach it at the end.

\[\text{Result} = -\left(\frac{\mathrm{Numerator}}{\mathrm{Denominator}}\right)\]

Worked Examples

Convert \((-\frac{3}{4})\):

\[ \, \text{Ignore the sign} \, : \frac{3}{4} = 0.75\]
\[ \, \text{Reattach the sign} \, : -0.75\]

Convert \((-\frac{5}{8})\):

\[ \, \text{Ignore the sign} \, : \frac{5}{8} = 0.625\]
\[ \, \text{Reattach the sign} \, : -0.625\]

Negative fractions appear in temperature differences, financial losses, slope calculations, and physics problems. The rule is always the same: sign is handled last.

Mixed Numbers

A mixed number combines a whole number with a fraction, like (2 3/4). There are two ways to convert it to a decimal. Both give the same result.

Option A: Convert the Fraction, Then Add

\[\text{Result} = \, \text{Whole Number} \, + \left(\frac{\mathrm{Fraction}}{\mathrm{Denominator}}\right)\]

Convert \((2 \frac{3}{4})\):

\[ \text{Keep the whole number: 2} \]
\[ \, \text{Convert the fraction} \, : \frac{3}{4} = 0.75\]
\[ \, \text{Add them} \, : 2 + 0.75 = 2.75\]

Convert \((3 \frac{2}{5})\):

\[ \text{Keep the whole number : 3} \]
\[ \, \text{Convert the fraction} \, : \frac{2}{5} = 0.4\]
\[ \, \text{Add them} \, : 3 + 0.4 = 3.4\]

Option B: Improper Fraction First, Then Divide

\[\text{Improper Fraction} = ( \, \text{Whole} \, \times \, \text{Denominator} \, + \, \text{Numerator} \, ) / \, \text{Denominator} \, \]

Convert \((2 \frac{3}{4})\):

\[ \, \text{Improper fraction} \, : \frac{2 \times 4 + 3}{4} = \frac{11}{4}\]
\[ \, \text{Divide} \, : \frac{11}{4} = 2.75\]

Option A is more natural for mental arithmetic. Option B is cleaner when using a calculator or chaining multiple operations.

Improper Fractions

An improper fraction is one where the numerator is larger than the denominator, such as (7/4) or (11/3). The conversion rule is exactly the same as any other fraction. Because the top number is bigger, the result will always be greater than 1.

Worked Examples

\[\frac{7}{4}   = >  7  / 4   =   1.75\]
\[\frac{11}{3}  = >  \frac{11}{3}   =   3.666…\]
\[\frac{9}{2}   = >  9  / 2   =   4.5\]
\[\frac{13}{5}  = >  \frac{13}{5}   =   2.6\]

You can also convert an improper fraction to a mixed number first, then go to decimal.

For \((\frac{7}{4})\):

\[\frac{7}{4} = 1 \, \text{remainder} \, 3\]
\[ \, \text{Mixed number} \, : 1 \, \text{and} \, \frac{3}{4}\]
\[ \, \text{Decimal} \, : 1 + 0.75 = 1.75\]

For \((\frac{11}{3})\):

\[\frac{11}{3} = 3 \, \text{remainder} \, 2\]
\[ \, \text{Mixed number} \, : 3 \, \text{and} \, \frac{2}{3}\]
\[ \, \text{Decimal} \, : 3 + 0.666… = 3.666…\]

The improper fraction, the mixed number, and the decimal all represent exactly the same value. Which format you use depends on the context.

Common Conversions to Memorise

Some fractions come up so often that knowing their decimal equivalents by heart will save you time. Once you know these, you stop calculating and start recognising.

FractionDecimalTypeNotes
1/20.5TerminatingHalf
1/30.333…RepeatingThirds always repeat
2/30.666…RepeatingThirds always repeat
1/40.25TerminatingQuarter = 25 cents
3/40.75Terminating45 min = 0.75 hrs
1/50.2TerminatingFifths: .2, .4, .6, .8
2/50.4Terminating 
3/50.6Terminating 
4/50.8Terminating 
1/60.1666…Repeating 
1/80.125TerminatingEighths: .125 .375 .625 .875
3/80.375Terminating 
5/80.625Terminating 
7/80.875Terminating 
1/70.142857…Repeating6-digit repeating block
1/100.1TerminatingTenths are direct

Real-World Uses

This conversion shows up in ordinary life more often than most people notice.

Cooking and Baking

Recipes are written in fractions. Digital kitchen scales show decimals. If a recipe calls for (2/3) cup of something and your scale only shows decimal values, you need to know that (2/3 = 0.667).

Construction and DIY

Timber measurements are traditionally in fractions of an inch. Digital calipers show decimals. A board listed as (5 3/4) inches wide reads as (5.75) inches on a caliper. Getting this wrong can mean a mis-cut and wasted material.

Money and Discounts

A (1/4) discount is a 25% reduction, because (1/4 = 0.25 = 25%). Knowing the conversion lets you work out the real price in your head.

Sports Statistics

A baseball batting average is hits divided by at-bats. A player with 1 hit in 3 at-bats has an average of (0.333), which is (1/3). The decimal and the fraction are the same thing, written differently.

Fuel Prices

Petrol prices often show a fraction of a cent, such as (9/10). A price of $3.45 and 9/10 cents per gallon is really $3.459. Over a 15-gallon fill, that fraction adds ($0.135) to the total. It is designed to look smaller than it is.

Common Mistakes

These errors catch people who are otherwise comfortable with arithmetic.

Dividing the Wrong Way

For (3/4), dividing 4 by 3 instead of 3 by 4 is the most common mistake. Always divide numerator by denominator. The top number goes first.

Forgetting the Whole Number

When converting (2 3/4), it is easy to convert just the fraction and get (0.75) instead of (2.75). Always add the whole number back in.

Rounding Too Early

If you round a repeating decimal mid-calculation and then use that number in further arithmetic, errors compound. Round only the final answer.

Not Simplifying First

Dividing (24/96) directly is harder than it needs to be. Simplify to (1/4) first. Always check if the fraction reduces before dividing.

Losing the Negative Sign

With (-5/8), it is easy to do the division correctly and forget to reattach the minus. The answer is (-0.625), not (0.625).

Practice Problems

Working through problems is the only way to make this feel automatic. Try these before checking the answers.

Beginner

1.    1/5

2.    3/10

3.    1/2

4.    2/8

Intermediate

5.    5/6

6.    7/12

7.    2 and 3/4

8.    11/16

Advanced

9.    17/25

10.  5 and 7/9

11.  -13/40

12.  23/30

Answers

Beginner: 0.2,     0.3, 0.5, 0.25

Intermediate: 0.833…, 0.583…, 2.75, 0.6875

Advanced: 0.68,    5.777…, -0.325, 0.766…

The “…” means the decimal repeats. In formal writing, place a bar over the repeating digit.

Summary

Converting fractions to decimals comes down to one operation: divide the numerator by the denominator. Everything in this guide is built on top of that single rule. Start with the common conversions and get them into memory. Practice long division until it feels comfortable. Use a calculator when the numbers are complex or when speed matters, but make sure you understand what the calculator is doing. The more you work with both formats, the less you will think of them as separate things. They are the same number, written two different ways.

Frequently Asked Questions

How do you convert a fraction to a decimal without a calculator?

Answer: Use long division. Divide the numerator by the denominator, adding a decimal point and zeros as needed. Keep going until the remainder reaches zero (terminating) or you see the same remainder repeat (repeating).

What is 3/4 as a decimal?

Answer: (0.75). Divide 3 by 4. This comes up constantly: 45 minutes is (3/4) of an hour ((0.75) hours), a 75% sale means (3/4) of the original cost, and a (3/4) inch bolt measures (0.75) inches on a ruler.

Can every fraction be converted to a decimal?

Answer: Yes. Every fraction has a decimal equivalent. Some produce repeating decimals that never end, like (1/3 = 0.333…). In practice, round these to as many decimal places as the situation requires.

Why does 1/3 produce a repeating decimal?

Answer: Because our number system is base 10, and (10 = 2 x 5). When a denominator contains any prime factor other than 2 or 5, the division never produces a zero remainder. With (1/3), the remainder is always 1 after each step, so the digit 3 keeps appearing. It is not an error. It is what happens when you try to express thirds in a base-10 system.

How do you convert a mixed number to a decimal?

Answer: Two approaches work equally. First: convert just the fraction to a decimal and add the whole number. For (3 and 2/5): (2/5 = 0.4), then (3 + 0.4 = 3.4). Second: convert to an improper fraction first. (3 and 2/5 = 17/5), then (17 / 5 = 3.4).

How many decimal places should I round to?

Answer: For everyday tasks, two decimal places is enough. For technical work, you may need four to eight. A practical rule: match the precision of the other numbers in your calculation.

Is it better to use fractions or decimals?

Answer: Neither is better across the board. Fractions are more precise for values like (1/3), which cannot be written as a finite decimal. Decimals are easier to compare, add, and subtract, and are the standard for money and digital tools. The right format depends on the situation.