91³Ô¹ÏÍø

Watch CBS News

Polar bears are inbreeding as climate change melts away Arctic ice, scientists say

Climate change is rapidly melting sea ice in the Arctic, causing "large-scale changes" in how polar bears are able to function, according to a new study. In Norway, scientists found, the bears are inbreeding as the species fights to survive. 

A published on Wednesday found that on the Norwegian archipelago of Svalbard, polar bear populations have seen a 10% loss in their genetic diversity from 1995 to 2016. The primary driver for the decline among the two generations of bears studied in that time is the rapid loss of ice in the Barents Sea, as it causes "detrimental ecological and demographic effects" on animals, the study says.

The Barents Sea is experiencing the "" throughout the Arctic, according to the World Wildlife Fund. 

Polar bears rely on the ice for finding food, reproduction and movement, and as sea ice continues to melt, the animals become less able to conduct the activities essential to their survival. 

Pelagic bears — those that wander on the sea ice and only occasionally move to shore — are having greater difficulty finding access to land at all, scientists say. The bears have been observed as becoming "increasingly separated" from their denning grounds, where they go to stay while they are pregnant. 

The bears that live on Svalbard's coast are facing other issues caused by climate change. With less sea ice available, there are fewer opportunities to hunt for seals, forcing bears to change their diets to eat more birds and bird eggs. In other areas of the Arctic, polar bears have been observed as becoming increasingly cannibalistic as their food sources diminish.

The loss of ice also impacted polar bears' mating opportunities and their ability for subpopulations to disperse to other areas, the study found, resulting in some of the animals inbreeding to keep their groups alive. 

The level of inbreeding is low for now, the study says, but as groups of polar bears become more isolated because of their melting habitat, inbreeding may increase in the future, "most likely with negative effects such as inbreeding depression."

Simo Njabulo Maduna, the lead author of the study, told CBS News that the findings could be "an early warning" of a grim future for polar bears. 

"It is worrisome because the loss of genetic diversity and likely inbreeding depression could result in reduced survival and productivity for this iconic species," Maduna said.  

A 2020 study found that the melting sea ice is starving polar bears, and that within the century, polar bears could be extinct. As stated in the study, declining genetic diversity increases the risk of extinction. 

"The magnitude and rate of loss of genetic diversity and gene flow that we observed is alarming considering that polar bears have historically shown relatively little genetic differentiation even on a global scale," the study says. "The results of simulations suggested that further loss of sea ice will lead to the continued erosion of local genetic diversity in polar bears of the Svalbard Archipelago."

The study marks the latest research showing the changing reality for the polar bears is linked to climate change. 

"The sum of evidence...makes it very hard to come up with an alternative explanation," Maduna said. "In fact, we cannot think of any other mechanism than climate-driven sea ice reduction that could reasonably explain the patterns observed." 

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