Percentage to Decimal

Convert a percent to its decimal value. Formula: decimal = percent ÷ 100.

Conversion

(Percent ÷ 100)

Formula

decimal = percent ÷ 100

Frequently Asked Questions

A decimal expresses a fraction in base-10 form. For example, 0.25 is the same as 25%.

Key Terms

Percentage
A ratio out of 100 used to express share, increase, or decrease.
Base value
Reference number against which percentage is calculated.
Percentage point
Absolute difference between two percentages (not the same as percent change).

Benefits of This Calculator

  • Immediate what-if analysis for percentage changes and comparisons.
  • Formula transparency with examples and FAQs on each calculator page.
  • Works directly in browser with no sign-up or data upload required.

Related calculators

Going the other way for spreadsheet and code use

When you copy 18% from a GST website into Excel, Google Sheets or your Python script, you almost always need the decimal form: 0.18. The conversion is divide-by-100. This is the version computers actually use for arithmetic — no spreadsheet does multiplication with the % symbol attached, even if the cell formatting hides that fact.

Common Indian rates as decimals

TDS 10% on FD interest
÷ 100 = 0.10
GST 5% on essentials
÷ 100 = 0.05
GST 28% on luxury / sin goods
÷ 100 = 0.28
PPF 7.1% interest
÷ 100 = 0.071
EPF 8.25% (FY24-25 declared)
÷ 100 = 0.0825