Overview of FY2026 Budget Request for the Census Bureau
September 2, 2025 (IF13105)

Introduction

As a Department of Commerce agency, the Census Bureau is funded through the Commerce, Justice, Science, and Related Agencies (CJS) appropriations bill. This In Focus provides an overview of the U.S. Census Bureau's FY2026 budget request; certain comparisons to previous years' levels; and information about congressional action to date on the Census Bureau's FY2026 budget. Information presented is drawn from the Census Bureau's FY2026 Congressional Budget Justification and relevant congressional documents.

The FY2026 request is divided between the bureau's two major accounts: Current Surveys and Programs, and Periodic Censuses and Programs. This product provides comparisons with FY2025 enacted amounts for these two major Census Bureau accounts. The FY2025 full-year continuing resolution (CR) funded these accounts in the same amounts and under the same authorities and conditions as enacted in FY2024. The FY2026 budget document includes detailed figures for actual FY2024 amounts; actual FY2025 amounts are not described in detail. To remain consistent with more detailed budget items, comparisons are made to FY2024 actual amounts.

Figure 1

. Census Budget

Figure is interactive in the HTML version of the In Focus

<script type="text/javascript">//Based on IAG in AP 7.4.1 (Revised 20230606) $(function () { $('#IAG-3969222330').bind('mousedown', function () { /* saveRptHighChartClick(); */ }); //#### HIGHCHART LIBRARIES ####// var files = ["https://code.highcharts.com/highcharts.js","https://code.highcharts.com/highcharts-more.js","https://code.highcharts.com/modules/exporting.js","https://code.highcharts.com/modules/export-data.js", "https://code.highcharts.com/modules/accessibility.js"], loaded = 0; if (typeof window["HighchartsEditor"] === "undefined") { window.HighchartsEditor = { ondone: [cl], hasWrapped: false, hasLoaded: false }; include(files[0]); } else { if (window.HighchartsEditor.hasLoaded) { cl(); } else { window.HighchartsEditor.ondone.push(cl); } } function isScriptAlreadyIncluded(src) { var scripts = document.getElementsByTagName("script"); for (var i = 0; i < scripts.length; i++) { if (scripts[i].hasAttribute("src")) { if ((scripts[i].getAttribute("src") || "").indexOf(src) >= 0 || (scripts[i].getAttribute("src") === "http://code.highcharts.com/highcharts.js" && src === "https://code.highcharts.com/stock/highstock.js")) { return true; } } } return false; } function check() { if (loaded === files.length) { for (var i = 0; i < window.HighchartsEditor.ondone.length; i++) { try { window.HighchartsEditor.ondone[i](); } catch (e) { console.error(e); } } window.HighchartsEditor.hasLoaded = true; } } function include(script) { function next() { ++loaded; if (loaded < files.length) { include(files[loaded]); } check(); } if (isScriptAlreadyIncluded(script)) { return next(); } var sc = document.createElement("script"); sc.src = script; sc.type = "text/javascript"; sc.onload = function () { next(); }; document.head.appendChild(sc); } function each(a, fn) { if (typeof a.forEach !== "undefined") { a.forEach(fn); } else { for (var i = 0; i < a.length; i++) { if (fn) { fn(a[i]); } } } } var inc = {}, incl = []; each(document.querySelectorAll("script"), function (t) { inc[t.src.substr(0, t.src.indexOf("?"))] = 1; }); function cl() { if (typeof window["Highcharts"] !== "undefined") { //#### HIGHCHART LIBRARIES END ####// //##### CRS THEME START (v1.2, 20220510)#####// Highcharts.theme = { colors: ['#0C90FC', '#003865', '#F1B434', '#7060A8', '#6CC8BD', '#757048', '#B4C7D0', '#D36127'], chart: {backgroundColor: 'white',}, title: { style: { color: 'black', font: '15px "Calibri", Verdana, sans-serif', fontWeight: 'bold' } }, subtitle: { style: { color: 'black', font: '14px "Calibri", Verdana, sans-serif' }}, credits: { enabled: false }, legend: { itemStyle: { fontFamily: '"Calibri", Verdana, sans-serif', fontSize: '14px', color: 'black', "text-decoration": 'none !important' }, verticalAlign: 'top', itemMarginBottom: 7, }, yAxis: { title: { style: { font: '14px "Calibri", Verdana, sans-serif', fontWeight: 'bold', color: 'black'} }, labels: { style: { font: '14px "Calibri", Verdana,sans-serif', color: 'black'}}, }, xAxis: { title: { style: { font: '14px "Calibri", Verdana, sans-serif', fontWeight: 'bold', color: 'black'}, y: 8 }, labels: { style: { font: '14px "Calibri", Verdana, sans-serif', color: 'black' }, }, lineColor: 'black', lineWidth: 0.5 } }; Highcharts.setOptions(Highcharts.theme); Highcharts.setOptions({ lang: {thousandsSep: ','}, chart: {style: {fontFamily: 'Calibri'}}, exporting: { enabled: false } }); //##### CRS THEME END #####// //#### START chart elements before Highcharts container ####// //#### END chart elements before the Highcharts container ####// var options = { //#### START code inside Highcharts.chart('container', { ####// chart: { type: 'column' }, column: { pointWidth: 50, // Adjust the width of the columns stacking: 'normal', dataLabels: { enabled: false } }, title: { text: null }, xAxis: { categories: ['FY2024 Actual','FY2026 Request'] }, yAxis: { min: 0, max: 2000, title: { text: '$ in millions', rotation: -89.9 }, labels: { formatter: function() { return '$' + Highcharts.numberFormat(this.value, 0); } }, tickInterval: 1000, stackLabels: { enabled: true, formatter: function() { return '$' + (this.total/1000).toFixed(3) + ' billion'; }, style: { fontWeight: 'bold', fontSize: '16px', } } }, legend: { itemStyle: { fontFamily: '"Calibri", Verdana, sans-serif', fontSize: '14px', color: 'black', "text-decoration": 'none !important' }, layout: 'vertical', align: 'right', verticalAlign: 'middle', symbolRadius: 0, }, tooltip: { headerFormat: '{point.x}
', formatter: function() { var extraNote = ''; if (this.point.series.name === 'Economic Statistics Programs' || this.point.series.name === 'Demographic Statistics Programs' || this.point.series.name === 'EDCaDS' || this.point.series.name === 'Geographic Support Program') { extraNote = '
(Periodic Censuses and Programs)'; } else if (this.point.series.name === 'Current Demographic Statistics' || this.point.series.name === 'Current Economic Statistics') { extraNote = '
(Current Survey and Programs)'; } return '' + this.point.series.name + extraNote + ':
' + '$' + this.point.y.toFixed(0) + ' million'; } }, plotOptions: { series: { borderRadius: 0, }, column: { stacking: 'normal', dataLabels: { enabled: false }, } }, series: [{ name: 'Current Demographic Statistics', color: '#009483', legendcolor: '#009483', data: [113,73] }, { name: 'Current Economic Statistics', color: '#12473E', legendcolor: '#12473e', data: [216,216] },{ name: 'Geographic Support Program', color: '#A99FCA', legendcolor: '#52467F', data: [112,98] }, { name: 'Economic Statistics Programs', color: '#7060A8', legendcolor: '#7060a8', data: [162,144] }, { name: 'EDCaDS', color: '#52467F', legendcolor: '#52467F', data: [180,163] },{ name: 'Demographic Statistics Programs', color: '#372E55', legendcolor: '#372e55', data: [600,983] }] //#### END container ####// }; new Highcharts.Chart("IAG-3969222330", options); } } }); </script>

