Decimal to Percent Calculator
Convert a decimal to a percentage, or a percentage back to a decimal, with a quick reference for the values that come up most often in real life.
One decimal per line. Converts the whole list to percentages at once.
All calculations run in your browser. Nothing is sent to a server.
Converting between decimals and percentages is one of the simplest conversions in maths, just move the decimal point two places, but doing that one value at a time gets tedious with a spreadsheet column or dataset full of them. This tool also converts a whole list at once, which is exactly the situation most single-value converters don't account for.
Related Calculators
How It Works
Decimal = Percent ÷ 100
0.375 as a percentage: 0.375 × 100 = 37.5%. Going the other direction, 37.5% as a decimal: 37.5 ÷ 100 = 0.375.
Quick Reference: Common Values
| Decimal | Percent | Fraction |
|---|---|---|
| 0.25 | 25% | 1/4 |
| 0.5 | 50% | 1/2 |
| 0.75 | 75% | 3/4 |
| 0.1 | 10% | 1/10 |
| 0.333... | 33.3% | 1/3 |
For the fraction equivalents of values not on this list, the Decimal to Fraction Calculator handles any decimal directly.
Converting a Whole Column at Once
Cleaning up a spreadsheet column, a dataset exported from another tool, or a batch of survey results stored as decimals is slow one value at a time, and copy-paste errors creep in easily when switching back and forth between a calculator and a document. The batch mode above takes a full list, one decimal per line, and returns every converted percentage in a single table, so the whole column can be checked or copied at once instead of piecemeal.
Why We Use Percent at All
Percent literally means "per hundred," and the format exists because comparing fractions with different denominators is harder than comparing numbers already scaled to the same base of 100. Saying a class scored "85%" is immediately comparable to another class's "78%" without anyone needing to know the original number of questions on either test. The decimal form carries the same information but loses that built-in common scale, which is exactly why percentages, not decimals, dominate everyday communication even though decimals are usually easier for a computer to calculate with directly.
Where This Comes Up
Test Scores and Grading
A grading spreadsheet often stores scores as decimals (0.85) while a report card displays them as percentages (85%). Converting between the two formats correctly matters when manually checking or entering grades.
Interest Rates and Finance
Interest rates are almost always communicated as percentages (a 4.5% APR) but need to be converted to decimal form (0.045) before being used in most financial formulas, including compound interest calculations.
Statistics and Probability
Probabilities are typically calculated and expressed as decimals between 0 and 1, then converted to percentages for a general audience. A 0.02 probability described as "2%" is easier for most readers to interpret at a glance than the decimal form.
Discounts, Growth Rates, and Everyday Reporting
News reports, sale signs, and growth figures are almost always shown as percentages rather than decimals, since percentages read more naturally in everyday language. Behind the scenes, though, spreadsheets and financial models typically store and calculate with the decimal form, converting to a percentage only for display, which is why this conversion happens constantly without most people noticing.
Common Mistakes
Frequently Asked Questions
How do I convert a decimal to a percentage?
Multiply the decimal by 100 and add a percent sign. 0.375 becomes 37.5%.
How do I convert a percentage to a decimal?
Divide the percentage by 100 and drop the percent sign. 37.5% becomes 0.375.
Is 0.5% the same as 0.5?
No. 0.5 as a decimal is 50%. 0.5% as a decimal is 0.005. The percent sign changes the value significantly, and mixing these up is a common source of calculation errors.
Why do spreadsheets sometimes show unexpected results when I type in a percentage?
Many spreadsheet programs automatically store a typed percentage as its decimal equivalent behind the scenes, so a formula referencing that cell is working with the decimal form even though the display shows a percent sign. Checking which form a formula actually expects avoids results that are off by a factor of 100.
Can I convert a whole list of decimals to percentages at once?
Yes. Use the "Batch Convert" mode above, enter one decimal per line, and every value converts to its percentage in a single table.