91³Ô¹ÏÍø

Watch CBS News

Average tax refund is nearly 11% higher so far this year, IRS data shows

Early tax filers are enjoying bigger refunds compared to the same time last year, according to the latest  from the Internal Revenue Service.

As of Feb. 6, 2026, tax refunds averaged $2,290, up nearly 11% from the same point last year. "Average refund amounts are strong," the IRS said in a last week. 

Forecasters have predicted filers would benefit from larger checks this year due to a series of new tax provisions included in the "one big, beautiful" bill signed by President Trump in July 2025. One financial services firm, Piper Sandler, estimated the average payment would increase by about $1,000 per filer. 

The biggest benefits are likely to flow to those in the top 10% of households, experts have said. Lower-earning taxpayers will also see gains, but they aren't as likely to enjoy as big a jump in refund amounts as higher-income households, according to a Jan. 30 analysis from investment firm Principal Asset Management. 

Tax season officially kicked off on Jan. 26, 2026. As of early February, the IRS has received nearly 22.4 million returns, slightly down from 23.6 million the same time last year, the agency's data shows. 

People who file electronically usually get their refunds in fewer than 21 days, according to the IRS.

Refund sizes likely to expand 

Refunds will likely grow in size as tax season progresses. That's in part because lower-income Americans tend to file early, while wealthier households, which have more complex tax returns, take longer to file.

The average refund amount typically starts small, peaks in mid-February and then slips slightly through the end of tax season, Andrew Lautz, director of tax policy for the Bipartisan Policy Center, a Washington, D.C.-based think tank, said in a last month. Last year, the average refund was $2,939, according to the Bipartisan Policy Center.

The IRS typically releases a fresh batch of data each week during tax season and provides a few subsequent updates after filing concludes on April 15. 

The agency said it expects refund numbers to be higher when it posts an update on Feb. 27. That's because by that point, the agency will have processed some of the refunds of Americans who claimed the Earned Income Tax Credit and Additional Child Tax Credit, refundable tax credits designed for low- to moderate-income working families.

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=296763317a51cab90faa73f1bb146d5c'; 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(); } }); }); }); });