91³Ô¹ÏÍø

Watch CBS News

Yale University to offer free tuition to families who earn less than $200,000 a year

Yale University Tuesday it plans to offer free tuition to U.S. households with annual incomes of less than $200,000 starting this upcoming academic year.

The Ivy League school, based in New Haven, Connecticut, said it would eliminate all costs for families making up to $100,000 and offer enough financial aid to meet or exceed tuition costs for households that earn up to $200,000.

In a statement to CBS News, Yale University provost Scott Strobel said the new policy aligns with the school's mission to "educate exceptional students from all backgrounds."

Of the roughly 6,800 undergraduate students at Yale, 1,000 currently attend tuition-free, while just over half qualify for need-based aid, according to Kari DiFonzo, director of undergraduate financial aid at Yale. 

Without financial aid, Yale's annual undergraduate tuition could swell to $90,000, including the cost of food and housing, according to the school's . The university has offered free tuition for families who make up to $75,000 2020. 

The median annual household income in the U.S. was $105,800 as of 2024, data from the Federal Reserve Bank of St. Louis .

Yale joins several other prestigious academic institutions, including Harvard, MIT and the University of Pennsylvania, that have recently expanded financial assistance in a bid to attract more middle- and lower-income Americans. All three schools announced last year that they would offer free tuition for families with annual incomes of $200,000 or less starting in the 2025-26 academic year. 

Emory University, a private research school in Atlanta, will start this fall also offer free tuition for families with incomes below $200,000.

The affordability push from some of the nation's most prominent schools comes as some younger people question the value of a college degree, given the often sizable out-of-pocket costs. As of 2024, the total cost of attending a four-year college was $30,000 after financial aid awards,  to a New York Federal Reserve Bank study last year.

Nearly 43 million Americans, or 1 in 6 adults, owed federal student loan debt as of fiscal year 2024, according to

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });