Enter the rate found on the WB Registration portal for your specific zone/road.
The price you are actually paying for the property.
Corporation Area (KMC/HMC)
Municipal Area
Panchayat Area
Calculated Circle Rate Value:₹0
Taxable Amount (Higher of Market/Circle):₹0
Approx. Stamp Duty:₹0
Registration Fee (1.1%):₹0
Total Estimated Cost:₹0
Note: Rates are indicative based on standard West Bengal Stamp Duty slabs. Actual assessment may vary due to gender rebates, litigation status, or specific WB government temporary rebate schemes.
function calculateKolkataProperty() {
// Get Inputs
var area = parseFloat(document.getElementById('propertyArea').value);
var unit = document.getElementById('areaUnit').value;
var rate = parseFloat(document.getElementById('circleRate').value);
var marketVal = parseFloat(document.getElementById('marketValue').value) || 0;
var locType = document.getElementById('locationType').value;
// Validation
if (isNaN(area) || isNaN(rate) || area <= 0 || rate 1 Crore:
// – Corporation: 7%
// – Municipality: 7%
// – Panchayat: 6%
// Value 10000000) { // Greater than 1 Crore
if (locType === 'panch') {
stampRate = 0.06; // 6%
} else {
stampRate = 0.07; // 7% (Corp/Muni)
}
} else { // Less than or equal to 1 Crore
if (locType === 'panch') {
stampRate = 0.05; // 5%
} else {
stampRate = 0.06; // 6% (Corp/Muni)
}
}
// Calculate Stamp Duty
var stampDuty = taxableAmount * stampRate;
// 4. Calculate Registration Fee
// Standard is 1.1% of the taxable value in West Bengal
var regFeeRate = 0.011;
var regFee = taxableAmount * regFeeRate;
// 5. Total Cost
var totalCost = stampDuty + regFee;
// Display Results
document.getElementById('resCircleVal').innerText = formatRupee(totalCircleValue);
document.getElementById('resTaxable').innerText = formatRupee(taxableAmount);
document.getElementById('resStampDuty').innerText = formatRupee(stampDuty) + " (" + (stampRate*100) + "%)";
document.getElementById('resRegFee').innerText = formatRupee(regFee);
document.getElementById('resTotal').innerText = formatRupee(totalCost);
// Show result box
document.getElementById('resultBox').style.display = 'block';
}
function formatRupee(num) {
return "₹" + num.toLocaleString('en-IN', {maximumFractionDigits: 0});
}
Understanding Circle Rates and Property Valuation in Kolkata
When buying property in Kolkata or anywhere in West Bengal, understanding the Circle Rate (also known as the Ready Reckoner Rate) is crucial for calculating your budget. This rate is the minimum valuation defined by the State Government at which a property can be registered. This calculator helps you estimate the official valuation and the associated Stamp Duty and Registration fees.
What is the Circle Rate in Kolkata?
The Circle Rate is the government-determined minimum price for land or property in a specific area. In Kolkata, these rates vary significantly depending on the locality (e.g., Park Street vs. Jadavpur), the type of property (commercial vs. residential), and the width of the approach road. The West Bengal Directorate of Registration and Stamp Revenue periodically revises these rates.
How is Property Valuation Calculated?
The valuation of a property for Stamp Duty purposes is calculated based on the higher of two values:
Declared Agreement Value: The actual price you are paying to the seller.
Assessed Market Value (Circle Rate Value): Calculated as Area × Circle Rate per unit.
For example, if you buy a flat for ₹40 Lakhs, but the government circle rate valuation for that area comes to ₹45 Lakhs, you must pay Stamp Duty on ₹45 Lakhs.
Current Stamp Duty Rates in West Bengal (2024-25)
Stamp duty rates in West Bengal generally depend on the location of the property and its market value. Note that the state government occasionally announces temporary rebates (e.g., a 2% rebate was popular in recent fiscal years). Standard rates generally follow this structure:
For Properties in Corporation Areas (e.g., KMC, Howrah):
Value up to ₹1 Crore: Approx 6% Stamp Duty.
Value above ₹1 Crore: Approx 7% Stamp Duty.
For Properties in Panchayat Areas:
Value up to ₹1 Crore: Approx 5% Stamp Duty.
Value above ₹1 Crore: Approx 6% Stamp Duty.
Registration Fee: In addition to Stamp Duty, a Registration Fee of approximately 1.1% of the property value is applicable across the state.
Common Land Measurement Units in Kolkata
Real estate in Kolkata often uses traditional units alongside modern ones. This calculator supports the following:
Cottah (or Katha): Widely used for land plots. 1 Cottah ≈ 720 Sq. Ft.
Chatak: Smaller unit. 1 Chatak ≈ 45 Sq. Ft.
Square Feet: Standard for apartments and flats.
Decimal: Common in semi-urban areas. 1 Decimal ≈ 435.6 Sq. Ft.
How to Find the Exact Circle Rate?
To use this calculator accurately, you need the official rate per unit. You can find this by visiting the official wbregistration.gov.in website, navigating to the "Market Value of Land" section, and entering your District, Thana, and Mouza details.