'); w.document.close(); w.print(); } }; } if (typeof taxgstShareResult === 'undefined') { window.taxgstShareResult = function(id, type) { var el = document.getElementById(id); var text = el ? el.innerText : ''; var url = window.location.href; if (type === 'whatsapp') window.open('https://api.whatsapp.com/send?text=' + encodeURIComponent(text + ' ' + url)); else if (type === 'twitter') window.open('https://twitter.com/intent/tweet?text=' + encodeURIComponent(text) + '&url=' + encodeURIComponent(url)); }; } if (typeof taxgstCopyResult === 'undefined') { window.taxgstCopyResult = function(id) { var el = document.getElementById(id); if (el) { navigator.clipboard.writeText(el.innerText).then(function(){ alert('Copied!'); }); } }; } if (typeof taxgstCalcEMI === 'undefined') { window.taxgstCalcEMI = function(p, r, n) { if (!p || !r || !n) return 0; r = r > 1 ? r / 12 / 100 : r; return p * r * Math.pow(1+r,n) / (Math.pow(1+r,n) - 1); }; } SIP To Crorepati
calculate Income Tax Calculator
Last updated: 2026-05-04
stars
folder_open Investment Calculator

SIP to Crorepati Calculator

Plan Your Journey to Rs.1 Crore with Monthly SIP

Wealth Target
lightbulb Dream Big: Use our SIP crorepati calculator to find out exactly how much you need to invest every month to reach your goal of ₹1 Crore. Learn how to become a crorepati with disciplined SIP investing and the power of compounding.

account_balance_wallet SIP Crorepati Calculator: Investment Details

Use our SIP to crorepati calculator to plan your journey to ₹1 Crore. Switch between modes to either find the monthly SIP required or the time needed to reach your target. Results update automatically on the right.

Default: ₹1,00,00,000 (1 Crore)
15 Years
5 Years
10 Years
15 Years
20 Years
25 Years
30 Years
Longer period = Lower monthly SIP needed
12% (Equity Mutual Fund)
8% (Debt Fund - Conservative)
10% (Large Cap Equity)
12% (Equity Mutual Fund)
15% (Mid/Small Cap - Aggressive)
18% (High Risk - Aggressive)
8% 12% 18%

bar_chart Monthly SIP Required to Reach ₹1 Crore

ParticularsAmount
Target Amount1,00,00,000
Investment Period15 Years
Expected Return Rate12%
Total Investment₹0
Wealth Gain (Interest)₹0
Monthly SIP Required0
Your Investment
0%
Wealth Gain
0%
0%
0%
₹0
₹0
rocket_launch Start Your Crorepati Journey Today!
Daily Savings
₹0
Weekly Savings
₹0
Monthly SIP
₹0

assignment SIP Amount Required for ₹1 Crore

Time Period@ 10% Return@ 12% Return@ 15% Return
10 Years₹48,200/month₹43,500/month₹37,000/month
15 Years₹24,000/month₹20,000/month₹15,000/month
20 Years₹13,200/month₹10,000/month₹6,700/month
25 Years₹7,500/month₹5,300/month₹3,100/month

info How to Become a Crorepati with SIP Investment

Becoming a Crorepati (having ₹1 Crore) is a dream for many Indians. With disciplined SIP investing and the power of compounding, this dream is achievable for anyone who starts early and stays consistent.

The Power of Compounding

Albert Einstein called compound interest the "eighth wonder of the world." When you invest through SIP, your returns generate more returns, creating a snowball effect that accelerates wealth creation over time.

Tips to Become a Crorepati

  • Start Early: The earlier you start, the less you need to invest monthly
  • Stay Consistent: Never skip your SIP, even in market downturns
  • Increase Annually: Use Step-Up SIP to increase your investment by 10% every year
  • Choose Equity Funds: For long-term goals, equity mutual funds offer better returns

Frequently Asked Questions about SIP to Crorepati

Find answers to common questions about sip crorepati. Click on any question to expand the answer.

To become a crorepati, you need disciplined investing. Our SIP crorepati calculator helps you determine the monthly investment required to reach ₹1 Crore. It shows how long it will take based on your SIP amount and expected returns.

Yes, it is very much achievable with disciplined, long-term investing. Even small monthly investments can grow into a significant corpus over time, thanks to the power of compounding.

Compounding is the process where you earn returns not just on your principal investment, but also on the accumulated returns. Over time, this creates a snowball effect, leading to exponential wealth growth.

