A Visual Depiction of the Shift from Defined Benefit (DB) to Defined Contribution (DC) Pension Plans in the Private Sector
Updated March 25, 2026 (IF12007)

Background

One of the notable trends in the U.S. retirement system over the past five decades is that private sector employees have become less likely to be covered by defined benefit (DB) pension plans and more likely to be covered by defined contribution (DC) pension plans. In recent years, more private sector workers have participated in DC plans than in DB plans. For example, in 2023, DC plans had 93.4 million participants, while DB plans had 11.1 million participants. Until 1984, DB plans had more active participants than DC plans did.

Congress has expressed an interest in helping Americans prepare for a financially secure retirement by providing numerous tax advantages for retirement plans generally and regulatory oversight of private sector retirement plans specifically. The policies that Congress enacts play a role in shaping the types of retirement plans that employers choose, or do not choose, to offer.

Figure 1 shows that the number of active participants in private sector DC plans has generally increased each year since 1975 but that the number of active participants in private sector DB plans has been steadily decreasing since 1984.

Figure 1

. Active Participants in Private Sector Pension Plans, 1975-2023
<script type="text/javascript">//Based on IAG in AP 7.4.1 (Revised 20240624) $(function () { $('#IAG-481810623').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', { ####// accessibility:{ description:'A line graph that shows that the number of active participants in private sector defined contribution and defined benefit pension plans from 1985 to 2023.' } , title: { text: null }, subtitle: { text: null }, yAxis: { title: { text: 'Millions of Active Participants', rotation: -89.9 }, min: 0, max: 100, tickInterval: 10, labels: { format: '{value:,.0f}' // Format with commas } }, xAxis: { labels: { rotation: -90, rotation: -89.9, formatter: function() { return this.value; } }, categories: ['1975','1976','1977','1978','1979','1980','1981','1982','1983','1984','1985','1986','1987','1988','1989','1990','1991','1992','1993','1994','1995','1996','1997','1998','1999','2000','2001','2002','2003','2004','2005','2006','2007','2008','2009','2010','2011','2012','2013','2014','2015','2016','2017','2018','2019','2020','2021','2022','2023' ], tickLength: 8, tickWidth: 1, crosshair: true }, legend:{ enabled: true, layout: 'horizontal', }, plotOptions: { series: { lineWidth: 2, label: { enabled: false, connectorAllowed: false, style: { fontSize: '17px' } }, marker: { enabled: true, symbol: 'circle', radius: 5 }, } }, tooltip: { headerFormat: '{point.key}
', footerFormat: '
', shared: true, useHTML: true, pointFormat: '' + ' ' + '{series.name}: ' + '{point.y:.1f}' }, series: [ { name: 'Defined Contribution', tooltipname: 'Defined Contribution', color: '#C8102E', legendcolor: '#C8102E', data: [11.2,13.2,14.6,15.6,17.5,18.9,20.7,23.4,27.8,30.5,33.2,34.5,34.9,33.9,33.9,35.3,35.6,38.7,39.4,40.1,42.2,44.3,47.7,50.0,50.4,50.9,52.3,52.9,51.8,52.2,62.4,65.8,66.9,67.3,72.0,73.4,73.7,75.4,76.7,75.4,78.1,80.0,81.2,83.4,85.5,85.3,87.9,92.6,96.4], marker: { enabled: true, symbol: 'circle', // Circle marker radius: 5 } }, { name: 'Defined Benefit', tooltipname: 'Defined Benefit', color: '#418FDE', legendcolor: '#418FDE', data: [27.2,27.5,28.1,29.0,29.4,30.1,30.0,29.7,29.9,30.1,28.9,28.5,28.4,28.0,27.1,26.2,25.6,25.2,25.0,24.5,23.4,23.1,22.6,22.9,22.6,22.2,22.1,21.6,21.3,20.6,20.3,19.9,19.4,19.0,18.1,17.2,16.5,15.7,15.2,14.5,14.4,13.9,13.5,13.1,12.6,12.0,11.6,11.3,11.1], marker: { enabled: true, symbol: 'square', // Square marker radius: 5 } }], responsive: { rules: [{ condition: { maxWidth: 500 }, chartOptions: { legend: { enabled: true, layout: 'horizontal', align: 'center', verticalAlign: 'bottom' } } }] } //#### END container ####// }; new Highcharts.Chart("IAG-481810623", options); } } }); </script>

