{"id":23337,"date":"2025-02-11T12:39:17","date_gmt":"2025-02-11T07:09:17","guid":{"rendered":"https:\/\/open.money\/blog\/?p=23337"},"modified":"2025-07-08T18:01:53","modified_gmt":"2025-07-08T12:31:53","slug":"corporate-tax-calculator-india","status":"publish","type":"post","link":"https:\/\/open.money\/blog\/corporate-tax-calculator-india\/","title":{"rendered":"Corporate Tax in India &#8211; Income Tax on Companies"},"content":{"rendered":"\n<p><span style=\"font-weight: 400;\">When it comes to doing business in India, understanding the income tax rate for companies is crucial\u2014be you a domestic enterprise or a foreign entity operating in the country. Whether you\u2019re a startup founder, a seasoned business owner, or simply curious about how companies are taxed, this blog breaks down the essentials of Corporate Tax in India<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">How to Calculate Company Income Tax<\/span><\/h2>\n\n\n\n<p><span style=\"font-weight: 400;\">Calculating company income tax involves determining your net profits after allowable expenses and deductions, applying the appropriate tax rate, and adding any surcharges and cess.<\/span><\/p>\n\n\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <title>Company Income Tax Calculator (India)<\/title>\r\n  <style>\r\n    body {\r\n      font-family: Arial, sans-serif;\r\n      margin: 30px;\r\n      background: #f5f5f5;\r\n    }\r\n    .container {\r\n      background: #fff;\r\n      padding: 20px 30px;\r\n      border-radius: 10px;\r\n      max-width: 650px;\r\n      margin: auto;\r\n    }\r\n    h1, h2 {\r\n      color: #4B1478;\r\n      margin-bottom: 0.3em;\r\n    }\r\n    p {\r\n      margin-top: 0;\r\n    }\r\n    .row {\r\n      margin-bottom: 15px;\r\n    }\r\n    label {\r\n      display: inline-block;\r\n      margin-bottom: 5px;\r\n      font-weight: 600;\r\n    }\r\n    input[type=\"text\"],\r\n    select {\r\n      width: 100%;\r\n      padding: 6px;\r\n      margin-top: 3px;\r\n      border: 1px solid #ccc;\r\n      border-radius: 5px;\r\n      box-sizing: border-box;\r\n    }\r\n    input[type=\"checkbox\"],\r\n    input[type=\"radio\"] {\r\n      margin-right: 6px;\r\n      transform: translateY(1px);\r\n    }\r\n    .hidden {\r\n      display: none;\r\n    }\r\n    .btn {\r\n      background: #4B1478;\r\n      color: #fff;\r\n      padding: 10px 20px;\r\n      border-radius: 6px;\r\n      border: none;\r\n      cursor: pointer;\r\n    }\r\n    .btn:hover {\r\n      background: #3a0d5f;\r\n    }\r\n    .results {\r\n      margin-top: 20px;\r\n      padding: 20px;\r\n      background: #f9f9f9;\r\n      border-radius: 6px;\r\n    }\r\n    table.resultsTable {\r\n      width: 100%;\r\n      border-collapse: collapse;\r\n    }\r\n    table.resultsTable th,\r\n    table.resultsTable td {\r\n      padding: 8px;\r\n      text-align: left;\r\n      vertical-align: top;\r\n    }\r\n    table.resultsTable th {\r\n      background: #eee;\r\n    }\r\n    .highlight {\r\n      color: #4B1478;\r\n      font-weight: 600;\r\n    }\r\n    .disclaimer {\r\n      margin-top: 25px;\r\n      font-size: 0.9em;\r\n      color: #555;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"container\">\r\n  <h1>Company Income Tax Calculator<\/h1>\r\n  <p>Calculate the estimated income tax for domestic or foreign companies under Indian tax laws.<\/p>\r\n\r\n  <!-- Financial Year Dropdown -->\r\n  <div class=\"row\">\r\n    <label for=\"financialYear\">Select Financial Year:<\/label>\r\n    <select id=\"financialYear\" name=\"financialYear\">\r\n      <option value=\"FY2024-25\">FY 2024-25<\/option>\r\n      <option value=\"FY2025-26\">FY 2025-26 (New, As per Budget 2025)<\/option>\r\n    <\/select>\r\n  <\/div>\r\n\r\n  <!-- Form Inputs -->\r\n  <div class=\"row\">\r\n    <label>Company Type:<\/label><br\/>\r\n    <label>\r\n      <input type=\"radio\" name=\"companyType\" value=\"domestic\" checked onclick=\"toggleCompanyType()\">\r\n      Domestic Company\r\n    <\/label>\r\n    <label>\r\n      <input type=\"radio\" name=\"companyType\" value=\"foreign\" onclick=\"toggleCompanyType()\">\r\n      Foreign Company\r\n    <\/label>\r\n  <\/div>\r\n\r\n  <!-- Domestic Company Options -->\r\n  <div id=\"domesticOptions\">\r\n    <div class=\"row\">\r\n      <label>\r\n        <input type=\"checkbox\" id=\"turnover400Cr\" value=\"true\" onclick=\"checkTurnover()\">\r\n        Turnover \/ Gross Receipts \u2264 \u20b9400 Cr (25% tax rate)\r\n      <\/label>\r\n    <\/div>\r\n\r\n    <div class=\"row\">\r\n      <label for=\"sectionSelect\">Choose Section \/ Rate:<\/label>\r\n      <select id=\"sectionSelect\" name=\"sectionSelect\">\r\n        <option value=\"regular\" selected>Normal (30%)<\/option>\r\n        <option value=\"turnover400\">Normal (25%) - turnover \u2264 400 Cr<\/option>\r\n        <option value=\"115BA\">Section 115BA (25%)<\/option>\r\n        <option value=\"115BAA\">Section 115BAA (22%)<\/option>\r\n        <option value=\"115BAB\">Section 115BAB (15%)<\/option>\r\n      <\/select>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Foreign Company Options -->\r\n  <div id=\"foreignOptions\" class=\"hidden\">\r\n    <div class=\"row\">\r\n      <label>\r\n        <input type=\"checkbox\" id=\"royaltyAgreement\" value=\"true\">\r\n        Special Royalty Agreement (50% tax rate)\r\n      <\/label>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"row\">\r\n    <label for=\"totalIncome\">Total Income (Gross Total Income)(\u20b9):<\/label>\r\n    <!-- Removed the period at the end of the placeholder -->\r\n    <input\r\n      type=\"text\"\r\n      id=\"totalIncome\"\r\n      placeholder=\"Enter total income offered to tax\"\r\n      oninput=\"this.value = formatNumberForInput(this.value)\"\r\n    \/>\r\n  <\/div>\r\n\r\n  <div class=\"row\">\r\n    <label for=\"deductions\">Deductions (\u20b9):<\/label>\r\n    <input\r\n      type=\"text\"\r\n      id=\"deductions\"\r\n      placeholder=\"Enter total deductions\"\r\n      oninput=\"this.value = formatNumberForInput(this.value)\"\r\n    \/>\r\n  <\/div>\r\n\r\n  <!-- Calculate Button -->\r\n  <div class=\"row\">\r\n    <button type=\"button\" class=\"btn\" onclick=\"calculateCompanyTax()\">\r\n      Calculate Tax\r\n    <\/button>\r\n  <\/div>\r\n\r\n  <!-- Results Section -->\r\n  <div id=\"results\" class=\"results hidden\">\r\n    <h2>Tax Calculation Results<\/h2>\r\n    <table class=\"resultsTable\">\r\n      <tr>\r\n        <td id=\"basicTaxLabel\">Basic Tax:<\/td>\r\n        <td><span id=\"basicTax\" class=\"highlight\"><\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td id=\"surchargeLabel\">Surcharge:<\/td>\r\n        <td><span id=\"surcharge\" class=\"highlight\"><\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <td>Health &amp; Education Cess (4%):<\/td>\r\n        <td><span id=\"healthAndEduCess\" class=\"highlight\"><\/span><\/td>\r\n      <\/tr>\r\n      <tr>\r\n        <th>Total Tax Payable:<\/th>\r\n        <th><span id=\"totalTax\" class=\"highlight\"><\/span><\/th>\r\n      <\/tr>\r\n      <tr>\r\n        <td>Effective Tax Rate:<\/td>\r\n        <td><span id=\"effectiveRate\" class=\"highlight\"><\/span>%<\/td>\r\n      <\/tr>\r\n    <\/table>\r\n  <\/div>\r\n\r\n  <!-- Disclaimer -->\r\n  <div class=\"disclaimer\">\r\n    Disclaimer: This calculator provides suggested calculations and may vary based on actuals.\r\n    Please consult tax professionals for specific advice. This tool is meant to provide an overview of your tax obligations.\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  \/**\r\n   * Formats a numeric string into Indian numbering system with commas\r\n   * as the user types. Non-numeric characters are removed.\r\n   *\/\r\n  function formatNumberForInput(value) {\r\n    \/\/ Remove any non-digit characters\r\n    value = value.replace(\/[^\\d]\/g, '');\r\n    if (!value) return '';\r\n    \/\/ Convert to integer\r\n    let num = parseFloat(value);\r\n    if (isNaN(num)) return '';\r\n    num = Math.floor(num);\r\n    return num.toLocaleString('en-IN');\r\n  }\r\n\r\n  \/\/ Parse a comma-formatted string into a number\r\n  function parseIndianNumber(str) {\r\n    if (!str) return 0;\r\n    return parseFloat(str.replace(\/,\/g, '')) || 0;\r\n  }\r\n\r\n  function toggleCompanyType() {\r\n    const companyType = document.querySelector('input[name=\"companyType\"]:checked').value;\r\n    const domesticOptions = document.getElementById('domesticOptions');\r\n    const foreignOptions = document.getElementById('foreignOptions');\r\n\r\n    if (companyType === 'domestic') {\r\n      domesticOptions.classList.remove('hidden');\r\n      foreignOptions.classList.add('hidden');\r\n    } else {\r\n      domesticOptions.classList.add('hidden');\r\n      foreignOptions.classList.remove('hidden');\r\n    }\r\n  }\r\n\r\n  \/\/ If user toggles \"turnover \u2264 400 Cr\", auto-select \"turnover400\" (25%)\r\n  function checkTurnover() {\r\n    const turnover400CrChecked = document.getElementById('turnover400Cr').checked;\r\n    const sectionSelect = document.getElementById('sectionSelect');\r\n    if (turnover400CrChecked) {\r\n      sectionSelect.value = 'turnover400';\r\n    } else {\r\n      if (sectionSelect.value === 'turnover400') {\r\n        sectionSelect.value = 'regular';\r\n      }\r\n    }\r\n  }\r\n\r\n  function calculateCompanyTax() {\r\n    \/\/ Read inputs\r\n    const companyType = document.querySelector('input[name=\"companyType\"]:checked').value;\r\n    const section = document.getElementById('sectionSelect').value;\r\n    const royaltyAgreement = document.getElementById('royaltyAgreement').checked;\r\n\r\n    \/\/ Parse comma-separated input values\r\n    const totalIncomeVal = document.getElementById('totalIncome').value;\r\n    const deductionsVal = document.getElementById('deductions').value;\r\n    const totalIncome = parseIndianNumber(totalIncomeVal);\r\n    const deductions = parseIndianNumber(deductionsVal);\r\n\r\n    \/\/ 1. Taxable Income\r\n    const taxableIncome = Math.max(0, totalIncome - deductions);\r\n\r\n    \/\/ 2. Determine Basic Tax Rate\r\n    let basicTaxRate = 0;\r\n    if (companyType === 'foreign') {\r\n      \/\/ Foreign\r\n      if (royaltyAgreement) {\r\n        basicTaxRate = 0.50; \/\/ 50%\r\n      } else {\r\n        basicTaxRate = 0.40; \/\/ 40%\r\n      }\r\n    } else {\r\n      \/\/ Domestic\r\n      switch (section) {\r\n        case 'turnover400':\r\n          basicTaxRate = 0.25; \/\/ 25%\r\n          break;\r\n        case 'regular':\r\n          basicTaxRate = 0.30; \/\/ 30%\r\n          break;\r\n        case '115BA':\r\n          basicTaxRate = 0.25; \/\/ 25%\r\n          break;\r\n        case '115BAA':\r\n          basicTaxRate = 0.22; \/\/ 22%\r\n          break;\r\n        case '115BAB':\r\n          basicTaxRate = 0.15; \/\/ 15%\r\n          break;\r\n        default:\r\n          basicTaxRate = 0.30; \/\/ fallback\r\n      }\r\n    }\r\n\r\n    \/\/ 3. Basic Tax\r\n    let basicTax = taxableIncome * basicTaxRate;\r\n\r\n    \/\/ 4. Surcharge\r\n    let surcharge = 0;\r\n    if (companyType === 'foreign') {\r\n      \/\/ Foreign surcharge slabs\r\n      \/\/ <= 1 Cr => 0%\r\n      \/\/ > 1 Cr to 10 Cr => 2%\r\n      \/\/ > 10 Cr => 5%\r\n      if (taxableIncome > 100000000) {\r\n        surcharge = basicTax * 0.05;\r\n      } else if (taxableIncome > 10000000) {\r\n        surcharge = basicTax * 0.02;\r\n      }\r\n    } else {\r\n      \/\/ Domestic\r\n      \/\/ 115BAA\/115BAB => 10% flat\r\n      if (section === '115BAA' || section === '115BAB') {\r\n        surcharge = basicTax * 0.10;\r\n      } else {\r\n        \/\/ standard domestic\r\n        \/\/ <= 1 Cr => 0%\r\n        \/\/ > 1 Cr to 10 Cr => 7%\r\n        \/\/ > 10 Cr => 12%\r\n        if (taxableIncome > 100000000) {\r\n          surcharge = basicTax * 0.12;\r\n        } else if (taxableIncome > 10000000) {\r\n          surcharge = basicTax * 0.07;\r\n        }\r\n      }\r\n    }\r\n\r\n    \/\/ 5. Health & Education Cess = 0.04 * (basicTax + surcharge)\r\n    const healthAndEducationCess = 0.04 * (basicTax + surcharge);\r\n\r\n    \/\/ 6. Total Tax\r\n    let totalTax = basicTax + surcharge + healthAndEducationCess;\r\n\r\n    \/\/ Round for display\r\n    basicTax = Math.round(basicTax);\r\n    surcharge = Math.round(surcharge);\r\n    const cess = Math.round(healthAndEducationCess);\r\n    totalTax = Math.round(totalTax);\r\n\r\n    \/\/ 7. Effective Rate\r\n    const effectiveRate = taxableIncome > 0\r\n      ? ((totalTax \/ taxableIncome) * 100).toFixed(2)\r\n      : '0.00';\r\n\r\n    \/\/ Display the Rates\r\n    const basicTaxPercentage = (basicTaxRate * 100).toFixed(0);\r\n    let surchargeRate = 0;\r\n    if (basicTax !== 0) {\r\n      surchargeRate = ((surcharge \/ basicTax) * 100).toFixed(0);\r\n    }\r\n    document.getElementById('basicTaxLabel').textContent = `Basic Tax (${basicTaxPercentage}%):`;\r\n    document.getElementById('surchargeLabel').textContent = `Surcharge (${surchargeRate || '0'}%):`;\r\n\r\n    \/\/ Convert to Indian format for display\r\n    const fmtBasicTax = basicTax.toLocaleString('en-IN');\r\n    const fmtSurcharge = surcharge.toLocaleString('en-IN');\r\n    const fmtCess = cess.toLocaleString('en-IN');\r\n    const fmtTotal = totalTax.toLocaleString('en-IN');\r\n\r\n    \/\/ Show the results\r\n    document.getElementById('results').classList.remove('hidden');\r\n    document.getElementById('basicTax').textContent = '\u20b9' + fmtBasicTax;\r\n    document.getElementById('surcharge').textContent = '\u20b9' + fmtSurcharge;\r\n    document.getElementById('healthAndEduCess').textContent = '\u20b9' + fmtCess;\r\n    document.getElementById('totalTax').textContent = '\u20b9' + fmtTotal;\r\n    document.getElementById('effectiveRate').textContent = effectiveRate;\r\n  }\r\n<\/script>\r\n<\/body>\r\n<\/html>\n\n\n\n<p>Enter your taxable income (before deductions) and the total deduction amount, then select the applicable tax rate based on your turnover or special section eligibility. The calculator will instantly compute your estimated tax liability, including surcharges and cess. It is updated for FY 2024-25 (with returns due by October 31st, 2025, or the latest announced date) and FY 2025-26 as per Budget 2025.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">What Is Corporate Tax\/Company Income Tax?<\/span><\/h2>\n\n\n\n<p><span style=\"font-weight: 400;\">Corporate Tax\/Company income tax is levied on a company\u2019s net profits after deducting allowable expenses and exemptions. In India, the tax framework distinguishes between:<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><b>Domestic companies<\/b><span style=\"font-weight: 400;\">: Registered and operating primarily within India.<\/span><\/li>\n\n\n\n<li><b>Foreign companies<\/b><span style=\"font-weight: 400;\">: Based outside India but conducting business in India.<\/span><\/li>\n<\/ul>\n\n\n\n<p><span style=\"font-weight: 400;\">Each category is subject to different tax rates and regulatory requirements.<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Domestic vs. Foreign Companies: Key Differences<\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Domestic Companies<\/span><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Domestic companies are those registered and operating primarily within India. Their tax liability depends on factors like annual turnover, business nature, and eligibility under specific sections of the Income Tax Act.<\/span><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Income tax rates for domestic companies<\/span><\/h4>\n\n\n\n<p><b>The income tax rate for domestic companies in India is 30%.&nbsp;<\/b><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Income tax rate based on turnover<\/span><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><b>25% tax rate<\/b><span style=\"font-weight: 400;\">: For companies with a turnover (or gross receipts) of up to \u20b9400 crore in the previous financial year.<\/span><\/li>\n\n\n\n<li><b>30% tax rate<\/b><span style=\"font-weight: 400;\">: Applies to all other domestic companies not covered under concessional sections.<\/span><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Income tax rates under specific sections<\/span><\/h4>\n\n\n\n<p><span style=\"font-weight: 400;\">Certain domestic businesses can benefit from reduced tax rates if they opt to forgo various deductions and exemptions. These provisions are designed to encourage efficiency and boost manufacturing investments:<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><b>Section 115BA \u2013 25%<\/b><\/li>\n<\/ul>\n\n\n\n<p><span style=\"font-weight: 400;\">Applicable to certain manufacturing companies incorporated after March 1, 2016, that do not claim deductions under Chapter VI-A, investment-linked deductions, or incentives for SEZs.<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><b>Section 115BAA \u2013 22%<\/b><\/li>\n<\/ul>\n\n\n\n<p><span style=\"font-weight: 400;\">Available to all domestic companies, regardless of their industry or incorporation date, provided they give up certain deductions and exemptions like depreciation benefits, MAT credit, and incentives.<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><b>Section 115BAB \u2013 15%<\/b><\/li>\n<\/ul>\n\n\n\n<p><span style=\"font-weight: 400;\">Available for new manufacturing companies established on or after October 1, 2019, that commence operations before March 31, 2024, and do not claim tax exemptions.<\/span><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Tax Benefits on Investments\/payments\/incomes for domestic companies<\/span><\/h4>\n\n\n\n<p><span style=\"font-weight: 400;\">Domestic companies can leverage several sections of the <\/span><a href=\"https:\/\/www.incometax.gov.in\/iec\/foportal\/help\/company\/return-applicable#taxdeductions\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Income Tax Act<\/span><\/a><span style=\"font-weight: 400;\"> to reduce their taxable income (subject to conditions):<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><b>Section 80G<\/b><span style=\"font-weight: 400;\">: Deduction for donations made to prescribed funds and charitable institutions.<\/span><\/li>\n\n\n\n<li><b>Section 80GGA<\/b><span style=\"font-weight: 400;\">: Deduction for donations made for scientific research or rural development.<\/span><\/li>\n\n\n\n<li><b>Section 80GGB<\/b><span style=\"font-weight: 400;\">: Deduction for contributions to political parties or electoral trusts.<\/span><\/li>\n\n\n\n<li><b>Section 80IA<\/b><span style=\"font-weight: 400;\">: Deduction for undertakings engaged in developing, maintaining, and operating infrastructure facilities.<\/span><\/li>\n\n\n\n<li><b>Section 80IAB<\/b><span style=\"font-weight: 400;\">: Deduction for undertakings engaged in the development of Special Economic Zones (SEZs).<\/span><\/li>\n\n\n\n<li><b>Section 80IAC<\/b><span style=\"font-weight: 400;\">: Deduction for eligible start-ups deriving profits from specified businesses.<\/span><\/li>\n\n\n\n<li><b>Section 80IB<\/b><span style=\"font-weight: 400;\">: Deduction for profits from specified industrial undertakings (other than infrastructure projects).<\/span><\/li>\n\n\n\n<li><b>Section 80IBA<\/b><span style=\"font-weight: 400;\">: Deduction for profits derived from developing and building housing projects.<\/span><\/li>\n\n\n\n<li><b>Section 80IC<\/b><span style=\"font-weight: 400;\">: Deduction for certain undertakings in Himachal Pradesh, Sikkim, Uttaranchal, and the North-Eastern states.<\/span><\/li>\n\n\n\n<li><b>Section 80IE<\/b><span style=\"font-weight: 400;\">: Deduction for certain undertakings set up in North-Eastern states.<\/span><\/li>\n\n\n\n<li><b>Section 80JJA<\/b><span style=\"font-weight: 400;\">: Deduction for profits from the business of collecting and processing biodegradable waste.<\/span><\/li>\n\n\n\n<li><b>Section 80JJAA<\/b><span style=\"font-weight: 400;\">: Deduction for employment of new workers, applicable to assessees required to get their accounts audited.<\/span><\/li>\n\n\n\n<li><b>Section 80LA<\/b><span style=\"font-weight: 400;\">: Deduction for income of Offshore Banking Units and International Financial Services Centres (subject to conditions).<\/span><\/li>\n\n\n\n<li><b>Section 80M<\/b><span style=\"font-weight: 400;\">: Deduction for inter-corporate dividends if distributed to shareholders.<\/span><\/li>\n\n\n\n<li><b>Section 80PA<\/b><span style=\"font-weight: 400;\">: Deduction for producer companies engaged in the marketing, purchase, or processing of agricultural produce from their members.<\/span><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Foreign Companies<\/span><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Foreign companies are entities registered outside of India but that conduct significant business operations within the country. These can include multinational corporations, foreign subsidiaries, or branch offices, each adapting their global strategies to the local market<\/span><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Income tax rates for foreign companies<\/span><\/h4>\n\n\n\n<p><span style=\"font-weight: 400;\">Foreign companies operating in India generally have a higher tax rate than domestic businesses:<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><b>40% standard tax<\/b><span style=\"font-weight: 400;\">: This is the base tax rate applicable to foreign companies.<\/span><\/li>\n\n\n\n<li><b>50% tax rate<\/b><span style=\"font-weight: 400;\">: Applies to foreign companies earning royalties or fees for technical services under certain agreements with the Indian government.<\/span><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Tax benefits on investments\/payments\/incomes for foreign companies<\/span><\/h4>\n\n\n\n<p><span style=\"font-weight: 400;\">While the scope of deductions for foreign companies is generally more limited than that for domestic companies, foreign entities operating in India can still leverage several specific sections of the <\/span><a href=\"https:\/\/www.incometax.gov.in\/iec\/foportal\/help\/company\/return-applicable-0#taxdeductions\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Income Tax Act<\/span><\/a><span style=\"font-weight: 400;\"> to reduce their taxable income, subject to conditions.<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><b>Section 80G<\/b><span style=\"font-weight: 400;\">: Deduction for donations to prescribed funds and charitable institutions.<\/span><\/li>\n\n\n\n<li><b>Section 80GGA<\/b><span style=\"font-weight: 400;\">: Deduction for donations made for scientific research or rural development.<\/span><\/li>\n\n\n\n<li><b>Section 80GGC<\/b><span style=\"font-weight: 400;\">: Deduction for contributions to political parties or electoral trusts.<\/span><\/li>\n\n\n\n<li><b>Section 80IAB<\/b><span style=\"font-weight: 400;\">: Deduction for undertakings engaged in the development of Special Economic Zones.<\/span><\/li>\n\n\n\n<li><b>Section 80IE<\/b><span style=\"font-weight: 400;\">: Deduction for undertakings established in North-Eastern states.<\/span><\/li>\n\n\n\n<li><b>Section 80JJAA<\/b><span style=\"font-weight: 400;\">: Deduction for the employment of new workers, applicable to assessees with mandatory audit requirements.<\/span><\/li>\n\n\n\n<li><b>Section 80LA<\/b><span style=\"font-weight: 400;\">: Deduction for income of Offshore Banking Units and International Financial Services Centres.<\/span><\/li>\n<\/ul>\n\n\n\n<p><span style=\"font-weight: 400;\">Additionally, Double Taxation Avoidance Agreements (DTAA) can help reduce the effective tax rate for foreign companies by preventing the same income from being taxed in both India and the home country.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Additional Charges: Surcharges and Cess<\/span><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Beyond the basic company income tax, businesses are also liable for additional charges.<\/span><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Surcharge on Income Tax<\/span><\/h4>\n\n\n\n<p><span style=\"font-weight: 400;\">A surcharge is an extra levy applied on the computed income tax, varying with taxable income levels:<\/span><\/p>\n\n\n\n<p><b>For Domestic Companies<\/b><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><span style=\"font-weight: 400;\">7% Surcharge: For taxable income exceeding \u20b91 crore but up to \u20b910 crore.<\/span><\/li>\n\n\n\n<li><span style=\"font-weight: 400;\">12% Surcharge: For taxable income exceeding \u20b910 crore.<\/span><\/li>\n\n\n\n<li><span style=\"font-weight: 400;\">10% Surcharge: For companies opting for lower tax rates under Sections 115BAA and 115BAB.<\/span><\/li>\n<\/ul>\n\n\n\n<p><b>For Foreign Companies<\/b><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><span style=\"font-weight: 400;\">2% Surcharge: For taxable income between \u20b91 crore and \u20b910 crore.<\/span><\/li>\n\n\n\n<li><span style=\"font-weight: 400;\">5% Surcharge: For taxable income exceeding \u20b910 crore.<\/span><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><span style=\"font-weight: 400;\">Health &amp; Education Cess<\/span><\/h4>\n\n\n\n<p><span style=\"font-weight: 400;\">A <\/span><b>4% Health &amp; Education Cess <\/b><span style=\"font-weight: 400;\">is applied to the total tax payable, including the surcharge. This cess contributes to social welfare programs in education and healthcare.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>Corporate Tax For Domestic Companies<\/b><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><b>Category \/ Section<\/b><\/td><td><b>Tax Rate (%)<\/b><\/td><td><b>Surcharge<\/b><\/td><\/tr><tr><td colspan=\"3\"><b>Turnover-Based Rates<\/b><\/td><\/tr><tr><td><span style=\"font-weight: 400;\">Turnover up to \u20b9400 crore<\/span><\/td><td><span style=\"font-weight: 400;\">25%<\/span><\/td><td><span style=\"font-weight: 400;\">7% (if taxable income between \u20b91 Cr and \u20b910 Cr)<\/span><p><\/p>\n<p><span style=\"font-weight: 400;\">12% (if &gt;\u20b910 Cr)<\/span><\/p><\/td><\/tr><tr><td><span style=\"font-weight: 400;\">Turnover above \u20b9400 crore<\/span><\/td><td><span style=\"font-weight: 400;\">30%<\/span><\/td><td><span style=\"font-weight: 400;\">7% (if taxable income between \u20b91 Cr and \u20b910 Cr)<\/span><p><\/p>\n<p><span style=\"font-weight: 400;\">12% (if &gt;\u20b910 Cr)<\/span><\/p><\/td><\/tr><tr><td colspan=\"3\"><b>Specific Provisions<\/b><\/td><\/tr><tr><td><span style=\"font-weight: 400;\">Section 115BA<\/span><\/td><td><span style=\"font-weight: 400;\">25%<\/span><\/td><td><span style=\"font-weight: 400;\">7% (if taxable income between \u20b91 Cr and \u20b910 Cr)<\/span><p><\/p>\n<p><span style=\"font-weight: 400;\">12% (if &gt;\u20b910 Cr)<\/span><\/p><\/td><\/tr><tr><td><span style=\"font-weight: 400;\">Section 115BAA&nbsp;<\/span><\/td><td><span style=\"font-weight: 400;\">22%<\/span><\/td><td><span style=\"font-weight: 400;\">10% surcharge applicable<\/span><\/td><\/tr><tr><td><span style=\"font-weight: 400;\">Section 115BAB&nbsp;<\/span><\/td><td><span style=\"font-weight: 400;\">15%<\/span><\/td><td><span style=\"font-weight: 400;\">10% surcharge applicable<\/span><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><b>Corporate Tax For Foreign Companies<\/b><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><b>Category \/ Type<\/b><\/td><td><b>Tax Rate (%)<\/b><\/td><td><b>Surcharge<\/b><\/td><\/tr><tr><td><span style=\"font-weight: 400;\">Standard Tax<\/span><\/td><td><span style=\"font-weight: 400;\">40%<\/span><\/td><td><span style=\"font-weight: 400;\">2% (if taxable income between \u20b91 Cr and \u20b910 Cr)<\/span><p><\/p>\n<p><span style=\"font-weight: 400;\">5% (if &gt;\u20b910 Cr)<\/span><\/p><\/td><\/tr><tr><td><span style=\"font-weight: 400;\">Technical Services \/ Royalty Income<\/span><\/td><td><span style=\"font-weight: 400;\">50%<\/span><\/td><td><span style=\"font-weight: 400;\">2% (if taxable income between \u20b91 Cr and \u20b910 Cr)<\/span><p><\/p>\n<p><span style=\"font-weight: 400;\">5% (if &gt;\u20b910 Cr)<\/span><\/p><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><b>Note:<\/b><span style=\"font-weight: 400;\"> A <\/span><b>4% Health &amp; Education Cess<\/b><span style=\"font-weight: 400;\"> is applied to the total tax payable (including surcharges) for all companies.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Corporate income tax in India is not one-size-fits-all. Different tax rates apply depending on a company\u2019s turnover, business type, and eligibility for specific sections of the Income Tax Act. Companies must carefully assess their financial structure, long-term growth plans, and eligibility before opting for concessional tax rates. By staying informed and consulting experts, businesses can optimize <a href=\"https:\/\/open.money\/blog\/advance-tax-calculator\/\" target=\"_blank\" rel=\"noopener\">tax planning<\/a> and boost profitability.<\/span><\/p>\n\n\n\n<p><i><span style=\"font-weight: 400;\">Disclaimer: This blog is intended for informational purposes only and should not be considered as professional tax advice. Always consult with a tax professional for advice tailored to your specific circumstances.<\/span><\/i><\/p>\n","protected":false},"excerpt":{"rendered":"When it comes to doing business in India, understanding the income tax rate for companies is crucial\u2014be you&hellip;","protected":false},"author":66,"featured_media":23383,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"csco_singular_sidebar":"","csco_page_header_type":"","csco_page_load_nextpost":"","footnotes":""},"categories":[454],"tags":[],"class_list":{"0":"post-23337","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-taxes","8":"cs-entry"},"_links":{"self":[{"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/posts\/23337","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/users\/66"}],"replies":[{"embeddable":true,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/comments?post=23337"}],"version-history":[{"count":4,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/posts\/23337\/revisions"}],"predecessor-version":[{"id":23950,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/posts\/23337\/revisions\/23950"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/media\/23383"}],"wp:attachment":[{"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/media?parent=23337"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/categories?post=23337"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/open.money\/blog\/wp-json\/wp\/v2\/tags?post=23337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}