Decimal to Percentage Converter
Convert any decimal to a percentage, or any percentage to a decimal. Instant result, clear explanation.
How It Works
The conversion between decimals and percentages is one of the simplest in all of math. You only ever multiply or divide by 100. That’s the entire formula in both directions.
Percentage to Decimal: Percentage / 100
There’s also a quick mental shortcut: moving the decimal point. To convert a decimal to a percentage, move the decimal point two places to the right. To convert a percentage to a decimal, move it two places to the left. The converter shows this visually for every result.
When People Actually Use This
Probability and statistics
Probability is almost always expressed as a decimal in mathematics and software. A probability of 0.35 means a 35% chance. When you’re reading a data science output, a statistical result, or a risk assessment, you often need to flip between decimals and percentages to communicate clearly to a non-technical audience.
Interest rates and finance
A bank quotes an interest rate of 0.045. What is that as a percentage? 4.5%. Or a loan document shows an interest rate of 6.25% and you need to use it in a formula as a decimal: 0.0625. Finance formulas almost always require the decimal form, while human communication uses the percentage form.
Test scores and grading
A teacher’s grading system gives scores as decimals: 0.82 means 82%. A student wants to know if 0.68 is above or below the 70% passing threshold. These conversions happen constantly in education, and the answer should take zero thought.
Excel and spreadsheet formulas
Excel stores percentages internally as decimals. When you type 75% into a cell and use it in a formula, Excel treats it as 0.75. If you get an unexpected result from a formula, it’s often because you used 75 instead of 0.75, or vice versa. This converter helps you quickly confirm which form you should be using.
Discounts and markup calculations
A 20% discount in a formula needs to be written as 0.20 (or equivalently 0.2). A 1.5 markup factor means a 150% markup. These come up constantly in retail, e-commerce, and business pricing. Getting the decimal right prevents pricing errors that affect real money.
Table of Truth: Common Decimals and Their Percentages
Use this table to quickly verify a conversion without using the calculator.
| Decimal | Percentage | Fraction | Notes |
|---|---|---|---|
| 0.01 | 1% | 1/100 | One percent |
| 0.05 | 5% | 1/20 | Five percent |
| 0.10 | 10% | 1/10 | Ten percent |
| 0.20 | 20% | 1/5 | One-fifth |
| 0.25 | 25% | 1/4 | Quarter |
| 0.333… | 33.33% | 1/3 | Recurring |
| 0.50 | 50% | 1/2 | Half |
| 0.75 | 75% | 3/4 | Three-quarters |
| 1.00 | 100% | 1/1 | Whole |
| 1.50 | 150% | 3/2 | Over 100% |
Common Mistakes People Make
Real-Life Examples
Analyst formatting a dashboard
A data analyst’s model outputs a conversion rate of 0.034. The marketing team wants it displayed as a percentage. 0.034 x 100 = 3.4%. The analyst enters 0.034 and gets 3.4% in under a second. They also confirm that the Excel cell formula using this value should use 0.034, not 3.4, to avoid a 100x error in calculations.
Borrower checking a loan rate
A loan document shows a monthly interest rate of 0.0083 (the decimal form used in amortisation formulas). The borrower wants to understand this as a percentage: 0.83% per month, which is roughly 10% annually. Having the percentage form makes it easier to compare against other loan offers quoted as annual percentage rates.
Student interpreting a probability result
A statistics textbook says the probability of an event is 0.68. The student wants to communicate this to classmates as a percentage: 68%. They enter 0.68 and get 68% instantly, along with the fraction approximation (17/25), which gives three equivalent ways to express the same probability.