Source: U.S. Department of Labor, Employee Benefits Security Administration (EBSA), Private Pension Plan Bulletin Historical Tables and Graphs: 1975-2023, September 2025, Table E7, https://www.dol.gov/sites/dolgov/files/EBSA/researchers/statistics/retirement-bulletins/private-pension-plan-bulletin-historical-tables-and-graphs.pdf.

Notes: Participant counts may be slightly higher than the number of individuals with DB and DC plans because an individual is counted more than once if he or she participated in more than one plan. Active participants are individuals who are earning credit under DB plans or are making, or are eligible to make, contributions to DC plans. The increase in active participants in DC plans from 2004 to 2005 is a result of a change in the definition of active participant used by EBSA. See U.S. Department of Labor, Instructions for Form 5500, p. 17, https://www.dol.gov/sites/dolgov/files/EBSA/employers-and-advisers/plan-administration-and-compliance/reporting-and-filing/form-5500/2020-instructions.pdf.

In a DB plan (sometimes referred to as a traditional pension plan), a participant receives benefits in retirement based on a formula that typically uses either (1) a combination of the worker's length of service, an accrual rate, and the average of a certain number of final years' salary or (2) a flat-dollar amount and the number of months or years the worker participated in the plan. The benefit is usually paid as a monthly benefit in retirement for the life of the participant and spouse, if married. Some DB plans allow a participant to take the benefit as a lump-sum dollar amount at retirement.

In DC plans, workers are provided individual accounts funded by their own contributions, contributions from their employers, or both. DC plans do not provide guaranteed income. The funds in the account experience investment gains and losses, and the contributions and earnings (if any) are used as a source of income in retirement. Examples of private sector DC plans include profit-sharing plans, money purchase plans, 401(k) plans, 403(b) plans, and Employee Stock Ownership Plans (ESOPs).

Participant Data

Figure 1 illustrates the decline of DB plan coverage and the growth of DC plan coverage among private sector workers by showing the number of active participants in DB and DC plans from 1975 to 2023. Active participants are individuals who are earning credit under DB plans or are making, or are eligible to make, contributions to DC plans.

In 1975, private sector DB plans had a total of 27.2 million active participants, and private sector DC plans had 11.2 million active participants. In 2023 (the most recent year for which there is data), private sector DB plans had 11.1 million active participants, and private sector DC plans had 96.4 million active participants. Participant counts may be slightly higher than the number of individuals with DB and DC plans because an individual is counted more than once if he or she participated in more than one plan.

Using active participants rather than total participants may better reflect the shift from DB to DC plans among workers. When individuals with DB plans leave their jobs or retire, many remain participants but are classified as inactive participants because they are still owed benefits by the plan. In contrast, many individuals with DC savings roll over their account balances to Individual Retirement Accounts (IRAs) when they leave their jobs or retire and are no longer counted as participants. IRAs are tax-advantaged savings accounts that any worker can establish at a financial institution. DC plans may allow participants to keep their assets in the plans after job change or retirement—these participants would be classified as inactive DC plan participants.

Factors Underlying the Shift

This general shift from DB to DC plans in the private sector occurred for a number of possible reasons. Employer costs are generally higher for DB plans than for DC plans, because the benefit in a DB plan is typically funded entirely by the employer, while a smaller portion of the typical DC plan benefit is from employer contributions.

From an employer's perspective, contributions to DC plans tend to be a more predictable cost than contributions to DB plans. This is because employer contributions to DB plans may include additional contributions to make up for investment losses, whereas in DC plans employer contributions are typically based on a set formula that uses employee compensation.

In addition, DC plans are easier to administer than DB plans. DB plan actuaries determine the value of benefits earned by participants in a year and how much the plan must set aside to fund those benefits, incorporating factors such as likely retirement ages and mortality rates. DC plans do not use any of these actuarial projections.

For some employees, DC plans may be preferable to DB plans because DC plan account balances are portable. When individuals change jobs, they can roll over their account balances to IRAs or, often, to their new employers' plans. In contrast, DB plan benefits are not portable, and the benefit formula typically takes into account the number of years a worker has worked for an employer. Employees who change jobs would not accumulate the same benefits as they would had they stayed with one employer. On the other hand, DC plans place more decisions and risk for retirement income on the worker.

As a result of the shift from DB to DC plans, some have noted that the growth of DC plans since 1974 may have resulted in a greater share of private sector workers receiving income from retirement plans. The reasons may include (1) lengthy vesting provisions that may have prevented some individuals in DB plans from receiving benefits and (2) the overall lower costs of DC plans, which may have resulted in more employers offering these plans.