Source: Data from U.S. Census Bureau, FY2026 Congressional Budget Justification.

FY2026 Budget Request

The Trump Administration's FY2026 budget request for the Census Bureau is $1.677 billion, which is a $294 million increase from the FY2024 enacted level of $1.383 billion.

Current Surveys and Programs

The Administration requests $289 million for the Current Surveys and Programs account in FY2026, a decrease of about $40 million from the FY2024 enacted amount of $329 million. This account includes Current Economic Statistics and Current Demographic Statistics.

Current Economic Statistics

Current Economic Statistics include business, construction, manufacturing, general economic, foreign trade, and government statistics. According to the FY2026 budget justification, Current Economic Statistics programs "provide timely, accurate, and essential data on the structure and performance of the U.S. economy, supporting the Gross Domestic Product (GDP) estimation, fiscal and monetary policymaking, and private sector decision-making."

The FY2026 request for Current Economic Statistics is $216 million, the same as the FY2024 amount.

Current Demographic Statistics

Current Demographic Statistics includes the Survey of Income and Program Participation (SIPP); the Current Population Survey (CPS), which is sponsored by the Bureau of Labor Statistics (BLS) and the Census Bureau; and the Population Estimates Program. The SIPP is an ongoing survey that measures distribution of government assistance programs. The CPS provides estimates of income, poverty, and other indicators. The Population Estimates Program calculates population change over time. The Census Bureau's population estimates are used in a variety of federal programs to determine funding allocations or eligibility.

The FY2026 request for Current Demographic Statistics is $73 million, which is a $40 million decrease from the FY2024 amount of $113 million.

Proposed changes to these programs include testing internet self-response for the CPS and using some nonsurvey data to reduce costs for the SIPP.

Periodic Censuses and Programs

