Median Net Worth in America 2026

How much is the typical American worth? A complete breakdown by age group.

💰 Your Information
📈 Total Assets
💵 Total Debts

What Is the Median Net Worth in the United States?

The median net worth of American households is $192,900 as of 2026, based on the Federal Reserve Survey of Consumer Finances with inflation adjustments. This means half of all American households have a net worth above this amount, and half have less.

The mean (average) net worth is $1,063,700 — dramatically higher because ultra-wealthy households (billionaires, multi-millionaires) pull the average up significantly. This is why economists prefer the median as a measure of "typical" wealth.

Median Net Worth by Age Group (2026)

Age GroupMedian Net WorthMean Net WorthMean/Median Ratio
Under 25$10,000$75,0007.5x
25-29$20,000$120,0006.0x
30-34$50,000$200,0004.0x
35-44$135,000$550,0004.1x
45-54$250,000$975,0003.9x
55-64$365,000$1,200,0003.3x
65-74$410,000$1,500,0003.7x
75+$335,000$1,100,0003.3x

Why the Median Matters More Than the Average

The gap between median and mean net worth reveals the extreme wealth inequality in America. For every age group, the mean is 2-8x higher than the median, showing how dramatically the ultra-wealthy skew the average.

When someone says "the average American is worth over a million dollars," they're using the mean — which is misleading. The median of $192,900 is far more representative of what a "normal" American household has accumulated.

How Median Net Worth Changes With Age

Net worth follows a predictable life cycle pattern. It starts negative or near zero in early adulthood (student debt, entry-level salaries), grows steadily through peak earning years (35-64), peaks between ages 65-74 as careers end and mortgages get paid off, then declines slightly after 75 as retirees spend down savings.

The fastest wealth accumulation typically happens between ages 35-55, when the combination of peak earnings, mortgage paydown, and compound investment growth all work together.

Factors That Affect Median Net Worth

Several key factors explain why median net worth varies so dramatically by age:

Explore by Age

More Financial Tools

Related Tools

Income Percentile Calculator → Compound Interest Calculator → Retirement Calculator → Investment Regret Calculator → How to Get Rich Guide →

How You Compare — Ages ${ag.label}

${chartHTML}
vs National Median
${parseInt(vsNatMed)>=0?'+':''}${vsNatMed}%
National median: ${fm(NATIONAL.median)}
vs Age Group Median
${parseInt(vsAgeMed)>=0?'+':''}${vsAgeMed}%
${ag.label} median: ${fm(ag.median)}
vs ${gen} Average
${parseInt(vsAgeMean)>=0?'+':''}${vsAgeMean}%
${gen} mean: ${fm(ag.mean)}

Tips to Increase Your Net Worth

Share Your Results

See how your friends compare!

`; const el=document.getElementById('results'); el.innerHTML=html; el.classList.add('show'); el.scrollIntoView({behavior:'smooth',block:'start'}); // Animate bar setTimeout(()=>{document.getElementById('pbar').style.width=pct+'%';},100); }