Satellite Photos Show China's Warships in Naval Standoff

Chinese and Taiwanese warships were spotted in a standoff in the contested waters near Taiwan on Tuesday as China continued its "extremely rare" large-scale exercises at sea.

The standoff occurred in the waters southeast and southwest of Taiwan, a self-ruled island that China has viewed as part of its territory despite never having governed it. The Chinese military staged war games from Monday to Wednesday off the eastern coast.

A Newsweek map shows the locations of warships in two colors as seen in photographs captured by the European Space Agency's Sentinel-2 satellites. The five blue dots are the Taiwanese naval vessels, while the five red dots are the Chinese.

Newsweek reached out to the defense ministries of China and Taiwan by email for comment.

Taiwan and China Warships In Maritime Standoff
This map illustrates the locations of five Taiwanese and five Chinese navy vessels as seen in satellite photographs captured on December 10, 2024, by the European Space Agency's Sentinel-2 satellites. China staged three days of... Newsweek/Esri/Copernicus Data Space Ecosystem

Reuters reported on Wednesday that a senior Taiwanese security official said it was "extremely rare" for China to conduct operations at sea of such scale, which took almost 70 days to plan and deploy, at this time of the year when sea conditions are usually rough.

It was also reported on Monday that China sent about 90 naval and coast guard ships near Taiwan, Japan's southern islands, as well as the East China Sea and the South China Sea.

The Chinese operations came after the Taiwanese President Lai Ching-te, who is viewed by China as a "separatist," toured the country's allies in the South Pacific Ocean, which included stopovers in Hawaii and Guam.

While China has yet to officially announce its military maneuvers in the Taiwan Strait, Chinese Foreign Ministry spokesperson Mao Ning said on Wednesday that the Taiwanese separatists and the "external forces" are undermining peace and stability across the strait.

The Taiwanese official added that the Chinese military drills were meant for incoming U.S. President Donald Trump and his government, as well as America's allies.

China is "trying to draw a red line and exert authority for the new master of the White House," the official said, according to Reuters.

In response to this claim, Mao reiterated in a post on X, formerly Twitter, that the "Taiwan question" is the first red line that must not be crossed in the China-U.S. relations. Beijing advocates its one China principle, which asserts that Taiwan is an inalienable part of China's territory "since ancient times."

For the U.S, which views Taiwan as one of its key partners in the Indo-Pacific region, follows its one China policy that recognizes Beijing as the sole legal government of China but only acknowledges, without endorsing, the Chinese sovereign claim over the island.

"The American people reelected President Trump because they trust him to lead our country and restore peace through strength around the world," Trump-Vance transition team spokeswoman and incoming White House Press Secretary Karoline Leavitt told Newsweek. "When he returns to the White House, he will take the necessary action to do just that."

The Taiwanese Defense Ministry said in the 24 hours ending at 6 a.m. on Wednesday, China deployed 53 military aircraft and 11 naval vessels, as well as eight government ships around the island, of which 23 military aircraft crossed the median line of the strait.

Update 12/12/24, 11:38 a.m. ET: This article has been updated with comment from Trump-Vance transition team.

\
\

Newsweek is committed to challenging conventional wisdom and finding connections in the search for common ground.

\ \
';uncommonKnowledgeItems[0].insertAdjacentHTML('afterend',uncommonKnowledgeContainerHtml);let uncommonKnowledgeContainerElement=document.getElementsByClassName('uncommon-knowledge');let itemsContainerElement=document.getElementById('uncommon-knowledge-items-container');uncommonKnowledgeContainerElement[0].style.display='block';uncommonKnowledgeItems.forEach((itemUncommon)=>{document.getElementById('uncommon-knowledge-items-container').insertAdjacentHTML('beforeend','
'+itemUncommon.innerHTML+'
');itemUncommon.remove()});jQuery('.start-slider').owlCarousel({loop:!1,margin:10,nav:!0,items:1}).on('changed.owl.carousel',function(event){var currentItem=event.item.index;var totalItems=event.item.count;if(currentItem===0){jQuery('.owl-prev').addClass('disabled')}else{jQuery('.owl-prev').removeClass('disabled')} if(currentItem===totalItems-1){jQuery('.owl-next').addClass('disabled')}else{jQuery('.owl-next').removeClass('disabled')}})}})})

About the writer


Ryan Chan is a Newsweek reporter based in Hong Kong, where he previously had over a decade of experience at ... Read more

