91³Ô¹ÏÍø

Watch CBS News

Nearly $16M Unclaimed In Minnesota Tax Refunds

MINNEAPOLIS (WCCO) -- The Internal Revenue Service says it's sitting on a billion dollars worth of refunds that have not been claimed.

The money belongs to people across the country who haven't filed their 2014 federal returns.

There's no penalty for filing a late return if you have a refund, but there is a deadline, and time is running out.

It's a necessary but often dreaded part of being a working American... filling out the forms for income tax returns.

But by failing to file a return, you could be missing out on a refund.

WCCO's Angela Davis talked with IRS spokesperson Raphael Tulino on the phone.

"What we are doing is saying, 'Look these are refunds, and they are good estimates, but these are refunds, money owed to taxpayers for not filing a tax return for a particular year,'" Tulino said.

The year is 2014.

says in Minnesota there are about 15,800 people who didn't file a federal income tax return in 2014, but are owed a refund.

The median amount is $785, making the total nearly $16 million.

"Generally speaking, if you don't file a tax return and you have a refund return there is no penalty. What you are doing is letting the government hold your money for you and not give it to you," Tulino said.

The tax deadline is Tuesday, April 17 of this year.

"What we do is we say hey, we would like to have this money find its home," he said.

Apprehension and confusion are what keep some people from dealing with the IRS.

Tracy Fischman is the executive director of in St. Paul.

"There is no question that taxes in general can be intimidating and they are often very complex, and that is why people come to a place like Prepare and Prosper or other free tax sites around the state," Fischman said.

At Prepare and Prosper, volunteers who are trained in tax preparation work with clients who qualify, for free.

"So if people are not sure, they should go to a free tax site and find out if maybe they left money on the table. We will see people who come to us with 2014 tax returns," she said, adding, "For a lot of people they may not realize they are eligible for tax credits but they may be getting refunds. It may be because they don't know they're eligible, they're intimidated, they may not have a place to go, or a good resource, they may be elderly, they may have mobility challenges, any number of reasons. They may have language barriers."

By law unclaimed tax refunds become property of the U.S. Treasury , if a return is not filed.

Not everyone is required to file an income tax return. You can have an income that's below the required threshold.

Also, keep in mind if you owe the IRS money, you can work with them to pay it in installments.

to see more information from the IRS about free tax preparation sites.

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(); } }); }); }); });