Percent to Fraction Calculator
Convert any percent to a simplified fraction with a five-step working — including decimal percents like 12.5% and improper percents like 150%.
How to use this calculator
Type a percent value into the input — no % sign needed; the calculator handles whole numbers (23), decimals (12.5), and percents greater than 100 (150). Negative values like -25 work too.
The result shows the simplified fraction at the top, with the step-by-step breakdown underneath so you can follow each operation. If the answer is improper ( 100%), it also shows the mixed-number form.
How to convert a percent to a fraction — the formula
Every percent-to-fraction conversion follows the same five-step recipe:
- Write the percent over 100.
23% = 23/100. By definition, that's what "percent" means. - Move the decimal point two places left to get the decimal form.
23/100 = 0.23. (This step is mostly for understanding — the math works without it.) - Multiply numerator and denominator by where n = the number of decimal places. This clears any decimal in the numerator.
0.23 × 100/100 = 23/100. - Reduce by the GCD (greatest common divisor) to put the fraction in lowest terms.
- Convert to a mixed number if the simplified fraction is improper (numerator denominator > 1).
For whole-number percents (like 23%, 75%, 150%) the decimal step is trivial — the fraction percent/100 is already integer-over-integer, so you skip straight to step 4 (reduce by GCD).
For decimal percents (like 12.5%, 0.5%, 0.07%) the multiply-by- step is what makes the math exact. Don't divide using a calculator and convert the decimal — floating-point rounding will make 0.07/100 × 10000 come out as 7.000000000000001, not 7. This calculator uses big-integer arithmetic so the result is always exact.
n digits after the decimal point, the simplified fraction will have a denominator that's a divisor of . So 0.07% (two decimal places) gives a denominator that divides 10,000 — and the answer turns out to be .Worked examples
Example 1 — 75%
75% = 75/100 = 0.75= 0.75/1= 0.75/1 × 100/100 = 75/100- .
75/100 ÷ 25 = 3/4 3/4is proper. Answer:
Example 2 — 12.5%
12.5% = 12.5/100 = 0.125= 0.125/1= 0.125/1 × 1000/1000 = 125/1000- .
125/1000 ÷ 125 = 1/8 1/8is proper. Answer:
Example 3 — 150%
150% = 150/100 = 1.5= 1.5/1= 1.5/1 × 10/10 = 15/10- .
15/10 ÷ 5 = 3/2 3/2is improper. As a mixed number:3 ÷ 2 = 1remainder1→ . Answer:
Example 4 — 0.5%
0.5% = 0.5/100 = 0.005= 0.005/1= 0.005/1 × 1000/1000 = 5/1000- .
5/1000 ÷ 5 = 1/200 1/200is proper. Answer:
Common percents reference
| Percent | Fraction | Mixed (if improper) |
|---|---|---|
| 1% | — | |
| 5% | — | |
| 10% | — | |
| 12.5% | — | |
| 20% | — | |
| 25% | — | |
| 33.33% | — | |
| 37.5% | — | |
| 50% | — | |
| 62.5% | — | |
| 66.67% | — | |
| 75% | — | |
| 87.5% | — | |
| 100% | 1 | — |
| 125% | ||
| 150% | ||
| 200% | 2 | — |
| 250% | ||
| 300% | 3 | — |
Precision note
This calculator treats your input as typed. Type 33.33% and you get 3333/10000, not 1/3 — because 33.33% is not exactly one-third. If you want the exact , type the repeating-decimal value, or use the fraction-to-percent calculator in reverse to see that .
The underlying arithmetic uses arbitrary-precision integers (BigInt), so there is no precision loss — 0.07% → 7/10000 is exact, not a rounded approximation. The same code handles 1e-9% (one billionth of a percent) just as cleanly.
Frequently asked questions
- How do you convert a percent to a fraction?
- Five steps: write the percent over 100, drop the % sign, multiply numerator and denominator by 10 for each decimal place in the percent so the numerator is a whole number, reduce by the GCD, then convert to a mixed number if the result is improper. 75% becomes , which reduces to .
- What is 12.5% as a fraction?
- 12.5% = . Walk through it: . Multiply top and bottom by 1000 to clear the decimal: . Divide both by 125 (the GCD): . So 12.5% and are exactly equal.
- What is 75% as a fraction in simplest form?
- 75% = . Start with . The greatest common divisor of 75 and 100 is 25, so divide both by 25: , . The simplified fraction is .
- How do you convert a percent greater than 100% to a fraction?
- Use the same steps — 150% becomes after reducing by 50. Because is an improper fraction (numerator larger than denominator), you can also write it as the mixed number . Both forms are exactly the same value.
- What is 33.33% as a fraction? Is it 1/3?
- 33.33% is not exactly — this calculator treats the input as written. 33.33% = (already in lowest terms). To get you'd need the exact repeating decimal 33.333…%. Choose your input precision based on whether you mean the literal typed value or the conceptual fraction.
- What is 0.5% as a fraction?
- 0.5% = . Steps: . Multiply top and bottom by 1000 to clear decimals: . , so divide both: . Note how small percents create large denominators.
- Why divide by 100 to convert a percent to a fraction?
- Percent literally means "per hundred" — Latin per centum. So 23% is shorthand for 23 per 100, or . Every percent-to-fraction conversion starts from that definition. The rest is just simplifying.
- Can a negative percent be converted to a fraction?
- Yes — the sign carries straight through. becomes . The minus sign attaches to the numerator (or to the whole number if the result is a mixed number), never to the denominator.