FY2026 NDAA: Reserve Component End-Strength
February 6, 2026 (IN12652)

Background

Under 10 U.S.C §115(a) Congress sets the maximum size (i.e., end-strength) of the active and reserve components of the Armed Forces annually, typically in a National Defense Authorization Act (NDAA). Congress is also responsible for appropriating funds for the pay and benefits of these personnel.

End-strength specifically refers to the actual number of personnel in a branch on the last day of the fiscal year (i.e., September 30). The enacted end-strength figures in the National Defense Authorization Act for Fiscal Year 2026 (FY2026 NDAA; P.L. 119-60) are for September 30, 2026. Congress also periodically sets minimum end-strength levels for the Armed Forces, which may be identical to or lower than the authorized end-strength. While Congress authorizes minimum and maximum end-strengths, each military service manages its force, through recruiting and retention efforts, to achieve an actual end-strength.

Typically, this actual end-strength falls within the congressionally authorized minimum and maximum end-strengths. However, there are circumstances in which the actual end-strength may fall outside the authorized range. For example, under 10 U.S.C. §115(f)(3), the Secretary of Defense (who is now using "Secretary of War" as a "secondary title" under Executive Order 14347 dated September 5, 2025) may—after determining "such action is in the national interest"—increase the end-strength of any of the services above the authorized end-strength by up to 3%. Recruiting and retention shortfalls may cause one or more of the services to fall below their minimum authorized strength.

The reserve component provides "trained units and qualified persons available for active duty in the armed forces, in time of war or national emergency, and at such other times as the national security may require, to fill the needs of the armed forces whenever more units and persons are needed than are in the regular components." (This provision is codified at 10. U.S.C. §10102).

Under 10 U.S.C. §113a(b)(2), the Secretary of Defense is required to submit end-strength requests for the reserve component in an annual budget request to Congress. Congress is not bound by these requests, but from FY2001 to FY2025 authorized end-strengths similar to the Pentagon's requested numbers.

The reserve component consists of the federal reserve forces of the Army, Navy, Air Force, Marine Corps, and Coast Guard, plus the Army National Guard (ARNG) and Air National Guard (ANG). The Space Force does not have a reserve component. It is a single-component armed service with personnel serving in an inactive or active-duty status (10 U.S.C. §20001). The National Guard (ANG and ARNG) may be mobilized under federal or state authority and performs homeland security missions that may include responding to civil unrest and natural disasters and guarding domestic airspace.

End-Strength Trends, FY2001-FY2026

Congress has varied authorized end-strengths over time in response to factors such as national security priorities, budget constraints, and recruitment challenges. In the report (S.Rept. 118-58) accompanying the Senate-passed National Defense Authorization Act for Fiscal Year 2024 (FY2024 NDAA, S. 2226 §411), the committee stated that it chose to recommend lower end-strengths than requested for the Selected Reserve because "legislating unreachable end strength numbers would set the military services up for failure" by "encouraging quantity over quality in recruiting." It remains unclear whether incremental reductions in previous years may have stemmed in part from this concern.

Figure 1

. Selected Reserve Component Authorized End-Strength FY2001-FY2026

Figure is interactive in HTML.

