India TDS Calculator

Calculate TDS deduction rates for salary, rent, contractor and professional fees.

Ad placeholder (leaderboard)

TDS (Tax Deducted at Source) requires Indian payers to withhold tax on payments such as contractor bills, rent and professional fees, under the relevant section of the Income Tax Act. This free calculator picks the right section, applies its rate and threshold, and handles the no-PAN higher rate.

How it works

Each payment type maps to a section with its own rate and threshold. The tool checks the threshold first, then applies the rate — or the 20% no-PAN rate under section 206AA:

if payment < section threshold  ->  TDS = 0
else if no valid PAN            ->  rate = max(section rate, 20%)
else                           ->  rate = section rate

TDS = payment x rate
net = payment - TDS

Section 194C (contractors) uses 1% for individuals/HUF and 2% for others; 194I (rent) is 2% on plant & machinery and 10% on land/building; 194J (professional fees) is 10% (or 2% for technical services); 194H (commission) is 5%; 194A (interest) is 10%.

Example

You pay ₹1,00,000 in professional fees under section 194J to a consultant who has provided a PAN. The fee exceeds the ₹30,000 threshold, so TDS = 1,00,000 × 10% = ₹10,000, and you pay the consultant ₹90,000. If they had no PAN, the rate would jump to 20% (₹20,000). Everything runs locally; nothing leaves your browser.

Ad placeholder (rectangle)