Audited ·Last updated 27 Jul 2026·3 citations·Tier 2·0 uses

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

The top number of the fraction.
The bottom number of the fraction. Cannot be zero.
Percentage
37.50
The fraction expressed as a percentage: (numerator ÷ denominator) × 100.
Decimal value
0.375
Simplified numerator
3
Simplified denominator
8

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.

  1. Enter the numerator (the top number of the fraction).
  2. Enter the denominator (the bottom number of the fraction). It cannot be zero.
  3. Read the percentage — the primary result, rounded for display.
  4. Check the decimal value and the simplified (lowest-terms) fraction for additional context or verification.

The formula.

percentage = (numerator ⁄ denominator) × 100

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.

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.

denominator8
numerator3

Frequently asked questions.

Why do you multiply by 100 to get a percentage?
Percent literally means "per hundred" — a ratio scaled onto a common 100-part reference. A fraction's decimal value already tells you what portion of 1 whole unit the fraction represents; multiplying that decimal by 100 simply rescales it onto the 100-part reference so the number reads naturally as "37.5 parts out of 100" instead of "0.375 parts out of 1." Both numbers describe the exact same quantity — they differ only in which whole (1 or 100) the ratio is expressed against.
What is a repeating decimal's percentage, like 1/3?
1/3 as a decimal is 0.333…, repeating the digit 3 forever, so as a percentage it is 33.333…%, repeating in exactly the same way. This calculator rounds the repeating percentage to 10 decimal places for display (33.3333333333%), which is far more precision than any practical use requires — most contexts round further, to one or two decimal places (33.3%) or even to the nearest whole percent (33%). The important fact is that the true value never actually terminates; any displayed percentage for a repeating fraction is necessarily a rounded approximation of an infinite decimal, even though the calculator computes it as precisely as floating-point-free arithmetic allows before rounding.
Can a fraction convert to a percentage over 100%?
Yes. Any fraction whose numerator's magnitude exceeds its denominator's magnitude (an improper fraction) converts to a percentage greater than 100%. For example, 5/4 converts to 125%, meaning the quantity described is 1.25 times, or 125% of, whatever quantity the denominator represents as "the whole." This is common in contexts like year-over-year growth (revenue this year is 5/4 of last year's, i.e. 125% of it, a 25% increase) or recipe scaling (making 3/2 of a recipe is making 150% of the original batch).
Does a negative fraction give a negative percentage?
Yes. If either the numerator or the denominator (but not both) is negative, the resulting percentage is negative, reflecting a decrease, deficit, or opposite-direction quantity. For example, -1/4 converts to -25%, which might represent a 25% decline in a metric, a 25% loss on an investment, or any other context where the sign of the fraction carries meaning. If both the numerator and denominator are negative, they cancel and the percentage is positive, exactly as ordinary fraction arithmetic would predict.
How is this different from the fraction-to-decimal and decimal-to-fraction calculators?
The three calculators form a complete round trip among fractions, decimals, and percentages. This calculator (fraction to percent) starts with a numerator and denominator and produces a percentage plus the equivalent decimal. Quanta's fraction-to-decimal calculator performs the same division but goes further, honestly classifying the result as terminating or repeating and reporting the exact repetend length. Quanta's decimal-to-fraction calculator runs the whole process in reverse, starting from a decimal — including a marked repeating block — and recovering the exact original fraction in lowest terms. Together, the three tools let you convert exactly and losslessly among all three representations of the same rational number.
Why does the calculator show the simplified fraction alongside the percentage?
Reducing the fraction to lowest terms serves as a useful sanity check and a more communicable result. An unreduced fraction like 18/20 and its reduced form 9/10 represent exactly the same value and must produce the exact same percentage (90%); showing the simplified fraction lets you confirm that visually. It is also often the more natural form to report — "9 out of 10" reads more clearly than "18 out of 20" even though both are mathematically identical, and many real-world fractions (survey results, test scores, batch yields) arrive unreduced from their original source data.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 313 calculators remain free
  • No billing is enabled
Coming soon