91³Ô¹ÏÍø

Watch CBS News

Fighter jets scrambled from Alaska and Canada as Russian warplanes spotted in the Arctic, NORAD says

A combat air patrol of American and Canadian fighter jets was scrambled this week after multiple Russian warplanes were spotted in the Arctic, the North American Aerospace Defense Command said Thursday, marking the latest military incident to unfold in a region that is drawing increasing scrutiny.

The Russian aircraft, which remained in international airspace, were not seen as a threat, but eight military planes were dispatched to monitor their activity, NORAD . Two Canadian CF-18 fighter jets and one refueling aircraft were launched from the Canadian NORAD region, while two U.S. F-35 fighter jets and two refueling aircraft tankers were launched from the Alaskan NORAD region. The Alaskan base also dispatched one E-3 airborne warning and control system plane, or AWAC, which the "can detect, identify and track" enemy forces far from U.S. and NATO country boundaries.

Several hours later, NORAD said it also scrambled two F-16 fighter jets from Alaska to Greenland in order to "forward posture NORAD presence in the Arctic." The command said that move was "not in response to any current threat."

The U.S. and Canadian jets were scrambled just weeks after four Russian warplanes were shadowed by NORAD aircraft after they flew near Alaska.

The Arctic has become a critical geopolitical focal point in recent years, drawing the attention of Russia, China and the U.S., which has its northernmost military base in Greenland.

Earlier this month, President Donald Trump expressed his desire to bring Greenland under U.S. control, and he wouldn't rule out using economic or military cohesion to do so. The autonomous Arctic territory of Denmark's location makes it strategic for both economic and defense purposes. But Greenland's leader and its residents have made it clear that their home is not for sale.

Meanwhile, Russia's efforts to boost its military presence in the Arctic have gradually expanded, including two nuclear submarines unveiled by President Vladimir Putin. Russia has also tested hypersonic missiles, capable of evading American defenses, in the Arctic.

"The Arctic has long played a significant role in Russia's security approach and economic calculations," Amanda Dory, acting U.S. undersecretary of defense for policy, . "Russia's Arctic military capabilities have the potential to hold the U.S. homeland, as well as allied and partner territories, at risk." 

The state TASS news agency this week that Russia was currently conducting a variety of drills in the Arctic.

"Between January 20 and January 31, the Russian Ministry of Emergency Situations will be holding large-scale interdepartmental experiment and research exercise on instructions from Russian President Vladimir Putin," the Russian emergencies ministry was quoted as saying.

TASS  that a Russian nuclear-powered icebreaker sustained hull damage this week after a collision in the Kara Sea during "harsh Arctic conditions" but there were no injuries.

The U.S. has warned Russia and China over their increasing military and economic operations in the Arctic. But both countries have defended their activities, with Beijing saying it acts on the "principles of respect, cooperation, mutual wins and sustainability," and Moscow saying it "does its part to ensure that the Arctic does not become a territory of discord and tension."

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