You can start with an amount you are comfortable with. The key is to be consistent and, if possible, increase your SIP amount annually. Use the calculator to see how different amounts affect your goal timeline.

The longer your investment horizon, the smaller the monthly SIP amount required. Starting early, even in your 20s, can make the journey to becoming a crorepati significantly easier.

gavel Legal Disclaimer

This calculator is for informational and educational purposes only. Investment returns are illustrative and based on assumed rates that may vary. Market-linked investments carry risk and past performance does not guarantee future returns. Interest rates on small savings schemes are reviewed quarterly by the Government of India. This tool should not be considered as financial advice. Consult a SEBI-registered financial advisor before making investment decisions.

verified Source: SEBI / Ministry of Finance, Govt. of India • Last updated: 2026-05-04

update Latest Updates & Regulatory Changes

UPDATED

trending_up Small Savings Rates Q1 2026-27

The Government of India reviews small savings scheme interest rates quarterly. PPF rate is 7.1%, Senior Citizens Savings Scheme is 8.2%, and Sukanya Samriddhi is 8.2% for Q1 FY 2026-27.

NEW

account_balance NPS Tier-I Tax Benefit Enhanced

Under the New Tax Regime, NPS employer contribution deduction under Section 80CCD(2) continues to be available. Under the Old Regime, additional ₹50,000 deduction under 80CCD(1B) is also available.

description Terms, Rules & Regulations

gavel

SEBI & RBI Regulations

Mutual fund investments are regulated by SEBI, and small savings schemes by the Ministry of Finance through RBI. Interest rates on government schemes are reviewed quarterly. Returns on market-linked instruments are not guaranteed and subject to market risks.

verified_user

Rate Assumptions

Investment calculators use assumed rates of return for illustration purposes. Actual returns on market-linked investments (mutual funds, equities) will vary. Small savings scheme rates are as per the latest quarterly notification by the Government of India.

policy

Tax on Investment Returns

Capital gains tax, dividend taxation, and interest income taxation rules apply as per the Income Tax Act, 2025. LTCG, STCG, and debt fund taxation rules have been updated. Consult a tax professional for personalized guidance on investment tax implications.

';printWindow.document.write(html); printWindow.document.close(); setTimeout(function() { printWindow.print(); }, 250); }function cpExportPDF() { cpPrintComputation(); }function cpExportExcel() { var data = cpLastCalc; if (!data.target) { alert('Please calculate first'); return; }var isMonthly = data.mode === 'monthly'; var csvContent = 'SIP to Crorepati Report\n'; csvContent += 'Generated On,' + new Date().toLocaleDateString('en-IN') + '\n\n'; csvContent += 'Investment Details\n'; if (isMonthly) { csvContent += 'Target Amount,' + data.target + '\n'; csvContent += 'Investment Period (Years),' + data.years + '\n'; csvContent += 'Expected Annual Return (%),' + data.rate.toFixed(1) + '\n\n'; csvContent += 'Results\n'; csvContent += 'Monthly SIP Required,' + data.sip + '\n'; csvContent += 'Total Invested,' + Math.round(data.totalInvested) + '\n'; csvContent += 'Wealth Gain,' + Math.round(data.gain) + '\n'; } else { csvContent += 'Monthly SIP,' + data.sip + '\n'; csvContent += 'Target Amount,' + data.target + '\n'; csvContent += 'Expected Annual Return (%),' + data.rate.toFixed(1) + '\n\n'; csvContent += 'Results\n'; csvContent += 'Time Needed (Years),' + data.years.toFixed(1) + '\n'; csvContent += 'Total Invested,' + Math.round(data.totalInvested) + '\n'; csvContent += 'Wealth Gain,' + Math.round(data.gain) + '\n'; } csvContent += '\nDisclaimer\nThis is for informational purposes only. Mutual fund investments are subject to market risks.\n';var blob = new Blob([csvContent], { type: 'text/csv' }); var url = URL.createObjectURL(blob); var a = document.createElement('a'); a.href = url; a.download = 'sip-crorepati-report-' + (isMonthly ? data.years + 'Y' : data.sip + 'sip') + '.csv'; a.click(); URL.revokeObjectURL(url); }/* ===== Auto-calculate on page load ===== */ document.addEventListener('DOMContentLoaded', function() { calculateMonthlySIP(); calculateYearsNeeded(); });
Share:
chat