About this tool
Track assets minus liabilities with monthly net worth snapshots, projections, and category breakdowns.
The Net Worth Tracker subtracts total liabilities from total assets, then runs a month-by-month simulation of both sides of the balance sheet. Each asset compounds at its own annual growth rate, converted to a monthly rate with (1 + growth/100)^(1/12) − 1, and your monthly contribution is split across assets in proportion to their current value; each debt accrues rate/12 per month and is reduced by an equal share of your monthly debt payment until the balance floors at zero. Everything runs as React state in your browser — no account, no server call, no upload — with the projection charted using Recharts and downloadable as CSV. Amounts are formatted in Indian rupees via Intl.NumberFormat("en-IN") with no decimal places.
Open Net Worth Tracker on AltFTool — it loads instantly in your browser.
Edit the asset rows — name, value, annual growth % and category — and add anything missing by typing a name and clicking Add Asset. Load Sample fills in a larger example portfolio; Reset restores the defaults.
Do the same for liabilities, giving each debt its outstanding balance and annual interest rate, then set your monthly asset addition, monthly debt payment (up to ₹2,50,000 each) and projection length from 1 to 40 years.
Read the current net worth, projected net worth, debt ratio and liquidity cover cards along with the area and category charts, then click Copy Summary or Export CSV — nothing is stored once you leave the page.
Every asset row carries its own annual growth percentage, accepted from −50% to 100%, so cash at 3% and index funds at 12% compound separately instead of collapsing into a single average return.
Each liability has its own annual rate (0–99%), grows by rate/12 every month, and is paid down by an equal share of your monthly debt payment until it reaches zero — so a 36% card and an 8.5% home loan behave differently.
All figures live in the page's React state. There is no signup, no backend request and no upload of your numbers. The trade-off: nothing is stored either, so use Copy Summary or Export CSV before closing the tab.
Debt ratio (liabilities ÷ assets × 100) and liquidity cover (your first asset categorised as Liquid ÷ liabilities × 100) are recalculated with every keystroke, so you see composition, not just the total.
Net worth is total assets minus total liabilities. This tool sums every asset row and every liability row you enter and shows the difference. It opens with a sample portfolio — ₹39,30,000 in assets across cash, mutual funds, stocks, home equity and gold, against ₹14,75,000 of home loan, personal loan and credit card debt — which you can edit, delete or reset at any time.
No. Nothing is saved anywhere — your figures live only in the page's React state, so a refresh or a closed tab resets everything to the default portfolio. There is no account, no database and no local storage. Click Copy Summary for a ten-line text block, or Export CSV, before you leave the page.
It steps forward one month at a time for the number of years you choose (1 to 40, so up to 480 months). Each month, every asset grows by its annual rate converted to a monthly equivalent — (1 + growth/100)^(1/12) − 1 — and receives a share of your monthly asset addition proportional to its current value. Each liability grows by rate/12 and loses an equal share of your monthly debt payment, stopping at zero.
Indian rupees. Values are formatted with Intl.NumberFormat("en-IN") in INR with no decimals, so large numbers use lakh-and-crore grouping like ₹12,50,000. There is no currency selector, but the arithmetic is currency-agnostic — the same growth and interest maths applies if you read the ₹ symbol as your own currency.
Yes, it is free, and the tool itself asks for no account, no email and no payment details. The whole calculator is a client-side React component: it makes no network requests with your figures and loads no third-party tracker of what you type.
Each asset takes a name, a value, an annual growth percentage and a free-text category; each liability takes a name, a balance, an annual interest rate and a category. Values are capped at 1,000,000,000 per row, asset growth at −50% to 100%, liability rates at 0–99%, and the monthly addition and monthly debt payment at ₹2,50,000 each. Categories are grouped by exact text, so typing "Investments" on two rows merges them in the breakdown chart.
Yes. Export CSV downloads net-worth-tracker.csv with one row per projected month and four columns — Month, Assets, Liabilities, Net Worth — so a 10-year projection produces 121 rows including month 0. The file is generated in the browser with a Blob and opens directly in Excel, Numbers or Google Sheets.
It is arithmetic on the assumptions you type, not a forecast. The model holds every growth rate and interest rate constant for the entire period, assumes your monthly addition and debt payment never change, and ignores tax, inflation, and anything bought or sold outside those two numbers. Vary the growth rates and re-read the chart to see how sensitive the result is. This is a calculator, not financial advice.
Add the Net Worth Tracker widget to your blog or website — free, responsive, no signup. Just keep the “Widget by AltFTool” credit link visible.
<iframe src="https://www.altftool.com/embed/widget/net-worth-tracker"
title="Net Worth Tracker — free AltFTool widget"
width="100%" height="640" style="border:0;border-radius:12px;overflow:hidden"
loading="lazy" referrerpolicy="no-referrer-when-downgrade" allow="clipboard-write"></iframe>
<p style="font-size:12px;margin:4px 0 0">Widget by <a href="https://www.altftool.com/tools/all/net-worth-tracker?utm_source=embed&utm_medium=widget" rel="nofollow">AltFTool — free online tools</a></p>