# Lifetime Earnings Calculator > Estimate total career earnings based on current salary, expected raises, and working years remaining **Category:** Finance **Keywords:** lifetime earnings, career earnings, total earnings, salary calculator, raise calculator, career income, retirement planning, financial planning, compound salary growth, working years **URL:** https://complete.tools/lifetime-earnings-calculator ## How it calculates The calculator uses the standard compound growth formula applied year by year: ``` Salary(year) = CurrentSalary × (1 + raiseRate)^(year - 1) TotalNominal = Sum of Salary(year) for year = 1 to N TotalReal = Sum of [ Salary(year) / (1 + inflationRate)^(year - 1) ] ``` Where: - `CurrentSalary` is your salary today - `raiseRate` is your expected annual raise as a decimal (e.g., 3% = 0.03) - `inflationRate` is the assumed annual inflation rate (default 2.5%) - `N` is the number of working years remaining The **nominal total** is the raw dollar sum of every paycheck, expressed in future dollars. The **real total** (inflation-adjusted) translates each future year's salary back into today's purchasing power, so you can compare your total earnings to your current cost of living. The **average annual earnings** is simply the nominal total divided by years remaining. The **peak salary** is your salary in the final working year. ## Who should use this - **Early-career workers** who want to understand the long-term financial value of their career choice and salary negotiations - **Mid-career professionals** planning for retirement contributions, mortgage payoff, or large financial goals - **Career changers** who want to compare the lifetime value of two different salary paths - **Recent graduates** benchmarking how raises and working years interact to produce dramatically different outcomes - **Financial planners and advisors** who need a quick projection tool to illustrate the value of early salary growth ## How to use 1. Enter your **current annual salary** in the salary field. Do not include commas; the calculator handles formatting. 2. Adjust the **annual raise slider** to your expected average yearly raise. The default is 3%, which is close to the historical average for U.S. workers. 3. Set **working years remaining** to the number of years until you plan to retire or stop working full-time. 4. Optionally adjust the **inflation rate** if you want a more conservative or aggressive real-dollar estimate. 5. Click **Calculate Lifetime Earnings** to see your results. 6. Review the hero result for your total nominal career earnings, then check the inflation-adjusted figure, average annual salary, and peak salary cards. 7. The line chart shows how your salary grows year over year, illustrating the exponential nature of even modest compound raises. ## FAQs **Q:** What does "inflation-adjusted" mean in this context? **A:** The inflation-adjusted total converts each future year's salary into today's dollars. A salary of $150,000 in twenty years is worth less than $150,000 today because prices will be higher. Dividing by cumulative inflation removes that distortion, so you can see what your future earnings are worth in current purchasing power. **Q:** Why does a small difference in annual raise percentage matter so much? **A:** Because the raise compounds each year. A 1% higher raise does not just add 1% to every year's salary — it adds 1% on top of an already-raised base, year after year. Over a 30-year career, the difference between a 2% and 4% raise can amount to hundreds of thousands of dollars in total earnings. **Q:** Does this account for bonuses, overtime, or other income? **A:** No. The calculator models base salary only, using a single annual raise rate. For a more complete picture, you could enter a higher starting salary that reflects your typical total compensation, or run separate calculations for different income components. **Q:** Should I use my gross or net salary? **A:** Enter your gross (pre-tax) salary. Taxes vary widely by location, income bracket, filing status, and year, so the calculator does not attempt to model them. Many financial planners prefer to work with gross income for long-term projections and model taxes separately. **Q:** How accurate is the 3% default raise rate? **A:** The 3% default is a common rule of thumb based on historical average wage growth in the United States. Your actual raises will depend on your industry, employer, performance reviews, and economic conditions. You can adjust the slider to match your own expectations or run multiple scenarios by changing the value and recalculating. **Q:** What is the difference between nominal and real earnings? **A:** Nominal earnings are the actual dollar amounts you will receive. Real earnings express those dollars in today's purchasing power after removing the effect of inflation. Both figures are useful: nominal shows the raw cash flow; real shows whether your earning power is actually growing over time. --- *Generated from [complete.tools/lifetime-earnings-calculator](https://complete.tools/lifetime-earnings-calculator)*