Decimal / Fraction Converter
Common Decimal to Fraction Conversions
The most frequently needed conversions, all fully simplified to lowest terms.
| Decimal | Fraction | Percentage | In Words |
|---|---|---|---|
| 0.1 | 1/10 | 10% | One tenth |
| 0.125 | 1/8 | 12.5% | One eighth |
| 0.2 | 1/5 | 20% | One fifth |
| 0.25 | 1/4 | 25% | One quarter |
| 0.333... | 1/3 | 33.33...% | One third |
| 0.375 | 3/8 | 37.5% | Three eighths |
| 0.4 | 2/5 | 40% | Two fifths |
| 0.5 | 1/2 | 50% | One half |
| 0.6 | 3/5 | 60% | Three fifths |
| 0.625 | 5/8 | 62.5% | Five eighths |
| 0.666... | 2/3 | 66.66...% | Two thirds |
| 0.75 | 3/4 | 75% | Three quarters |
| 0.8 | 4/5 | 80% | Four fifths |
| 0.875 | 7/8 | 87.5% | Seven eighths |
| 0.142857... | 1/7 | 14.28...% | One seventh |
How to Convert a Decimal to a Fraction
Converting a decimal to a fraction is a three-step process that works for any terminating decimal:
- Write the decimal as a fraction over 1: 0.75 = 0.75/1
- Multiply numerator and denominator by 10n (where n = number of decimal places): 0.75 has 2 decimal places, so multiply by 100 → 75/100
- Simplify by dividing both by the GCD: GCD(75, 100) = 25 → 75÷25 / 100÷25 = 3/4
0.625 has 3 decimal places → 625/1000
GCD(625, 1000) = 125
625÷125 / 1000÷125 = 5/8
The Euclidean Algorithm — Finding the GCD
The Greatest Common Divisor (GCD) is found using the Euclidean algorithm — one of the oldest algorithms in mathematics, dating to 300 BCE:
Step 1: 100 ÷ 75 = 1 remainder 25
Step 2: 75 ÷ 25 = 3 remainder 0
When remainder = 0, the previous remainder is the GCD → GCD = 25
The rule is: GCD(a, b) = GCD(b, a mod b), repeated until remainder is 0. The last non-zero remainder is the GCD. Our calculator uses this algorithm automatically.
Converting Recurring Decimals to Fractions
Recurring (repeating) decimals require an algebraic approach:
Let x = 0.333...
10x = 3.333...
10x − x = 3.333... − 0.333... = 3
9x = 3
x = 3/9 = 1/3
The period is 6 digits, so let x = 0.142857...
1,000,000x = 142857.142857...
999,999x = 142857
x = 142857/999999 = 1/7
0.333... = 1/3 | 0.666... = 2/3 | 0.111... = 1/9 | 0.142857... = 1/7 | 0.090909... = 1/11
Mixed Numbers and Improper Fractions
When a decimal is greater than 1, the result may be expressed as a mixed number or an improper fraction:
Mixed Number
1.75 = 1 and 3/4
Write the whole part, then convert the decimal part separately.
Improper Fraction
1.75 = 7/4
Multiply the whole number by the denominator and add the numerator: (1×4)+3=7.
Both forms are correct. Mixed numbers (1¾) are easier to visualise; improper fractions (7/4) are easier to use in calculations.
Why Fractions Matter in Everyday Life
- Cooking and baking: Recipes use ½ cup, ¾ teaspoon, 1¼ litres — understanding these as decimals helps with scaling
- Construction and DIY: Imperial measurements use fractions (1½ inch, 3/8 inch). Converting to decimals simplifies calculator use
- Finance: Interest rates (e.g. 2.5% = 1/40), mortgage rates, and investment returns switch between decimal and fraction forms
- Medicine: Drug dosages are often expressed as fractions of standard doses
- Music: Time signatures use fractions (4/4, 3/4, 6/8) — understanding these as rhythmic divisions
- GCSE and A-level maths: Fraction arithmetic is tested extensively and required for algebra, calculus, and statistics
How to Convert Decimal to Fraction
This converter provides instant, accurate results for your measurement conversions. The UK uses a mix of metric and imperial measurements in daily life, which can make conversions a frequent necessity. Road signs use miles, food is sold in grams and kilograms, and height is often quoted in feet and inches despite the metric system being the official standard.
Understanding the conversion formula helps verify results and perform quick mental calculations when a tool is not available.
Key Information
Common UK conversion factors: 1 inch = 2.54 cm, 1 foot = 30.48 cm, 1 mile = 1.609 km, 1 pound (lb) = 0.4536 kg, 1 stone = 6.35 kg, 1 pint (UK) = 568 ml, 1 gallon (UK) = 4.546 litres, 1 acre = 0.4047 hectares. Temperature conversions use the formula: Celsius = (Fahrenheit - 32) x 5/9.
Example Calculation
To convert 5 feet 10 inches to centimetres: first convert to total inches (5 x 12 + 10 = 70 inches), then multiply by 2.54 to get 177.8 cm. For weight, a person weighing 12 stone 7 lbs is 12.5 stone, which equals 79.4 kg (12.5 x 6.35).
Source: Based on international measurement standards. Last updated March 2026.
Frequently Asked Questions
How do you convert a decimal to a fraction?
How do you convert a recurring decimal to a fraction?
What is the GCD and why does it matter for fractions?
What is a mixed number?
Why do fractions matter in everyday life?
What is an improper fraction?
Related Calculators
Official Sources
Data verified against official UK government sources. Last checked April 2026.