7 Signs Your Mutual Fund Portfolio Needs a Review
"Start Free Portfolio Review" has sat on our homepage for months without a single page explaining what it actually checks. Here are seven concrete, checkable signs your portfolio has drifted — and exactly what a proper review looks for.
"Start Free Portfolio Review" is the single most-clicked button on this website, and until today it led to a contact form with nothing behind it explaining what a review actually is. That's a real gap — most investors have no idea what a portfolio review looks for, so they never quite get around to asking for one, even when their portfolio genuinely needs it. This is the missing page: seven specific, checkable signs that it's time, and what a professional review corrects once you're in.
7 Signs Your Mutual Fund Portfolio Needs a Review (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);} .sign-num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--navy-mid);color:#fff;font-family:var(--serif);font-size:16px;margin-right:12px;flex-shrink:0;} .sign-head{display:flex;align-items:center;margin:44px 0 16px;} .sign-head h2{margin:0;} .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;} MUTUAL FUND PLANNING MONEY N WEALTH · INSIGHTS 7 Signs Your Mutual Fund Portfolio Needs a Review "Start Free Portfolio Review" has sat on our homepage for months without a single page explaining what it actually checks. Here are seven concrete, checkable signs your portfolio has drifted — and exactly what a proper review looks for. 👤 Money n Wealth Team 📅 September 3, 2026 🕐 ~12 min read "Start Free Portfolio Review" is the single most-clicked button on this website, and until today it led to a contact form with nothing behind it explaining what a review actually is. That's a real gap — most investors have no idea what a portfolio review looks for, so they never quite get around to asking for one, even when their portfolio genuinely needs it. This is the missing page: seven specific, checkable signs that it's time, and what a professional review corrects once you're in. 1 You Can't Say What Your Actual Asset Allocation Is Right Now Most portfolios start with a deliberate split — say, 70% equity, 20% debt, 10% gold — chosen to match a specific risk appetite and time horizon. Nobody rebalances by accident, though, and equity markets rarely grow at the same pace as debt instruments. Three or four strong equity years later, that same 70/30 split has quietly drifted to something closer to 85/15, without a single conscious decision being made. The portfolio is now carrying meaningfully more risk than it was originally built for — not because anything went wrong, but because nothing was checked. If you can't state your current equity-debt-gold split within a rough percentage right now, from memory, that's sign one. 2 You're Holding Several Funds That Are Quietly Doing the Same Job It's common to end up with four or five "large-cap" or "flexi-cap" funds from different fund houses, added over the years on different recommendations, each one sounding like healthy diversification. In practice, large-cap funds tend to hold a very similar set of the market's biggest, most liquid stocks — so five large-cap funds often means five expense ratios paid for what is functionally one concentrated bet, dressed up as diversification. Genuine diversification comes from spreading across asset classes and market-cap segments deliberately, not from accumulating similarly-styled funds over time because each one seemed like a reasonable addition on its own. 3 You're Still Holding a Fund an Employer or a Bank Recommended Years Ago A surprising share of long-running SIPs trace back to a single conversation years ago — a bank relationship manager during a salary-account opening, a colleague's suggestion during a first job, an insurance-cum-investment product bundled into a loan approval. These aren't necessarily bad funds, but they were rarely chosen against today's goals, and they're the ones most likely to have gone unreviewed the longest, simply because nobody remembers exactly why they're there in the first place. 4 Your Goals Have Moved, But Your Portfolio's Time Horizon Hasn't A portfolio built at 30 for a 25-year retirement horizon is a genuinely different portfolio from one that needs to fund a house down payment in three years or a child's college fees in six — even if the underlying funds haven't changed at all. Life moves faster than most portfolios do: a marriage, a child, a parent's health need, or simply getting closer to a goal all shorten the time horizon a portfolio should be running on, and a heavily equity-weighted mix that made sense a decade ago can become genuinely risky once a goal is only a few years away. 5 You Don't Know Whether You're Paying Regular or Direct Plan Costs Regular plans carry a built-in distributor trail commission, funded from a slightly higher expense ratio than the equivalent direct plan of the exact same fund. That difference compounds meaningfully over 15–20 years of investing — sometimes into a genuinely large final-corpus gap — and yet most investors have never actually checked which plan type their existing folios are in, or what the cumulative commission being paid across their entire portfolio adds up to in a year. Neither plan type is automatically the wrong choice; not knowing which one you're in, and why, is the actual problem. 6 A Fund Has Quietly Underperformed Its Own Benchmark for Years Every actively managed fund is measured against a stated benchmark index — its entire job is to beat that benchmark over a reasonable stretch of time, after fees. A fund that has trailed its own benchmark for three to five consecutive years, not just one difficult quarter, is a legitimate candidate for replacement, not a fund to hold out of loyalty or inertia. The mistake runs in both directions: switching out of a fund after one bad year chasing short-term performance is just as unhelpful as never checking benchmark performance at all. 7 You've Never Actually Used Your ₹1.25 Lakh Annual Tax-Free Gains Allowance Long-term capital gains on equity mutual funds — units held over 12 months — are taxed at 12.5%, but the first ₹1.25 lakh of gains in a financial year is entirely tax-free, every single year, for every investor. Deliberately booking gains up to that threshold and reinvesting is a completely legal, straightforward way to reduce a future tax bill, yet it requires someone to actually look at unrealised gains each year and act — something that almost never happens without a scheduled annual review in place. What a Professional Portfolio Review Actually Checks A genuine review isn't a sales pitch dressed up as an audit — it's a structured look at exactly the seven areas above, translated into a concrete plan. Your current actual asset allocation across equity, debt, gold and other holdings, measured, not estimated. Fund-by-fund overlap analysis — how much of your "diversified" portfolio is really the same underlying stocks. Every fund's plan type (regular vs direct) and the total annual cost being paid across the full portfolio. Each fund's 3–5 year performance against its own stated benchmark, not just its raw return number. Whether your current allocation still matches your actual time horizon for each goal, not the horizon you had when you started. Unrealised long-term gains that could be harvested this financial year within the ₹1.25 lakh exemption. A written, prioritised action list — what to hold, what to consolidate, and in what order, rather than everything at once. How Money n Wealth Approaches a Portfolio Review Our free portfolio review works through exactly this checklist, using your actual folio statements and consolidated account statement (CAS) rather than a generic questionnaire — the same standard we'd want applied to our own investments. As an AMFI-registered Mutual Fund Distributor (ARN-121995) and APMI-registered Portfolio Manager Distributor (APRN-07444), we're able to look across mutual funds, PMS and insurance-linked investments together in one sitting, rather than reviewing each product in isolation. Nothing is sold as part of the review itself — the output is a written picture of where your portfolio actually stands today, and a specific, prioritised list of what to do about it. A useful two-minute test before you book a review Can you name your current equity-debt-gold split within 10 percentage points, right now, from memory? Do you know, fund by fund, whether you're in regular or direct plans? Has anyone checked your portfolio against your actual goals in the last 12 months? If you answered no to more than one, a review is very likely to find something worth acting on. Frequently Asked Questions Is the portfolio review actually free, or is there a catch? The review itself carries no fee — it's a diagnostic look at your existing holdings. If you choose to act on any recommendation afterward through Money n Wealth, our compensation follows the standard, disclosed AMFI trail-commission or advisory-fee structure described in our regulatory information below, exactly as it would with any registered distributor or adviser. What documents do I need for a review? A Consolidated Account Statement (CAS), available free from CAMS, KFintech or your depository, covers most mutual fund holdings in one document. Insurance policy documents and any PMS or bond statements help complete the picture, but aren't strictly required to start. Will a review always recommend switching funds? No — a genuinely good review sometimes concludes that your existing portfolio is largely fine and needs only minor rebalancing, or that a particular "underperforming" fund is actually still doing its job over the right time frame. The point is an honest answer, not a predetermined sales outcome. How often should a portfolio actually be reviewed? Once a year is a reasonable default for most investors, with an additional check after any major life event — a job change, marriage, a child, or a goal moving significantly closer. I already have an advisor or distributor. Is a second opinion review useful? Yes, in the same way a second medical opinion is useful — it costs nothing to check, and a portfolio that's genuinely well-managed will hold up fine under a second, independent look. Recognise more than one of the seven signs above in your own portfolio? Start your free portfolio review (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; please read all scheme-related documents carefully. Tax figures 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=7%20Signs%20Your%20Mutual%20Fund%20Portfolio%20Needs%20a%20Review) Share on LinkedIn (https://www.linkedin.com/sharing/share-offsite/?url=https://www.moneynwealth.in/insights/signs-your-mutual-fund-portfolio-needs-a-review) Share on WhatsApp (https://wa.me/?text=7%20Signs%20Your%20Mutual%20Fund%20Portfolio%20Needs%20a%20Review%20https://www.moneynwealth.in/insights/signs-your-mutual-fund-portfolio-needs-a-review) Recognise a few of these signs? A free portfolio review checks all seven, using your actual statements, in one sitting. Start Free Portfolio Review (https://www.moneynwealth.in/contact) On this page Asset allocation drift (#) Overlapping funds (#) Legacy and orphaned SIPs (#) What a review actually checks (#) The two-minute test (#) Related Reading Mutual Fund Planning Direct vs Regular Mutual Funds: What the "Higher Return" Claim Leaves Out (https://www.moneynwealth.in/insights/direct-vs-regular-mutual-funds-what-the-higher-return-claim-leaves-out) Financial Planning How to Consolidate Scattered Investments and Policies Into One Plan (https://www.moneynwealth.in/insights/consolidate-scattered-investments-and-policies) 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.