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
Motio Research's initial estimate of U.S. median household income for November 2025 is $87,160. This estimate represents a $920 (or a little over one percent) increase over its initial $86,240 estimate for September 2025.
Because the Current Population Survey data the firm uses to generate its median household income estimates wasn't collected by the U.S. Census Bureau during the Senate Democrats' government shutdown fiasco, the firm doesn't have a solid estimate for October 2025's median household income backed by its established methodology.
The firm develops its estimates using income data collected by the U.S. Census Bureau through its monthly Current Population Survey, which is conducted during the week containing the 12th day of the month following the month in which its data applies. For the October 2025, the government shutdown blocked the Census Bureau from conducting the monthly survey because no funding had been authorized to perform it.
Motio Research however was able to impute an estimate for October 2025 in its Real Median Household Income Index, in which the median household income of January 2010 is assigned a value of 100 and the values for subsequent months are indexed with respect to that base value. The initial value of the firm's U.S. Real Median Household Income Index for October 2025 was imputed to be 119.0 while its index value for November 2025 is 119.2.
The following screenshot of Motio Research's interactive chart shows how this index has changed from January 2010 through November 2025:
The disruption of the 43-day-long federal government shutdown has posed a number of challenges for everyone who uses the government's statistics for their analyses. Many government agencies are still getting caught up, which will likely continue for several months to come.
Political Calculations produces median household income estimates using other original data sources that complement Motio Research's survey-based estimates. The good news is we'll be able to generate solid estimates of median household income for both October and November 2025 using our alternate methodology, but the bad news is that will have to wait until the Bureau of Economic Analysis releases its aggregate wage and salary compensation data for these months on 29 January 2025.
In the meantime, we do have the ability to project what our estimates will be. We anticipate our median household income estimates will be in the ballpark of $85,314 for October 2025 and $85,606 for November 2025.
Regular readers will recall our observations that a significant gap has developed between Motio Research's estimates and ours. We have an interesting hypothesis why that is, which we'll present in a separate analysis sometime in early February 2025 after we also have the aggregate income data for December 2025.
Between now and then, we'll update this article with our estimates for October and November 2025 on or shortly after 29 January 2025.
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.