Net Worth Calculator

Calculate your total net worth by adding up all your assets and subtracting your liabilities

Calculator
Insights
Comparison
History
Currency:
Assets Total: $0
$
Estimate the current value of your house (and other real estate you own).
$
How much money do you currently have in your checking account(s)?
$
How much money do you currently have in your savings account(s)?
$
How much money do you have in 401(k)s, 403(b)s, IRAs, or other retirement accounts?
$
Estimate the current value of your car (and other vehicles you own).
$
Estimate the value of any antiques, jewelry, stocks, bonds, business assets, etc.
Liabilities Total: $0
$
What's the total amount you still owe on your mortgage (and other properties you own)?
$
How much credit card debt do you owe? Enter the total amount, not monthly payments.
$
Do you have any personal loan debt (i.e. family or friends, payday loans)?
$
Do you have student loan debt? Enter the total amount owed, not monthly payments.
$
How much do you owe on your vehicle(s)? Enter the total amount owed, not monthly payments.
$
List any other debts you owe (i.e. medical bills, business loans, HELOCs).
Total Assets
$0
Total Liabilities
$0
Net Worth
$0
Your Net Worth Summary
$0
Add your assets and liabilities to calculate your net worth
Financial Insights
Real Estate Equity
$0
Value minus mortgage debt
Vehicle Equity
$0
Car value minus auto loans
Debt-to-Asset Ratio
0%
Lower is better (under 50% is good)
Liquid Assets
$0
Cash and savings available
Net Worth Progress 0%
Negative Break-even Positive
Net Worth Comparison
Asset Allocation
Calculation History

No calculation history yet. Save your first net worth calculation!

`; const printWindow = window.open('', '_blank'); printWindow.document.write(printContent); printWindow.document.close(); printWindow.focus(); // Wait for content to load, then print setTimeout(() => { printWindow.print(); printWindow.close(); }, 500); } else if (format === 'print') { // Direct print option const originalContent = document.querySelector('.networth-calculator').innerHTML; const printContent = `Net Worth Calculator - Print

Use your browser's print function (Ctrl+P) to print this report.

