How to Invest in US Stocks from India: LRS Limits, Tax and the Route That Works
The rule that governs every route (LRS), the three ways people actually buy US shares from India, and what the IRS, the RBI and the Indian Income Tax Department each expect from you afterward.
Global Investments sits on the Money n Wealth services menu with nothing written about it — a gap in a category that's growing fast among exactly the salaried professionals this site already reaches. If you've wondered how to actually buy Apple, Nvidia or an S&P 500 fund from an Indian bank account, this covers the rule everything else depends on, the three routes people use, and how the money gets taxed on both sides.
How to Invest in US Stocks from India: LRS, Tax & Routes (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:20ch;} .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;} .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;} GLOBAL INVESTMENTS MONEY N WEALTH · INSIGHTS How to Invest in US Stocks from India: LRS Limits, Tax and the Route That Works The rule that governs every route (LRS), the three ways people actually buy US shares from India, and what the IRS, the RBI and the Indian Income Tax Department each expect from you afterward. 👤 Money n Wealth Team 📅 September 3, 2026 🕐 ~12 min read Global Investments sits on the Money n Wealth services menu with nothing written about it — a gap in a category that's growing fast among exactly the salaried professionals this site already reaches. If you've wondered how to actually buy Apple, Nvidia or an S&P 500 fund from an Indian bank account, this covers the rule everything else depends on, the three routes people use, and how the money gets taxed on both sides. The Rule Everything Else Sits On: LRS Every route into US stocks from India runs through, or deliberately around, the RBI's Liberalised Remittance Scheme (LRS) . It's the framework that lets a resident Indian individual send money abroad for permitted purposes — including overseas investment — up to USD 250,000 per financial year . That's a per-person, per-year cap; it resets each April and covers all your foreign remittances combined, not just stock investing. The part that actually affects your cash flow is Tax Collected at Source (TCS) on the remittance itself: Remittance in the financial year TCS rate Up to ₹10 lakh (cumulative, for investment purposes) Nil Above ₹10 lakh 20%, on the amount exceeding ₹10 lakh Threshold raised from ₹7 lakh to ₹10 lakh effective 1 April 2026. TCS is not an extra tax — it's collected upfront and shows up as a credit in your Form 26AS/AIS, adjustable against your final tax liability or advance tax, and refundable if it exceeds what you owe. The Three Routes People Actually Use Route Uses LRS? What you actually hold Best for Direct international broker Yes Actual shares/ETFs in a US brokerage account, in your name Investors who want specific stocks and are comfortable with LRS/TCS paperwork Indian mutual funds with US/global exposure No Units of an Indian fund-of-fund or feeder fund, in rupees Investors who want US market exposure without opening a foreign account GIFT City / IFSC platforms Structured differently Shares/ETFs held through an IFSC-regulated intermediary A newer, evolving option — check current structure and costs before assuming it avoids LRS entirely Route 1: A direct international broker Several India-focused platforms (and some global brokers directly) let you remit money under LRS, convert it to US dollars, and hold real shares or ETFs in a US brokerage account opened in your name. You'll typically complete a W-8BEN form with the broker — this certifies you're a non-US person and reduces the default US withholding tax on dividends from 30% to 25% under the India-US tax treaty . You get direct ownership of whatever you buy, real-time US market access, and the ability to hold individual stocks that no Indian fund tracks. The friction is real, though: every remittance goes through LRS and its TCS rules above, currency conversion costs apply both ways, and you're now managing a foreign brokerage relationship, a separate tax reporting obligation (more below), and currency risk on top of stock-price risk. Route 2: Indian mutual funds with US or global exposure Several Indian fund houses run funds-of-funds or feeder funds that invest in US index funds or specific overseas themes (Nasdaq-100 trackers are the most common example). You buy and hold these exactly like any other Indian mutual fund — in rupees, through your existing folio or demat account, with no LRS remittance and no TCS, since the fund itself does the overseas investing. One real caveat: international funds invest within an industry-wide overseas investment cap set by SEBI, and several well-known funds have paused new subscriptions or SIPs for stretches in past years when the industry neared that ceiling. Check a fund's current subscription status before committing to a SIP, since it can reopen or close again with limited notice. Route 3: GIFT City / IFSC platforms A newer route has opened up through India's GIFT City International Financial Services Centre, where IFSC-regulated intermediaries offer access to US and other global stocks through a different regulatory structure than standard LRS. This space is still evolving — the cost structure, minimum investment and exact tax treatment can differ from both routes above. It's worth asking about specifically if you're comparing options, but confirm the current rules directly with the platform rather than assuming it works identically to a traditional LRS remittance. How the Money Gets Taxed Item Treatment Capital gains, held ≤24 months Short-term; added to income, taxed at your slab rate Capital gains, held >24 months Long-term; 12.5% flat, no indexation (foreign shares are treated as unlisted for this purpose) US dividends Taxed at your Indian slab rate as income; the US withholds up to 25% at source (with a valid W-8BEN) before you receive it Double taxation on dividends Claimable as a Foreign Tax Credit (FTC) against your Indian tax on the same income, by filing Form 67 before your ITR Reporting requirement Foreign shares must be disclosed in Schedule FA of your Indian income tax return — required even for small holdings, regardless of whether you made a profit Rules current at time of writing and subject to Finance Act and treaty changes — confirm current provisions, and don't skip Schedule FA disclosure; penalties for omitting foreign assets are steep under the Black Money Act. Choose a Direct Broker If / An Indian Fund If Lean toward a direct international broker if: You want specific companies, not a basket You're comfortable with LRS paperwork, W-8BEN and Schedule FA reporting You have enough capital that TCS on the remitted amount doesn't outweigh the benefit Lean toward an Indian mutual fund if: You want US market exposure without a foreign account or extra reporting You'd rather invest via SIP in rupees, like the rest of your portfolio You're fine tracking an index rather than picking individual stocks Calculator: What Will TCS Actually Cost You? Amount you plan to remit this financial year (₹) Calculate TCS collected upfront ₹1,00,000 Net amount that reaches your US broker ₹14,00,000 Assumes the ₹10 lakh nil-TCS threshold and 20% TCS above it, for the "other purposes" (investment) LRS category. TCS collected is a credit against your tax liability, not a permanent cost — you can reclaim any excess when you file your return. Frequently Asked Questions Is the ₹10 lakh TCS threshold the same as my total LRS limit for the year? No. The overall LRS ceiling is USD 250,000 per financial year for permitted purposes combined. The ₹10 lakh figure is only the point above which TCS starts getting collected on remittances for investment — you can still remit up to the full USD 250,000 limit, just with 20% TCS applying beyond ₹10 lakh. Do I pay tax in both the US and India on the same gains? Capital gains from selling US shares aren't taxed by the US for non-resident aliens in most cases, so double taxation mainly comes up on dividends, where the US withholds tax at source. India's tax treaty with the US and the Foreign Tax Credit mechanism (Form 67) are designed to prevent you from being taxed twice on that same dividend income — but you do need to actively claim the credit. Do I need to report US stocks if I haven't sold anything or received dividends yet? Yes. Schedule FA disclosure is based on holding foreign assets during the relevant calendar year, not on realising a gain or receiving income — it applies even to unrealised, unsold holdings. Is investing in a Nasdaq-100 index fund through an Indian AMC "investing in US stocks"? Economically, yes — you get exposure to the same underlying US companies. Structurally, no — you hold rupee-denominated Indian mutual fund units, not US shares directly, so LRS, TCS, W-8BEN and Schedule FA simply don't apply the way they would with a direct broker. What happens to my US shares if the broker or platform shuts down? This depends entirely on the specific platform's custody arrangement — some hold shares through SEC-regulated US brokers with standard investor protections (like SIPC coverage in the US), others use different structures. Confirm exactly who holds custody of your shares, and under which country's investor-protection regime, before committing significant capital to any single platform. Weighing a direct broker against an Indian fund-of-fund for your own situation? 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). Overseas investments are subject to RBI's LRS guidelines, currency risk, and the tax laws of both India and the destination country, all of which change over time — figures here are indicative as of the publish date. 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 — please consult your advisor and a qualified tax professional before investing overseas. 📤 Share this article Share on X (https://twitter.com/intent/tweet?text=How%20to%20Invest%20in%20US%20Stocks%20from%20India%3A%20LRS%2C%20Tax%20and%20the%20Route%20That%20Works) Share on LinkedIn (https://www.linkedin.com/sharing/share-offsite/?url=https://www.moneynwealth.in/insights/invest-us-stocks-from-india) Share on WhatsApp (https://wa.me/?text=How%20to%20Invest%20in%20US%20Stocks%20from%20India%3A%20LRS%2C%20Tax%20and%20the%20Route%20That%20Works%20https://www.moneynwealth.in/insights/invest-us-stocks-from-india) Building a global allocation? A portfolio review shows how much overseas exposure actually makes sense alongside your Indian holdings. Start Free Portfolio Review (https://www.moneynwealth.in/contact) On this page LRS, the rule behind everything (#) The three routes (#) How the money gets taxed (#) Which route fits you (#) Related Reading Financial Planning Real Estate vs Mutual Funds: Where Should Your Next ₹20 Lakh Go? (https://www.moneynwealth.in/insights/real-estate-vs-mutual-funds-where-should-your-next-20-lakh-go) 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) Bonds Bonds 101: A Complete Guide to G-Secs, Corporate and Tax-Free Bonds in India (https://www.moneynwealth.in/insights/bonds-101-india) 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 calcU1(){ const amt = parseFloat(document.getElementById('u1-amt').value)||0; const threshold = 1000000; const tcsRate = 0.20; const taxable = Math.max(amt - threshold, 0); const tcs = taxable * tcsRate; const net = amt - tcs; const fmt = v => '₹' + Math.round(v).toLocaleString('en-IN'); document.getElementById('u1-tcs').textContent = fmt(tcs); document.getElementById('u1-net').textContent = fmt(net); }