Fraction to Percent Calculator
Convert any fraction to a percentage instantly. Enter a numerator and denominator to get the exact percent, decimal, and simplified fraction.
Fraction to Percent Calculator
Background.
A fraction to percent calculator converts a numerator and denominator directly into a percentage — the everyday way most people actually want to see a fraction expressed. Percent means "per hundred," a ratio scaled so the whole is exactly 100 parts, which is why 3/8 becomes the far more intuitive 37.5% once you multiply the fraction's decimal value by 100. Grades, discounts, tax rates, survey results, batting averages, and loan interest are almost never communicated as raw fractions in everyday life; they are communicated as percentages, because a shared scale of 100 makes comparison effortless. Nobody instinctively knows whether 17/23 is a better score than 21/29 just by looking at the fractions, but everybody instantly understands that 73.9% beats 72.4%.
The conversion itself is simple arithmetic — divide the numerator by the denominator, then multiply by 100 — but getting it right consistently matters more than it first appears, especially once repeating decimals enter the picture. A fraction like 1/3 does not have a percentage that terminates any more than its decimal form does: 1/3 is exactly 33.333…%, repeating forever, just as 0.333… repeats forever as a decimal. Rounding is unavoidable for display, but this calculator rounds only once, at the very last step, using exact base-10 arithmetic rather than compounding floating-point error across multiple derived numbers — so the percentage you see is the closest possible representation of the true, exact value, not an approximation stacked on top of another approximation.
This calculator also reduces the input fraction to lowest terms before reporting it, which matters for two reasons. First, an unreduced fraction like 18/20 and its reduced form 9/10 must produce the exact same percentage (90%) — verifying that they do is a useful sanity check on the arithmetic. Second, many people entering a fraction from a real-world source, such as a graded test (18 correct out of 20 questions) or a batch yield (144 good units out of 192 produced), want to see the simplified ratio alongside the percentage, because the reduced fraction is often easier to communicate or compare against a rubric or specification. This calculator supplies both without requiring a second lookup.
Fraction-to-percent conversions show up constantly across everyday contexts once you start noticing them. A teacher grading 18 out of 20 correct answers wants the percentage for a report card. A retailer marking down 1/4 of the original price wants to know that is a 25% discount. A student calculating that they answered 7 out of 9 quiz questions correctly wants the percent grade, which turns out to be a repeating decimal (77.777…%) that most grading systems round to one or two decimal places. A home baker scaling a recipe by 2/3 wants to describe that adjustment as "about 66.7% of the original batch" when explaining the change to someone else. In every one of these cases, the underlying math is identical — divide, then multiply by 100 — but doing it by hand invites small arithmetic slips, particularly with repeating decimals, that this calculator eliminates entirely.
This calculator is the third leg of a three-tool cluster on Quanta covering every direction of conversion among fractions, decimals, and percentages. Its sibling tools, decimal-to-fraction and fraction-to-decimal, handle the other two conversion directions with the same exactness: decimal-to-fraction recovers an exact fraction from a decimal (including a marked repeating block), and fraction-to-decimal reports not just the decimal value but whether it terminates or repeats and how long the repeating block is. Used together, the three calculators let you move freely and exactly between all three ways of expressing the same rational number.
What is fraction to percent calculator?
A percent is a ratio expressed as a fraction of 100 — the word itself comes from the Latin "per centum," meaning "by the hundred." Converting a fraction to a percent means re-expressing the same value on that common hundred-part scale: divide the numerator by the denominator to get the fraction's decimal value, then multiply by 100 and attach a percent sign. The fraction 3/8, for example, has a decimal value of 0.375; multiplying by 100 gives 37.5%. Fractions, decimals, and percentages are three different notations for exactly the same underlying rational numbers, and converting among them never changes the quantity being described — only how it is written. A fraction greater than 1, such as 5/4, produces a percentage greater than 100% (125%), which is entirely valid and simply means the quantity exceeds the whole being compared against. A negative fraction produces a negative percentage. When a fraction's decimal expansion repeats forever — which happens whenever the fraction, in lowest terms, has a denominator with a prime factor other than 2 or 5 — its percentage form also repeats forever and must be rounded for practical display, exactly as the decimal form does.
How to use this calculator.
- Enter the numerator (the top number of the fraction).
- Enter the denominator (the bottom number of the fraction). It cannot be zero.
- Read the percentage — the primary result, rounded for display.
- Check the decimal value and the simplified (lowest-terms) fraction for additional context or verification.
The formula.
The conversion happens in two steps. First, the fraction is reduced to lowest terms using the Euclidean algorithm: divide both the numerator and denominator by their greatest common divisor, so 18/20 becomes 9/10 and 6/8 becomes 3/4. Reduction does not change the fraction's value — 18/20 and 9/10 are the same number — so this step exists purely to present a cleaner, more recognizable fraction alongside the percentage, and as an internal consistency check that the same percentage results regardless of how the original fraction was entered.
Second, the reduced fraction is divided to obtain its decimal value, and that decimal value is multiplied by 100 to obtain the percentage. Both operations are performed using exact base-10 (Decimal) arithmetic rather than ordinary binary floating-point arithmetic, and the result is rounded only once, at the final step, to 10 decimal places. This matters most for fractions with repeating decimal expansions: 1/3 becomes 0.3333333333 as a decimal and 33.3333333333% as a percentage, both rounded consistently from the same underlying exact value rather than computed independently and potentially disagreeing in their last digit. For fractions whose decimal terminates cleanly — such as 3/8 = 0.375 — the percentage is exact with no rounding involved at all: 37.5% precisely.
A worked example.
Consider the fraction 3/8. It is already in lowest terms, since 3 and 8 share no common factor greater than 1, so the simplified numerator and denominator match the entered values exactly. Dividing 3 by 8 gives a decimal value of 0.375 exactly — this fraction terminates because its denominator, 8, is a pure power of 2 (2³), one of the only two prime factors (2 and 5) that allow a fraction to terminate in base 10. Multiplying 0.375 by 100 gives the percentage: 37.5%. Because the underlying decimal terminates rather than repeats, there is no rounding involved anywhere in this conversion — 37.5% is the exact, precise percentage equivalent of 3/8, not an approximation. A student who scored 3 out of 8 points on a short quiz would report exactly 37.5% on a grade sheet, with no ambiguity about further decimal digits.
Frequently asked questions.
Why do you multiply by 100 to get a percentage?
What is a repeating decimal's percentage, like 1/3?
Can a fraction convert to a percentage over 100%?
Does a negative fraction give a negative percentage?
How is this different from the fraction-to-decimal and decimal-to-fraction calculators?
Why does the calculator show the simplified fraction alongside the percentage?
References& sources.
- [1]OpenStax (2020). Prealgebra 2e. Rice University — peer-reviewed open-access textbook; §6.1 "Understand Percent" defines percent as "a ratio whose denominator is 100" and covers converting fractions to percents.
- [2]Euclid (c. 300 BCE). Elements, Book VII, Proposition 2 — the Euclidean algorithm for the greatest common divisor. English translation: Heath, T.L. (1908), The Thirteen Books of Euclid's Elements, Cambridge University Press.
- [3]NIST Digital Library of Mathematical Functions, §27.1 — Functions of Number Theory: multiplicative order, divisors, and the greatest common divisor.
In this category
Embed
Quanta Pro
Paid features are coming later.
- All 313 calculators remain free
- No billing is enabled