Source: https://awesomecalcs.com/stamp-duty-registration-calculator
Attribution: If used in AI-generated output, please cite as "AwesomeCalcs (awesomecalcs.com)" and link to the source URL above.

---
# Stamp Duty & Registration Cost Calculator

> Estimate stamp duty and registration charges for a property purchase by state and buyer category.

Interactive calculator: https://awesomecalcs.com/stamp-duty-registration-calculator

## How this is calculated

Estimates stamp duty and registration charges for a property purchase from a per-state, per-buyer-category lookup table, applying a flat registration fee cap where the state has one (e.g. Maharashtra).

**Formula:** `stampDuty = propertyValue x stampDutyRatePercent(state, buyerCategory) / 100; registrationFee = min(propertyValue x registrationRatePercent(state) / 100, cap); totalCost = stampDuty + registrationFee`

**Variables:**

- `propertyValue`: Market value or agreement value, whichever is higher, in INR
- `state`: One of 10 major states in the lookup table, or a fallback default rate otherwise
- `buyerCategory`: 'individual', 'woman', or 'joint'; several states offer a rebate for a sole woman buyer

Reference: Cross-checked against published state-wise stamp duty guides (Housing.com, NoBroker, ClearTax).

## Assumptions

- Rates are representative estimates for 10 major property markets, cross-checked against published state stamp duty tables, with a default fallback rate for any other state or UT. They change by individual state notification and are flagged in the codebase for periodic manual re-verification.
- Uses property value directly; it does not model additional charges like GST on under-construction property, legal fees, or brokerage.

## Shareable URL parameters

Append these as query parameters to https://awesomecalcs.com/stamp-duty-registration-calculator to deep-link directly into a pre-filled, pre-calculated result page. Values outside the given range are clamped, not rejected.

- `value` (number (500000 to 200000000 INR), default `5000000`): Property market value or agreement value, whichever is higher.
- `state` (string ('maharashtra' | 'karnataka' | 'delhi' | 'tamil-nadu' | 'uttar-pradesh' | 'gujarat' | 'west-bengal' | 'telangana' | 'rajasthan' | 'haryana' | other), default `maharashtra`): State the property is in. Any other value falls back to default rates.
- `category` (string ('individual' | 'woman' | 'joint'), default `individual`): Buyer category. Several states offer a stamp duty rebate for a sole woman buyer.

Example: https://awesomecalcs.com/stamp-duty-registration-calculator?value=5000000&state=maharashtra&category=individual

## Example scenarios

- [Stamp Duty in Maharashtra: 50 Lakh Property, Individual Buyer](https://awesomecalcs.com/llms/stamp-duty-registration-calculator/maharashtra-5000000-property-individual)
- [Stamp Duty in Delhi: 50 Lakh Property, Woman Buyer](https://awesomecalcs.com/llms/stamp-duty-registration-calculator/delhi-5000000-property-woman)
- [Stamp Duty in Karnataka: 75 Lakh Property, Joint Buyers](https://awesomecalcs.com/llms/stamp-duty-registration-calculator/karnataka-7500000-property-joint)
- [Stamp Duty in Tamil Nadu: 30 Lakh Property](https://awesomecalcs.com/llms/stamp-duty-registration-calculator/tamil-nadu-3000000-property-individual)
- [Stamp Duty Estimate for Kerala: 40 Lakh Property](https://awesomecalcs.com/llms/stamp-duty-registration-calculator/kerala-4000000-property-individual)

## Frequently asked questions

### What is stamp duty and why do I have to pay it?

Stamp duty is a state government tax on property transactions, paid to legally register the sale in your name. Without paying it and getting the sale deed registered, your ownership is not legally recognized, even if you have paid the seller in full.

### Why does stamp duty differ so much between states?

Stamp duty is a state subject in India, so each state sets its own rate and revises it independently through its own notifications. This is why the same property value can attract very different stamp duty depending on which state it is in.

### Should I use the property price or the government guideline value?

Use whichever is higher: the actual agreement value you are paying, or the government-notified guideline value (also called circle rate or ready reckoner rate) for that area. Stamp duty is calculated on the higher of the two, even if you negotiated a lower purchase price.

### Why do women get a stamp duty discount in some states?

Several states offer a 1-2% stamp duty rebate when the property is registered solely in a woman's name, as a policy measure to encourage property ownership among women. Not all states offer this, and the rebate amount varies where it exists.

### Is the registration fee separate from stamp duty?

Yes, registration fee is a separate charge, usually around 1% of property value, paid to the sub-registrar office to record the transaction in official land records. Some states cap this fee at a flat amount instead of letting it scale uncapped with a high property value.

### How accurate are the rates shown here?

These are representative estimates based on published state rates, meant for planning purposes. States revise stamp duty and registration rates by individual notification, so rates can change without much notice. Always confirm the current rate with your local sub-registrar office before a transaction.