'} const div=createElementWithHtml('div',linkElement);div.classList.add('promo-link');element.parentNode.insertBefore(div,element.nextSibling)} function insertElementHtml(element,id){if(!element){console.error('insertElementHtml: element is not a DOM node');return} if(document.getElementById(id)){const div=createElementWithHtml('div',document.getElementById(id).innerHTML);element.parentNode.insertBefore(div,element.nextSibling)}} function createElementWithHtml(tag,html){const element=document.createElement(tag);element.innerHTML=html;return element} function checkSlideStart(){if(!slide_started)check_slide()} function removeEmbeddedTitles(){const embTIs=document.querySelectorAll('#v_article .embTI');embTIs.forEach(element=>element.remove());work_editor()} function processMobilePromoLink(){if(!mobile_device||(xuaInfo.device!=='mobile'&&xuaInfo.device!==''))return;const promoLink=document.querySelector('.promo-link');const newsletterSignup=document.getElementById('newsletterSignupHorizontal');if(!promoLink){return} if(!newsletterSignup){return} if(!promoLink.parentNode){return} promoLink.parentNode.insertBefore(newsletterSignup,promoLink.nextSibling)} function addReadMoreComponent(element){if(document.querySelectorAll('.read-more-embedded').length===0&&document.getElementById('readMoreTopics')){fetch('https://d.newsweek.com/json/read-more-articles?article_id=1998947&article_link=satellite-photos-china-taiwan-news-navy-standoff-contested-waters-1998947&article_category=World&source=by_parsely&article_keyword_related=2616&article_written=1733923372&size=4&days_old=4d&return=html&topic_label=China&topic_link=topic/china').then(response=>response.json()).then(data=>{if(data&&data.html&&data.html.length>0){var readMoreTopicsElement=document.getElementById('readMoreTopics');readMoreTopicsElement.innerHTML=data.html;insertElementHtml(element,'readMoreTopics');readMoreTopicsElement.remove();let readmoreContainer=document.querySelector('.read-more-topics');let categoryGtm=document.querySelector('body').getAttribute('data-gtm-category');let actionGtm=readmoreContainer.getAttribute('data-gtm-action');let readmoreLinks=readmoreContainer.querySelectorAll('a');setGtmEventLinks(readmoreLinks,categoryGtm,actionGtm)}else{if(document.getElementById('readMoreTopics')){document.getElementById('readMoreTopics').remove()}}}).catch(error=>{console.error('Error fetching read more articles:',error)})}} function addLatestArticlesRightRail(elementId){if(document.getElementById(elementId)){fetch('https://d.newsweek.com/json/get-latest-articles?gtm_source=Latest_Updates_Right_Trail&return=html').then(response=>response.json()).then(data=>{if(data!==undefined&&data.json.length>0){const element=document.getElementById(elementId);element.innerHTML=data.html;element.style.display='';let latestArticlesContainer=document.querySelector('.articles-single-column-container');let categoryGtm=document.querySelector('body').getAttribute('data-gtm-category');let actionGtm=latestArticlesContainer.getAttribute('data-gtm-action');let latestArticlesLinks=latestArticlesContainer.querySelectorAll('a');setGtmEventLinks(latestArticlesLinks,categoryGtm,actionGtm)}}).catch(error=>{console.error('Error fetching latest articles:',error)})}} function getTrendingCommentsCount(data){const articles=data.json;Object.values(articles).forEach(({a_id})=>{if(typeof getMessageCount==='function'){getMessageCount(a_id,`article-${a_id}`,"comments")}})} function addTrendingArticlesRightRail(elementId){if(document.getElementById(elementId)){fetch('https://d.newsweek.com/json/get-trending-articles?return=html&limit=5').then(response=>response.json()).then(data=>{if(data!==undefined&&data.json.length>0){const element=document.getElementById(elementId);element.innerHTML=data.html;element.style.display='';let trendingArticlesContainer=document.querySelector('.numbered-list-container');let categoryGtm=document.querySelector('body').getAttribute('data-gtm-category');let actionGtm=trendingArticlesContainer.getAttribute('data-gtm-action');let trendingArticlesLinks=trendingArticlesContainer.querySelectorAll('a');setGtmEventLinks(trendingArticlesLinks,categoryGtm,actionGtm);getTrendingCommentsCount(data)}}).catch(error=>{console.error('Error fetching trending articles:',error)})}}