The Administration requests $1.388 billion for the Periodic Censuses and Programs account in FY2026, a $334 million increase from the FY2024 amount of $1.054 billion. This account consists of several programs discussed below.

Decennial Census

The FY2026 request for the decennial census account is $983 million, a $383 million increase from the FY2024 amount of $600 million. Requested FY2026 funding for the decennial census includes support for the 2026 Census Test and preparation for the 2028 Dress Rehearsal, full-scale development of core IT infrastructure, award and management of contracts, and continued data collection and publication for the American Community Survey (ACS). Unlike previous budget documents, the FY2026 budget justification does not specify the respective amounts for the 2030 decennial census and the ACS within the decennial census account.

Periodic Economic Statistics

The FY2026 request for the Periodic Economic Statistics Program, which contains the Economic Census and the Census of Governments, is $144 million, an $18 million decrease from the FY2024 level of $162 million. Specific funding for these two surveys is not broken down in the FY2026 budget request.

The Economic Census, conducted every five years, collects statistics on businesses in the United States to help understand the U.S. economy. Requested FY2026 activities for the Economic Census include the continued review of 2022 Economic Census data releases.

The Census of Governments, conducted every five years, collects statistics on state and local governments across the United States. Requested FY2026 activities for the Census of Governments include the expanded use of administrative records and other data collection methods in preparation for the 2027 Census of Governments.

Geographic Support Program

The purpose of the Census Bureau's Geographic Support Program (GSP) is to support and maintain the geospatial infrastructure required to conduct survey data collection, processing, tabulation, and dissemination across covered regions. The Census Bureau considers the GSP to be foundational for all of its social and economic data products. Congressional district wall maps are produced by the GSP. The Census Bureau aims to utilize the GSP to minimize 2030 Census in-field enumeration costs.

The FY2026 request for the GSP is $98 million, a $14 million decrease from the FY2024 level of $112 million.

Enterprise Data Collection and Dissemination Systems (EDCaDS)

The EDCaDS generally supports the data collection, processing, and dissemination systems that are associated with Census Bureau programs.

The FY2026 request's stated goal for the EDCaDS is "to provide large cyclical systems that must be scaled for peak operations for the Decennial Census, the Economic Census, and the Census of Governments."

The FY2026 request for the EDCaDS is $163 million, a $17 million decrease from the FY2024 level of $180 million.

Agency Reorganization

The Technical Supplement to the 2026 Budget: Appendix for the Department of Commerce includes the statement

The President's Budget proposes to reorganize the Bureau of Labor Statistics, Bureau of Economic Analysis, and the Census Bureau at the Department of Commerce.

While the Census Bureau and the Bureau of Economic Analysis (BEA) are within the Department of Commerce, the Bureau of Labor Statistics (BLS) is not. BLS has historically been a part of the Department of Labor.

Congressional Action

On June 4 and June 5, 2025, respectively, the Senate and House Committees on Appropriations' CJS Subcommittees held budget hearings on the FY2026 request for the Department of Commerce, during which Secretary Lutnick testified and responded to questions from Members.

With respect to the Census Bureau, Members of the House subcommittee asked questions regarding the Census Bureau losing staff through retirement and deferred resignations, the 2026 census field test, any potential changes to questions about race and ethnicity, the Secretary's decision to terminate the Census Bureau's advisory committees, and the issue of counting noncitizens in the decennial census.

The House Appropriations Committee CJS subcommittee marked up the House's version of the FY2026 CJS appropriations bill on July 15, 2025. The bill, as approved by the subcommittee, would provide $1.677 billion in total for the Census Bureau: $288.5 million for Current Surveys and Programs and $1.388 billion for Periodic Censuses and Programs. The bill approved by the subcommittee would exclude "aliens who are unlawfully present in the United States" from apportionment determinations. It would also prevent enforcement of mandatory response requirements for certain Census Bureau surveys and limit the bureau's ability to inquire more than twice to solicit survey responses. The bill advanced from the subcommittee by a 9-6 vote.

The Senate Appropriations Committee marked up the Senate's version of the FY2026 CJS appropriations bill on July 17, 2025. The bill, as reported, would provide $1.520 billion in total for the Census Bureau: $328.5 million for Current Surveys and Programs and $1.192 billion for Periodic Census and Programs. Furthermore, the committee report accompanying the bill directs the Census Bureau to provide information regarding the removal of Census and BEA data sets; the termination of Census Bureau advisory committees; ACS modernization efforts; 2030 decennial census operation plans; and the effects of field office closures. Additionally, the report directs the Census Bureau to continue outreach to public libraries as partners for Census surveys and to prioritize carrying out the 2026 Census Test. The bill advanced from the full committee by a 19-10 vote.