How to Convert a Percent to a Fraction (and Back Again)
A plain-English guide to converting a percent to a fraction: put it over 100 and simplify, clear decimal percents, handle repeating ones, and read the triangle.
How to Convert a Percent to a Fraction (and Back Again)
Most people learn percent to fraction conversion as a rule to memorize and then forget the reason behind it. The reason is short and it never changes: a percent is parts per hundred. The word itself says so. "Per cent" is Latin for "by the hundred," so 25% literally means twenty-five out of a hundred. Once that clicks, the whole conversion is two steps you can do on the back of a receipt: put the number over 100, then simplify.
This guide walks through those two steps, then handles the cases that trip people up: decimal percents like 12.5%, repeating values like 1/3, and percents above 100. By the end you should be able to do the clean ones in your head and reach for the percent to fraction converter only when the arithmetic gets ugly.
A Percent Is Parts Per Hundred
Here is the one concrete idea everything else hangs on: a percent is a fraction with a hidden denominator of 100. When you write 25%, you are really writing 25/100 in shorthand. The percent sign is doing the job of "/100" so you do not have to.
That means the first half of any conversion is free. You do not calculate anything. You just write the percent over 100:
- 25% → 25/100
- 40% → 40/100
- 60% → 60/100
The only real work is the second half: reducing that fraction to its simplest form. To reduce, you divide the top and bottom by their greatest common divisor, the largest number that goes evenly into both. For 25/100, the greatest common divisor of 25 and 100 is 25, so dividing both by 25 gives you 1/4. For 40/100, the GCD is 20, which gives 2/5. For 60/100, the GCD is 20 again, giving 3/5.
If finding that common factor by hand feels like guesswork, it is not — there is a mechanical way to get it, and a GCD and LCM calculator will hand you the exact divisor for any pair of numbers so the reduction never stalls.
A Worked Example: 75% Becomes 3/4
Let me run the full procedure on a number that shows up everywhere.
Start with 75%. Write it over 100: that gives 75/100. Now find the greatest common divisor of 75 and 100. Both are divisible by 25, and 25 is the largest number that divides both, so 25 is the GCD. Divide top and bottom by 25:
- 75 ÷ 25 = 3
- 100 ÷ 25 = 4
So 75% = 75/100 = 3/4. Three steps, no calculator.
I do this constantly when I am cooking from a recipe scaled in percentages. The first time I saw "75% hydration" on a bread formula I froze, then remembered it is just 3/4 — three parts water to four parts flour by weight. The fraction made the ratio something I could feel on a scale instead of a decimal I had to trust. That is the quiet payoff of the conversion: a fraction is often easier to reason about than the percent it came from.
Decimal Percents: Clear the Decimal First
The procedure cracks the moment a decimal shows up. Take 12.5%. Following the rule blindly gives you 12.5/100, but that is not a real fraction — a fraction cannot have a decimal point in it. The fix is to clear the decimal before you reduce.
A decimal in the numerator means you multiply the numerator and the denominator by the same power of ten to push it out. 12.5 has one digit after the point, so multiply top and bottom by 10:
- 12.5/100 × (10/10) = 125/1000
Now you have two whole numbers, and you can reduce normally. The greatest common divisor of 125 and 1000 is 125, so:
- 125 ÷ 125 = 1
- 1000 ÷ 125 = 8
So 12.5% = 1/8, exactly. No rounding, no approximation. The same move handles the small ones: 0.5% is 0.5/100, multiply by 10/10 to get 5/1000, reduce by 5 to land on 1/200.
The trap here is doing the multiplication in floating point. Hand-typed decimals drift, and 0.5% can quietly round to zero if you let a calculator chew on it. The converter does this step with integer math instead, so a decimal percent always lands on a clean, exact fraction. If you started from a decimal rather than a percent, the decimal to fraction converter runs the same clear-and-reduce logic directly on 0.125 or 0.375.
Percents Over 100 and the Repeating Ones
Two cases feel wrong until you see why they are fine.
The first is a percent above 100, like 150%. A percent over 100 is a value greater than one whole, so its fraction has to be larger than one — an improper fraction. 150% is 150/100, which reduces to 3/2. That looks odd next to all the under-one answers, so read it as the mixed number 1 1/2 and it settles: one and a half. Push it further and 200% reduces all the way to 2, a plain whole number, which is exactly right because 200% is two wholes.
The second case is a value that does not divide evenly the other direction, like 1/3. Convert 1/3 to a percent and you get 33.333…%, with the threes running forever. There is no exact percent for it; any figure you write down, like 33.3333%, is rounded. The honest move is to keep it as the fraction 1/3 when you need precision, and treat the percent as an approximation. A good converter flags these non-terminating results so you are never fooled into thinking 33.3% is exact.
The Percent, Fraction, Decimal Triangle
The deepest reason all of this works is that a percent, a fraction, and a decimal are three names for the same number. 25%, 1/4, and 0.25 are not three values that happen to be equal — they are one value written three ways. Picture them as the corners of a triangle, with a one-step trip along each edge:
- Percent to fraction: put it over 100, then simplify (25% → 25/100 → 1/4).
- Fraction to percent: multiply by 100 (3/4 → 75%).
- Fraction or percent to decimal: divide the fraction, or move the percent's point two places left (25% → 0.25).
Going the other way around the triangle is just as mechanical. To turn a fraction back into a percent, multiply by 100: 3/4 × 100 = 75%, and 1/8 × 100 = 12.5%. A quick mental shortcut is to rewrite the fraction with a denominator of 100 when you can — 1/4 is 25/100, which reads straight off as 25%.
Seeing all three corners at once is what makes the equivalence stop being abstract. When you type a percent into the converter and watch the fraction and the decimal appear beside it, the triangle becomes something you can point at. If you need to push the percent through other operations after the conversion — adding a discount, finding a part of a whole — the percentage calculator picks up where this leaves off.
Putting It Together
The whole skill comes down to a handful of moves. A percent is parts per hundred, so put it over 100 and simplify. If there is a decimal, multiply top and bottom by a power of ten to clear it before you reduce. A percent over 100 is an honest improper fraction; read it as a mixed number if the size feels off. And a repeating result like 1/3 has no exact percent, so keep the fraction when precision matters.
Do the clean ones by hand — 75% is 3/4, 50% is 1/2, 20% is 1/5 — and let a tool carry the awkward ones. Type any value into the percent to fraction converter and it does the divide-by-100, finds the greatest common divisor, and shows the reduced fraction next to its decimal in one shot, all in your browser with nothing uploaded.
Made by Toolora · Updated 2026-06-13