91³Ô¹ÏÍø

Watch CBS News

9 Minnesota child care centers discussed in viral video "operating as expected," state officials say

Nine of the Minnesota child care centers that were discussed in a viral video, prompting allegations of fraud, were "operating as expected" when state investigators conducted on-site checks this week, officials said on Friday.

The video posted late last month by conservative YouTuber Nick Shirley alleged nearly a dozen day care facilities in the state that are receiving public funds are not actually providing services. 

The Minnesota Department of Children, Youth and Families said in a news release Friday that officials with the state's Office of Inspector General carried out compliance checks this week as part of an "ongoing commitment to oversight." 

Children were present during eight of the nine inspections, the agency said. One of the facilities did not have children present because it was not yet open for the day when inspectors were at the site.

"Investigators confirmed the centers were operating as expected, gathered evidence and initiated further review," the state agency said in its release.

The agency also released the amount of funding that nine child care centers received from Minnesota's  in fiscal year 2025, which ended in September:

  • Super Kids Daycare Center — $471,787
  • Future Leaders Early Learning Center — $3.68 million
  • Quality Learning Centers —$1.9 million
  • Tayo Daycare — $1.09 million
  • Minnesota Child Care Center — $2.67 million 
  • Mini Child Care Center — $1.6 million
  • Sweet Angel Child Care — $1.54 million
  • ABC Learning Center — $1.04 million
  • Minnesota Best Child Care Center — $3.4 million

According to state officials, the program supports access to child care for 23,000 children and 12,000 working families in Minnesota "during an average month." The program receives hundreds of millions of dollars in federal support annually.

The agency said it was made aware on Dec. 19 that Quality Learning Center intended to voluntarily close. When licensing investigators visited the facility 10 days later, they learned it had chosen to remain open.

Investigators with DCYF are looking into four of the nine facilities, though the agency hasn't disclosed which of them are under investigation or what they are being investigated for. The state also did not specify which child care center didn't have children present during this week's inspections. 

The DCYF said Friday that it has 55 open investigations involving providers receiving funding from the program.

Mako Child Care Center, which was also referenced in the video, has been closed since 2022, according to the agency.

On Monday, the agency said it would be adding "additional" on-site compliance checks, though it didn't say how many they would be conducting. Minnesota Bureau of Criminal Apprehension agents will be assisting DCYF investigators during the checks.

"While DCYF and BCA site visits are unannounced, investigators will always identify themselves as state employees and work to ensure the safety of children, staff and providers during visits," the agency said.

CBS News Minnesota conducted its own analysis of nearly a dozen day care centers mentioned by Shirley. All but two have active licenses, according to state records, and all active locations were visited by state regulators within the last six months. One, Sweet Angel Child Care, Inc., was subject to an unannounced inspection as recently as Dec. 4. 

CBS News' review found dozens of citations related to safety, cleanliness, equipment and staff training, among other violations, but there was no recorded evidence of fraud.

Shirley's video added fuel to a series of fraud scandals that have roiled Minnesota politics for years — and attracted national attention in recent months. Federal prosecutors have charged dozens of people with allegedly defrauding state programs that offered meals to needy children, behavioral therapy for children with autism and assistance for seniors searching for housing. 

Department of Homeland Security agents conducted what DHS Secretary Kristi Noem called a "massive investigation on childcare and other rampant fraud" on Dec. 29 in Minneapolis following the release of the video. Two DHS officials told CBS News that the agents were expected to inspect over 30 sites that day. 

On Dec. 30, the Department of Health and Human Services said it froze federal child care funding for Minnesota, citing the viral fraud allegations. The department's Administration for Children and Families sends some $185 million in child care funds to Minnesota annually, the agency's head, Alex Adams, said in a . In an email sent Friday to child care providers and shared with  by multiple providers, the state agency said it has until Jan. 9 to provide the Trump administration with a set of verifying information about recipients. 

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