to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
Political Calculations initial estimate of median household income in September 2025 is $85,157. This estimate represents a $691 (+0.8%) increase over our initial estimate of $84,466 for the U.S.' median household income in August 2025.
Unfortunately, Motio Research's estimate of the nation's median household income in September 2025 is not available this month because it is a casualty of the Democrat senators' ongoing refusal to vote to end the federal government shutdown. Motio Research's estimates are based on survey data collected each month as part of the U.S. Census Bureau's monthly Current Population Survey, which has been suspended because of the shutdown.
We're able to get around that limitation because our alternate methodology for estimating median household income is derived from other data. We utilize aggregate wage and salary earnings data along with population data, both of which lend themselves to analysis using simple linear regression.
For both, we determined trends established in the data of the preceding 12 months, from August 2024 through August 2025, that we can project into the future. For September 2025, we project the U.S. resident population is 342,678,000 and the total amount of received wage and salary compensation is $13.1472 trillion. We used these estimates with the alternate methodology we've developed to produce our initial September 2025 estimate of U.S. median household income.
The latest update to Political Calculations' chart tracking Median Household Income in the 21st Century shows the nominal (red) and inflation-adjusted (blue) trends for median household income in the United States from January 2000 through September 2025. The inflation-adjusted figures are presented in terms of constant September 2025 U.S. dollars and are not seasonally adjusted.
Since the BEA substantially revised its aggregate earned income data last month, we anticipate any revisions in the historic data from which we produced our projections will be very small. We won't know how that data may have changed until the BEA and Census Bureau resume operations.
It will be interesting to see how well our estimate based on projected aggregate earnings and population data compares with Motio Research's survey-based data. We're very much looking forward to that information as it becomes available. We're also very interested to see if the surge in median household income that Motio Research has captured in recent months is a sustained change in trend or if it is a short term outlier.
U.S. Bureau of Economic Analysis. Table 2.6. Personal Income and Its Disposition, Monthly, Personal Income and Outlays, Not Seasonally Adjusted, Monthly, Middle of Month. Population. [Online Database (via Federal Reserve Economic Data)]. Last updated: 26 September 2025.
U.S. Bureau of Economic Analysis. Table 2.6. Personal Income and Its Disposition, Monthly, Personal Income and Outlays, Not Seasonally Adjusted, Monthly, Middle of Month. Compensation of Employees, Received: Wage and Salary Disbursements. [Online Database (via Federal Reserve Economic Data)]. Last updated: 26 September 2025.
U.S. Department of Labor Bureau of Labor Statistics. Consumer Price Index, All Urban Consumers - (CPI-U), U.S. City Average, All Items, 1982-84=100. Not seasonally adjusted. [Online Database (via Federal Reserve Economic Data)]. 24 October 2025.
For the latest in our coverage of median household income in the United States, follow this link!
Image credit: U.S. Census Bureau. We modified the public domain image to make it more generally applicable beyond reporting the median household income from 2022.
Labels: median household income
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.