Percent to Decimal Calculator

Instantly convert any percentage into a mathematical decimal and a simplified fraction.

Convert to Decimal

%

Conversion Results

Decimal Result
0
Equivalent Fraction
0/0
Original Percentage
0%

What is a Percent to Decimal Conversion?

Converting a percentage to a decimal is the process of translating a "per 100" ratio back into a standard base-1 mathematical number. Because computers, spreadsheets, and complex algebra equations cannot directly process numbers with a "%" symbol, you must convert them to decimals first.

If you are calculating compounding interest (for which you can use our CAGR Calculator), estimating tax rates, or writing formulas in Excel or programming languages, knowing how to instantly turn a percentage into a pure decimal is a mandatory skill.

How to Convert a Percentage to a Decimal

Formula: Percentage ÷ 100 = Decimal

Because "percent" literally translates to "per 100", all you need to do to find the decimal equivalent is divide your percentage by 100 and remove the percent sign.

The Mental Shortcut: You don't need a calculator for this. Simply drop the percent sign and move the decimal point exactly two places to the left.

Step-by-Step Example: Convert 75.5% to a decimal:
1. Drop the % sign: 75.5
2. Move decimal one place left: 7.55
3. Move decimal two places left: 0.755

Handling Single Digits (Like 5%)

When you have a single-digit percentage (like 5% or 9%), moving the decimal two places to the left requires you to add a placeholder zero.

Moving the decimal once makes it .5. Moving it a second time means you must insert a zero, making it .05 (or 0.05). A common mistake is writing 5% as 0.5, which is actually 50%. This exact decimal conversion is the critical first step whenever you need to multiply two percentages together, like when using our Percentage of a Percentage Calculator.

Why Math Formulas Require Decimals (Not Percentages)

Have you ever wondered why you can't just type "20%" into a complex algebraic equation or a line of computer code? It comes down to how machines and standard mathematics interpret values.

🧮 Pure Mathematics

The "%" symbol is essentially a formatting choice for humans. In pure mathematics, a number must be in its base-1 decimal form to be multiplied, divided, or compounded correctly. 20% is mathematically meaningless until it is converted to its true value: 0.20.

💻 Programming & Excel

Computer processors calculate using binary and floating-point decimals. If you are writing a formula in Excel, Python, or JavaScript to calculate a sales tax or discount, you must input the rate as a decimal (e.g., price * 0.08 instead of price * 8%).

The Takeaway: Percentages are for displaying information to humans. Decimals are for calculating information with math.

Common Percent to Decimal Conversions

Memorizing these quick equivalents speeds up your math.

1%

1 ÷ 100 = 0.01

5%

5 ÷ 100 = 0.05

10%

10 ÷ 100 = 0.10

12.5%

12.5 ÷ 100 = 0.125

25%

25 ÷ 100 = 0.25

33.3%

33.3 ÷ 100 = 0.333

50%

50 ÷ 100 = 0.50

66.6%

66.6 ÷ 100 = 0.666

75%

75 ÷ 100 = 0.75

100%

100 ÷ 100 = 1.00

150%

150 ÷ 100 = 1.50

200%

200 ÷ 100 = 2.00

Frequently Asked Questions

1. How do you convert a percentage to a decimal?

To convert a percentage to a decimal, simply divide the percentage by 100. Alternatively, you can use the mental shortcut: drop the percent sign and move the decimal point two places to the left.

2. What is 5% as a decimal?

5% as a decimal is 0.05. When you move the decimal point two places to the left from 5.0, you must add a placeholder zero to bridge the gap.

3. Can a decimal be greater than 1?

Yes. Because the number 1.0 represents a full 100%, any percentage greater than 100% will result in a decimal larger than 1. For example, 150% converts to the decimal 1.50.

4. What is a fraction equivalent?

Because decimals and percentages are both just ways of writing fractions, our calculator also finds the lowest common fraction for you automatically. For example, converting 25% gives you 0.25 as a decimal and 1/4 as a fraction.