Free Inflation Calculator

See how inflation erodes purchasing power and calculate the future equivalent value of your money.

Equivalent Future Value
Original Amount
Purchasing Power of Original
Purchasing Power Loss
Cumulative Inflation
Price Increase Factor

What Is Inflation?

Inflation is the rate at which the general level of prices for goods and services rises, causing purchasing power to fall. When inflation is 3%, something that costs $100 today will cost $103 next year. Over decades, this compounding effect is dramatic. At 3% inflation, prices roughly double every 24 years. This means a retiree who needs $50,000/year at age 65 would need about $100,000/year by age 89 to maintain the same standard of living.

Historical US Inflation Rates

The long-term average US inflation rate is approximately 3-3.5% annually. However, inflation can vary significantly year to year. The Federal Reserve targets 2% annual inflation as optimal for economic stability. Recent years have seen elevated inflation above 6% (2022), though rates have been moderating. Understanding inflation trends helps with long-term financial planning and setting realistic expectations for investment returns.

How Inflation Affects Your Savings

Money sitting in a checking account earning 0% interest loses purchasing power every year. If inflation is 3%, your $100,000 effectively becomes $97,000 in purchasing power after one year. After 20 years, it buys only what $55,000 would buy today. This is why keeping large amounts in low-yield accounts is often called losing money safely. Your investments need to earn at least the inflation rate just to maintain purchasing power.

Protecting Against Inflation

To beat inflation, invest in assets with returns above the inflation rate. Stocks have historically returned about 10% annually (7% after inflation). Real estate tends to appreciate with inflation. Treasury Inflation-Protected Securities (TIPS) adjust their principal based on CPI changes. I Bonds offer inflation-adjusted returns. Diversifying across asset classes provides the best long-term protection against inflation erosion.

Inflation Calculator by State

Frequently Asked Questions

What is a good inflation rate to use for planning?
For long-term planning, 3% is a reasonable assumption based on historical US averages. The Federal Reserve targets 2% inflation. For more conservative planning, use 3.5-4%. For short-term projections, use the current year CPI data. During periods of high inflation, adjust upward accordingly.
How does inflation affect retirement planning?
Inflation means you will need more money in retirement than you might expect. If you need $4,000/month now and plan to retire in 25 years with 3% inflation, you will need about $8,400/month to maintain the same lifestyle. This is why retirement calculators should always account for inflation to provide realistic projections.
What is the difference between nominal and real returns?
Nominal returns are the raw investment returns before adjusting for inflation. Real returns subtract the inflation rate. If your investments return 8% and inflation is 3%, your real return is approximately 5%. Real returns represent actual purchasing power growth. Always consider real returns when evaluating long-term investment performance.
What causes inflation?
Inflation is caused by demand-pull factors (increased consumer spending), cost-push factors (rising production costs like energy and wages), and monetary expansion (increasing money supply). Supply chain disruptions, government spending, and global economic conditions also contribute. The Federal Reserve manages inflation primarily through interest rate adjustments.
How is inflation measured?
The most common measure is the Consumer Price Index (CPI), which tracks the cost of a basket of common goods and services. The Bureau of Labor Statistics (BLS) publishes CPI data monthly. Core CPI excludes volatile food and energy prices for a more stable reading. The Personal Consumption Expenditures (PCE) index is the Fed's preferred inflation measure.

More from TUDITOOLS

PropertyCalcTools
Mortgage, home equity & real estate calculators
Easy Calculators
100+ free everyday calculators
ResumeKit
Free resume builder & career tools
+n.toLocaleString('en-US',{minimumFractionDigits:2,maximumFractionDigits:2})};document.getElementById('inf-btn').addEventListener('click',function(){var amount=parseFloat(document.getElementById('inf-amount').value)||0;var years=parseInt(document.getElementById('inf-years').value)||0;var rate=parseFloat(document.getElementById('inf-rate').value)||0;if(amount<=0||years<=0){alert('Please enter valid values.');return}var inflationFactor=Math.pow(1+rate/100,years);var futureValue=amount*inflationFactor;var purchasingPower=amount/inflationFactor;var loss=amount-purchasingPower;var cumulative=((inflationFactor-1)*100).toFixed(1);document.getElementById('inf-future').textContent=fmt(futureValue);document.getElementById('inf-original').textContent=fmt(amount);document.getElementById('inf-power').textContent=fmt(purchasingPower);document.getElementById('inf-loss').textContent=fmt(loss);document.getElementById('inf-cumulative').textContent=cumulative+'%';document.getElementById('inf-factor').textContent=inflationFactor.toFixed(3)+'x';document.getElementById('inf-result').classList.add('show');var tbody=document.getElementById('inf-tbody');tbody.innerHTML='';for(var y=1;y<=years;y++){var factor=Math.pow(1+rate/100,y);var equiv=amount*factor;var pp=amount/factor;var cum=((factor-1)*100).toFixed(1);var tr=document.createElement('tr');tr.innerHTML=''+y+''+fmt(equiv)+''+fmt(pp)+''+cum+'%';tbody.appendChild(tr)}document.getElementById('inf-table-wrap').style.display='block'})})();