In accordance with 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 also appropriates 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 for an FY2027 NDAA would be for September 30, 2027. Congress also periodically sets minimum end-strength levels for the Armed Forces, which may be lower than or equal to the maximum authorized level. 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, 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 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"—vary the end-strength of any of the services by no more than 3%. Recruiting and retention shortfalls may cause one or more of the services to fall below their minimum authorized strength.
Per 10 U.S.C. §10102, 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."
In accordance with 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 considers them while deliberating end-strength levels. From FY2001 to FY2026, Congress 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, as well as the Army National Guard and Air National Guard. 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). Either component of the National Guard may be mobilized under federal or state authority and perform homeland security missions that may include responding to civil unrest and natural disasters and guarding domestic airspace.
Congress has varied authorized end-strengths over time in response to factors such as national security priorities, budget constraints, and recruitment challenges (see Figure 1). In the report (S.Rept. 118-58) accompanying the Senate-passed FY2024 NDAA (S. 2226 §411), the committee stated that it chose to recommend lower end-strengths than requested for the Selected Reserve (i.e. the portion of the Reserve Component that trains regularly and is frequently mobilized) 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.
In other instances, Congress increased authorized end-strengths. For instance, in the FY2017 NDAA (S. 2943), Congress authorized an Army National Guard end-strength that was 8,000 personnel greater than the number requested by the Defense Department.
| Figure 1 . End-Strength Trends, FY2001-FY2027 |
Figure is interactive in HTML report version.
<script type="text/javascript">//Based on IAG in AP 7.4.1 (Revised 20240624) $(function () { $('#IAG-3974383593').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 }, accessibility: { description: 'A line graph showing selected military reserve components authorized from FY2001 to FY2027' }, 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', '2027' ], 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 + ' |
Source: CRS analysis of Congress.gov for FY2001-FY2026 data. FY2027 data are from the President's budget request.
Notes: FY2001-FY2026 data comprise authorized end-strengths from National Defense Authorization Acts. Coast Guard Reserve, part of the Department of Homeland Security, is not shown.
The House-passed (H.R. 8800) and Senate committee-reported (S. 4784) versions of an FY2027 NDAA contain end-strength figures identical to those requested by the executive branch (see Table 1).
|
Service |
FY2026 Enacted End-Strength |
Change from Enacted FY2026 to FY2027 Request |
|||
|
Army National Guard |
328,000 |
331,300 |
331,300 |
331,300 |
+3,300 |
|
Army Reserve |
172,000 |
172,000 |
172,000 |
172,000 |
+0 |
|
Navy Reserve |
57,500 |
56,500 |
56,500 |
56,500 |
-1,000 |
|
Marine Corps Reserve |
33,600 |
34,700 |
34,700 |
34,700 |
+1,100 |
|
Air National Guard |
106,300 |
107,400 |
107,400 |
107,400 |
+1,100 |
|
Air Force Reserve |
67,500 |
67,400 |
67,400 |
67,400 |
-100 |
|
Total |
764,900 |
769,300 |
769,300 |
769,300 |
+4,400 |
Source: Congress.gov; Department of Defense, Office of the Under Secretary of Defense (Comptroller).
Notes: Coast Guard Reserve, part of the Department of Homeland Security, is not shown.
Consideration of the FY2027 NDAA may include discussions on reserve component end-strength. Related issues Congress may debate may include the following: