Decimal to Percent Calculator
Convert any decimal number to a percentage instantly, with negative numbers and values over 100% supported
By Waqar Mushtaq · Last updated:
This decimal to percent calculator converts any decimal number into its equivalent percentage instantly — no need to move the decimal point by hand. It works with negative decimals and decimals greater than 1 (which produce percentages over 100%), and it shows the same result rounded to a few common precisions side by side, so you can see exactly how much rounding changes the answer before you use it in a report, spreadsheet, or homework problem.
How to convert a decimal to a percent
O(1) calculationMultiplying by 100% is the same as multiplying by 1, so the value itself never changes
Converting a decimal to a percent means multiplying it by 100 and adding a % sign — a shortcut for this is moving the decimal point two places to the right. For example, 0.45 × 100 = 45, so 0.45 = 45%.
This works the same way regardless of the decimal's size or sign:
- Decimals less than 1 give percentages under 100%:
0.07 = 7%. - Decimals greater than 1 give percentages over 100%:
1.2 = 120%. - Negative decimals give negative percentages:
-0.3 = -30%.
This calculator handles decimal input only — for a fraction like 3/4, convert it to a decimal first (3 ÷ 4 = 0.75), or use a dedicated fraction-to-percent tool once one is available on this site. Similarly, converting a percent back into a decimal is the reverse operation (divide by 100) and isn't what this specific tool is built for.
Use Cases
Grading and test scores
Teachers and students converting a raw score expressed as a decimal (e.g. 0.92 correct) into the percentage shown on a report card (92%).
Financial rates and statistics
Interest rates, tax rates, growth rates, and probabilities are frequently stored or computed as decimals (e.g. in a spreadsheet formula) but need to be presented as percentages for a reader.
Checking rounding before you publish a number
The precision comparison table shows the same percentage at several rounding levels at once, so you can pick the right amount of precision for a chart, invoice, or report instead of guessing.
Frequently Asked Questions
How do I convert a decimal to a percent by hand?
Multiply the decimal by 100 and add a % sign — the quick way to do this mentally is to move the decimal point two places to the right. 0.6 becomes 60%, and 0.125 becomes 12.5%.
Can a decimal-to-percent conversion produce a negative percentage or one over 100%?
Yes, both are normal. A negative decimal like -0.15 converts to -15%, and any decimal greater than 1 converts to a percentage over 100% — 2.5 becomes 250%. Neither needs special handling; the same multiply-by-100 formula applies.
How do I convert a fraction to a percent instead?
First convert the fraction to a decimal by dividing the numerator by the denominator, then multiply by 100. For 3/8: 3 ÷ 8 = 0.375, then 0.375 × 100 = 37.5%.
Is this the same as converting a percent back to a decimal?
No — that's the reverse operation (divide by 100 instead of multiplying). This tool is specifically for decimal-to-percent conversion.
Methodology
The formula above is implemented as a standalone module covered by unit tests, so its worked examples are re-checked on every change to the site. It is verified against the authoritative sources listed below.
Maintained by Waqar Mushtaq. Spotted a result that looks wrong? Report it and it becomes a failing test.