<script type="text/javascript">//Based on IAG in AP 7.4.1 (Revised 20240624) $(function () { $('#IAG-762955438').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', { ####// title: { text: null }, subtitle: { text: null }, yAxis: { title: { text: 'Personnel (thousands)', rotation: -89.9 } }, xAxis: { tickInterval: 1, labels: { rotation: -89.9, formatter: function() { return 'FY' + this.value; }, }, categories: [ '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010', '2011', '2012', '2013', '2014', '2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023', '2024', '2025', '2026' ], tickLength: 8, tickWidth: 1, crosshair: true }, legend:{ enabled: true, layout: 'vertical', align: 'right' }, plotOptions: { series: { lineWidth: 2, label: { enabled: false, connectorAllowed: false, style: { fontSize: '17px' } }, marker: { enabled: true, symbol: 'circle', radius: 2.5 }, } }, tooltip: { headerFormat: '{point.key}', pointFormatter: function () { let value = this.y === 0 ? '0' : (this.y / 1000).toFixed(2) + 'K'; return '' + ''; }, footerFormat: '
' + this.series.name + ': ' + value + '
', shared: true, useHTML: true }, series: [{ name: 'Army National Guard', color: '#CC8F2B', legendcolor: '#CC8F2B', data: [ 350526, 350000, 350000, 350000, 350000, 350000, 350000, 351300, 352600, 358200, 358200, 358200, 358200, 354200, 350200, 342000, 343000, 343500, 343500, 336000, 336500, 336000, 325000, 325000, 325000, 328000 ], }, { name: 'Army Reserve', color: '#757048', legendcolor: '#757048', data: [ 205300, 205000, 205000, 205000, 205000, 205000, 200000, 205000, 205000, 205000, 205000, 205000, 205000, 205000, 202000, 198000, 199000, 199500, 199500, 189500, 189800, 189500, 177000, 174800, 175800, 172000 ], },{ name: 'Air National Guard', color: '#384F5A', legendcolor: '#384F5A', data: [ 108022, 108400, 106600, 107030, 106800, 106800, 107000, 106700, 106756, 106700, 106700, 106700, 105700, 105400, 105000, 105500, 105700, 106600, 107100, 107700, 108100, 108300, 108400, 105000, 108300, 106300 ], }, { name: 'Air Force Reserve', color: '#C8102E', legendcolor: '#C8102E', data: [ 74358, 74700, 75600, 75800, 76100, 74000, 74900, 67500, 67400, 69500, 71200, 71400, 70880, 70400, 67100, 69200, 69000, 69800, 70000, 70100, 70300, 70300, 70000, 69600, 67000, 67500 ], },{ name: 'Navy Reserve', color: '#0C90FC', legendcolor: '#0C90FC', data: [ 88900, 87000, 87800, 85900, 83400, 73100, 71300, 67800, 66700, 65500, 65500, 66200, 62500, 59100, 57300, 57400, 58000, 59000, 59100, 59000, 58800, 58600, 57000, 57200, 57700, 57500 ], }, { name: 'Marine Corps Reserve', color: '#7060A8', legendcolor: '#7060A8', data: [ 39558, 39558, 39558, 39600, 39600, 39600, 39600, 39600, 39600, 39600, 39600, 39600, 39600, 39600, 39200, 38900, 38500, 38500, 38500, 38500, 38500, 36800, 33000, 32000, 32500, 33600 ], }, ], responsive: { rules: [{ condition: { maxWidth: 500 }, chartOptions: { legend: { enabled: true, layout: 'horizontal', align: 'center', verticalAlign: 'bottom' } } }] } //#### END container ####// }; new Highcharts.Chart("IAG-762955438", options); } } }); </script>

Source: CRS analysis of Congress.gov for FY2001–FY2026 data. FY2025 data are from President's Budget Request.

Notes: FY2001-FY2026 data comprise authorized end-strengths from NDAAs. Coast Guard Reserve, part of the Department of Homeland Security, is not shown.

FY2026 NDAA

Table 1. FY2025 and FY2026 Reserve Component End-Strengths

Service

FY2025 Enacted End-Strength

FY2026 President's Budget Request

FY2026 Enacted End-Strength

Changes from Enacted FY2025-FY2026

Army National Guard

325,000

328,000

328,000

+3,000

Army Reserve

175,800

172,000

172,000

-3,800

Air National Guard

108,300

106,300

106,300

-2,000

Air Force Reserve

67,000

67,500

67,500

+500

Navy Reserve

57,700

57,500

57,500

-200

Marine Corps Reserve

32,500

33,600

33,600

+1,100

Total

776,300

764,900

764,900

-1,400

Source: Congress.gov; Department of Defense (Department of War), Office of the Under Secretary of Defense (Comptroller). Coast Guard Reserve, part of the Department of Homeland Security, is not shown.

On December 18, 2025, President Trump signed the FY2026 NDAA (P.L. 119-60) into law, enacting the end-strengths requested in his budget request (see Table 1).

Issues for Congress

During FY2026, Congress may conduct oversight of the services' efforts to achieve enacted end-strengths.

As Congress considers a FY2027 NDAA, Congress may assess whether the Executive Branch's end-strength requests align with Congress's defense policy objectives.

Issues Congress may consider when evaluating reserve component end-strength requests include

  • Do the reserve forces possess sufficient end-strength to fulfill all mission requirements—including domestic security and disaster relief activities?
  • Do U.S. security objectives in Latin America and the Caribbean require adjustments to reserve component end-strengths?
  • What is the role of the reserve components in service-level restructuring projects (such as the Marine Corps Force Design Initiative, the Army Transformation Initiative, or the Navy's "Golden Fleet" )?
  • Do these requests reflect a realistic assessment of the services' ability to recruit and retain personnel?

Congress may also decide to adjust the end-strengths of the reserve component for a range of reasons:

  • Congress may assess that a different active component-reserve component (AC/RC) force mix would allow the Armed Forces to more effectively meet current defense objectives.
  • Congress may identify additional defense objectives that the Armed Forces could better meet with a different AC/RC force mix.
  • Congress may adjust the AC/RC force mix for cost-saving purposes.
  • Congress may choose to shift certain assets, missions, or capabilities from the active to the reserve component (or vice-versa) and adjust end-strengths accordingly.

Congress may also choose to approve end-strengths that differ from or align with DOD requests.