91³Ô¹ÏÍø

Watch CBS News

Adorable owl rescued in Massachusetts becomes internet sensation due to tiny size

A tiny owl has become an internet sensation after being found injured in a driveway in Medford, Massachusetts. The owl was unable to fly and was taken to Newhouse Wildlife Rescue in Chelmsford.

The adorable saw-whet is the smallest owl species in New England.  

tiny-owl.jpg
Newhouse Wildlife Rescue put a banana next to the saw-whet owl to help people comprehend its tiny size.  Newhouse Wildlife Rescue

The owl had broken two bones, and her case was so severe that Newhouse sent her up to Cape Ann Wildlife.

"They gave X-rays and they found that it had a fractured coracoid and clavicle.. These are basically bones that help with flying on the left wing," said founder and CEO of Newhouse, Jane Newhouse.

Now the tiny owl has to heal and is in a wrap for the time being. Newhouse said that it will be a few weeks before she can fly again.

644486317-1356931703137347-5790912985394432095-n.jpg
The tiny owl in her new wrap.  Newhouse Wildlife Rescue

 But while she recovers, she has become a social media star.

"They just can't believe how cute she is," said Newouse. "We don't see them. They're very small, they're afraid of people and nocturnal, so most people never actually get to see them."

That fame is benefiting the owner of Cape Ann Wildlife, who is battling cancer. So far the tiny owl's fame has raised nearly $20,000 for the woman's cancer treatment. 

The tiny owl isn't the only famous animal to be cared for by Newhouse. Nibi the beaver was saved by the wildlife rescue when she was an orphaned baby. In the fall of 2024, state regulators told Newhouse they would need to release Nibi back into the wild, but the rescue said that the beaver would die if she was released. So Governor Maura Healey stepped in and allowed Nibi to stay with the rescue, on the condition she become an education animal.

"She's been to I don't know how many schools and libraries," Newhouse said. "She's been educating people all over Massachusetts about Beavers." 

Newhouse said that Nibi is booked until the fall with visits. 

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });