Tax Intelligence: TDS Calculator
Calculate accurate Tax Deductions at Source (TDS) instantly under Indian Income Tax Act rules.
TDS Calculator: Work Out Your Exact Deduction in Seconds
Whether it's a monthly salary credit, a contractor invoice, rent on a leased office, or interest sitting in a fixed deposit, tax gets deducted at source before the money ever reaches your account. This guide walks through exactly how that number is arrived at, so the figure sitting on your payslip or Form 26AS stops feeling like a mystery.
Jump to Common QuestionsWhat's Covered Below
| Section | What It Explains |
|---|---|
| About | What tax deduction at source actually is and why it exists |
| How It Works | The exact sequence a payment goes through before TDS is applied |
| Formula | The plain-language math behind every deduction figure |
| Advanced Features | What this tool checks that a manual spreadsheet usually misses |
| Graph | A visual comparison of deduction rates across common sections |
| Examples | Worked calculations for salary, rent, FD interest, and more |
| FAQs | Direct answers to the questions people search for most |
About the TDS Calculator
Tax Deducted at Source is India's pay-as-you-earn mechanism — instead of waiting for a taxpayer to file a return and settle up, the government collects a slice of tax the moment income changes hands. An employer paying a salary, a company paying a contractor, a bank crediting fixed deposit interest, or a tenant paying rent above a certain threshold — each of these payers is legally required to withhold a percentage and deposit it with the Income Tax Department on the payee's behalf.
The tricky part isn't the concept, it's the details. Different categories of payment sit under different sections of the Income Tax Act, each with its own rate, its own annual exemption threshold, and its own penalty if the recipient hasn't shared a PAN. A tool built around this idea exists to fold all of that into one interaction: pick the nature of the payment, enter the amount, confirm whether a PAN is on file, and get back both the deducted figure and the net amount that actually changes hands. What would otherwise mean cross-referencing a rate chart, a threshold table, and a penalty clause across three separate sources gets compressed into a single form.
It also helps to know who is actually responsible for making this deduction. The obligation sits with the payer, not the payee — an employer, a company hiring a consultant, a landlord's tenant, or a bank crediting interest is the one who must withhold the correct amount and deposit it against the recipient's PAN. The person receiving the payment sees only the net figure, with the deducted portion later showing up as a credit in their Form 26AS, adjustable against their final tax liability when they file their return.
This becomes especially useful heading into a new financial year, when slab structures, rebate limits, and exemption thresholds occasionally shift. Running last year's numbers through an updated tool avoids the quiet math errors that creep in when someone assumes nothing has changed since April.
Regime choice adds another layer worth understanding. The new tax regime has been the default since FY 2023-24, offering lower slab rates and a higher rebate ceiling in exchange for giving up most exemptions and deductions. The older regime still exists as an opt-in alternative for anyone whose deductions — home loan interest, HRA, insurance premiums, and similar claims — add up to more than what the new regime's lower rates and rebate already cover. Salary TDS calculations depend directly on which one an employee declares to their employer, since the two paths can land on noticeably different annual liabilities for the same gross income.
How the TDS Calculator Works
- Select the nature of payment — contractor fees, professional charges, rent, commission, interest, or salary each map to a distinct section of the Act, and the rate is pulled from that mapping automatically.
- Enter the gross amount — the full payment before any deduction, exactly as it would appear on the invoice, rent agreement, or payslip.
- Confirm PAN status — a missing or invalid PAN triggers Section 206AA, which raises the applicable rate to the higher of 20% or the section's standard rate.
- Threshold check runs first — before any percentage is applied, the payment is checked against the statutory exemption limit for that section; fall below it, and no deduction is due at all.
- The deduction is computed — gross amount multiplied by the applicable rate, rounded to the nearest rupee, exactly as it would appear on a deposit challan.
- Net payable is shown alongside it — so there's no separate subtraction step; the amount actually reaching the payee's account is visible immediately.
Salary sits slightly apart from this flow. Under Section 192, there's no single flat percentage — instead, an employer estimates the employee's total annual tax liability based on the chosen regime, applicable slabs, and any declared deductions, then divides that liability across the remaining months of the financial year. A calculator built for salary mirrors that same estimate-and-spread logic rather than applying one fixed rate.
There's a reason this two-step check — threshold first, rate second — matters more than it might seem. A freelancer invoicing ₹28,000 for a single project falls under the ₹30,000 threshold for professional fees, so nothing gets withheld at all, even though the same freelancer crossing ₹32,000 the following month would suddenly see 10% deducted on that second invoice. Treating every payment as a flat percentage, without checking it against the threshold first, is one of the most common manual errors in TDS record-keeping — and it's exactly the kind of mistake a rule-based calculator is designed to prevent.
The same logic extends across a financial year rather than resetting with every single transaction for most sections. Multiple smaller payments to the same contractor or professional over several months are meant to be tracked cumulatively; once the combined total for the year crosses the threshold, TDS becomes due on the payment that tips it over, and on everything paid afterward — even if any individual invoice on its own would have stayed under the limit.
The TDS Calculator Formula
For flat-rate sections — contractor payments, rent, commission, professional fees, interest — the underlying arithmetic is short:
else:
rate = pan_available ? section_rate : max(20%, section_rate)
tds = round(payment_amount × rate)
net_payable = payment_amount − tds
Salary follows a different structure, since it's projected across a full year rather than deducted per transaction:
monthly_tds = (annual_tax − tax_already_deducted) ÷ remaining_months_in_year
Every recalculation an employer runs mid-year — a bonus, a raise, a new deduction declared — feeds back into that annual_tax figure and reshuffles what gets withheld for the rest of the year. In practice, most employers run this recalculation quarterly rather than waiting until March, which is why a mid-year raise often shows up as a slightly larger deduction almost immediately, not a lump-sum catch-up at year-end.
None of this arithmetic is complicated on its own; a single rate multiplied by a single amount is grade-school math. What makes it error-prone by hand is holding eight or nine different threshold-and-rate pairs in your head at once, remembering which ones reset annually versus cumulatively, and catching a missing PAN before it silently doubles a deduction. The formula never changes — what changes is which numbers get plugged into it, and getting that selection right is most of the actual work.
Advanced Features Beyond a Basic TDS Calculator
A plain percentage-times-amount tool gets the arithmetic right and stops there. The features below exist because real payments rarely stay that simple — a PAN goes missing, a payment sits right at a threshold, an FD interest credit needs different handling than a salary credit, and a deposit that's a few days late needs its own separate calculation entirely.
Section-aware rate mapping
Choosing "professional fees" or "rent on land" pulls the correct rate on its own — no need to memorise which section carries which percentage.
Missing-PAN penalty handling
Toggling PAN status instantly reflects the higher withholding rate, so the effect of a missing PAN is visible before it becomes a payroll surprise.
Threshold-first logic
Small payments below the statutory exemption limit correctly show a nil deduction, instead of a flat percentage applied blindly.
Fixed deposit interest handling
Interest income sits under its own section and threshold, distinct from salary or rent, and is treated separately for an accurate figure.
Late-deposit interest awareness
Deducted but not deposited on time, or deducted late in the first place — each scenario carries its own interest rate under Section 201(1A), and the breakdown notes which applies.
FY-aware defaults
Slab and threshold figures are reviewed each financial year, so a salary estimate reflects current-year rules rather than a stale carryover.
TDS Rates at a Glance
Salary aside, most other categories of payment carry a fixed percentage. Seeing them side by side makes it obvious why the "nature of payment" dropdown matters as much as the amount itself:
Rates shown assume a valid PAN is on record. A missing PAN raises every one of these to a flat 20% under Section 206AA.
Worked Examples
Salary, current financial year. An employee on a ₹6,00,000 annual package, opting for the default new regime, has their estimated annual tax computed once at the start of the year. After the standard deduction and the enhanced Section 87A rebate that now covers total income up to ₹12 lakh, the estimated liability lands at nil, and monthly withholding under Section 192 reflects that — no deduction shows up on the payslip despite a healthy salary.
Salary, paid monthly. A ₹1,10,000-a-month salary works out to roughly ₹13.2 lakh annually — above the nil-tax threshold. The employer computes the year's total liability once, then divides it evenly across the twelve pay cycles, so the same rupee amount is withheld each month rather than a lump sum appearing in March.
Fixed deposit interest. A bank crediting ₹45,000 in FD interest over a year, against an individual (non-senior-citizen) threshold of ₹40,000 for non-bank interest categories, deducts 10% only on the amount — provided PAN is on file. Below the threshold, the interest is credited in full with no deduction at all.
Interest on late deposit. A firm that deducted ₹15,000 in TDS correctly but deposited it eleven days after the due date owes interest under Section 201(1A) — 1.5% per month or part of a month on the delayed amount, calculated from the date of deduction, not the original due date. Even a partial month counts as a full month for this calculation, which catches many businesses off guard.
Rent on a leased office. Monthly rent of ₹35,000 for commercial premises works out to ₹4,20,000 a year, comfortably above the ₹2,40,000 threshold for Section 194I. At the 10% rate for land and building, ₹42,000 is withheld across the year, with the landlord receiving the balance.
Professional fees below the radar. A design consultant invoicing ₹27,500 for a single project stays under the ₹30,000 threshold for Section 194J, so the client pays the full invoice amount with nothing withheld. The moment a second invoice from the same consultant pushes the year's cumulative total past ₹30,000, 10% deduction applies from that invoice onward — a detail easy to miss when invoices are tracked separately rather than added up across the year.
A missing PAN on a commission payment. An agent earning ₹40,000 in brokerage would normally see 5% withheld under Section 194H — a ₹2,000 deduction. Without a PAN on file, Section 206AA pushes that rate to 20%, turning the same ₹40,000 payment into a ₹8,000 deduction. Sharing a PAN before the first payment of the year is, in practice, the single easiest way to avoid this gap.
Quick Answers Table
| Common Search | Short Answer |
|---|---|
| How is TDS on salary calculated? | Estimated annual tax on projected income is divided across the remaining pay periods of the year |
| What is the TDS for 50,000 salary? | At ₹6 lakh a year, it usually falls under the nil-tax threshold, so deduction is typically zero |
| Can I withdraw 1 crore cash from a bank? | Yes, it's legal, but Section 194N applies 2% TDS on cash withdrawals beyond that limit |
| What is the TDS for 75000 salary? | At ₹9 lakh a year, it also generally sits below the nil-tax threshold in most cases |
TDS Calculator FAQs
How is TDS on salary calculated?
An employer estimates your total taxable income for the financial year based on your salary structure, the tax regime you've chosen, and any deductions or exemptions you've declared. Tax is computed on that estimate using the applicable slab rates, and the resulting annual figure is divided across the remaining months, so roughly the same amount is withheld each pay cycle.
What is the TDS for 50,000 salary?
A monthly salary of ₹50,000 works out to ₹6,00,000 a year. Under the current new tax regime, income up to ₹12 lakh (higher still after the standard deduction for salaried employees) attracts no tax due to the enhanced Section 87A rebate, so most employees at this level see nil TDS — assuming this is their only income and they haven't opted for the older regime with fewer exemptions.
Can I withdraw 1 crore cash from a bank?
Yes, there's no legal bar on withdrawing that amount. What applies is Section 194N: banks deduct 2% TDS on cash withdrawals exceeding ₹1 crore in a financial year for account holders who've filed returns in the preceding years, with different thresholds and higher rates for those who haven't. It's a deduction, not a restriction on access to your own funds.
What is the TDS for 75000 salary?
₹75,000 a month comes to ₹9,00,000 annually. That, too, generally sits under the nil-tax threshold available on the new regime after the standard deduction, so most salaried employees at this level won't see any TDS withheld — final liability still depends on other income, deductions claimed, and the regime chosen.
Is the rate the same for every payment type?
No. Each section of the Income Tax Act carries its own rate and threshold — contractor payments, professional fees, rent, commission, and interest are all treated separately, which is why selecting the correct category matters as much as the amount entered.
Does a missing PAN really raise the deduction that much?
Yes — Section 206AA sets the rate at whichever is higher between 20% and the section's standard rate when a valid PAN isn't on record, which is often double or more what would otherwise apply.
Is this tool free to use?
Yes, every calculation across every section and financial year is free, with no signup required.
Does this replace advice from a chartered accountant?
No — this tool and article are meant for quick estimates and general understanding, not formal tax filing guidance. For return filing, exemption planning, or anything with real financial stakes, a qualified CA should review your specific numbers.
Can deducted TDS be claimed back?
Yes. TDS is a prepayment against your final tax liability, not an extra charge. If the amount withheld through the year exceeds what you actually owe once all your income and deductions are accounted for, the excess is refunded when you file your income tax return.
What happens if a payer forgets to deduct TDS at all?
The payer becomes liable for the shortfall along with interest for the period it went undeducted, and in some cases a portion of the expense can be disallowed in their own tax computation until the default is corrected. It's the payer's responsibility to withhold correctly, not the payee's to chase them for it.
More TDS Calculator Guides on razacalculator.com
Dedicated pages for the specific scenario you're dealing with.
Final Word
The number that lands on a payslip, a rent receipt, or a bank statement after deduction rarely comes with an explanation attached. Once the underlying logic is visible — the threshold check, the applicable rate, the PAN penalty, the way salary gets spread across the year rather than deducted in one go — the figure stops being arbitrary. Run your own numbers whenever a payment changes, and let the estimate catch surprises before they show up on Form 26AS.
None of this replaces a proper filing review at year-end, but it does close the gap between "why is this amount different from what I expected" and actually knowing the answer. A landlord checking rent, a freelancer checking an invoice, an HR team checking a new joiner's monthly deduction — the same underlying logic applies each time, and having it laid out clearly, once, tends to be worth more than re-deriving it from scratch every single month.
Use the TDS Calculator NowThis article and the accompanying calculator are for general informational purposes only and do not constitute tax or financial advice. Rates, thresholds, and rebate limits are subject to change by the Finance Act each year — please verify current figures with a chartered accountant or the official Income Tax Department portal before filing.
Jawed Raza Quadri ✔
Jawed Raza Quadri is a Website Developer, SEO Specialist, and Digital Creator. He specializes in building high-performance image tools, calculators, converters, and SEO-friendly web applications that are fast, secure, and easy to use.