# Net Worth Calculator

Calculate your net worth from a list of assets and liabilities (Net Worth = Total Assets − Total Liabilities). Enter items one per line as 'label, amount'. Shows a per-line breakdown, a share-of-total donut chart, and a financial health rating.

> Canonical page: https://elysiatools.com/en/tools/net-worth-calculator

- **Category:** Finance

- **Keywords:** net worth, assets, liabilities, balance sheet, wealth, personal finance, finance

## Overview

The Net Worth Calculator helps you determine your overall financial standing by subtracting your total liabilities from your total assets. By entering your financial items line-by-line, you get an instant breakdown of your wealth, a share-of-total donut chart representing your asset and liability distribution, and a financial health rating to guide your personal finance planning.

## Inputs

- **Assets (one per line: label, amount)** (textarea): e.g. House, 350000 Retirement account, 120000 Savings, 25000 Car, 18000
- **Liabilities (one per line: label, amount)** (textarea): e.g. Mortgage, 200000 Car loan, 12000 Credit card, 3500
- **Decimal Places** (number)

## When to use

- When conducting a periodic personal financial review to track your overall wealth growth over time.
- Before applying for major loans or mortgages to understand your debt-to-asset ratio and financial health.
- When planning long-term retirement goals and needing a clear snapshot of your current net worth.

## How it works

- Enter your assets in the Assets field, listing each item and its value on a new line separated by a comma.
- Enter your liabilities in the Liabilities field, listing each debt and its value on a new line separated by a comma.
- Adjust the decimal places configuration if needed, then run the calculator to generate your net worth, breakdown, donut chart, and financial health rating.

## Use cases

- Creating a personal balance sheet for annual or quarterly wealth tracking.
- Evaluating debt levels relative to owned assets to plan a debt payoff strategy.
- Assessing financial readiness for major life events like purchasing a home or retiring.

## Frequently asked questions

### How should I format the assets and liabilities inputs?

Enter each item on a new line as 'label, amount', for example: 'Savings, 25000'. Do not include currency symbols.

### What formula does this calculator use to determine net worth?

It uses the standard financial formula: Net Worth = Total Assets − Total Liabilities.

### Can I customize the decimal precision of the calculation?

Yes, you can adjust the decimal places option to display values with up to 6 decimal points.

### What visual outputs does the calculator provide?

It generates a per-line breakdown of your items, a share-of-total donut chart, and a financial health rating.

### Are my financial data saved or sent to a server?

No, your financial inputs are processed locally in your browser to ensure privacy and security.

## Related tools

- [APR Calculator](https://elysiatools.com/en/tools/apr-calculator): Calculate the true Annual Percentage Rate (APR) of a loan when upfront fees are involved. The nominal interest rate sets the monthly payment, but fees reduce the net cash received, raising the effective APR. Uses Newton's method to solve the annuity present-value equation. Shows APR, nominal rate, monthly payment, and the APR premium.
- [Auto Loan Calculator](https://elysiatools.com/en/tools/auto-loan-calculator): Calculate your car loan monthly payment factoring in vehicle price, down payment, trade-in value, sales tax, and registration fees. Shows amount financed, total interest, total cost, a descending balance curve, and a yearly amortization schedule.
- [Compound Annual Growth Rate (CAGR) Calculator](https://elysiatools.com/en/tools/compound-annual-growth): Calculate the compound annual growth rate (CAGR) from a beginning value, ending value and number of years; compare with the simple average growth rate and visualize the smooth growth curve. CAGR = (EV/BV)^(1/n) - 1.
- [Present Value Calculator](https://elysiatools.com/en/tools/present-value-calculator): Discount a future lump sum or an annuity back to today's value (PV). Supports lump-sum and annuity cash flows, multiple compounding frequencies, a present-value decay curve, and a per-period breakdown. PV = FV / (1+r)^n for a lump sum.
- [Salary Converter](https://elysiatools.com/en/tools/salary-converter): Convert between hourly, monthly, and annual salary. Enter any one figure and get the other two, with customizable hours per week, weeks per year, and overtime multiplier. Shows paycheck estimates for weekly, biweekly, semimonthly, and monthly pay periods.
- [Student Loan Calculator](https://elysiatools.com/en/tools/student-loan-calculator): Calculate student loan repayment with an optional grace period and subsidized/unsubsidized interest. Unsubsidized loans accrue interest during the grace period that capitalizes into principal; subsidized loans do not. Shows monthly payment, total interest, total repayment, a balance curve, and a yearly breakdown.
- [Dividend Calculator](https://elysiatools.com/en/tools/dividend-calculator): Calculate dividend income, yield, and total returns from stock investments
- [Bond Yield Calculator](https://elysiatools.com/en/tools/bond-yield-calculator): Calculate bond current yield and yield to maturity (YTM)

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion

## Related content

- [Investment, Savings, and Retirement Planning](https://elysiatools.com/en/hubs/investment-savings-retirement-planning): Turn current income, assets, savings capacity, and return assumptions into a retirement-readiness scenario you can review and revise.