`; const printWindow = window.open('', '_blank'); printWindow.document.write(printContent); printWindow.document.close(); printWindow.focus(); // Wait for content to load, then print setTimeout(() => { printWindow.print(); printWindow.close(); }, 500); } } // Handle currency change function onCurrencyChange() { const selected = currencySelect.value; const [symbol, code] = selected.split('|'); currentCurrencySymbol = symbol; currentCurrencyCode = code; // Update all static currency symbols updateStaticCurrencySymbols(); // Recalculate and refresh all displays calculateNetWorth(); // Update insights, comparison, chart, history if those tabs are active if (activeTab === 'insights') { updateInsights(); } else if (activeTab === 'comparison') { loadComparison(); createAssetChart(); } else if (activeTab === 'history') { loadHistory(); } } // Initialize calculator function initCalculator() { // Initialize tabs initTabs(); // Set up currency selector currencySelect.addEventListener('change', onCurrencyChange); // Set up event listeners document.getElementById('calculate-btn').addEventListener('click', function() { calculateNetWorth(); // Switch to insights tab document.querySelectorAll('.tab').forEach(t => t.classList.remove('active')); document.querySelector('.tab[data-tab="insights"]').classList.add('active'); showTab('insights'); updateInsights(); }); document.getElementById('reset-btn').addEventListener('click', resetCalculator); document.getElementById('save-btn').addEventListener('click', saveCalculation); // Download button functionality downloadBtn.addEventListener('click', function(e) { e.stopPropagation(); downloadOptions.classList.toggle('show'); }); // Download options document.querySelectorAll('.download-option').forEach(option => { option.addEventListener('click', function() { const format = this.getAttribute('data-format'); downloadReport(format); downloadOptions.classList.remove('show'); }); }); // Close download options when clicking outside document.addEventListener('click', function(e) { if (!downloadBtn.contains(e.target) && !downloadOptions.contains(e.target)) { downloadOptions.classList.remove('show'); } }); // Input change listeners for real-time updates const allInputs = document.querySelectorAll('.input-field'); allInputs.forEach(input => { input.addEventListener('input', calculateNetWorth); }); // Load initial data calculateNetWorth(); loadComparison(); createAssetChart(); loadHistory(); } // Initialize on load document.addEventListener('DOMContentLoaded', initCalculator);

Creator & Maintainer

Image of Faiq Ur Rahman, CEO & Founder Toolraxy

Faiq Ur Rahman

Founder & CEO, Toolraxy

Faiq Ur Rahman is a web designer, digital product developer, and founder of Toolraxy, a growing platform of web-based calculators and utility tools. He specializes in building structured, user-friendly tools focused on health, finance, productivity, and everyday problem-solving.

Share:

Rate this Tool

User Ratings:

0.0
0.0 out of 5 stars (based on 0 reviews)
Excellent0%
Very good0%
Average0%
Poor0%
Terrible0%

ADVERTISEMENT

ADVERTISEMENT

What is my true financial position right now?

If you’ve ever wondered whether you’re building wealth or accumulating too much debt, calculating your net worth gives you the clearest answer. It’s the one number that sums up everything you own minus everything you owe.

This net worth calculator is designed to help you take that snapshot in just a few minutes. By listing your assets—what you own—and your liabilities—what you owe—you’ll see your net worth instantly. Beyond the bottom line, the tool provides insights like your debt-to-asset ratio, liquid assets, and even compares your net worth to age-based benchmarks from national data.

Whether you’re just starting to track your finances, planning for a major purchase, or reviewing your retirement progress, knowing your net worth is a foundational step. Use this calculator regularly to monitor your financial health over time.

How to Use Our Calculator?

  1. Select your currency – Choose from over 100 world currencies at the top of the calculator. All values will display in that currency.

  2. Enter your assets – For each asset category (Real Estate, Checking, Savings, Retirement, Vehicles, Other Assets), input the current market value (what you could sell it for today). As you type, the running total updates automatically.

  3. Enter your liabilities – In the liabilities section, input the total outstanding balance for each debt category (Mortgage, Credit Cards, Personal Loans, Student Loans, Auto Loans, Other Debt). Again, totals update in real time.

  4. Review the summary – Below the inputs, you’ll see your total assets, total liabilities, and net worth. The net worth figure is color-coded: green for positive, red for negative.

  5. Explore the tabs –

    • Insights shows detailed metrics like real estate equity, vehicle equity, debt-to-asset ratio, and a progress bar of your net worth.

    • Comparison compares your net worth to median net worth by age group.

    • History lets you save calculations and revisit past snapshots.

  6. Save or download – Use the buttons to save your calculation to browser history, or download a detailed report (text, CSV, or print as PDF).

How the Calculation Works

The math behind a net worth calculation is straightforward:

Net Worth = Total Assets – Total Liabilities

  • Assets are everything you own that has monetary value: cash in bank accounts, investments, real estate, vehicles, and personal property.

  • Liabilities are all your debts: mortgages, credit card balances, loans, and any other money you owe.

The calculator sums each category:

Total Assets = Real Estate + Checking + Savings + Retirement + Cars + Other Assets
Total Liabilities = Real Estate Loans + Credit Card Debt + Personal Loans + Student Loans + Car Loans + Other Debt
Net Worth = Total Assets – Total Liabilities

 

Additional metrics derived from the same inputs:

  • Real Estate Equity = Real Estate value – Real Estate Loans

  • Vehicle Equity = Cars value – Car Loans

  • Liquid Assets = Checking + Savings (cash readily available)

  • Debt-to-Asset Ratio = (Total Liabilities / Total Assets) × 100 (if assets > 0). A lower ratio indicates less leverage and generally stronger financial health.

All values are treated as whole numbers (no cents) to match how most people think about major assets and debts. The display abbreviates large numbers (e.g., $1.2M for $1,200,000) for readability, but full values are used in all calculations.

This method follows standard personal finance practice: a balance sheet approach that gives a point-in-time estimate. It does not account for future appreciation, depreciation, or changes in value.

Example Calculation

Scenario: Alex, age 40, wants to see if buying a new car and taking on an auto loan would significantly impact his net worth. Before visiting the dealership, he runs two scenarios in the calculator.

Current Situation (Before Car Purchase)

  • Assets:

    • Real Estate: $350,000 (home value)

    • Checking: $5,000

    • Savings: $15,000

    • Retirement: $120,000

    • Cars: $18,000 (current vehicle worth)

    • Other Assets: $2,000

  • Liabilities:

    • Mortgage: $220,000

    • Credit Card Debt: $3,000

    • Student Loans: $25,000

    • Car Loan: $0 (paid off)

    • Other Debt: $0

Calculation:

  • Total Assets = $350,000 + $5,000 + $15,000 + $120,000 + $18,000 + $2,000 = $510,000

  • Total Liabilities = $220,000 + $3,000 + $25,000 = $248,000

  • Net Worth = $510,000 – $248,000 = $262,000

 

After Buying a New Car

Alex finds a new car priced at $35,000. He plans to put $5,000 down (from savings) and finance $30,000. He will trade in his old car for $18,000, which reduces the loan need, but let’s adjust:

  • New car value: $35,000 (adds to Cars)

  • Trade‑in: old car removed, so net increase in Cars = $35,000 – $18,000 = $17,000

  • Savings decrease by $5,000 down payment

  • New car loan of $30,000 added to liabilities

New numbers:

  • Cars = $35,000

  • Savings = $15,000 – $5,000 = $10,000

  • Car Loans = $30,000

  • All other categories unchanged

Recalculation:

  • Total Assets = $350,000 (real estate) + $5,000 (checking) + $10,000 (savings) + $120,000 (retirement) + $35,000 (cars) + $2,000 (other) = $522,000

  • Total Liabilities = $220,000 (mortgage) + $3,000 (credit card) + $25,000 (student) + $30,000 (new car loan) = $278,000

  • Net Worth = $522,000 – $278,000 = $244,000

Interpretation:
Alex’s net worth drops from $262,000 to $244,000 — an $18,000 decrease. The decline reflects both the cash used for down payment and the new debt, partially offset by the higher value of the new car. He now has a $30,000 car loan, which increases his monthly obligations and his debt-to-asset ratio from 48.6% to 53.3%. This insight helps Alex decide whether the new car is worth the impact on his long‑term financial picture.

What This Calculator Assumes

To keep the calculation clear and useful, this tool makes several important assumptions:

  • All values are entered as current, point‑in‑time estimates. No future growth or depreciation is considered.

  • Assets are valued at fair market value (what you could realistically sell them for today). For items like vehicles and real estate, this may differ from purchase price or insured value.

  • Liabilities are the total outstanding balances, not monthly payments. This reflects what you would need to pay off today to be debt‑free.

  • The benchmarks used in the Comparison tab are based on U.S. Federal Reserve Survey of Consumer Finances median net worth figures. They are general guides, not targets, and may not reflect your specific situation.

  • Taxes, fees, and selling costs are not deducted from asset values. For example, selling a home might involve realtor commissions; this calculator uses the gross value.

  • The tool does not adjust for inflation or currency fluctuations. All calculations are in nominal terms.

These assumptions are standard for a basic net worth snapshot and make the tool easy to use while still providing meaningful insights.

What Is Net Worth and Why Does It Matter?

Net worth is the fundamental measure of your financial health at a single point in time. It’s the difference between what you own (assets) and what you owe (liabilities). A positive net worth means your assets exceed your debts; a negative net worth indicates more liabilities than assets, which can signal financial stress.

Tracking net worth is more revealing than looking at income alone. Two people with the same salary can have vastly different net worths depending on their saving, spending, and debt habits. Over time, increasing net worth is a primary goal of personal finance: it provides security, enables major purchases, and funds retirement.

 

Why People Often Miscalculate Net Worth

Common mistakes when estimating net worth include:

  • Overvaluing assets – Assuming a home is worth its purchase price or an insured value, rather than current market value.

  • Forgetting small debts – Credit card balances, medical bills, or personal loans can add up.

  • Excluding retirement accounts – Some people don’t count 401(k)s or IRAs because they aren’t accessible without penalty, but for net worth they are assets.

  • Counting income as an asset – Salary is income, not an asset; assets are things you own, not money you expect to earn.

  • Ignoring illiquid assets – Business interests, collectibles, or crypto can be significant but are often left out.

This calculator helps avoid these pitfalls by prompting you to enter each major category.

 

How Each Variable Affects the Outcome

  • Real Estate and Mortgage – Your home’s value and the loan balance directly impact net worth. Paying down a mortgage increases equity and net worth, while home price fluctuations can increase or decrease it.

  • Retirement Accounts – Contributions and investment growth build this asset. Withdrawals or loans against these accounts reduce net worth.

  • Credit Card Debt – High-interest revolving debt can quickly erode net worth. Paying it off is one of the fastest ways to improve your financial standing.

  • Liquid Assets (Checking/Savings) – These provide immediate financial flexibility and safety. A healthy emergency fund contributes to net worth and reduces risk.

  • Vehicle Loans – Cars typically depreciate, so auto loans can create negative equity if the loan balance exceeds the car’s value. The calculator shows vehicle equity separately.

 

Where This Calculation Is Used

  • Personal financial planning – Individuals track net worth to set goals and measure progress.

  • Loan applications – Lenders often ask for a personal balance sheet to assess creditworthiness.

  • Retirement planning – Knowing your net worth helps estimate how much you can draw down in retirement.

  • Estate planning – Net worth is the starting point for wills and trusts.

  • Divorce proceedings – Net worth is used to divide assets and liabilities.

 

Risk and Planning Considerations

While net worth is a valuable metric, it has limitations:

  • Illiquidity – A large portion of net worth may be tied up in a home or retirement accounts, not readily available for emergencies.

  • Market volatility – Investment and real estate values can fluctuate, causing net worth to swing.

  • Debt composition – High-cost debt (credit cards) is more damaging than low-cost debt (mortgage). The debt-to-asset ratio doesn’t distinguish between them.

  • Human capital – Your future earning potential is not included. For young professionals, human capital can be substantial.

Use net worth as a directional indicator, not the sole measure of financial wellness. Combine it with cash flow analysis, insurance coverage, and investment diversification.

 

When to Rely on This Tool — and When to Seek Advice

This calculator is ideal for routine check‑ups, goal setting, and comparing scenarios (like the car purchase example). However, if you’re facing major decisions—such as bankruptcy, divorce, or large investments—consult a certified financial planner or accountant. They can incorporate tax implications, legal structures, and future projections that this simple tool does not cover.

Practical Benefits of Using This Calculator

  • Gain financial clarity – See exactly where you stand with one comprehensive number.

  • Identify problem areas – The debt-to-asset ratio and equity metrics highlight imbalances.

  • Track progress over time – Save calculations to history and watch your net worth grow.

  • Make informed decisions – Test the impact of buying a car, paying off debt, or saving more.

  • Save time – No manual adding or spreadsheet formulas; everything updates instantly.

  • Understand benchmarks – See how you compare to others in your age group (keeping in mind that benchmarks are general).

Faqs

How is net worth calculated?

Net worth equals the total current value of everything you own (assets) minus the total outstanding balances of everything you owe (liabilities). The calculator adds up your entries and subtracts liabilities from assets.

Yes. Retirement accounts like 401(k)s, IRAs, and pensions are included as assets. Enter their current account balance.

Generally, a ratio below 50% is considered healthy, meaning your debts are less than half your assets. However, this varies by age and situation. A high ratio may indicate excessive leverage.

Banks see only your deposits and loans with them. Your net worth includes all assets (other banks, investments, real estate) and all liabilities (credit cards, student loans) regardless of where they are held.

Many people do it quarterly or annually. Regular tracking helps you see trends and stay motivated. This calculator lets you save snapshots so you can review past calculations.

Financial Disclaimer

This calculator provides estimates based on the inputs entered and the assumptions described. It does not constitute financial advice. For decisions involving significant financial commitments, consult a qualified financial professional.

ADVERTISEMENT

ADVERTISEMENT