First Salary, First Investment: A Money Plan for 20-Something Professionals in Pune
Every planning guide on this site assumes you already have savings, dependents or a decade of career behind you. This one doesn't — it's for the first payslip, written for the IT and services professionals filling Pune's Hinjewadi, Kharadi and Baner offices right now.
Our SIP Planning and Tax Planning guides both quietly assume something: that you already have a stable monthly surplus, maybe dependents, and a few years of financial habits already formed. Nothing on this site speaks directly to the first payslip — even though Pune's own client testimonials feature exactly this reader, IT professionals in their 20s who moved to the city for their first or second job. This is that guide: a genuinely first-principles money plan for someone six months into their first salary, not a scaled-down version of advice meant for someone twenty years further along.
First Salary, First Investment: A Money Plan for 20-Something Professionals in Pune (2026) | Money n Wealth :root{ --navy-deep:#0B1929; --navy-mid:#12395A; --ink:#0F172A; --body:#475569; --lead:#64748B; --blue-50:#EFF6FF; --blue-600:#2563EB; --orange:#E07B20; --orange-soft:rgba(224,123,32,.12); --border:#E3DFD9; --border-soft:#E2E8F0; --bg:#FFFFFF; --bg-soft:#F8FAFC; --serif:"DM Serif Display", Georgia, serif; --sans:"DM Sans", -apple-system, "Segoe UI", sans-serif; --shadow: 0 1px 3px rgba(15,23,42,.08), 0 1px 2px rgba(15,23,42,.06); } @media (prefers-color-scheme: dark){ :root:not([data-theme="light"]){ --ink:#F1F5F9; --body:#CBD5E1; --lead:#94A3B8; --bg:#0B1220; --bg-soft:#111A2E; --border:#233047; --border-soft:#1E293B; --blue-50:#132036; --orange-soft:rgba(224,123,32,.18); } } *{box-sizing:border-box;} body{margin:0;background:var(--bg);color:var(--body);font-family:var(--sans);font-size:16px;line-height:1.65;} a{color:var(--blue-600);} header.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy-deep),var(--navy-mid));padding:56px 32px 64px;} .hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2;} .badge{display:inline-block;background:var(--orange-soft);color:#FFD9AD;border:1px solid rgba(224,123,32,.4);font-family:var(--sans);font-size:11.5px;font-weight:700;letter-spacing:.08em;padding:5px 12px;border-radius:20px;margin-bottom:16px;} .eyebrow{font-family:var(--sans);font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;color:#B9C6D6;margin-bottom:14px;font-weight:500;} h1.title{font-family:var(--serif);font-weight:700;font-size:clamp(32px,4.6vw,54px);line-height:1.08;color:#fff;margin:0 0 20px;text-wrap:balance;max-width:22ch;} .dek{font-size:19px;color:#CBD8E5;max-width:58ch;margin:0 0 26px;line-height:1.55;} .byline{display:flex;flex-wrap:wrap;gap:26px;color:#AFC0D2;font-size:14.5px;} .byline span{display:inline-flex;align-items:center;gap:7px;} .hero-motif{position:absolute;right:-10px;bottom:-10px;width:280px;height:280px;opacity:.9;z-index:1;pointer-events:none;} @media (max-width:700px){.hero-motif{display:none;}} .wrap{max-width:1100px;margin:0 auto;padding:48px 32px 80px;display:grid;grid-template-columns:1fr 300px;gap:56px;} @media (max-width:860px){.wrap{grid-template-columns:1fr;padding:36px 20px 60px;}} main{min-width:0;max-width:680px;} main > p{margin:0 0 20px;font-size:17px;} main > p.lead{font-size:19px;color:var(--ink);} h2{font-family:var(--serif);font-size:27px;color:var(--ink);margin:44px 0 16px;line-height:1.25;} h3{font-family:var(--sans);font-weight:700;font-size:18px;color:var(--ink);margin:26px 0 10px;} main ul, main ol{padding-left:22px;margin:0 0 20px;} main li{margin-bottom:9px;font-size:16px;} main strong{color:var(--ink);font-weight:700;} .table-wrap{overflow-x:auto;margin:20px 0;border:1px solid var(--border-soft);border-radius:12px;} table{width:100%;border-collapse:collapse;font-size:14.5px;min-width:560px;} th{background:var(--bg-soft);text-align:left;font-weight:700;color:var(--ink);padding:11px 14px;border-bottom:2px solid var(--border-soft);white-space:nowrap;} td{padding:12px 14px;border-bottom:1px solid var(--border-soft);color:var(--body);vertical-align:top;} tr:last-child td{border-bottom:none;} .note{font-size:12.5px;color:var(--lead);margin-top:-8px;margin-bottom:20px;} .two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0 8px;} @media (max-width:600px){.two-col{grid-template-columns:1fr;}} .callout{background:var(--bg-soft);border:1px solid var(--border-soft);border-radius:12px;padding:20px 22px;} .callout h4{font-family:var(--sans);font-size:15.5px;font-weight:700;color:var(--ink);margin:0 0 12px;} .callout ul{margin:0;padding-left:18px;} .callout li{font-size:14.5px;margin-bottom:8px;} .callout.orange{border-color:rgba(224,123,32,.35);background:var(--orange-soft);} .calc-box{background:var(--bg-soft);border:1px solid var(--border-soft);border-radius:14px;padding:24px 26px;margin:22px 0;} .calc-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;} @media (max-width:600px){.calc-row{grid-template-columns:1fr;}} .calc-field label{display:block;font-size:12.5px;font-weight:700;color:var(--ink);margin-bottom:5px;} .calc-field input, .calc-field select{width:100%;padding:9px 11px;border:1px solid var(--border-soft);border-radius:8px;font-size:15px;font-family:var(--sans);background:var(--bg);color:var(--ink);} .calc-result{margin-top:16px;padding-top:16px;border-top:1px dashed var(--border-soft);display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px;} .calc-result .rlabel{font-size:13.5px;color:var(--lead);} .calc-result .rval{font-family:var(--serif);font-size:26px;color:var(--ink);} .calc-result .rval.accent{color:var(--orange);} .calc-fineprint{font-size:12px;color:var(--lead);margin-top:14px;} .checklist{list-style:none;margin:0 0 20px;padding:0;counter-reset:cl;} .checklist li{counter-increment:cl;position:relative;padding:12px 0 12px 40px;border-bottom:1px solid var(--border-soft);font-size:15.5px;} .checklist li:last-child{border-bottom:none;} .checklist li::before{content:counter(cl);position:absolute;left:0;top:10px;width:26px;height:26px;border-radius:50%;background:var(--navy-mid);color:#fff;font-family:var(--sans);font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;} .faq details{border-bottom:1px solid var(--border-soft);padding:16px 0;} .faq summary{font-family:var(--sans);font-weight:700;font-size:16.5px;color:var(--ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:16px;align-items:center;} .faq summary::-webkit-details-marker{display:none;} .faq summary::after{content:"+";font-size:22px;color:var(--orange);font-weight:400;flex-shrink:0;} .faq details[open] summary::after{content:"\2013";} .faq details p{margin:12px 0 0;font-size:15.5px;} aside{align-self:start;position:sticky;top:24px;} .card{background:var(--bg);border:1px solid var(--border-soft);border-radius:14px;padding:24px;box-shadow:var(--shadow);margin-bottom:20px;} .card h4{font-family:var(--serif);font-size:19px;margin:0 0 14px;color:var(--ink);font-weight:700;} .card p{font-size:14px;color:var(--lead);margin:0 0 12px;} .share-btn{display:block;width:100%;text-align:center;padding:10px;margin-bottom:8px;border-radius:8px;background:var(--bg-soft);color:var(--ink);text-decoration:none;font-size:13.5px;font-weight:600;border:1px solid var(--border-soft);} .cta-btn{display:block;width:100%;text-align:center;padding:12px;border-radius:8px;background:var(--orange);color:#fff;text-decoration:none;font-size:14.5px;font-weight:700;} .toc-list{list-style:none;margin:0;padding:0;} .toc-list li{margin-bottom:9px;} .toc-list a{font-size:13.5px;color:var(--body);text-decoration:none;} .toc-list a:hover{color:var(--orange);} .reg-box{background:var(--bg-soft);border:1px solid var(--border-soft);border-radius:10px;padding:20px 22px;margin:40px 0 8px;font-size:13px;color:var(--lead);line-height:1.65;} .reg-box strong{color:var(--ink);} .related{max-width:1100px;margin:20px auto 0;padding:36px 32px 0;} .related h3{font-family:var(--serif);font-size:24px;color:var(--ink);margin:0 0 20px;} .related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;} .rcard{border:1px solid var(--border-soft);border-radius:12px;padding:18px;text-decoration:none;display:block;transition:box-shadow .15s;} .rcard:hover{box-shadow:var(--shadow);} .rcard .rcat{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--orange);margin-bottom:8px;} .rcard .rtitle{font-family:var(--serif);font-size:16px;color:var(--ink);line-height:1.35;} footer{max-width:1100px;margin:44px auto 0;padding:28px 32px 60px;border-top:1px solid var(--border-soft);font-size:13px;color:var(--lead);} footer div:first-child a{color:var(--body);text-decoration:none;margin-right:18px;font-weight:600;} FINANCIAL PLANNING · FIRST JOB MONEY N WEALTH · INSIGHTS First Salary, First Investment: A Money Plan for 20-Something Professionals in Pune Every planning guide on this site assumes you already have savings, dependents or a decade of career behind you. This one doesn't — it's for the first payslip, written for the IT and services professionals filling Pune's Hinjewadi, Kharadi and Baner offices right now. 👤 Money n Wealth Team 📅 September 3, 2026 🕐 ~13 min read Our SIP Planning and Tax Planning guides both quietly assume something: that you already have a stable monthly surplus, maybe dependents, and a few years of financial habits already formed. Nothing on this site speaks directly to the first payslip — even though Pune's own client testimonials feature exactly this reader, IT professionals in their 20s who moved to the city for their first or second job. This is that guide: a genuinely first-principles money plan for someone six months into their first salary, not a scaled-down version of advice meant for someone twenty years further along. Month One: Before You Invest Anything, Do This The instinct with a first salary is to start investing immediately — open a demat account, start a SIP, buy the stock a colleague mentioned. Resist it for exactly as long as it takes to do three things first, because getting these wrong is far more expensive than a few months of delayed investing. 1. Build a starter emergency fund Before any investing, park 1–2 months of expenses in a separate savings account or liquid fund — not invested, not touched, purely there for a laptop repair, a medical visit, or the gap between jobs if you switch. This grows to a full 6-month buffer over your first two years, but even a thin starter version changes your relationship with risk from day one: it's the difference between a market dip being background noise and being a genuine emergency. 2. Understand what's already being deducted from your salary Your payslip already includes a retirement contribution you may not have registered: EPF , typically 12% of your basic salary, matched by an equal employer contribution, currently earning 8.25% per annum (FY 2025-26 rate) completely tax-free. This is already, quietly, the most reliable part of your retirement plan — know your UAN (Universal Account Number), link it to your Aadhaar, and check your balance at least once a year through the EPFO portal. 3. Get your own health insurance, even with employer cover A corporate group health policy is real cover, but it ends the day you leave the job — voluntarily, or otherwise. A modest independent health policy taken out in your 20s locks in a low premium for years, before any health condition can complicate or exclude your cover later. It's one of the few financial decisions where being young is a pure, time-limited advantage. Understanding Your First Payslip and Tax Under the new tax regime — the default for most first-time filers — the slab structure for FY 2025-26/26-27 looks like this: Income slab Rate ₹0 – ₹4,00,000 Nil ₹4,00,000 – ₹8,00,000 5% ₹8,00,000 – ₹12,00,000 10% ₹12,00,000 – ₹16,00,000 15% Above ₹16,00,000 20% and rising in further slabs Two details matter more than the slab table itself for most first-job earners. A standard deduction of ₹75,000 applies automatically for salaried employees under the new regime, no paperwork required. And a Section 87A rebate means taxable income up to ₹12 lakh (roughly ₹12.75 lakh gross salary, after the standard deduction) attracts effectively zero tax under the new regime. If your first-job salary sits comfortably under that line, your tax planning problem for now is genuinely simple — the more urgent habits to build are saving and investing, not chasing 80C deductions that the new regime doesn't reward anyway. The Simplest Version of a Budget That Actually Works A 50-30-20 split is a reasonable starting frame for a first salary: roughly 50% to needs (rent, food, transport), 30% to wants (the part of Pune life that makes it worth living — going out, travel, hobbies), and 20% to savings and investments. The exact numbers matter less than picking a split and automating it — setting up your SIP and savings transfer to happen on salary day, before the money has a chance to become "spare," is worth more than any amount of willpower applied later in the month. What usually goes wrong first Lifestyle inflation — every raise going straight into a bigger flat or a nicer car, with savings rate never actually improving Waiting for a "big enough" amount to start investing, instead of starting small immediately No emergency fund, so a bad month means credit card debt or breaking an investment early What actually compounds in your favour Starting a SIP in month three or four of your first job, however small Building your CIBIL score deliberately, even before you need a loan Increasing your SIP with every raise, before increasing your spending Starting Your First SIP: Small, Early, Automatic The single biggest advantage a 23-year-old has over a 40-year-old investor isn't income — it's time. A modest SIP starting in your first year of work has two or three additional decades of compounding ahead of it, which matters more than starting with a larger amount five years later. There's no meaningful minimum to "wait for" — starting with whatever feels sustainable, even a few thousand rupees a month, and increasing it as your salary grows, beats waiting for an arbitrary comfortable amount that never quite arrives. Building a Credit Score Before You Need One Most 20-somethings only think about their CIBIL score when they need a loan — by which point it's too late to build one from scratch quickly. A credit card used lightly and paid in full every month, an on-time EMI history if you take a small loan, and simply not applying for multiple credit products in a short window all build a usable score over your first two or three working years, well before you'll actually need it for a home loan. A Practical First-Year Checklist Open a separate savings account or liquid fund for a starter 1–2 month emergency fund. Link your EPF UAN to Aadhaar and check your balance at least once. Buy an independent health insurance policy, even alongside employer group cover. Start a SIP — any amount — by your third or fourth salary, and automate the transfer. Use one credit card lightly and pay it off in full every month to start building CIBIL history. Revisit your budget split (50-30-20 or your own version) every time you get a raise, before your spending adjusts on its own. File your first ITR on time, even if your employer has already deducted all applicable tax. How Money n Wealth Approaches First-Time Investors A first-salary conversation looks nothing like a conversation with someone twenty years into their career, and it shouldn't be treated the same way. For Pune's large base of first- and second-job IT and services professionals, our starting point is deliberately simple — an emergency fund, adequate independent health cover, and a small, automated SIP — before any conversation about fund selection, tax-saving instruments, or portfolio construction. As an AMFI-registered Mutual Fund Distributor (ARN-121995), we're able to start that SIP conversation at whatever size genuinely fits a first salary, not a minimum ticket sized for someone further along. Calculator: What Does Starting Early Actually Buy You? Monthly SIP amount (₹) Years you delay starting Calculate Corpus at 30 years, starting now (12% p.a.) ₹0 Corpus if you delay by the years above ₹0 Illustrative only, assuming a constant 12% annual return and the same monthly amount either way. Real returns vary and are never guaranteed — this isolates purely the cost of delay. Frequently Asked Questions Should I choose the old or new tax regime for my first job? For most first-time earners without large deductions like home loan interest or significant 80C investments already committed, the new regime's lower slabs and ₹12 lakh effective rebate threshold usually work out better — but it's worth a quick comparison each year, especially once you start claiming deductions like HRA or an 80C investment. How much of my first salary should actually go into investments? There's no universal number, but 20% is a reasonable target to build toward within your first year or two — starting lower and increasing it with each raise is far more sustainable than trying to hit 20% immediately and abandoning it after two difficult months. Is it too early to think about retirement in my 20s? It's the opposite — the years between 22 and 30 are worth more to a retirement corpus than almost any other decade, purely because of how many compounding years remain. A small SIP started now does more work than a much larger one started at 35. Should I invest in stocks directly or through mutual funds when I'm just starting out? Mutual funds (via SIP) are generally the more forgiving starting point — professional fund management and built-in diversification reduce the risk of a beginner's mistake in stock-picking wiping out early enthusiasm. Direct stocks can come later, once you've built some experience and a base portfolio. What if my salary is irregular because I'm on a contract or probation? Start with the emergency fund first, and treat any SIP as flexible rather than fixed until your income stabilises — our companion guide on freelancer and irregular-income money management covers this specific situation in more depth. Starting your first job in Pune and want a plan that actually fits a first salary? Talk to an advisor (https://www.moneynwealth.in/contact) . Regulatory Information: Money n Wealth (Predics Fintech Services Pvt Ltd) is regulated under SEBI's framework as an AMFI-registered Mutual Fund Distributor (ARN-121995) and an APMI-registered Portfolio Manager Distributor (APRN-07444). Mutual fund investments are subject to market risk. Tax slabs, EPF rates and rebate thresholds mentioned here are indicative as of the publish date and subject to change. This article is for general informational and educational purposes only, does not constitute personalized investment or tax advice, and should not be the sole basis for any financial decision. 📤 Share this article Share on X (https://twitter.com/intent/tweet?text=First%20Salary%2C%20First%20Investment%3A%20A%20Money%20Plan%20for%2020-Something%20Professionals%20in%20Pune) Share on LinkedIn (https://www.linkedin.com/sharing/share-offsite/?url=https://www.moneynwealth.in/insights/first-salary-first-investment-pune) Share on WhatsApp (https://wa.me/?text=First%20Salary%2C%20First%20Investment%3A%20A%20Money%20Plan%20for%2020-Something%20Professionals%20in%20Pune%20https://www.moneynwealth.in/insights/first-salary-first-investment-pune) Just started your first job? A free portfolio review is a good way to build the right habits from month one, not year five. Start Free Portfolio Review (https://www.moneynwealth.in/contact) On this page Before you invest anything (#) Your first payslip and tax (#) A budget that actually works (#) Starting your first SIP (#) First-year checklist (#) Related Reading SIP Planning How to Build a ₹1 Crore Corpus: Step-by-Step SIP Calculator Guide (https://www.moneynwealth.in/insights/build-1-crore-corpus-sip-calculator-guide) SIP Planning Money Management for Freelancers and the Self-Employed: SIPs, Tax and Irregular Income (https://www.moneynwealth.in/insights/money-management-for-freelancers-and-self-employed) Financial Planning Financial Advisor & Financial Planner in Pune: What They Do and How to Choose One (https://www.moneynwealth.in/insights/financial-advisor-planner-in-pune) Advisory Talk to a SEBI-Registered Advisor About Your Portfolio (https://www.moneynwealth.in/contact) Back to All Articles (https://www.moneynwealth.in/insights) Planning Tools (https://www.moneynwealth.in/tools) Taxation (https://www.moneynwealth.in/legal/taxation) © 2026 Predics Fintech Services Pvt Ltd. AMFI ARN-121995 · APMI APRN-07444. function calcF1(){ const sip = parseFloat(document.getElementById('f1-sip').value)||0; const delay = parseFloat(document.getElementById('f1-delay').value)||0; const totalYears = 30; const monthlyRate = 0.12/12; function fv(months){ if(months '₹' + Math.round(v).toLocaleString('en-IN'); document.getElementById('f1-now').textContent = fmt(nowCorpus); document.getElementById('f1-later').textContent = fmt(laterCorpus); }