# Net Worth Calculator > Calculate your total net worth by subtracting liabilities from assets. Page: https://askcalculators.com/calculator/net-worth-calculator/ Definition: https://askcalculators.com/calculator/net-worth-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/net-worth-calculator/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/net-worth-calculator/?cash=15000&investments=50000&realEstate=300000&vehicles=25000&otherAssets=10000&mortgage=220000&loans=15000&creditCards=2000&otherDebts=0 ## Inputs - cash: Cash & Savings; type=number; optional; default=15000 - investments: Investments; type=number; optional; default=50000 - realEstate: Real Estate; type=number; optional; default=300000 - vehicles: Vehicles; type=number; optional; default=25000 - otherAssets: Other Assets; type=number; optional; default=10000 - mortgage: Mortgage; type=number; optional; default=220000 - loans: Loans (Student, Auto); type=number; optional; default=15000 - creditCards: Credit Card Debt; type=number; optional; default=2000 - otherDebts: Other Debts; type=number; optional; default=0 ## Outputs - result: Result; format=text; primary ## Formula Net worth = total assets − total liabilities. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.