Convert Decimal to Percent

Enter any decimal value

Formula

Decimal to percent = decimal × 100. Move the decimal point two places to the right and append the % symbol. Example: 0.75 × 100 = 75%.

Key takeaways

  • To convert a decimal to a percent, multiply by 100 - this moves the decimal point two places to the right (e.g. 0.75 becomes 75%).
  • Decimals greater than 1 are valid inputs and give percentages above 100% - 1.07 = 107%, representing a value 7% above a whole.
  • To reverse the conversion, divide the percentage by 100 (move the decimal two places left): 75% becomes 0.75.
  • A decimal and its equivalent percentage are the same value - only the notation differs. 0.75 and 75% are mathematically identical.

How to use decimal to percentage calculator

Enter any decimal value. The percentage appears instantly along with a one-step breakdown. The calculator works for any real number: positive, negative, less than 1, or greater than 1.

Explained to a beginner

"Percent" is Latin for "per hundred." A decimal like 0.75 already holds the full value - it means 75 out of 100. Multiplying by 100 shifts the number into a form that explicitly says "per hundred," which is what the % symbol means. The multiplication does not change the underlying value; it only changes how that value is written.

Think of a test score: 18 correct answers out of 24 questions gives 18 / 24 = 0.75. Multiply by 100 and you get 75%. The 0.75 and 75% describe the exact same result - the "per hundred" format is just the convention humans settled on because whole numbers are easier to reason about than fractions of one.

Decimal to percent formula

A percentage is a decimal scaled to a "per hundred" basis. The conversion is a single multiplication:

$$\% = \text{Decimal} \times 100$$

The operation moves the decimal point two places to the right: 0.75 becomes 75, and 0.03 becomes 3. The "%" symbol is then appended to indicate that the value is expressed per hundred.

The reverse is equally simple: divide by 100 (or move the decimal point two places to the left) to convert a percentage back to a decimal.

Worked examples for converting decimals to percents

Example 1: standard decimal - 0.75

$$0.75 \times 100 = 75\%$$

0.75 is equal to 75%.

Example 2: repeating decimal - 1/3

The decimal 0.333… (one-third) converts to a repeating percentage:

$$0.333\ldots \times 100 = 33.333\ldots\%$$

0.333… is equal to 33.333…% - a non-terminating repeating percentage.

Example 3: decimal greater than 1

Any decimal above 1 gives a percentage above 100%:

$$1.5 \times 100 = 150\%$$

1.5 is equal to 150% - representing a value 50% more than a whole.

Decimal to percent reference table

DecimalPercentageCommon meaning
0.0010.1%One tenth of one percent
0.011%One percent
0.055%One twentieth
0.110%One tenth
0.12512.5%One eighth
0.220%One fifth
0.2525%One quarter
0.333…33.333…%One third
0.550%One half
0.666…66.666…%Two thirds
0.7575%Three quarters
1.0100%One whole
1.5150%One and a half
2.0200%Double

When I audit financial models, the decimal-percent boundary is where compounding errors most often hide.

A common pattern: a growth rate is stored as 0.05 in a lookup table (decimal form), but a formula elsewhere multiplies it by another rate also in decimal form - so 0.05 x 0.10 = 0.005 instead of the intended 0.5%. The result is 100 times too small and is nearly impossible to spot by visual inspection alone.

Reverse: percent to decimal

To convert a percentage back to a decimal, divide by 100:

$$\text{Decimal} = \frac{\%}{100}$$

Example: 37.5% as a decimal:

$$\frac{37.5}{100} = 0.375$$

Equivalently, move the decimal point two places to the left: 37.5 → 0.375.

Common mistakes when calculating decimal as percentage

Confusing the decimal with the percentage

Writing 0.75% instead of 75% is a 100× error. 0.75% means "75 hundredths of one percent" - a very small quantity. This mistake is common when copying values from spreadsheets where cells may be formatted as percentages (showing 75%) but storing the decimal (0.75).

Not moving the decimal point far enough

Multiplying by 10 instead of 100 is a common slip. The conversion always requires two decimal places of movement: 0.45 × 100 = 45%, not 4.5%.

Forgetting that values above 1 are valid

Decimals greater than 1 are legitimate inputs. 1.07 = 107%, which might represent a 7% growth factor, a tax-inclusive price multiplier, or any quantity that exceeds a reference value by 7%.

When I work through the "values above 1 are valid" concept, the example that lands best is a price multiplier. A 7% price increase means the new price is 1.07 times the original - so 1.07 expressed as a percentage is 107%.

Once the "multiplier as percentage" framing clicks, decimals greater than 1 stop feeling like edge cases and start feeling like the natural form for growth rates, scaling factors, and currency conversions.

Frequently asked questions about decimal to percent

How do you convert a decimal to a percentage?

Multiply by 100 (or move the decimal point two places to the right). Example: 0.75 × 100 = 75%.

What is 0.5 as a percentage?

50%. Calculation: 0.5 × 100 = 50%.

What is 0.25 as a percentage?

25%. Calculation: 0.25 × 100 = 25%.

Can a decimal give a percentage greater than 100%?

Yes. Any decimal above 1 converts to a percentage above 100%. For example, 1.5 × 100 = 150%.

How do you convert a percentage back to a decimal?

Divide by 100 (or move the decimal point two places to the left). Example: 37.5% ÷ 100 = 0.375.

What is the difference between a decimal and a percentage?

They represent the same value in different forms. A percentage is a decimal multiplied by 100, expressing the quantity per hundred. 0.75 and 75% are identical - just written differently.

Test your knowledge

Quiz: how well do you know decimal to percent?

5 questions · ~2 min

1. "Percent" comes from Latin. What does it literally mean?

"Percent" comes from the Latin "per centum," meaning "per hundred." This is why multiplying a decimal by 100 converts it to its percentage form.

2. A student scores 18 correct answers out of 24 questions. What is their score as a percentage?

18 / 24 = 0.75, then 0.75 x 100 = 75%. This is the test-score example from the beginner explanation on the page.

3. What is the correct calculation to convert 37.5% back to a decimal?

Dividing by 100 moves the decimal point two places to the left. The page gives this exact example: 37.5% / 100 = 0.375.

4. According to the reference table on this page, what is 0.125 as a percentage?

0.125 x 100 = 12.5%. The reference table confirms this - 0.125 represents one eighth, which equals 12.5%.

5. A student multiplies 0.45 by 10 instead of 100. What incorrect percentage do they get?

Multiplying by 10 moves the decimal only one place, giving 4.5% instead of 45%. The conversion always requires multiplying by 100 - two decimal places of movement.